Definition Type: SimpleType
Name: LocalMktDate
Namespace: http://www.fixprotocol.org/FIXML-5-0-SP2
Containing Schema: fixml-datatypes-5-0-SP2.xsd
Documentation:
Stringstring field represening a Date of Local Market (as oppose to UTC) in YYYYMMDD format. This is the "normal" date field used by the FIX Protocol. Valid values: YYYY = 0000-9999, MM = 01-12, DD = 01-31.
Collapse XSD Schema Diagram:
XSD Diagram of LocalMktDate in schema fixml-datatypes-5-0-sp2_xsd (Financial Information eXchange (FIX))
Collapse XSD Schema Code:
<xs:simpleType name="LocalMktDate">
    <xs:annotation>
        <xs:documentation>Stringstring field represening a Date of Local Market (as oppose to UTC) in YYYYMMDD format.  This is the "normal" date field used by the FIX Protocol.
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:AgreementDate_t, nsA:BasisFeatureDate_t, nsA:CardExpDate_t, nsA:CardStartDate_t, nsA:ClearingBusinessDate_t, nsA:CouponPaymentDate_t, nsA:DatedDate_t, nsA:DateOfBirth_t, nsA:DeliveryDate_t, nsA:DerivativeEventDate_t, nsA:DerivativeIssueDate_t, nsA:DerivativeMaturityDate_t, nsA:EndDate_t, nsA:EventDate_t, nsA:ExDate_t, nsA:ExpireDate_t, nsA:InterestAccrualDate_t, nsA:IssueDate_t, nsA:LegCouponPaymentDate_t, nsA:LegDatedDate_t, nsA:LegInterestAccrualDate_t, nsA:LegIssueDate_t, nsA:LegMaturityDate_t, nsA:LegRedemptionDate_t, nsA:LegSettlDate_t, nsA:MaturityDate_t, nsA:OrigTradeDate_t, nsA:PaymentDate_t, nsA:QuantityDate_t, nsA:RedemptionDate_t, nsA:SettlDate2_t, nsA:SettlDate_t, nsA:StartDate_t, nsA:TradeDate_t, nsA:TradeOriginationDate_t, nsA:UnderlyingCouponPaymentDate_t, nsA:UnderlyingIssueDate_t, nsA:UnderlyingLegMaturityDate_t, nsA:UnderlyingMaturityDate_t, nsA:UnderlyingRedemptionDate_t, nsA:UnderlyingSettlementDate_t, nsA:YieldCalcDate_t, nsA:YieldRedemptionDate_t