nc:Lessor
An entity which conveys vehicles by way of a lease.
Element information
Namespace: http://niem.gov/niem/niem-core/2.0
Schema document: niem-core/2.0/niem-core.xsd
Type: nc:LessorType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- nc:LessorIdentification [0..*] An identification of an entity which conveys vehicles by way of a lease.
- nc:RoleOfOrganizationReference [0..*] An organization of whom the role object is a function.
- nc:RoleOfPersonReference [0..*] A person of whom the role object is a function.
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:Lessor> <nc:LessorIdentification> <nc:IdentificationID>string</nc:IdentificationID> <j:PersonIDCategoryCode>AF</j:PersonIDCategoryCode> <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> <j:DrivingJurisdictionAuthorityANSID20Code>AB</j:DrivingJurisdictionAuthorityANSID20Code> <nc:IdentificationSourceText>string</nc:IdentificationSourceText> </nc:LessorIdentification> <nc:RoleOfOrganizationReference/> <nc:RoleOfPersonReference/> </nc:Lessor>