Definition Type: Element
Name: DocumentReference
Namespace: http://www.api.org/pidXML
Containing Schema: PIDXLib.xsd
Abstract
Documentation:
Structure which contains information that links this request to a reference document, i.e., contract, agreement, etc.
Collapse XSD Schema Diagram:
Drilldown into DocumentDate in schema pidxlib_xsd Drilldown into ReferenceInformation in schema pidxlib_xsd Drilldown into ReferenceItem in schema pidxlib_xsd Drilldown into DocumentIdentifier in schema pidxlib_xsd Drilldown into definitionOfOther in schema pidxlib_xsd Drilldown into referenceType in schema pidxlib_xsdXSD Diagram of DocumentReference in schema pidxlib_xsd (PIDX - Petroleum Industry Data Exchange)
Collapse XSD Schema Code:
<element name="DocumentReference">
    <annotation>
        <documentation>Structure which contains information that links this request to a reference document, 
				i.e., contract, agreement, etc.
			</documentation>
    </annotation>
    <complexType>
        <sequence>
            <element ref="pidx:DocumentIdentifier" />
            <element ref="pidx:ReferenceItem" minOccurs="0" />
            <element ref="pidx:ReferenceInformation" minOccurs="0" />
            <element ref="pidx:DocumentDate" minOccurs="0" />
        </sequence>
        <attribute name="referenceType" type="pidx:ReferenceType" use="required">
            <annotation>
                <documentation>Identifies what kind of document is being referenced.</documentation>
            </annotation>
        </attribute>
        <attribute name="definitionOfOther" type="string" use="optional">
            <annotation>
                <documentation>Identifies what "Other" is if chosen from an attribute enumeration list</documentation>
            </annotation>
        </attribute>
    </complexType>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DocumentIdentifier pidx:DocumentIdentifier (1) (1)
ReferenceItem pidx:ReferenceItem 0 (1)
ReferenceInformation pidx:ReferenceInformation 0 (1)
DocumentDate pidx:DocumentDate 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
referenceType pidx:referenceType Required
definitionOfOther pidx:definitionOfOther Optional