it:NotifyPartyType

complexType NotifyPartyType in namespace http://release.niem.gov/niem/domains/internationalTrade/4.2/

Definition

A data type for a name [and address] of party to be notified.

Diagram

XML Schema

<xs:complexType name="NotifyPartyType">
<xs:annotation>
<xs:documentation>
A data type for a name [and address] of party to be notified.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="it:NotifyPartyIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:NotifyPartyIDCategory" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:RoleOfParty" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:NotifyPartyAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>