Definition Type: ComplexType
Name: CT_Scenario
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Containing Schema: sml-sheet.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into inputCells in schema sml-sheet_xsd Drilldown into comment in schema sml-sheet_xsd Drilldown into user in schema sml-sheet_xsd Drilldown into count in schema sml-sheet_xsd Drilldown into hidden in schema sml-sheet_xsd Drilldown into locked in schema sml-sheet_xsd Drilldown into name in schema sml-sheet_xsdXSD Diagram of CT_Scenario in schema sml-sheet_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_Scenario">
    <xsd:sequence>
        <xsd:element name="inputCells" type="CT_InputCells" minOccurs="1" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>Input Cells</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="name" type="ST_Xstring" use="required">
        <xsd:annotation>
            <xsd:documentation>Scenario Name</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="locked" type="xsd:boolean" use="optional" default="false">
        <xsd:annotation>
            <xsd:documentation>Scenario Locked</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="hidden" type="xsd:boolean" use="optional" default="false">
        <xsd:annotation>
            <xsd:documentation>Hidden Scenario</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="count" type="xsd:unsignedInt" use="optional">
        <xsd:annotation>
            <xsd:documentation>Changing Cell Count</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="user" type="ST_Xstring" use="optional">
        <xsd:annotation>
            <xsd:documentation>User Name</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="comment" type="ST_Xstring" use="optional">
        <xsd:annotation>
            <xsd:documentation>Scenario Comment</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
inputCells nsM:inputCells 1 unbounded
Collapse Child Attributes:
Name Type Default Value Use
name nsM:name Required
locked nsM:locked false Optional
hidden nsM:hidden false Optional
count nsM:count Optional
user nsM:user Optional
comment nsM:comment Optional
Collapse Derivation Tree:
Collapse References:
nsM:scenario