Definition Type: Element
Name: OrderChangeProperties
Namespace: http://www.api.org/pidXML
Containing Schema: OrderChange.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Comment in schema pidxlib_xsd Drilldown into Attachment in schema pidxlib_xsd Drilldown into ReferenceInformation in schema pidxlib_xsd Drilldown into SpecialInstructions in schema pidxlib_xsd Drilldown into CreditCardInformation in schema pidxlib_xsd Drilldown into PaymentTerms in schema pidxlib_xsd Drilldown into TransportInformation in schema pidxlib_xsd Drilldown into CountryOfFinalDestination in schema pidxlib_xsd Drilldown into CountryOfOrigin in schema pidxlib_xsd Drilldown into ServiceDateTime in schema pidxlib_xsd Drilldown into JobLocationInformation in schema pidxlib_xsd Drilldown into LanguageCode in schema pidxlib_xsd Drilldown into SecondCurrency in schema pidxlib_xsd Drilldown into PrimaryCurrency in schema pidxlib_xsd Drilldown into SpecialInvoicePreference in schema pidxlib_xsd Drilldown into SequenceNumber in schema pidxlib_xsd Drilldown into PartnerInformation in schema pidxlib_xsd Drilldown into PurchaseOrderInformation in schema pidxlib_xsd Drilldown into OrderChangeDate in schema pidxlib_xsd Drilldown into OrderChangeNumber in schema pidxlib_xsdXSD Diagram of OrderChangeProperties in schema orderchange_xsd (PIDX - Petroleum Industry Data Exchange)
Collapse XSD Schema Code:
<element name="OrderChangeProperties">
    <complexType>
        <sequence>
            <element ref="pidx:OrderChangeNumber" />
            <element ref="pidx:OrderChangeDate" />
            <element ref="pidx:PurchaseOrderInformation" />
            <element ref="pidx:PartnerInformation" minOccurs="2" maxOccurs="unbounded" />
            <element ref="pidx:SequenceNumber" minOccurs="0" />
            <element ref="pidx:SpecialInvoicePreference" minOccurs="0" />
            <element ref="pidx:PrimaryCurrency" minOccurs="0" />
            <element ref="pidx:SecondCurrency" minOccurs="0" />
            <element ref="pidx:LanguageCode" minOccurs="0" />
            <element ref="pidx:JobLocationInformation" minOccurs="0" />
            <element ref="pidx:ServiceDateTime" minOccurs="0" maxOccurs="unbounded" />
            <element ref="pidx:CountryOfOrigin" minOccurs="0" />
            <element ref="pidx:CountryOfFinalDestination" minOccurs="0" />
            <element ref="pidx:TransportInformation" minOccurs="0" />
            <element ref="pidx:PaymentTerms" minOccurs="0" />
            <element ref="pidx:CreditCardInformation" minOccurs="0" />
            <element ref="pidx:SpecialInstructions" minOccurs="0" maxOccurs="unbounded" />
            <element ref="pidx:ReferenceInformation" minOccurs="0" maxOccurs="unbounded" />
            <element ref="pidx:Attachment" minOccurs="0" maxOccurs="unbounded" />
            <element ref="pidx:Comment" minOccurs="0" />
        </sequence>
    </complexType>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
OrderChangeNumber pidx:OrderChangeNumber (1) (1)
OrderChangeDate pidx:OrderChangeDate (1) (1)
PurchaseOrderInformation pidx:PurchaseOrderInformation (1) (1)
PartnerInformation pidx:PartnerInformation 2 unbounded
SequenceNumber pidx:SequenceNumber 0 (1)
SpecialInvoicePreference pidx:SpecialInvoicePreference 0 (1)
PrimaryCurrency pidx:PrimaryCurrency 0 (1)
SecondCurrency pidx:SecondCurrency 0 (1)
LanguageCode pidx:LanguageCode 0 (1)
JobLocationInformation pidx:JobLocationInformation 0 (1)
ServiceDateTime pidx:ServiceDateTime 0 unbounded
CountryOfOrigin pidx:CountryOfOrigin 0 (1)
CountryOfFinalDestination pidx:CountryOfFinalDestination 0 (1)
TransportInformation pidx:TransportInformation 0 (1)
PaymentTerms pidx:PaymentTerms 0 (1)
CreditCardInformation pidx:CreditCardInformation 0 (1)
SpecialInstructions pidx:SpecialInstructions 0 unbounded
ReferenceInformation pidx:ReferenceInformation 0 unbounded
Attachment pidx:Attachment 0 unbounded
Comment pidx:Comment 0 (1)