Definition Type: Element
Name: QuoteRequestProperties
Namespace: http://www.api.org/pidXML
Containing Schema: QuoteRequest.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 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 RequestQuoteResponse in schema pidxlib_xsd Drilldown into RevisionNumber in schema pidxlib_xsd Drilldown into ResultingOrderType in schema pidxlib_xsd Drilldown into PartnerInformation in schema pidxlib_xsd Drilldown into QuoteRequestDate in schema pidxlib_xsd Drilldown into QuoteRequestNumber in schema pidxlib_xsdXSD Diagram of QuoteRequestProperties in schema quoterequest_xsd (PIDX - Petroleum Industry Data Exchange)
Collapse XSD Schema Code:
<element name="QuoteRequestProperties">
    <complexType>
        <sequence>
            <element ref="pidx:QuoteRequestNumber" />
            <element ref="pidx:QuoteRequestDate" />
            <element ref="pidx:PartnerInformation" minOccurs="2" maxOccurs="unbounded" />
            <element ref="pidx:ResultingOrderType" minOccurs="0" />
            <element ref="pidx:RevisionNumber" minOccurs="0" />
            <element ref="pidx:RequestQuoteResponse" 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: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
QuoteRequestNumber pidx:QuoteRequestNumber (1) (1)
QuoteRequestDate pidx:QuoteRequestDate (1) (1)
PartnerInformation pidx:PartnerInformation 2 unbounded
ResultingOrderType pidx:ResultingOrderType 0 (1)
RevisionNumber pidx:RevisionNumber 0 (1)
RequestQuoteResponse pidx:RequestQuoteResponse 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)
SpecialInstructions pidx:SpecialInstructions 0 unbounded
ReferenceInformation pidx:ReferenceInformation 0 unbounded
Attachment pidx:Attachment 0 unbounded
Comment pidx:Comment 0 (1)