<xsd:complexType name="TelephoneNumberType">
<xsd:simpleContent>
<xsd:extension base="StringType">
<xsd:attribute name="numberFormat" type="NormalizedStringType" use="optional" />
<xsd:attribute name="accessCode" type="PositiveIntegerNumericType" use="optional" />
<xsd:attribute name="countryCode" type="PositiveIntegerNumericType" use="optional" />
<xsd:attribute name="areaCode" type="PositiveIntegerNumericType" use="optional" />
<xsd:attribute name="exchangeCode" type="PositiveIntegerNumericType" use="optional" />
<xsd:attribute name="extension" type="PositiveIntegerNumericType" use="optional" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|