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
Value | Definition |
lessee | The organization leases (or rents) the conveyance from a lessor. |
lessor | The organization leases (or rents) the conveyance to lessee. |
operator | The organization operates the conveyance, but does not own it. |
other | The organization's relationship to the conveyance is other than own/operate/lease/rent. |
owner | The organization owns the conveyance, but does not operate it. |
owner/operator | The 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:restriction base="xs:token">
<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>