Definition Type: ComplexType
Name: TelephoneNumberType
Namespace: http://www.openapplications.org/oagis/9
Type: nsA:StringType
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into extension in schema components_xsd Drilldown into exchangeCode in schema components_xsd Drilldown into areaCode in schema components_xsd Drilldown into countryCode in schema components_xsd Drilldown into accessCode in schema components_xsd Drilldown into numberFormat in schema components_xsdXSD Diagram of TelephoneNumberType in schema components_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
numberFormat nsA:numberFormat Optional
accessCode nsA:accessCode Optional
countryCode nsA:countryCode Optional
areaCode nsA:areaCode Optional
exchangeCode nsA:exchangeCode Optional
extension nsA:extension Optional
Collapse Derivation Tree: