it:AgentType

complexType AgentType in namespace http://release.niem.gov/niem/domains/internationalTrade/4.1/

Definition

A data type for a party authorized to act on behalf of another person, organization or thing.

Diagram

XML Schema

<xs:complexType name="AgentType">
<xs:annotation>
<xs:documentation>
A data type for a party authorized to act on behalf of another person, organization or thing.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="it:AgentIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:AgentQualityAssuranceIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:AgentStatusCodeText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:AgentStatusText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:AgentAuthorizationIDCategory" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:RoleOfParty" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:AgentAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>