SectionDef_Type complexType ('Visio XML')
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="SectionDef_Type">
<xs:sequence>
<xs:element name="CellDef" type="CellDef_Type"
minOccurs="0"
maxOccurs="unbounded"
>
</xs:element>
<xs:element name="RowDef" type="RowDef_Type"
minOccurs="0"
maxOccurs="1"
>
</xs:element>
</xs:sequence>
<xs:attribute name="N"
type="xsd:string"
use="required"
/>
<xs:attribute name="T"
type="xsd:string"
/>
<xs:attribute name="S"
type="xsd:unsignedByte"
/>
</xs:complexType>
If the schema defines specific requirements, such as sequence, minOccurs, maxOccurs, and choice, see the definition section.
Child elements
|
Element |
Type |
Description |
|---|---|---|
|
CellDef |
|
|
|
RowDef |
|
Attributes
|
Attribute |
Type |
Required |
Description |
Possible values |
|---|---|---|---|---|
|
N |
xsd:string |
required |
|
Values of the xsd:string type. |
|
S |
xsd:unsignedByte |
optional |
|
Values of the xsd:unsignedByte type. |
|
T |
xsd:string |
optional |
|
Values of the xsd:string type. |