XML Schema Documentation

Simple Type: HourMinuteTime

[Table of contents]

Super-types: xsd:time < HourMinuteTime (by restriction)
Sub-types: None
Name HourMinuteTime
Used by (from the same schema document) Complex Type BusinessCenterTime
Content
  • Base XSD Type: time
  • pattern = [0-2][0-9]:[0-5][0-9]:00
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.
Diagram
Schema Component Representation
<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>