Definition Type: ComplexType
Name: PartnerConfirmationStatusType
Namespace: http://www.api.org/pidXML
Containing Schema: PIDXLib.xsd
Abstract
Documentation:
Structure which contains information about the Partner's action in the transaction.
Collapse XSD Schema Diagram:
Drilldown into ConfirmationStatusCode in schema pidxlib_xsd Drilldown into ConfirmationDateTime in schema pidxlib_xsd Drilldown into PartnerInformation in schema pidxlib_xsdXSD Diagram of PartnerConfirmationStatusType in schema pidxlib_xsd (PIDX - Petroleum Industry Data Exchange)
Collapse XSD Schema Code:
<complexType name="PartnerConfirmationStatusType">
    <annotation>
        <documentation>Structure which contains information about the Partner's action in the transaction.</documentation>
    </annotation>
    <sequence>
        <element ref="pidx:PartnerInformation" />
        <element ref="pidx:ConfirmationDateTime" minOccurs="0" />
        <element ref="pidx:ConfirmationStatusCode" />
    </sequence>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PartnerInformation pidx:PartnerInformation (1) (1)
ConfirmationDateTime pidx:ConfirmationDateTime 0 (1)
ConfirmationStatusCode pidx:ConfirmationStatusCode (1) (1)
Collapse Derivation Tree:
Collapse References:
pidx:PartnerConfirmationStatus