Definition Type: ComplexType
Name: RequestedQuoteResponseType
Namespace: urn:cidx:names:specification:ces:schema:all:4:0
Containing Schema: CIDX_CeS_v4.0_Message_RequestForQuote.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ClosingDate in schema cidx_ces_v4_0_message_requestforquote_xsd Drilldown into ContactInformation in schema cidx_ces_v4_0_commoncomponents_xsd Drilldown into PreferredMethod in schema cidx_ces_v4_0_message_requestforquote_xsdXSD Diagram of RequestedQuoteResponseType in schema cidx_ces_v4_0_message_requestforquote_xsd (CIDX eChemical Standard)
Collapse XSD Schema Code:
<xsd:complexType name="RequestedQuoteResponseType">
    <xsd:sequence>
        <xsd:element ref="ContactInformation" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="ClosingDate" />
    </xsd:sequence>
    <xsd:attribute name="PreferredMethod" type="cidxListRFQDeliveryMethod" use="required" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ContactInformation nsA:ContactInformation 0 unbounded
ClosingDate nsA:ClosingDate (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
PreferredMethod nsA:PreferredMethod Required
Collapse Derivation Tree:
Collapse References:
nsA:RequestedQuoteResponse