simpleType ActivityType
namespace urn:us:gov:ic:irm
type restriction of xsd:token
used by
attribute Activity/@activityType
facets
Kind Value annotation 
enumeration crisis 
enumeration exercise 
enumeration operation 
source <xsd:simpleType name="ActivityType">
 
<xsd:restriction base="xsd:token">
   
<xsd:enumeration value="crisis"/>
   
<xsd:enumeration value="exercise"/>
   
<xsd:enumeration value="operation"/>
 
</xsd:restriction>
</xsd:simpleType>


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