<element name="ContactInformation">
<annotation>
<documentation>Structure which contains the information for contacting a person, organization or business.</documentation>
</annotation>
<complexType>
<sequence>
<element ref="pidx:ContactIdentifier" minOccurs="0" />
<element ref="pidx:ContactName" minOccurs="0" />
<element ref="pidx:ContactDescription" minOccurs="0" />
<element ref="pidx:Telephone" minOccurs="0" maxOccurs="unbounded" />
<element ref="pidx:EmailAddress" minOccurs="0" maxOccurs="unbounded" />
<element ref="pidx:AlternativeCommunicationMethod" minOccurs="0" maxOccurs="unbounded" />
<element ref="pidx:LanguageCode" minOccurs="0" />
</sequence>
<attribute name="contactInformationIndicator" type="pidx:ContactInformationIndicatorType" />
</complexType>
</element>
|