Definition Type: SimpleType
Name: HourMinuteTime
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-shared-4-4.xsd
Documentation:
A type defining a time specified in hh:mm:ss format where the second component must be '00', e.g. 11am would be represented as 11:00:00.
Collapse XSD Schema Diagram:
XSD Diagram of HourMinuteTime in schema fpml-shared-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:simpleType name="HourMinuteTime">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type defining a time specified in hh:mm:ss format where the second component must be '00', e.g. 11am would be represented as 11:00:00.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:time">
        <xsd:pattern value="[0-2][0-9]:[0-5][0-9]:00" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Pattern [0-2][0-9]:[0-5][0-9]:00
Collapse Derivation Tree:
Collapse References:
fpml:hourMinuteTime