simpleType "FuturesMaturity"
Namespace:
Defined:
Used:
Simple Content Model
xsd:normalizedString
Simple Content Restrictions:
Pattern:
[1-2][0-9][0-9][0-9]-[0-1][0-9]

All Direct / Indirect Based Elements (1):
futuresEquivalentMonth
Known Usage Locations
Annotation
A type defining an expiration date, including a year and month and optionally a day of month. Values will be of the format yyyy-mm or yyyy-mm-dd
Type Definition Detail
Type Derivation Tree
xsd:normalizedString (restriction)
  FuturesMaturity
Derivation:
restriction of xsd:normalizedString
Facets:
pattern:
[1-2][0-9][0-9][0-9]-[0-1][0-9]
XML Source (w/o annotations (1); see within schema source)
<xsd:simpleType name="FuturesMaturity">
<xsd:restriction base="xsd:normalizedString">
<xsd:pattern value="[1-2][0-9][0-9][0-9]-[0-1][0-9]"/>
</xsd:restriction>
</xsd:simpleType>

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