Definition Type: Element
Name: hourMinuteTime
Namespace: http://www.fpml.org/2003/FpML-4-0
Type: time:http://www.w3.org/2001/XMLSchema
Containing Schema: fpml-shared-4-0.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
ContentType Restriction
Documentation:
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-0_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:element name="hourMinuteTime">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">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:simpleType>
        <xsd:restriction base="xsd:time">
            <xsd:pattern value="[0-2][0-9]:[0-5][0-9]:00" />
        </xsd:restriction>
    </xsd:simpleType>
</xsd:element>
Collapse Facets:
Facet Value
Pattern [0-2][0-9]:[0-5][0-9]:00