simpleType "HourMinuteTime"
Namespace:
Defined:
Used:
Simple Content Model
xsd:time
Simple Content Restrictions:
Pattern:
[0-2][0-9]:[0-5][0-9]:00

All Direct / Indirect Based Elements (2):
hourMinuteTime (defined in BusinessCenterTime complexType),
hourMinuteTime (defined in PrevailingTime complexType)
Known Usage Locations
Annotation
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.
Type Definition Detail
Type Derivation Tree
xsd:time (restriction)
  HourMinuteTime
Derivation:
restriction of xsd:time
Facets:
pattern:
[0-2][0-9]:[0-5][0-9]:00
XML Source (w/o annotations (1); see within schema source)
<xsd:simpleType name="HourMinuteTime">
<xsd:restriction base="xsd:time">
<xsd:pattern value="[0-2][0-9]:[0-5][0-9]:00"/>
</xsd:restriction>
</xsd:simpleType>

XML schema documentation generated with DocFlex/XML 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.