<element name="PartnerInformation">
<annotation>
<documentation>Structure which contains the information necessary to describe a business partner.</documentation>
</annotation>
<complexType>
<sequence>
<element ref="pidx:PartnerIdentifier" maxOccurs="unbounded" />
<element ref="pidx:PartnerName" minOccurs="0" />
<element ref="pidx:AddressInformation" minOccurs="0" />
<element ref="pidx:ContactInformation" minOccurs="0" maxOccurs="unbounded" />
<element ref="pidx:TaxInformation" minOccurs="0" maxOccurs="unbounded" />
<element ref="pidx:URL" minOccurs="0" />
<element ref="pidx:AccountInformation" minOccurs="0" />
</sequence>
<attribute name="partnerRoleIndicator" type="pidx:PartnerRoleIndicatorType" use="required" />
<attribute name="definitionOfOther" type="string" use="optional">
<annotation>
<documentation>Identifies what "Other" is if chosen from an attribute enumeration list</documentation>
</annotation>
</attribute>
</complexType>
</element>
|