simpleType Link-surface-condition
namespace http://www.ite.org/tmdd
type union of (restriction of xs:int, restriction of xs:string)
used by
element LinkStatusList/surface-condition
annotation
documentation
<objectClass>Link</objectClass>
<definition>The abnormal surface conditions currently found on the Link (e.g., dry, wet, ice, snow, Rocks, etc.).</definition>
source <xs:simpleType name="Link-surface-condition">
 
<xs:annotation>
   
<xs:documentation>
     
<objectClass>Link</objectClass>
     
<definition>The abnormal surface conditions currently found on the Link (e.g., dry, wet, ice, snow, Rocks, etc.).</definition>
   
</xs:documentation>
 
</xs:annotation>
 
<xs:union>
   
<xs:simpleType>
     
<xs:restriction base="xs:int">
       
<xs:minInclusive value="1"/>
       
<xs:maxInclusive value="13"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="xs:string">
       
<xs:enumeration value="dry"/>
       
<xs:enumeration value="wet"/>
       
<xs:enumeration value="snow or slus"/>
       
<xs:enumeration value="ice"/>
       
<xs:enumeration value="oil"/>
       
<xs:enumeration value="debris"/>
       
<xs:enumeration value="rocks"/>
       
<xs:enumeration value="salted"/>
       
<xs:enumeration value="broken pavement"/>
       
<xs:enumeration value="power lines down"/>
       
<xs:enumeration value="material spill"/>
       
<xs:enumeration value="chemical spill"/>
       
<xs:enumeration value="none"/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:union>
</xs:simpleType>


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