Definition Type: ComplexType
Name: CT_VolTopic
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Containing Schema: sml-volatileDependencies.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into tr in schema sml-volatiledependencies_xsd Drilldown into stp in schema sml-volatiledependencies_xsd Drilldown into v in schema sml-volatiledependencies_xsd Drilldown into t in schema sml-volatiledependencies_xsdXSD Diagram of CT_VolTopic in schema sml-volatiledependencies_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_VolTopic">
    <xsd:sequence>
        <xsd:element name="v" type="ST_Xstring" minOccurs="1" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Topic Value</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="stp" type="ST_Xstring" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>Strings in Subtopic</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="tr" type="CT_VolTopicRef" minOccurs="1" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>References</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="t" type="ST_VolValueType" use="optional" default="n">
        <xsd:annotation>
            <xsd:documentation>Type</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
v nsM:v 1 1
stp nsM:stp 0 unbounded
tr nsM:tr 1 unbounded
Collapse Child Attributes:
Name Type Default Value Use
t nsM:t n Optional
Collapse Derivation Tree:
Collapse References:
nsM:tp