Definition Type: Element
Name: RequestedDocument
Namespace: http://www.api.org/pidXML
Containing Schema: PIDXLib.xsd
Abstract
Documentation:
Structure which contains information about references to documents.
Collapse XSD Schema Diagram:
Drilldown into NumberOfCopies in schema pidxlib_xsd Drilldown into NumberOfOriginals in schema pidxlib_xsd Drilldown into DocumentDeliveryInformation in schema pidxlib_xsd Drilldown into DocumentReference in schema pidxlib_xsdXSD Diagram of RequestedDocument in schema pidxlib_xsd (PIDX - Petroleum Industry Data Exchange)
Collapse XSD Schema Code:
<element name="RequestedDocument">
    <annotation>
        <documentation>Structure which contains information about references to documents.</documentation>
    </annotation>
    <complexType>
        <sequence>
            <element ref="pidx:DocumentReference" minOccurs="0" />
            <element ref="pidx:DocumentDeliveryInformation" minOccurs="0" />
            <element ref="pidx:NumberOfOriginals" minOccurs="0" />
            <element ref="pidx:NumberOfCopies" minOccurs="0" />
        </sequence>
    </complexType>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DocumentReference pidx:DocumentReference 0 (1)
DocumentDeliveryInformation pidx:DocumentDeliveryInformation 0 (1)
NumberOfOriginals pidx:NumberOfOriginals 0 (1)
NumberOfCopies pidx:NumberOfCopies 0 (1)