Geometry_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="Geometry_Type">
<xs:complexContent>
<xs:extension base="Section_Type">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="Cell" type="Cell_Type"
minOccurs="0"
maxOccurs="unbounded"
>
</xs:element>
<xs:element name="Row" type="GeometryRow_Type"
minOccurs="0"
maxOccurs="unbounded"
>
</xs:element>
</xs:choice>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Show: