Definition Type: ComplexType
Name: CT_Scenarios
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Containing Schema: sml-sheet.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into scenario in schema sml-sheet_xsd Drilldown into sqref in schema sml-sheet_xsd Drilldown into show in schema sml-sheet_xsd Drilldown into current in schema sml-sheet_xsdXSD Diagram of CT_Scenarios in schema sml-sheet_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_Scenarios">
    <xsd:sequence>
        <xsd:element name="scenario" type="CT_Scenario" minOccurs="1" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>Scenario</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="current" type="xsd:unsignedInt" use="optional">
        <xsd:annotation>
            <xsd:documentation>Current Scenario</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="show" type="xsd:unsignedInt" use="optional">
        <xsd:annotation>
            <xsd:documentation>Last Shown Scenario</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="sqref" type="ST_Sqref" use="optional">
        <xsd:annotation>
            <xsd:documentation>Sequence of References</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
scenario nsM:scenario 1 unbounded
Collapse Child Attributes:
Name Type Default Value Use
current nsM:current Optional
show nsM:show Optional
sqref nsM:sqref Optional
Collapse Derivation Tree:
Collapse References:
nsM:scenarios