simpleType Device-url
namespace http://www.ite.org/tmdd
type restriction of xs:string
used by
element DeviceInventoryHeader/device-url
facets
minLength 1
maxLength 32
annotation
documentation
<objectClass>Device</objectClass>
<definition>Uniform Resource Locator for where the maintenance information for this device can be found.
            Any set of ASCII characters up to 32.</definition>
source <xs:simpleType name="Device-url">
 
<xs:annotation>
   
<xs:documentation>
     
<objectClass>Device</objectClass>
     
<definition>Uniform Resource Locator for where the maintenance information for this device can be found.
            Any set of ASCII characters up to 32.
</definition>
   
</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="1"/>
   
<xs:maxLength value="32"/>
 
</xs:restriction>
</xs:simpleType>


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