Section element (Sheet_Type complexType) ('Visio XML')
Last modified: March 09, 2015
Applies to: Office 2013 | Office 365 | Visio 2013
In this article
Element information
Definition
Elements and attributes
Specifies a collection of related properties.
If the schema defines specific requirements, such as sequence, minOccurs, maxOccurs, and choice, see the definition section.
Parent elements
|
Element |
Type |
Description |
|---|---|---|
|
Specifies properties of a drawing. |
||
|
Specifies the properties of a page in a drawing. |
||
|
Specifies the properties of the drawing page associated with the master. |
||
|
Specifies a collection of properties associated with a shape. |
||
|
Specifies a collection of properties associated with a style, drawing, drawing page, or shape. |
||
|
Specifies a style sheet. |
Child elements
Attributes
|
Attribute |
Type |
Required |
Description |
Possible values |
|---|---|---|---|---|
|
Del |
xsd:boolean |
optional |
Specifies whether a collection that would otherwise be inherited has been deleted. It MUST be equal to 0 or 1. A value of 1 specifies that the collection is unused and MUST be ignored. A value of 0 specifies that the collection of properties is valid for the shape. If the Del attribute is not present, the value is 0. |
Values of the xsd:boolean type. |
|
IX |
xsd:unsignedInt |
optional |
Specifies the zero-based index of the element. It MUST be unique amongst all of the Section_Type elements with the same N attribute of the containing Sheet_Type. It MUST be greater than the IX attribute of any preceding Section_Type element with the same N attribute of the containing Sheet_Type. |
Values of the xsd:unsignedInt type. |
|
N |
xsd:string |
required |
Specifies the language-independent name of the collection of properties. It MUST be unique amongst all of the Section_Type elements of the containing Sheet_Type element, unless it is equal to "Geometry". It MUST be equal to a subheading in Sections. |
Values of the xsd:string type. |
Remarks
The N attribute of this Section element must be one of a limited set of values that correspond to ShapeSheet cells. Refer to the table below to determine the values of the N attribute that are permitted for this Section element.
|
Value |
Description |
More information |
|---|---|---|
|
Actions |
A collection of properties that are used for formula evaluation. It MUST have a ShapeSheet_Type or PageSheet_Type parent element. |
|
|
ActionTag |
A collection of properties that are used for formula evaluation only. It MUST have a ShapeSheet_Type or PageSheet_Type parent element. |
|
|
Connections |
A collection of properties that are used for formula evaluation only. It MUST have a ShapeSheet_Type parent element. |
|
|
Controls |
A collection of properties that are used for formula evaluation only. It MUST have a ShapeSheet_Type parent element. |
|
|
Hyperlink |
A collection of related properties that specify the shape hyperlinks. It MUST have a ShapeSheet_Type parent element. |
|
|
ShapeData |
A collection of related properties that specify the shape data. It MUST have a ShapeSheet_Type parent element. |
|
|
User |
A collection of properties that are used for formula evaluation. It MUST have a DocumentSheet_Type, PageSheet_Type, or ShapeSheet_Type parent element. |
The IX attribute of this Section element must be one of a limited set of values that correspond to ShapeSheet cells. Refer to the table below to determine the values of the IX attribute that are permitted for this Section element.
|
Value |
Description |
More information |
|---|---|---|
|
Annotation |
A collection of properties that contain information about comments inserted into a document page. |
|
|
Character |
A collection of related properties that specify the character properties of the text of a shape. It MUST have a ShapeSheet_Type parent element or a StyleSheet_Type parent element. |
|
|
Connections |
A collection of properties that are used for formula evaluation only. It MUST have a ShapeSheet_Type parent element. |
|
|
Field |
A collection of related properties that specify the text fields of a shape. It MUST have a ShapeSheet_Type parent element. |
|
|
FillGradient |
A collection of properties that specify the fill color gradient of a shape. It MUST have a ShapeSheet_Type or StyleSheet_Type parent element. |
|
|
Geometry |
A collection of related properties that specify the geometry visualization. It MUST have a ShapeSheet_Type parent element. The first Row_Type child element of this element MUST be of type MoveTo, RelMoveTo, Ellipse, or InfiniteLine. |
|
|
Layers |
A collection of properties that show all layers defined on a drawing page. It MUST be the child of a PageSheet_Type element. |
|
|
Line Gradient |
A collection of related properties that specify the line color gradient of a shape. It MUST have a ShapeSheet_Type or StyleSheet_Type parent element. |
|
|
Paragraph |
A collection of related properties that specify the paragraph properties of the text of a shape. It MUST have a ShapeSheet_Type parent element or a StyleSheet_Type parent element. |
|
|
Reviewer |
A collection of properties that are used for formula evaluation. It MUST have a DocumentSheet_Type parent element. |
|
|
Scratch |
A collection of properties that are used for formula evaluation. It MUST have a DocumentSheet_Type, PageSheet_Type, or ShapeSheet_Type parent element. |
|
|
Tabs |
A collection of related properties that specify the tabs properties of the text of a shape. It MUST have a ShapeSheet_Type parent element or a StyleSheet_Type parent element. |