nc:VehicleBrand
A brand issued to a vehicle.
Element information
Namespace: http://niem.gov/niem/niem-core/2.0
Schema document: niem-core/2.0/niem-core.xsd
Type: nc:VehicleBrandType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- Choice [0..*]
- nc:VehicleBrandDamagePercentageCategoryCode An indicator of whether the Percentage of Damage is the actual value applied to a specific vehicle or is the threshold level applied by a state.
- nc:VehicleBrandDamagePercentageCategoryText An indicator of whether the Percentage of Damage is the actual value applied to a specific vehicle or is the threshold level applied by a state.
from subst. group nc:VehicleBrandDamagePercentageCategory - nc:VehicleBrandDate [0..*] A date a vehicle brand was applied or obtained.
- nc:VehicleBrander [0..*] An organization that brands a vehicle.
- nc:VehicleBrandSalvagePercentage [0..*] A percentage of damage (in terms of the extent that the fair salvage value plus the cost of repairing the vehicle for legal operation exceeds the fair market value of the vehicle prior to the incident causing the damage) a vehicle must sustain to be branded as 'Salvage'.
- Choice [0..*]
- nc:VehicleBrandCode A brand applied to the title or odometer of a vehicle.
- nc:VehicleBrandText A brand applied to the title or odometer of a vehicle.
from subst. group nc:VehicleBrandDesignation - Choice [0..*]
- nc:VehicleBrandVehicleDispositionCode A disposition of the vehicle as documented by the junk yard or salvage yard.
- nc:VehicleBrandVehicleDispositionText A disposition of the vehicle as documented by the junk yard or salvage yard.
from subst. group nc:VehicleBrandVehicleDisposition - nc:VehicleBrandVehicleSourceName [0..*] A name of an individual or organization from which a brander obtained a vehicle.
- Choice [0..*]
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 intel:TrainType via extension of nc:VehicleType (Element intel:Train)
- Type nc:CommercialVehicleType via extension of nc:VehicleType (Element nc:CommercialVehicle)
- Type nc:VehicleType (Elements j:NonmotoristStrikingVehicle, nc:Vehicle)
Sample instance
<nc:VehicleBrand> <nc:VehicleBrandDamagePercentageCategoryCode>R</nc:VehicleBrandDamagePercentageCategoryCode> <nc:VehicleBrandDate> <nc:Date>2000-01-01</nc:Date> </nc:VehicleBrandDate> <nc:VehicleBrander> <nc:RoleOfOrganizationReference/> <nc:VehicleBranderIdentification> <nc:IdentificationID>string</nc:IdentificationID> <j:PersonIDCategoryCode>AF</j:PersonIDCategoryCode> <nc:IdentificationCategoryDescriptionText>string</nc:IdentificationCategoryDescriptionText> <nc:IdentificationEffectiveDate>... </nc:IdentificationEffectiveDate> <nc:IdentificationExpirationDate>... </nc:IdentificationExpirationDate> <j:DrivingJurisdictionAuthorityANSID20Code>AB</j:DrivingJurisdictionAuthorityANSID20Code> <nc:IdentificationSourceText>string</nc:IdentificationSourceText> </nc:VehicleBranderIdentification> <nc:VehicleBranderCategoryCode>I</nc:VehicleBranderCategoryCode> </nc:VehicleBrander> <nc:VehicleBrandSalvagePercentage>1.0</nc:VehicleBrandSalvagePercentage> <nc:VehicleBrandCode>00</nc:VehicleBrandCode> <nc:VehicleBrandVehicleDispositionCode>01</nc:VehicleBrandVehicleDispositionCode> <nc:VehicleBrandVehicleSourceName>string</nc:VehicleBrandVehicleSourceName> </nc:VehicleBrand>