2.6.55 CT_ProtectedRanges

Target namespace: http://schemas.microsoft.com/office/spreadsheetml/2009/9/main

Referenced by: protectedRanges

A complex type that specifies a group of protected ranges on the sheet. MUST contain fewer than 231 elements.

Child Elements:

protectedRange: A CT_ProtectedRange element that specifies the properties for a single protected range.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="CT_ProtectedRanges">
   <xsd:sequence>
     <xsd:element name="protectedRange" type="CT_ProtectedRange" minOccurs="1" maxOccurs="unbounded"/>
   </xsd:sequence>
 </xsd:complexType>

See section 5.4 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).