Definition Type: SimpleType
Name: UTCDateOnly
Namespace: http://www.fixprotocol.org/FIXML-5-0-SP2
Containing Schema: fixml-datatypes-5-0-SP2.xsd
Documentation:
Stringstring field representing Date represented in UTC (Universal Time Coordinated, also known as "GMT") in YYYYMMDD format. This special-purpose field is paired with UTCTimeOnly to form a proper UTCTimestamp for bandwidth-sensitive messages. Valid values: YYYY = 0000-9999, MM = 01-12, DD = 01-31.
Collapse XSD Schema Diagram:
XSD Diagram of UTCDateOnly in schema fixml-datatypes-5-0-sp2_xsd (Financial Information eXchange (FIX))
Collapse XSD Schema Code:
<xs:simpleType name="UTCDateOnly">
    <xs:annotation>
        <xs:documentation>Stringstring field representing Date represented in UTC (Universal Time Coordinated, also known as "GMT") in YYYYMMDD format. This special-purpose field is paired with UTCTimeOnly to form a proper UTCTimestamp for bandwidth-sensitive messages. 
Valid values: 
	YYYY = 0000-9999, MM = 01-12, DD = 01-31.
</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:date" />
</xs:simpleType>
Collapse Derivation Tree:
Collapse References:
nsA:MDEntryDate_t