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