Definition Type: Element
Name: OrderStatusRequestProperties
Namespace: http://www.api.org/pidXML
Containing Schema: OrderStatusRequest.xsd
Abstract
Documentation:
Structure containing information on the properties of the OrderStatusRequest.
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 ReleaseNumber in schema pidxlib_xsd Drilldown into RevisionNumber in schema pidxlib_xsd Drilldown into PartnerInformation in schema pidxlib_xsd Drilldown into LanguageCode in schema pidxlib_xsd Drilldown into SystemAccountCode in schema pidxlib_xsd Drilldown into OrderID in schema pidxlib_xsd Drilldown into OrderCode in schema pidxlib_xsd Drilldown into DateTimeRange in schema pidxlib_xsd Drilldown into PurchaseOrderReferenceInformation in schema pidxlib_xsd Drilldown into OrderDate in schema pidxlib_xsd Drilldown into OrderType in schema pidxlib_xsd Drilldown into OrderNumber in schema pidxlib_xsdXSD Diagram of OrderStatusRequestProperties in schema orderstatusrequest_xsd (PIDX - Petroleum Industry Data Exchange)
Collapse XSD Schema Code:
<element name="OrderStatusRequestProperties">
    <annotation>
        <documentation>Structure containing information on the properties of the OrderStatusRequest.</documentation>
    </annotation>
    <complexType>
        <sequence>
            <element ref="pidx:OrderNumber" />
            <element ref="pidx:OrderType" />
            <element ref="pidx:OrderDate" />
            <element ref="pidx:PurchaseOrderReferenceInformation" minOccurs="0" />
            <element ref="pidx:DateTimeRange" minOccurs="0" />
            <element ref="pidx:OrderCode" minOccurs="0" />
            <element ref="pidx:OrderID" minOccurs="0" />
            <element ref="pidx:SystemAccountCode" minOccurs="0" />
            <element ref="pidx:LanguageCode" minOccurs="0" />
            <element ref="pidx:PartnerInformation" minOccurs="0" maxOccurs="unbounded" />
            <element ref="pidx:RevisionNumber" minOccurs="0" />
            <element ref="pidx:ReleaseNumber" 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
OrderNumber pidx:OrderNumber (1) (1)
OrderType pidx:OrderType (1) (1)
OrderDate pidx:OrderDate (1) (1)
PurchaseOrderReferenceInformation pidx:PurchaseOrderReferenceInformation 0 (1)
DateTimeRange pidx:DateTimeRange 0 (1)
OrderCode pidx:OrderCode 0 (1)
OrderID pidx:OrderID 0 (1)
SystemAccountCode pidx:SystemAccountCode 0 (1)
LanguageCode pidx:LanguageCode 0 (1)
PartnerInformation pidx:PartnerInformation 0 unbounded
RevisionNumber pidx:RevisionNumber 0 (1)
ReleaseNumber pidx:ReleaseNumber 0 (1)
DocumentReference pidx:DocumentReference 0 unbounded
CustomerSpecificInformation pidx:CustomerSpecificInformation 0 unbounded
Comment pidx:Comment 0 unbounded