Definition Type: Element
Name: DocumentDeliveryInformation
Namespace: http://www.api.org/pidXML
Containing Schema: PIDXLib.xsd
Abstract
Documentation:
Identifies the party to which the document should be delivered.
Collapse XSD Schema Diagram:
Drilldown into PartnerInformation in schema pidxlib_xsdXSD Diagram of DocumentDeliveryInformation in schema pidxlib_xsd (PIDX - Petroleum Industry Data Exchange)
Collapse XSD Schema Code:
<element name="DocumentDeliveryInformation">
    <annotation>
        <documentation>Identifies the party to which the document should be delivered.</documentation>
    </annotation>
    <complexType>
        <sequence>
            <element ref="pidx:PartnerInformation" maxOccurs="unbounded" />
        </sequence>
    </complexType>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PartnerInformation pidx:PartnerInformation (1) unbounded