<element name="Telephone">
<annotation>
<documentation>Structure which contains the information about a telephone number.</documentation>
</annotation>
<complexType>
<sequence>
<element ref="pidx:PhoneNumber" />
<element ref="pidx:PhoneNumberExtension" minOccurs="0" />
<element ref="pidx:TelecomCountryCode" minOccurs="0" />
<element ref="pidx:TelecomAreaCode" minOccurs="0" />
</sequence>
<attribute name="telephoneIndicator" type="pidx:PhoneType" use="optional" />
</complexType>
</element>
|