A data type for an instant of time with the format hh:mm:ss.sss. |
<xs:complexType name="time"> <xs:annotation> <xs:documentation>A data type for an instant of time with the format hh:mm:ss.sss.</xs:documentation> </xs:annotation> <xs:simpleContent> <xs:extension base="xs:time"> <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/> </xs:extension> </xs:simpleContent> </xs:complexType> |