nc:Firearm
A weapon that will, or is designed to, or may readily be converted to expel a projectile by air, carbon dioxide, or the action of an explosive.
Element information
Namespace: http://niem.gov/niem/niem-core/2.0
Schema document: niem-constrained/niem-core/2.0/niem-core.xsd
Type: nc:FirearmType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- nc:ItemDescriptionText [0..1]A description of an item.
- nc:ItemSerialIdentification [0..1]An identification inscribed on or attached to a part, collection of parts, or complete unit by the manufacturer.
- nc:ItemValue [0..1]An evaluation of the monetary worth of an item.
- nc:ItemCategoryText [0..1]A kind of property item.
- Choice [0..3]
- nc:ItemColorDescriptionTextA description of the overall color of an item.
- nc:VehicleColorPrimaryCodeA single, upper-most, front-most, or majority color of a vehicle.
- nc:VehicleColorSecondaryCodeA lower-most or rear-most color of a two-tone vehicle or a lesser color of a multi-colored vehicle.
- nc:VesselColorPrimaryCodeA color of the majority of a vessel.
- nc:VesselColorSecondaryCodeA minor color of a vessel.
from subst. group nc:ItemColor - nc:ItemHeightMeasure [0..1]A measurement of the height of an item.
- nc:ItemLengthMeasure [0..1]A measurement of the length of an item.
- nc:ItemMakeName [0..1]A name of the manufacturer that produced an item.
- nc:ItemModelName [0..1]A name of a specific design or kind of item made by a manufacturer.
- nc:ItemModelYearDate [0..1]A year in which an item was manufactured or produced.
- nc:VehicleStyleCode [0..1]A style of a vehicle.
- nc:ItemWeightMeasure [0..1]A measurement of the weight of an item.
- nc:ItemWidthMeasure [0..1]A measurement of the width of an item.
- nc:FirearmMakeCode [0..1]A manufacturer of a firearm.
- nc:FirearmCategoryCode [0..1]A kind of firearm.
- Choice [0..1]
- nc:FirearmCategoryDescriptionCodeA description of a kind of firearm.
- nc:FirearmCategoryDescriptionTextA description of a kind of firearm.
from subst. group nc:FirearmCategoryDescription - nc:FirearmAutomaticIndicator [0..1]True if firearm is an automatic weapon and can be fired in quick succession; false otherwise.
- Choice [0..2]
- nc:FirearmCaliberCodeA diameter of the inside of a barrel of a firearm.
- nc:FirearmCaliberTextA diameter of the inside of a barrel of a firearm.
from subst. group nc:FirearmCaliber - Choice [0..1]
- nc:FirearmFinishCodeA surface coating or finish of a firearm.
- nc:FirearmFinishTextA surface coating or finish of a firearm.
from subst. group nc:FirearmFinish - nc:FirearmGaugeText [0..1]A caliber or diameter of the inside of a barrel of a firearm, particularly a shotgun.
- nc:FirearmGripText [0..1]A handle of a firearm.
from type nc:ItemTypefrom type nc:TangibleItemTypefrom subst. group nc:ItemCategoryfrom subst. group nc:ItemStyle
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
s:id | [0..1] | xsd:ID | The id attribute is used to define XML IDs for NIEM objects. These IDs may be targets of reference elements, metadata attributes, and link metadata attributes. | from type s:ComplexObjectType |
s:metadata | [0..1] | xsd:IDREFS | The attribute metadata allows an object to point to metadata that affects itself. | from type s:ComplexObjectType |
s:linkMetadata | [0..1] | xsd:IDREFS | The linkMetadata attribute allows an element to point to metadata that affects the relationship between the context and the value of the object. | from type s:ComplexObjectType |
Used in
- NIEM reference target from nc:ContainerReference
- NIEM reference target from nc:ConveyedItemReference
- NIEM reference target from nc:ItemReference
- NIEM reference target from nc:RoleOfItemReference
- NIEM reference target from lexslib:ObjectReference
- NIEM reference target from lexslib:PayloadObjectReference
- NIEM reference target from lexslib:SameAsDigestReference
- Type lexsdigest:EntityFirearmType (Element lexsdigest:EntityFirearm)
Sample instance
<nc:Firearm s:id="Frm1" s:metadata="MFrm1"> <nc:ItemDescriptionText>Weapon Description. Big Gun.</nc:ItemDescriptionText> <nc:ItemSerialIdentification> <nc:IdentificationID>123ABC4578</nc:IdentificationID> </nc:ItemSerialIdentification> <nc:FirearmMakeCode>NOM</nc:FirearmMakeCode> <nc:FirearmCategoryCode>P</nc:FirearmCategoryCode> <nc:FirearmCategoryDescriptionCode>R</nc:FirearmCategoryDescriptionCode> <nc:FirearmAutomaticIndicator>true</nc:FirearmAutomaticIndicator> <nc:FirearmCaliberCode>9</nc:FirearmCaliberCode> <nc:FirearmFinishCode>LAV</nc:FirearmFinishCode> </nc:Firearm>