Definition Type: ComplexType
Name: TelephoneNumberType
Namespace: http://www.openapplications.org/oagis/9
Type: oagis:StringType
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into extension in schema components_xsd1 Drilldown into exchangeCode in schema components_xsd1 Drilldown into areaCode in schema components_xsd1 Drilldown into countryCode in schema components_xsd1 Drilldown into accessCode in schema components_xsd1 Drilldown into numberFormat in schema components_xsd1XSD Diagram of TelephoneNumberType in schema components_xsd1 (Standards for Technology in Automotive Retail)
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 oagis:numberFormat Optional
accessCode oagis:accessCode Optional
countryCode oagis:countryCode Optional
areaCode oagis:areaCode Optional
exchangeCode oagis:exchangeCode Optional
extension oagis:extension Optional
Collapse Derivation Tree: