simpleType weaponStatusType
type restriction of xsd:string
properties
base xsd:string
used by
attribute attackElementType/@weaponStatus
facets
Kind Value Annotation
enumeration safe
enumeration tight
enumeration free
annotation
documentation
Possible weapons status conditions determining what types of targets can be engaged.
appinfo
<jaxb:typesafeEnumClass/>
source <xsd:simpleType name="weaponStatusType">
 
<xsd:annotation>
   
<xsd:documentation>Possible weapons status conditions determining what types of targets can be engaged.</xsd:documentation>
   
<xsd:appinfo>
     
<jaxb:typesafeEnumClass/>
   
</xsd:appinfo>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string">
   
<xsd:enumeration value="safe"/>
   
<xsd:enumeration value="tight"/>
   
<xsd:enumeration value="free"/>
 
</xsd:restriction>
</xsd:simpleType>


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