CellDef_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="CellDef_Type">
<xs:attribute name="N"
type="xsd:string"
use="required"
/>
<xs:attribute name="T"
type="xsd:token"
use="required"
/>
<xs:attribute name="F"
type="xsd:string"
/>
<xs:attribute name="IX"
type="xsd:unsignedByte"
/>
<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
None.
Attributes
|
Attribute |
Type |
Required |
Description |
Possible values |
|---|---|---|---|---|
|
F |
xsd:string |
optional |
|
Values of the xsd:string type. |
|
IX |
xsd:unsignedByte |
optional |
|
Values of the xsd:unsignedByte type. |
|
N |
xsd:string |
required |
|
Values of the xsd:string type. |
|
S |
xsd:unsignedByte |
optional |
|
Values of the xsd:unsignedByte type. |
|
T |
xsd:token |
required |
|
Values of the xsd:token type. |