simpleType TimeUnitType
namespace http://www.opengis.net/gml
type union of (restriction of xs:string, restriction of xs:string)
used by
attribute TimeIntervalLengthType/@unit
annotation
documentation
Standard units for measuring time intervals (see ISO 31-1).
source <xs:simpleType name="TimeUnitType">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">Standard units for measuring time intervals (see ISO 31-1).</xs:documentation>
 
</xs:annotation>
 
<xs:union>
   
<xs:simpleType>
     
<xs:restriction base="string">
       
<xs:enumeration value="year"/>
       
<xs:enumeration value="day"/>
       
<xs:enumeration value="hour"/>
       
<xs:enumeration value="minute"/>
       
<xs:enumeration value="second"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="string">
       
<xs:pattern value="other:\w{2,}"/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:union>
</xs:simpleType>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy