complexType
WeaponDescriptor
element WeaponDescriptor/WeaponMap
diagram | |||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||
type | extension of DescriptorType | ||||||||||||||
properties |
|
||||||||||||||
children | CodeValue ShortDescription Description EffectiveBeginDate EffectiveEndDate PriorDescriptor Namespace WeaponMap | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="WeaponDescriptor"> <xs:annotation> <xs:documentation>This descriptor defines the types of weapon used during an incident.</xs:documentation> <xs:appinfo> <ann:TypeGroup>Descriptor</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:complexContent> <xs:extension base="DescriptorType"> <xs:sequence> <xs:element name="WeaponMap" type="WeaponMapType" minOccurs="0"> <xs:annotation> <xs:documentation>The mapping to a known Weapon enumeration type.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
element WeaponDescriptor/WeaponMap
diagram | ||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | |||||||||||||||||||||||||||||||||||||||||||||||||||
type | WeaponMapType | |||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="WeaponMap" type="WeaponMapType" minOccurs="0"> <xs:annotation> <xs:documentation>The mapping to a known Weapon enumeration type.</xs:documentation> </xs:annotation> </xs:element> |