Definition Type: SimpleType
Name: MonthYear
Namespace: http://www.fixprotocol.org/FIXML-4-4
Containing Schema: fixml-datatypes-4-4.xsd
Documentation:
String 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 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-4-4_xsd (Financial Information eXchange (FIX))
Collapse XSD Schema Code:
<xs:simpleType name="MonthYear">
    <xs:annotation>
        <xs:documentation>
String 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
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:LegContractSettlMonth_t, nsA:LegMaturityMonthYear_t, nsA:MaturityMonthYear_t, nsA:UnderlyingMaturityMonthYear_t