2.2.5 CT_NamedObjects

Referenced by: CT_Workbook

An unordered list of named objects. MUST contain all the published visible named objects in the workbook.

Child Elements:

NamedObject: A named object.

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

 <xs:complexType name="CT_NamedObjects">
   <xs:sequence>
     <xs:element name="NamedObject" minOccurs="1" maxOccurs="unbounded" type="CT_NamedObject"/>
   </xs:sequence>
 </xs:complexType>

See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).