Definition Type: Element
Name: OrderCreateProperties
Namespace: http://www.api.org/pidXML
Containing Schema: OrderCreate.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 RevisionNumber in schema pidxlib_xsd Drilldown into ReleaseNumber in schema pidxlib_xsd Drilldown into PurchaseOrderTypeCode in schema pidxlib_xsd Drilldown into PartnerInformation in schema pidxlib_xsd Drilldown into PurchaseOrderIssuedDate in schema pidxlib_xsd Drilldown into PurchaseOrderNumber in schema pidxlib_xsdXSD Diagram of OrderCreateProperties in schema ordercreate_xsd (PIDX - Petroleum Industry Data Exchange)
Collapse XSD Schema Code:
<element name="OrderCreateProperties">
    <complexType>
        <sequence>
            <element ref="pidx:PurchaseOrderNumber" />
            <element ref="pidx:PurchaseOrderIssuedDate" />
            <element ref="pidx:PartnerInformation" minOccurs="2" maxOccurs="unbounded" />
            <element ref="pidx:PurchaseOrderTypeCode" />
            <element ref="pidx:ReleaseNumber" minOccurs="0" />
            <element ref="pidx:RevisionNumber" 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
PurchaseOrderNumber pidx:PurchaseOrderNumber (1) (1)
PurchaseOrderIssuedDate pidx:PurchaseOrderIssuedDate (1) (1)
PartnerInformation pidx:PartnerInformation 2 unbounded
PurchaseOrderTypeCode pidx:PurchaseOrderTypeCode (1) (1)
ReleaseNumber pidx:ReleaseNumber 0 (1)
RevisionNumber pidx:RevisionNumber 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)