simpleType "PeriodExtendedEnum"
Namespace:
Defined:
Used:
Simple Content Model
("D" | "W" | "M" | "Y") | "T"
All Direct / Indirect Based Elements (1):
period (defined in Frequency complexType)
Known Usage Locations
Annotation
The specification of a time period containing additional values such as Term.
See:  http://www.FpML.org
Type Definition Detail
Type Derivation Tree
union of (PeriodEnum | restriction of xsd:token)
  PeriodExtendedEnum
Derivation:
by union
Member Types
  1. anonymous simpleType:
    Derivation:
    restriction of xsd:token
    Facets:
    enumeration:
    "T"
     - 
    Term. The period commencing on the effective date and ending on the termination date. The T period always appears in association with periodMultiplier = 1, and the notation is intended for use in contexts where the interval thus qualified (e.g. accrual period, payment period, reset period, ...) spans the entire term of the trade.
XML Source (w/o annotations (2); see within schema source)
<xsd:simpleType name="PeriodExtendedEnum">
<xsd:union memberTypes="PeriodEnum">
<xsd:simpleType>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="T"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>

XML schema documentation generated with DocFlex/XML 1.10b5 using DocFlex/XML XSDDoc 2.8.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.