2.3.4.2.44 Extensions_Type
Target namespace: http://schemas.microsoft.com/office/visio/2011/1/core
Referenced by: Extensions
A complex type that specifies sections, rows, and cells that are not specified in this specification.
Child Elements:
CellDef: A CellDef_Type element that specifies the definition of a cell that is not specified in this specification.
FunctionDef: A FunctionDef_Type element that specifies the definition of a function token that is not specified in this specification.
SectionDef: A SectionDef_Type element that specifies the definition of a section that is not specified in this specification.
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="Extensions_Type"> <xsd:sequence> <xsd:element name="CellDef" type="CellDef_Type" minOccurs="0" maxOccurs="unbounded"/> <xsd:element name="FunctionDef" type="FunctionDef_Type" minOccurs="0" maxOccurs="unbounded"/> <xsd:element name="SectionDef" type="SectionDef_Type" minOccurs="0" maxOccurs="unbounded"/> </xsd:sequence> </xsd:complexType>