simpleType "PeriodEnum"
Namespace:
Defined:
Used:
Simple Content Model
enumeration of xsd:token
Simple Content Restrictions:
Enumeration:
"D"
 - 
Day.
"W"
 - 
Week.
"M"
 - 
Month.
"Y"
 - 
Year.

Known Direct Subtypes (1):
PeriodExtendedEnum
All Direct / Indirect Based Elements (2):
period (defined in Frequency complexType),
period (defined in Period complexType)
Known Usage Locations
Annotation
The specification of a time period
See:  http://www.FpML.org
Type Definition Detail
Type Derivation Tree
xsd:token (restriction)
  PeriodEnum
Derivation:
restriction of xsd: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="xsd: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.10b5 using DocFlex/XML XSDDoc 2.8.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.