Definition Type: SimpleType
Name: MonthYear
Namespace: http://www.fixprotocol.org/FIXML-5-0-SP2
Containing Schema: fixml-datatypes-5-0-SP2.xsd
Documentation:
Stringstring field representing month of a year. An optional day of the month can be appended or an optional week code. Valid formats: YYYYMM YYYYMMDD YYYYMMWW Valid values: YYYY = 0000-9999; MM = 01-12; DD = 01-31; WW = w1, w2, w3, w4, w5.
Collapse XSD Schema Diagram:
XSD Diagram of MonthYear in schema fixml-datatypes-5-0-sp2_xsd (Financial Information eXchange (FIX))
Collapse XSD Schema Code:
<xs:simpleType name="MonthYear">
    <xs:annotation>
        <xs:documentation>Stringstring field representing month of a year. An optional day of the month can be appended or an optional week code.
Valid formats:
	YYYYMM
	YYYYMMDD
	YYYYMMWW
Valid values:
	YYYY = 0000-9999;  MM = 01-12;  DD = 01-31;  WW = w1, w2, w3, w4, w5.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string">
        <xs:pattern value="\d{4}(0|1)\d([0-3wW]\d)?" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
Pattern \d{4}(0|1)\d([0-3wW]\d)?
Collapse Derivation Tree:
Collapse References:
nsA:ContractSettlMonth_t, nsA:DerivativeContractSettlMonth_t, nsA:DerivativeMaturityMonthYear_t, nsA:EndMaturityMonthYear_t, nsA:LegContractSettlMonth_t, nsA:LegMaturityMonthYear_t, nsA:MaturityMonthYear_t, nsA:RelationshipRiskMaturityMonthYear_t, nsA:RiskMaturityMonthYear_t, nsA:StartMaturityMonthYear_t, nsA:UnderlyingLegMaturityMonthYear_t, nsA:UnderlyingMaturityMonthYear_t