Definition Type: ComplexType
Name: CustodyPartnerType
Namespace: http://www.api.org/pidXML
Containing Schema: PIDXLib.xsd
Abstract
Documentation:
Information about a trading partner that is participating in a custody transfer.
Collapse XSD Schema Diagram:
Drilldown into PartnerFacilityIdentifier in schema pidxlib_xsd Drilldown into PartnerEntityIdentifier in schema pidxlib_xsd Drilldown into PartnerInformation in schema pidxlib_xsdXSD Diagram of CustodyPartnerType in schema pidxlib_xsd (PIDX - Petroleum Industry Data Exchange)
Collapse XSD Schema Code:
<complexType name="CustodyPartnerType">
    <annotation>
        <documentation>Information about a trading partner that is participating in a custody transfer.</documentation>
    </annotation>
    <sequence>
        <element ref="pidx:PartnerInformation" />
        <element ref="pidx:PartnerEntityIdentifier" minOccurs="0">
            <annotation>
                <documentation>An EPA assigned identifier for companies participating upstream of, and including, a truck rack.</documentation>
            </annotation>
        </element>
        <element ref="pidx:PartnerFacilityIdentifier" minOccurs="0">
            <annotation>
                <documentation>An EPA assigned identifier for a group of assets owned by the entity participating upstream of, and including, a truck rack.</documentation>
            </annotation>
        </element>
    </sequence>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PartnerInformation pidx:PartnerInformation (1) (1)
PartnerEntityIdentifier pidx:PartnerEntityIdentifier 0 (1)
PartnerFacilityIdentifier pidx:PartnerFacilityIdentifier 0 (1)
Collapse Derivation Tree:
Collapse References:
pidx:FromPartner, pidx:ToPartner