Definition Type: Element
Name: AlternativeCommunicationMethod
Namespace: http://www.api.org/pidXML
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: PIDXLib.xsd
Abstract
Documentation:
Additional methods of communication, ie., fax, printer, cell phone, in addition to those specifically listed elsewhere in contact or address information.
Collapse XSD Schema Diagram:
Drilldown into definitionOfOther in schema pidxlib_xsd Drilldown into communicationMethodType in schema pidxlib_xsd Drilldown into alternativeCommunicationMethodIndicator in schema pidxlib_xsdXSD Diagram of AlternativeCommunicationMethod in schema pidxlib_xsd (PIDX - Petroleum Industry Data Exchange)
Collapse XSD Schema Code:
<element name="AlternativeCommunicationMethod">
    <annotation>
        <documentation>Additional methods of communication, ie., fax, printer, cell phone, in addition to those specifically listed elsewhere in contact or address information.</documentation>
    </annotation>
    <complexType>
        <annotation>
            <documentation>Unique definitions defined previously in OFSP-Lib begin with: communicationMethodType</documentation>
        </annotation>
        <simpleContent>
            <extension base="string">
                <attribute name="alternativeCommunicationMethodIndicator" type="pidx:AlternativeCommunicationMethodIndicatorType" use="required" />
                <attribute name="communicationMethodType" type="pidx:CommunicationMethodType" use="required">
                    <annotation>
                        <documentation>Identifies which kind of communication is beging given.</documentation>
                    </annotation>
                </attribute>
                <attribute name="definitionOfOther" type="string" use="optional">
                    <annotation>
                        <documentation>Identifies what "Other" is if chosen from an attribute enumeration list</documentation>
                    </annotation>
                </attribute>
            </extension>
        </simpleContent>
    </complexType>
</element>
Collapse Child Attributes:
Name Type Default Value Use
alternativeCommunicationMethodIndicator pidx:alternativeCommunicationMethodIndicator Required
communicationMethodType pidx:communicationMethodType Required
definitionOfOther pidx:definitionOfOther Optional