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

All Direct / Indirect Based Elements (2):
futuresEquivalentMonth, priceReferenceMonth
Known Usage Locations
Annotation
A type defining a date that includes a year and month. Values will be of the format yyyy-mm
Type Definition Detail
Type Derivation Tree
xsd:normalizedString (restriction)
  NormalizedString (restriction)
      YearAndMonth
Derivation:
restriction of 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="YearAndMonth">
<xsd:restriction base="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.10b5 using DocFlex/XML XSDDoc 2.8.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.