simpleType "PeriodEnum"
Namespace:
Defined:
globally in fpml-enum-5-8.xsd; see XML source
Used:
Simple Content Model
enumeration of xsd:token
Simple Content Restrictions:
Enumeration:
"D"
 - 
Day.
"W"
 - 
Week.
"M"
 - 
Month.
"Y"
 - 
Year.
MinLength:
0

Known Direct Subtypes (2):
PeriodExtendedEnum, PeriodTimeEnum
All Direct / Indirect Based Elements (3):
period (defined in Frequency complexType),
period (defined in Period complexType),
Known Usage Locations
Annotation
The specification of a time period
Type Definition Detail
Type Derivation Tree
xsd:token (restriction)
  Token (restriction)
      PeriodEnum
Derivation:
restriction of Token
Facets:
enumeration:
"D"
 - 
Day.
"W"
 - 
Week.
"M"
 - 
Month.
"Y"
 - 
Year.
XML Source (w/o annotations (5); see within schema source)
<xsd:simpleType name="PeriodEnum">
<xsd:restriction base="Token">
<xsd:enumeration value="D"/>
<xsd:enumeration value="W"/>
<xsd:enumeration value="M"/>
<xsd:enumeration value="Y"/>
</xsd:restriction>
</xsd:simpleType>

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