nc:VehicleBrander
An organization that brands a vehicle.
Element information
Namespace: http://niem.gov/niem/niem-core/2.0
Schema document: niem-core/2.0/niem-core.xsd
Type: nc:VehicleBranderType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- nc:RoleOfOrganizationReference [0..*] An organization of whom the role object is a function.
- nc:VehicleBranderIdentification [0..*] An identification of an entity which brands a vehicle.
- nc:VehicleBranderCategoryCode [0..*] A kind of brander of a vehicle.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
s:id | [0..1] | xsd:ID | from type s:ComplexObjectType | |
s:metadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType | |
s:linkMetadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType |
Used in
- Type nc:VehicleBrandType (Element nc:VehicleBrand)
- Type intel:TrainType via extension of nc:VehicleType (Element intel:Train)
- Type j:CommercialVehicleType via extension of nc:VehicleType (Element j:CommercialVehicle)
- Type j:VehicleType via extension of nc:VehicleType (Element j:Vehicle)
- Type nc:CommercialVehicleType via extension of nc:VehicleType (Element nc:CommercialVehicle)
- Type nc:VehicleType (Elements nc:Vehicle, j:NonmotoristStrikingVehicle)
- Type scr:ConveyanceType via extension of nc:VehicleType (Element scr:Conveyance)
Sample instance
<nc:VehicleBrander> <nc:RoleOfOrganizationReference/> <nc:VehicleBranderIdentification> <nc:IdentificationID>string</nc:IdentificationID> <nc:IdentificationCategoryText>string</nc:IdentificationCategoryText> <nc:IdentificationCategoryDescriptionText>string</nc:IdentificationCategoryDescriptionText> <nc:IdentificationEffectiveDate> <nc:Date>2000-01-01</nc:Date> </nc:IdentificationEffectiveDate> <nc:IdentificationExpirationDate> <nc:Date>2000-01-01</nc:Date> </nc:IdentificationExpirationDate> <nc:IdentificationJurisdictionFIPS10-4Code>KS</nc:IdentificationJurisdictionFIPS10-4Code> <nc:IdentificationSourceText>string</nc:IdentificationSourceText> </nc:VehicleBranderIdentification> <nc:VehicleBranderCategoryCode>J</nc:VehicleBranderCategoryCode> </nc:VehicleBrander>