namespace | http://www.ite.org/tmdd | ||||
type | restriction of xs:short | ||||
used by |
|
||||
facets |
|
||||
annotation |
|
||||
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> |