Definition Type: SimpleType
Name: YearType
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-asset-5-5.xsd
Documentation:
A type defining a year, from 2000-2999.
Collapse XSD Schema Diagram:
XSD Diagram of YearType in schema fpml-asset-5-5_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:simpleType name="YearType">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type defining a year, from 2000-2999.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:normalizedString">
        <xsd:pattern value="2[0-9][0-9][0-9]" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Pattern 2[0-9][0-9][0-9]