Definition Type: ComplexType
Name: OrderFeaturesType
Namespace: urn:cidx:names:specification:ces:schema:all:5:0
Containing Schema: CIDX_5.0.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UnitVolume in schema cidx_5_0_xsd Drilldown into SalesVolume in schema cidx_5_0_xsd Drilldown into PriceSheetEffectiveDate in schema cidx_5_0_xsd Drilldown into OrderScope in schema cidx_5_0_xsdXSD Diagram of OrderFeaturesType in schema cidx_5_0_xsd (CIDX eChemical Standard)
Collapse XSD Schema Code:
<xsd:complexType name="OrderFeaturesType">
    <xsd:sequence>
        <xsd:element ref="PriceSheetEffectiveDate" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="SalesVolume" minOccurs="0" />
        <xsd:element ref="UnitVolume" minOccurs="0" />
    </xsd:sequence>
    <xsd:attribute name="OrderScope" type="cidxListOrderScope" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PriceSheetEffectiveDate nsA:PriceSheetEffectiveDate 0 unbounded
SalesVolume nsA:SalesVolume 0 (1)
UnitVolume nsA:UnitVolume 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
OrderScope nsA:OrderScope (Optional)
Collapse Derivation Tree:
Collapse References:
nsA:OrderFeatures