Definition Type: SimpleType
Name: YearAndMonth
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-reporting-5-10.xsd
Documentation:
A type defining a date that includes a year and month. Values will be of the format yyyy-mm
Collapse XSD Schema Diagram:
XSD Diagram of YearAndMonth in schema fpml-reporting-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:simpleType name="YearAndMonth">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type defining a date that includes a year and month. Values will be of the format yyyy-mm</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="NormalizedString">
        <xsd:pattern value="[1-2][0-9][0-9][0-9]-[0-1][0-9]" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Pattern [1-2][0-9][0-9][0-9]-[0-1][0-9]
Collapse Derivation Tree:
Collapse References:
nsE:futuresEquivalentMonth, nsE:priceReferenceMonth