Definition Type: ComplexType
Name: OrderChangeCancelLineItemsType
Namespace: http://www.api.org/pidXML
Type: pidx:LineItemsType
Containing Schema: PIDXLib.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into AccompanyingSampleCode in schema pidxlib_xsd Drilldown into LineItemRequestedAction in schema pidxlib_xsd Drilldown into PurchaseOrderReferenceInformation in schema pidxlib_xsd Drilldown into Comment in schema pidxlib_xsd Drilldown into CustomerSpecificInformation in schema pidxlib_xsd Drilldown into PartnerInformation in schema pidxlib_xsd Drilldown into DocumentReference in schema pidxlib_xsd Drilldown into LineItemNumber in schema pidxlib_xsd Drilldown into LineItemsType in schema pidxlib_xsdXSD Diagram of OrderChangeCancelLineItemsType in schema pidxlib_xsd (PIDX - Petroleum Industry Data Exchange)
Collapse XSD Schema Code:
<complexType name="OrderChangeCancelLineItemsType">
    <complexContent>
        <extension base="pidx:LineItemsType">
            <sequence>
                <element ref="pidx:PurchaseOrderReferenceInformation" minOccurs="0" />
                <element ref="pidx:LineItemRequestedAction" />
                <element ref="pidx:AccompanyingSampleCode" minOccurs="0" />
            </sequence>
        </extension>
    </complexContent>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
LineItemNumber pidx:LineItemNumber 0 (1)
DocumentReference pidx:DocumentReference 0 unbounded
PartnerInformation pidx:PartnerInformation 0 unbounded
CustomerSpecificInformation pidx:CustomerSpecificInformation 0 unbounded
Comment pidx:Comment 0 unbounded
PurchaseOrderReferenceInformation pidx:PurchaseOrderReferenceInformation 0 (1)
LineItemRequestedAction pidx:LineItemRequestedAction (1) (1)
AccompanyingSampleCode pidx:AccompanyingSampleCode 0 (1)
Collapse Derivation Tree: