<xs:simpleType name="SendingTime_t">
<xs:annotation>
<xs:documentation xml:lang="en">Time of message transmission always expressed in UTC Universal Time Coordinated also known as GMT
</xs:documentation>
<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<xs:Xref Protocol="FIX" name="SendingTime" tag="52" datatype="UTCTimestamp" ComponentType="Field" StdAbbrev="SndgTm" QualifiedAbbrev="SndgTm" Category="" CategoryAbbrev="" />
<xs:Xref Protocol="ISO_15022_XML" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="UTCTimestamp" />
</xs:simpleType>
|