Definition Type: ComplexType
Name: DemandPlanResponseType
Namespace: urn:cidx:names:specification:ces:schema:all:4:0
Containing Schema: CIDX_CeS_v4.0_Message_DemandPlanResponse.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into DemandPlanResponseBody in schema cidx_ces_v4_0_message_demandplanresponse_xsd Drilldown into Header in schema cidx_ces_v4_0_commoncomponents_xsd Drilldown into Version in schema cidx_ces_v4_0_message_demandplanresponse_xsdXSD Diagram of DemandPlanResponseType in schema cidx_ces_v4_0_message_demandplanresponse_xsd (CIDX eChemical Standard)
Collapse XSD Schema Code:
<xsd:complexType name="DemandPlanResponseType">
    <xsd:sequence minOccurs="1" maxOccurs="1">
        <xsd:element ref="Header" minOccurs="1" maxOccurs="1" />
        <xsd:element ref="DemandPlanResponseBody" minOccurs="1" maxOccurs="1" />
    </xsd:sequence>
    <xsd:attribute name="Version" use="required" type="cidxToken" fixed="4.0" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Header nsA:Header 1 1
DemandPlanResponseBody nsA:DemandPlanResponseBody 1 1
Collapse Child Attributes:
Name Type Default Value Use
Version nsA:Version Required
Collapse Derivation Tree:
Collapse References:
nsA:DemandPlanResponse