<xs:simpleType name="ComplexEventStartTime_t">
<xs:annotation>
<xs:documentation>Specifies the start time of the time range on which a complex event date is effective.
ComplexEventStartTime must always be less than or equal to ComplexEventEndTime.</xs:documentation>
<xs:appinfo>
<fm:Xref Protocol="FIX" name="ComplexEventStartTime" ComponentType="Field" Tag="1495" Type="UTCTimeOnly" AbbrName="StartTm" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="UTCTimeOnly" />
</xs:simpleType>
|