nc:TransportationAssociation
An association between a conveyance and the people and/or goods it transported.
Element information
Namespace: http://niem.gov/niem/niem-core/2.0
Schema document: niem-core/2.0/niem-core.xsd
Type: nc:TransportationAssociationType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- nc:AssociationBeginDate [0..*] A date an association begins.
- nc:AssociationEndDate [0..*] A date an association ends.
- nc:ConveyanceReference [0..*] A means of transport from place to place.
- nc:ConveyedItemReference [0..*] An item that is specifically being conveyed.
- nc:ConveyanceOperatorReference [0..*] A person who operates or drives a conveyance.
- nc:ConveyedPersonReference [0..*] A person being conveyed.
- nc:ConveyancePassengerQuantity [0..*] A number of people in a conveyance excluding the driver.
- nc:ConveyancePassengerMaleQuantity [0..*] A number of males in a conveyance excluding the driver.
- nc:ConveyancePassengerFemaleQuantity [0..*] A number of females in a conveyance excluding the driver.
from type nc:AssociationType
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 |
Sample instance
<nc:TransportationAssociation> <nc:AssociationBeginDate> <nc:Date>2000-01-01</nc:Date> </nc:AssociationBeginDate> <nc:AssociationEndDate> <nc:Date>2000-01-01</nc:Date> </nc:AssociationEndDate> <nc:ConveyanceReference/> <nc:ConveyedItemReference/> <nc:ConveyanceOperatorReference/> <nc:ConveyedPersonReference/> <nc:ConveyancePassengerQuantity>1.0</nc:ConveyancePassengerQuantity> <nc:ConveyancePassengerMaleQuantity>1.0</nc:ConveyancePassengerMaleQuantity> <nc:ConveyancePassengerFemaleQuantity>1.0</nc:ConveyancePassengerFemaleQuantity> </nc:TransportationAssociation>