Definition Type: Element
Name: CustomerSpecificInformation
Namespace: http://www.api.org/pidXML
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: PIDXLib.xsd
Abstract
Documentation:
Holds information required by a specific customer to complete a transaction.
Collapse XSD Schema Diagram:
Drilldown into informationType in schema pidxlib_xsdXSD Diagram of CustomerSpecificInformation in schema pidxlib_xsd (PIDX - Petroleum Industry Data Exchange)
Collapse XSD Schema Code:
<element name="CustomerSpecificInformation">
    <annotation>
        <documentation>Holds information required by a specific customer to complete a transaction.</documentation>
    </annotation>
    <complexType>
        <simpleContent>
            <extension base="string">
                <attribute name="informationType" type="string" use="required">
                    <annotation>
                        <documentation>Identifies the kind of information being given.</documentation>
                    </annotation>
                </attribute>
            </extension>
        </simpleContent>
    </complexType>
</element>
Collapse Child Attributes:
Name Type Default Value Use
informationType pidx:informationType Required