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