nc:Vehicle
A motor-driven conveyance designed to carry its operator, and optionally passengers and cargo, over land.
Element information
Namespace: http://niem.gov/niem/niem-core/2.0
Schema document: niem-constrained/niem-core/2.0/niem-core.xsd
Type: nc:VehicleType
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:ConveyanceEngineQuantity [0..1]A number of engines on a conveyance.
- nc:ConveyanceRegistrationPlateIdentification [0..*]An identification on a metal plate fixed to a conveyance.
- nc:VehicleIdentification [0..1]A unique combination of alphanumeric characters that identifies a specific vehicle.
- nc:VehicleMakeCode [0..1]A manufacturer of a vehicle.
- nc:VehicleModelCode [0..1]A specific design or class of vehicle made by a manufacturer.
from type nc:ItemTypefrom type nc:TangibleItemTypefrom subst. group nc:ItemCategoryfrom subst. group nc:ItemStylefrom type nc:ConveyanceType
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:ConveyanceReference
- 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:EntityVehicleType (Element lexsdigest:EntityVehicle)
Sample instance
<nc:Vehicle s:id="Veh1" s:metadata="MVeh1"> <nc:ItemDescriptionText>350 GT Convertible</nc:ItemDescriptionText> <nc:ItemValue> <nc:ItemValueAmount>12000</nc:ItemValueAmount> </nc:ItemValue> <nc:ItemColorDescriptionText>RED</nc:ItemColorDescriptionText> <nc:ItemMakeName>FORD</nc:ItemMakeName> <nc:ItemModelName>MUS</nc:ItemModelName> <nc:ItemModelYearDate>1978</nc:ItemModelYearDate> <nc:VehicleStyleCode>CV</nc:VehicleStyleCode> <nc:ConveyanceRegistrationPlateIdentification> <nc:IdentificationID>HOWDEE</nc:IdentificationID> <j:IdentificationJurisdictionNCICLISCode>NC</j:IdentificationJurisdictionNCICLISCode> </nc:ConveyanceRegistrationPlateIdentification> <nc:VehicleIdentification> <nc:IdentificationID>1234L7T098356A</nc:IdentificationID> </nc:VehicleIdentification> </nc:Vehicle>