Extensions_Type complexType ('Visio XML')
Office 2013 and later
Last modified: March 09, 2015
Applies to: Office 2013 | Office 365 | Visio 2013
In this article
Type information
Definition
Elements and attributes
<xs:complexType name="Extensions_Type">
<xs:sequence>
<xs:element name="CellDef" type="CellDef_Type"
minOccurs="0"
maxOccurs="unbounded"
>
</xs:element>
<xs:element name="FunctionDef" type="FunctionDef_Type"
minOccurs="0"
maxOccurs="unbounded"
>
</xs:element>
<xs:element name="SectionDef" type="SectionDef_Type"
minOccurs="0"
maxOccurs="unbounded"
>
</xs:element>
</xs:sequence>
</xs:complexType>
Show: