Definition Type: ComplexType
Name: DemandPlanLineItemType
Namespace: urn:cidx:names:specification:ces:schema:all:5:0
Containing Schema: CIDX_5.0.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Plan in schema cidx_5_0_xsd Drilldown into PlanHorizon in schema cidx_5_0_xsd Drilldown into PlanProduct in schema cidx_5_0_xsd Drilldown into LineNumber in schema cidx_5_0_xsdXSD Diagram of DemandPlanLineItemType in schema cidx_5_0_xsd (CIDX eChemical Standard)
Collapse XSD Schema Code:
<xsd:complexType name="DemandPlanLineItemType">
    <xsd:sequence>
        <xsd:element ref="LineNumber" />
        <xsd:element ref="PlanProduct" />
        <xsd:element ref="PlanHorizon" minOccurs="0" />
        <xsd:element ref="Plan" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
LineNumber nsA:LineNumber (1) (1)
PlanProduct nsA:PlanProduct (1) (1)
PlanHorizon nsA:PlanHorizon 0 (1)
Plan nsA:Plan (1) unbounded
Collapse Derivation Tree:
Collapse References:
nsA:DemandPlanLineItem