simpleType Detector-status
namespace http://www.ite.org/tmdd
type union of (restriction of xs:unsignedInt, restriction of xs:string)
used by
elements DetectorStatus/detector-status DetectorReport/detector-status
annotation
documentation
<objectClass>Detector</objectClass>
<definition>A code which indicates whether a detector is failed or operating.</definition>
source <xs:simpleType name="Detector-status">
 
<xs:annotation>
   
<xs:documentation>
     
<objectClass>Detector</objectClass>
     
<definition>A code which indicates whether a detector is failed or operating.</definition>
   
</xs:documentation>
 
</xs:annotation>
 
<xs:union>
   
<xs:simpleType>
     
<xs:restriction base="xs:unsignedInt">
       
<xs:minInclusive value="0"/>
       
<xs:maxInclusive value="3"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="xs:string">
       
<xs:enumeration value="failed"/>
       
<xs:enumeration value="operational"/>
       
<xs:enumeration value="off"/>
       
<xs:enumeration value="unknown"/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:union>
</xs:simpleType>


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