Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Type information
| Value | |
|---|---|
| Namespace |
http://schemas.microsoft.com/office/visio/2011/1/core |
| Schema file |
VisioSchema15-2012-06-05.xsd |
| Extension base |
None |
Definition
<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>
Elements and attributes
If the schema defines specific requirements, such as sequence, minOccurs, maxOccurs, and choice, see the definition section.
Child elements
| Element | Type | Description |
|---|---|---|
| CellDef |
CellDef_Type |
|
| RowDef |
RowDef_Type |
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. |