Definition Type: Element
Name: Telephone
Namespace: http://www.api.org/pidXML
Containing Schema: PIDXLib.xsd
Abstract
Documentation:
Structure which contains the information about a telephone number.
Collapse XSD Schema Diagram:
Drilldown into TelecomAreaCode in schema pidxlib_xsd Drilldown into TelecomCountryCode in schema pidxlib_xsd Drilldown into PhoneNumberExtension in schema pidxlib_xsd Drilldown into PhoneNumber in schema pidxlib_xsd Drilldown into telephoneIndicator in schema pidxlib_xsdXSD Diagram of Telephone in schema pidxlib_xsd (PIDX - Petroleum Industry Data Exchange)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PhoneNumber pidx:PhoneNumber (1) (1)
PhoneNumberExtension pidx:PhoneNumberExtension 0 (1)
TelecomCountryCode pidx:TelecomCountryCode 0 (1)
TelecomAreaCode pidx:TelecomAreaCode 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
telephoneIndicator pidx:telephoneIndicator Optional