Definition Type: ComplexType
Name: TelephoneNumberType
Namespace: http://www.openapplications.org/oagis/9
Type: oa:StringType
Containing Schema: Fields.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into extension in schema fields_xsd1 Drilldown into exchangeCode in schema fields_xsd1 Drilldown into areaCode in schema fields_xsd1 Drilldown into countryCode in schema fields_xsd1 Drilldown into accessCode in schema fields_xsd1 Drilldown into numberFormat in schema fields_xsd1XSD Diagram of TelephoneNumberType in schema fields_xsd1 (HR-XML - Human Resources XML)
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 oa:numberFormat Optional
accessCode oa:accessCode Optional
countryCode oa:countryCode Optional
areaCode oa:areaCode Optional
exchangeCode oa:exchangeCode Optional
extension oa:extension Optional
Collapse Derivation Tree: