2.6.211 CT_NamedSheetViews

Target namespace: http://schemas.microsoft.com/office/spreadsheetml/2019/namedsheetviews

Referenced by: namedSheetViews

This complex type specifies a collection of named sheet views.

Child Elements:

namedSheetView: A CT_NamedSheetView element that specifies a single named sheet view.

extLst: A CT_ExtensionList ([ISO/IEC29500-1:2016] section A.2) that specifies future extensibility for this element.

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

 <xsd:complexType name="CT_NamedSheetViews">
   <xsd:sequence>
     <xsd:element name="namedSheetView" type="CT_NamedSheetView" minOccurs="0" maxOccurs="unbounded"/>
     <xsd:element name="extLst" type="x:CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
   </xsd:sequence>
 </xsd:complexType>

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