simpleType Device-location-height
namespace http://www.ite.org/tmdd
type restriction of xs:short
used by
element ESSInventory/device-location-height
facets
minInclusive -10000
maxInclusive 10000
annotation
documentation
<objectClass>Device</objectClass>
<definition>The height of a device from the ground in decimeters.</definition>
            decimeters
        
source <xs:simpleType name="Device-location-height">
 
<xs:annotation>
   
<xs:documentation>
     
<objectClass>Device</objectClass>
     
<definition>The height of a device from the ground in decimeters.</definition>
            decimeters
        
</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:short">
   
<xs:minInclusive value="-10000"/>
   
<xs:maxInclusive value="10000"/>
 
</xs:restriction>
</xs:simpleType>


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