it:TransportMeansOperator
Identification of the registered operator of means of transport.
Element information
Namespace: http://niem.gov/niem/domains/internationalTrade/2.1
Schema document: domains/internationalTrade/2.1/internationalTrade.xsd
Type: it:TransportMeansOperatorType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- it:TransportMeansOperatorIdentification [0..*] A unique identification of TransportMeansOperator
- it:PartyReference [0..*] The data type identifying the Organization, Person or Thing associated with processing a Cargo entry.
- nc:DriverLicenseEndorsementText [0..*] An endorsement on a driver license or driver license permit which authorizes the operation of specified types of vehicles carrying specified loads.
- nc:PersonPassportIdentification [0..*] An identification of a passport issued to a person.
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 it:BorderTransportMeansType via extension of it:TransportMeansType (Element it:BorderTransportMeans)
- Type it:TransportMeansType (Elements it:ArrivalTransportMeans, it:DepartureTransportMeans, it:TransportMeans)
Sample instance
<it:TransportMeansOperator> <it:TransportMeansOperatorIdentification> <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> </it:TransportMeansOperatorIdentification> <it:PartyReference/> <nc:DriverLicenseEndorsementText>string</nc:DriverLicenseEndorsementText> <nc:PersonPassportIdentification> <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:PersonPassportIdentification> </it:TransportMeansOperator>