Definition Type: SimpleType
Name: TZTimeOnly
Namespace: http://www.fixprotocol.org/FIXML-5-0-SP2
Containing Schema: fixml-datatypes-5-0-SP2.xsd
Documentation:
Stringstring field representing the time represented based on ISO 8601. This is the time with a UTC offset to allow identification of local time and timezone of that time. Format is HH:MM[:SS][Z | [ + | - hh[:mm]]] where HH = 00-23 hours, MM = 00-59 minutes, SS = 00-59 seconds, hh = 01-12 offset hours, mm = 00-59 offset minutes. Example: 07:39Z is 07:39 UTC Example: 02:39-05 is five hours behind UTC, thus Eastern Time Example: 15:39+08 is eight hours ahead of UTC, Hong Kong/Singapore time Example: 13:09+05:30 is 5.5 hours ahead of UTC, India time
Collapse XSD Schema Diagram:
XSD Diagram of TZTimeOnly in schema fixml-datatypes-5-0-sp2_xsd (Financial Information eXchange (FIX))
Collapse XSD Schema Code:
<xs:simpleType name="TZTimeOnly">
    <xs:annotation>
        <xs:documentation>Stringstring field representing the time represented based on ISO 8601. This is the time with a UTC offset to allow identification of local time and timezone of that time. 
Format is HH:MM[:SS][Z | [ + | - hh[:mm]]] where HH = 00-23 hours, MM = 00-59 minutes, SS = 00-59 seconds, hh = 01-12 offset hours, mm = 00-59 offset minutes. 
Example: 07:39Z is 07:39 UTC 
Example: 02:39-05 is five hours behind UTC, thus Eastern Time 
Example: 15:39+08 is eight hours ahead of UTC, Hong Kong/Singapore time 
Example: 13:09+05:30 is 5.5 hours ahead of UTC, India time</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:time" />
</xs:simpleType>
Collapse Derivation Tree:
Collapse References:
nsA:DerivativeMaturityTime_t, nsA:LegMaturityTime_t, nsA:MaturityTime_t, nsA:RelationshipRiskMaturityTime_t, nsA:RiskMaturityTime_t, nsA:UnderlyingLegMaturityTime_t, nsA:UnderlyingMaturityTime_t