Showing:

Annotations
Diagrams
Facets
Source
Simple Type eml:TimeZone
Namespace http://www.energistics.org/energyml/data/commonv2
Annotations
A time zone conforming to the XSD:dateTime specification.
Diagram
DiagramBaseTypes_xsd_Simple_Type_eml_String64.tmp#String64
Type restriction of eml:String64
Type hierarchy
Facets
maxLength 64
pattern [Z]|([\-+](([01][0-9])|(2[0-3])):[0-5][0-9])
Source
<xs:simpleType name="TimeZone">
  <xs:annotation>
    <xs:documentation>A time zone conforming to the XSD:dateTime specification.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="eml:String64">
    <xs:pattern value="[Z]|([\-+](([01][0-9])|(2[0-3])):[0-5][0-9])"/>
  </xs:restriction>
</xs:simpleType>