<xs:simpleType name="ValidUntilTime_t">
<xs:annotation>
<xs:documentation>
Indicates expiration time of indication message (always expressed in UTC (Universal Time Coordinated, also known as "GMT")
</xs:documentation>
<xs:appinfo>
<fm:Xref Protocol="FIX" name="ValidUntilTime" ComponentType="Field" Tag="62" Type="UTCTimestamp" AbbrName="ValidUntilTm" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="UTCTimestamp" />
</xs:simpleType>
|