Definition Type: ComplexType
Name: CT_Parameters
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Containing Schema: sml-externalConnections.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into parameter in schema sml-externalconnections_xsd Drilldown into count in schema sml-externalconnections_xsdXSD Diagram of CT_Parameters in schema sml-externalconnections_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_Parameters">
    <xsd:sequence>
        <xsd:element name="parameter" minOccurs="1" maxOccurs="unbounded" type="CT_Parameter">
            <xsd:annotation>
                <xsd:documentation>Parameter Properties</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="count" use="optional" type="xsd:unsignedInt">
        <xsd:annotation>
            <xsd:documentation>Parameter Count</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
parameter nsM:parameter 1 unbounded
Collapse Child Attributes:
Name Type Default Value Use
count nsM:count Optional
Collapse Derivation Tree:
Collapse References:
nsM:parameters