Definition Type: Element
Name: OrderChange
Namespace: http://www.api.org/pidXML
Containing Schema: OrderChange.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into OrderChangeSummary in schema orderchange_xsd Drilldown into OrderChangeDetails in schema orderchange_xsd Drilldown into OrderChangeProperties in schema orderchange_xsd Drilldown into version in schema pidxlib_xsd Drilldown into transactionPurposeIndicator in schema pidxlib_xsdXSD Diagram of OrderChange in schema orderchange_xsd (PIDX - Petroleum Industry Data Exchange)
Collapse XSD Schema Code:
<element name="OrderChange">
    <complexType>
        <sequence>
            <element ref="pidx:OrderChangeProperties" />
            <element ref="pidx:OrderChangeDetails" />
            <element ref="pidx:OrderChangeSummary" />
        </sequence>
        <attribute ref="pidx:transactionPurposeIndicator" use="required" />
        <attribute ref="pidx:version" use="optional" />
    </complexType>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
OrderChangeProperties pidx:OrderChangeProperties (1) (1)
OrderChangeDetails pidx:OrderChangeDetails (1) (1)
OrderChangeSummary pidx:OrderChangeSummary (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
transactionPurposeIndicator pidx:transactionPurposeIndicator Required
version pidx:version Optional