Definition Type: SimpleType
Name: ComplexEventStartDate_t
Namespace: http://www.fixprotocol.org/FIXML-5-0-SP2
Containing Schema: fixml-fields-base-5-0-SP2.xsd
Documentation:
Specifies the start 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 ComplexEventStartDate must always be less than or equal to ComplexEventEndDate.
Collapse XSD Schema Diagram:
XSD Diagram of ComplexEventStartDate_t in schema fixml-fields-base-5-0-sp2_xsd (Financial Information eXchange (FIX))
Collapse XSD Schema Code:
<xs:simpleType name="ComplexEventStartDate_t">
    <xs:annotation>
        <xs:documentation>Specifies the start 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
ComplexEventStartDate must always be less than or equal to ComplexEventEndDate.</xs:documentation>
        <xs:appinfo>
            <fm:Xref Protocol="FIX" name="ComplexEventStartDate" ComponentType="Field" Tag="1492" Type="UTCTimestamp" AbbrName="StartDt" 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:StartDt