Definition Type: SimpleType
Name: ComplexEventEndDate_t
Namespace: http://www.fixprotocol.org/FIXML-5-0-SP2
Containing Schema: fixml-fields-base-5-0-SP2.xsd
Documentation:
Specifies the end date of the date range on which a complex event is effective. The start date will be set equal to the end date for single day events such as Bermuda options ComplexEventEndDate must always be greater than or equal to ComplexEventStartDate.
Collapse XSD Schema Diagram:
XSD Diagram of ComplexEventEndDate_t in schema fixml-fields-base-5-0-sp2_xsd (Financial Information eXchange (FIX))
Collapse XSD Schema Code:
<xs:simpleType name="ComplexEventEndDate_t">
    <xs:annotation>
        <xs:documentation>Specifies the end date of the date range on which a complex event is effective. The start date will be set equal to the end date for single day events such as Bermuda options
ComplexEventEndDate must always be greater than or equal to ComplexEventStartDate.</xs:documentation>
        <xs:appinfo>
            <fm:Xref Protocol="FIX" name="ComplexEventEndDate" ComponentType="Field" Tag="1493" Type="UTCTimestamp" AbbrName="EndDt" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA" />
        </xs:appinfo>
    </xs:annotation>
    <xs:restriction base="UTCTimestamp" />
</xs:simpleType>
Collapse Derivation Tree:
Collapse References:
nsA:EndDt