it:PartyContactAssociationType
complexType PartyContactAssociationType in namespace http://release.niem.gov/niem/domains/internationalTrade/4.2/
Definition
A data type for an association between a party and its contact information.
Diagram
XML Schema
<xs:complexType name="PartyContactAssociationType">
<xs:annotation>
<xs:documentation>
A data type for an association between a party and its contact information.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="nc:AssociationType">
<xs:sequence>
<xs:element ref="it:Party" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ContactInformation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:PartyContactAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>