it:RoleOfOrganizationCategoryType
complexType RoleOfOrganizationCategoryType in namespace http://release.niem.gov/niem/domains/internationalTrade/4.2/
Definition
A data type for the role played by the Party/Organization in the given context of a transaction
Diagram
XML Schema
<xs:complexType name="RoleOfOrganizationCategoryType">
<xs:annotation>
<xs:documentation>
A data type for the role played by the Party/Organization in the given context of a transaction</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="it:RoleOfOrganizationCategoryDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:RoleOfOrganizationCategory" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:RoleOfOrganizationCategoryAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>