Definition Type: ComplexType
Name: CT_ProtectedRanges
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Containing Schema: sml-sheet.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into protectedRange in schema sml-sheet_xsdXSD Diagram of CT_ProtectedRanges in schema sml-sheet_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_ProtectedRanges">
    <xsd:sequence>
        <xsd:element name="protectedRange" type="CT_ProtectedRange" minOccurs="1" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>Protected Range</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
protectedRange nsM:protectedRange 1 unbounded
Collapse Derivation Tree:
Collapse References:
nsM:protectedRanges