<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>
|