cbrncl:ConveyanceOrgRelationshipKindCodeSimpleType

simpleType ConveyanceOrgRelationshipKindCodeSimpleType in namespace http://release.niem.gov/niem/codes/cbrncl/4.0/

Definition

A data type for the kinds of relationships that may exist between a conveyance and an organization.

Diagram

Enumerations

ValueDefinition
lesseeThe organization leases (or rents) the conveyance from a lessor.
lessorThe organization leases (or rents) the conveyance to lessee.
operatorThe organization operates the conveyance, but does not own it.
otherThe organization's relationship to the conveyance is other than own/operate/lease/rent.
ownerThe organization owns the conveyance, but does not operate it.
owner/operatorThe organization owns and operates the conveyance.

XML Schema

<xs:simpleType name="ConveyanceOrgRelationshipKindCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the kinds of relationships that may exist between a conveyance and an organization.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="lessee">
<xs:annotation>
<xs:documentation>
The organization leases (or rents) the conveyance from a lessor.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="lessor">
<xs:annotation>
<xs:documentation>
The organization leases (or rents) the conveyance to lessee.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="operator">
<xs:annotation>
<xs:documentation>
The organization operates the conveyance, but does not own it.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="other">
<xs:annotation>
<xs:documentation>
The organization's relationship to the conveyance is other than own/operate/lease/rent.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="owner">
<xs:annotation>
<xs:documentation>
The organization owns the conveyance, but does not operate it.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="owner/operator">
<xs:annotation>
<xs:documentation>
The organization owns and operates the conveyance.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>