Definition Type: Element
Name: RequestQuoteResponse
Namespace: http://www.api.org/pidXML
Containing Schema: PIDXLib.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ResponseInstructions in schema pidxlib_xsd Drilldown into ContactInformation in schema pidxlib_xsd Drilldown into CloseDate in schema pidxlib_xsd Drilldown into OpenDate in schema pidxlib_xsdXSD Diagram of RequestQuoteResponse in schema pidxlib_xsd (PIDX - Petroleum Industry Data Exchange)
Collapse XSD Schema Code:
<element name="RequestQuoteResponse">
    <complexType>
        <sequence>
            <element ref="pidx:OpenDate" minOccurs="0" />
            <element ref="pidx:CloseDate" minOccurs="0" />
            <element ref="pidx:ContactInformation" minOccurs="0" />
            <element ref="pidx:ResponseInstructions" minOccurs="0" />
        </sequence>
    </complexType>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
OpenDate pidx:OpenDate 0 (1)
CloseDate pidx:CloseDate 0 (1)
ContactInformation pidx:ContactInformation 0 (1)
ResponseInstructions pidx:ResponseInstructions 0 (1)