Schema Central  >  LEXS 3.1.4  >  niem-core.xsd  >  nc:Vehicle
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

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

Attributes

NameOccTypeDescriptionNotes
s:id [0..1]xsd:IDThe 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:IDREFSThe attribute metadata allows an object to point to metadata that affects itself.from type s:ComplexObjectType
s:linkMetadata [0..1]xsd:IDREFSThe 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

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>