nc:Explosive
A device containing a substance or agent that can cause an explosion.
Element information
Namespace: http://niem.gov/niem/niem-core/2.0
Schema document: niem-constrained/niem-core/2.0/niem-core.xsd
Type: nc:ExplosiveType
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.
- Choice [0..*]
- nc:ExplosiveComponentCodeAn item contained within an explosive device designed to cause harm or damage when propelled by an explosion.
- nc:ExplosiveComponentTextAn item contained within an explosive device designed to cause harm or damage when propelled by an explosion.
from subst. group nc:ExplosiveComponent - Choice [0..*]
- nc:ExplosiveContainerCodeAn object that contains an explosive substance or agent.
- nc:ExplosiveContainerTextAn object that contains an explosive substance or agent.
from subst. group nc:ExplosiveContainer - Choice [0..*]
- nc:ExplosiveFillerCodeA substance that can cause an explosion when ignited or detonated.
- nc:ExplosiveFillerTextA substance that can cause an explosion when ignited or detonated.
from subst. group nc:ExplosiveFiller - Choice [0..*]
- nc:ExplosiveIgnitionCodeA means by which an explosive is ignited or detonated.
- nc:ExplosiveIgnitionTextA means by which an explosive is ignited or detonated.
from subst. group nc:ExplosiveIgnition
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:EntityExplosiveType (Element lexsdigest:EntityExplosive)
Sample instance
<nc:Explosive s:id="Explosive1"> <nc:ItemDescriptionText>Homemade bomb</nc:ItemDescriptionText> <nc:ItemValue> <nc:ItemValueAmount nc:currencyText="US Dollars">100</nc:ItemValueAmount> <nc:ItemValueDate> <nc:Date>2001-08-13</nc:Date> </nc:ItemValueDate> <nc:ItemValueDescriptionText>Cost of parts to build</nc:ItemValueDescriptionText> </nc:ItemValue> <nc:ItemCategoryText>Explosive</nc:ItemCategoryText> <nc:ItemHeightMeasure> <nc:MeasurePointValue>10</nc:MeasurePointValue> <nc:LengthUnitCode>INH</nc:LengthUnitCode> </nc:ItemHeightMeasure> <nc:ItemLengthMeasure> <nc:MeasurePointValue>15</nc:MeasurePointValue> <nc:LengthUnitCode>INH</nc:LengthUnitCode> </nc:ItemLengthMeasure> <nc:ItemWeightMeasure> <nc:MeasurePointValue>6</nc:MeasurePointValue> <nc:WeightUnitCode>LBR</nc:WeightUnitCode> </nc:ItemWeightMeasure> <nc:ItemWidthMeasure> <nc:MeasurePointValue>20</nc:MeasurePointValue> <nc:LengthUnitCode>INH</nc:LengthUnitCode> </nc:ItemWidthMeasure> <nc:ExplosiveComponentCode>1</nc:ExplosiveComponentCode> <nc:ExplosiveContainerCode>1</nc:ExplosiveContainerCode> <nc:ExplosiveFillerCode>1</nc:ExplosiveFillerCode> <nc:ExplosiveIgnitionCode>1</nc:ExplosiveIgnitionCode> </nc:Explosive>