simpleType Device-error
namespace http://www.ite.org/tmdd
type union of (restriction of xs:int, restriction of xs:string)
used by
element CCTVDeviceStatus/cctv-error
annotation
documentation
<objectClass>Device</objectClass>
<definition/>
source <xs:simpleType name="Device-error">
 
<xs:annotation>
   
<xs:documentation>
     
<objectClass>Device</objectClass>
     
<definition/>
   
</xs:documentation>
 
</xs:annotation>
 
<xs:union>
   
<xs:simpleType>
     
<xs:restriction base="xs:int">
       
<xs:minInclusive value="1"/>
       
<xs:maxInclusive value="4"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="xs:string">
       
<xs:enumeration value="communications error"/>
       
<xs:enumeration value="power failure"/>
       
<xs:enumeration value="device error"/>
       
<xs:enumeration value="controller error"/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:union>
</xs:simpleType>


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