type | restriction of xsd:string | ||||||||||||
properties |
|
||||||||||||
used by |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
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> |