simpleType Event-incident-status
namespace http://www.ite.org/tmdd
type union of (restriction of xs:unsignedInt, restriction of xs:string)
used by
element EventIndicator/status
annotation
documentation
<objectClass>Event</objectClass>
<definition>A code which indicates a status of the incident.</definition>
source <xs:simpleType name="Event-incident-status">
 
<xs:annotation>
   
<xs:documentation>
     
<objectClass>Event</objectClass>
     
<definition>A code which indicates a status of the incident.</definition>
   
</xs:documentation>
 
</xs:annotation>
 
<xs:union>
   
<xs:simpleType>
     
<xs:restriction base="xs:unsignedInt">
       
<xs:minInclusive value="1"/>
       
<xs:maxInclusive value="15"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="xs:string">
       
<xs:enumeration value="planned"/>
       
<xs:enumeration value="forecast"/>
       
<xs:enumeration value="contingency plan"/>
       
<xs:enumeration value="response plan activated"/>
       
<xs:enumeration value="reported"/>
       
<xs:enumeration value="confirmed"/>
       
<xs:enumeration value="responding"/>
       
<xs:enumeration value="current"/>
       
<xs:enumeration value="updated"/>
       
<xs:enumeration value="clearing"/>
       
<xs:enumeration value="ended"/>
       
<xs:enumeration value="delete"/>
       
<xs:enumeration value="cancelled"/>
       
<xs:enumeration value="postponed"/>
       
<xs:enumeration value="reopened"/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:union>
</xs:simpleType>


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