cbrn:ConveyanceOrgRelationshipType

complexType ConveyanceOrgRelationshipType in namespace http://release.niem.gov/niem/domains/cbrn/4.0/

Definition

A data type for a relationship between a conveyance and an organization.

Diagram

XML Schema

<xs:complexType name="ConveyanceOrgRelationshipType">
<xs:annotation>
<xs:documentation>
A data type for a relationship between a conveyance and an organization.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:OrganizationIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:ConveyanceIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:ConveyanceOrgRelationshipKindCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:ConveyanceOrgRelationshipAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>