Definition Type: ComplexType
Name: CT_DefinedNames
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Containing Schema: sml-workbook.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into definedName in schema sml-workbook_xsdXSD Diagram of CT_DefinedNames in schema sml-workbook_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_DefinedNames">
    <xsd:sequence>
        <xsd:element name="definedName" type="CT_DefinedName" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>Defined Name</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
definedName nsM:definedName 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsM:definedNames