Definition Type: Element
Name: ReceiptProperties
Namespace: http://www.api.org/pidXML
Containing Schema: Receipt.xsd
Abstract
Documentation:
Structure containing information on the properties of the Receipt.
Collapse XSD Schema Diagram:
Drilldown into Comment in schema pidxlib_xsd Drilldown into CustomerSpecificInformation in schema pidxlib_xsd Drilldown into DocumentReference in schema pidxlib_xsd Drilldown into DateTimeRange in schema pidxlib_xsd Drilldown into LanguageCode in schema pidxlib_xsd Drilldown into ReferenceNumber in schema pidxlib_xsd Drilldown into PartnerInformation in schema pidxlib_xsd Drilldown into PurchaseOrderReferenceInformation in schema pidxlib_xsd Drilldown into ReceiptDate in schema pidxlib_xsdXSD Diagram of ReceiptProperties in schema receipt_xsd (PIDX - Petroleum Industry Data Exchange)
Collapse XSD Schema Code:
<element name="ReceiptProperties">
    <annotation>
        <documentation>Structure containing information on the properties of the Receipt.</documentation>
    </annotation>
    <complexType>
        <sequence>
            <element ref="pidx:ReceiptDate" />
            <element ref="pidx:PurchaseOrderReferenceInformation" />
            <element ref="pidx:PartnerInformation" minOccurs="0" maxOccurs="unbounded" />
            <element ref="pidx:ReferenceNumber" minOccurs="0" />
            <element ref="pidx:LanguageCode" minOccurs="0" />
            <element ref="pidx:DateTimeRange" minOccurs="0" />
            <element ref="pidx:DocumentReference" minOccurs="0" maxOccurs="unbounded" />
            <element ref="pidx:CustomerSpecificInformation" minOccurs="0" maxOccurs="unbounded" />
            <element ref="pidx:Comment" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
    </complexType>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ReceiptDate pidx:ReceiptDate (1) (1)
PurchaseOrderReferenceInformation pidx:PurchaseOrderReferenceInformation (1) (1)
PartnerInformation pidx:PartnerInformation 0 unbounded
ReferenceNumber pidx:ReferenceNumber 0 (1)
LanguageCode pidx:LanguageCode 0 (1)
DateTimeRange pidx:DateTimeRange 0 (1)
DocumentReference pidx:DocumentReference 0 unbounded
CustomerSpecificInformation pidx:CustomerSpecificInformation 0 unbounded
Comment pidx:Comment 0 unbounded