Cell_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="Cell_Type"> <xs:sequence> <xs:element name="RefBy" type="RefBy_Type" minOccurs="0" maxOccurs="unbounded" > </xs:element> </xs:sequence> <xs:attribute name="N" type="xsd:string" use="required" /> <xs:attribute name="U" type="xsd:string" /> <xs:attribute name="E" type="xsd:string" /> <xs:attribute name="F" type="xsd:string" /> <xs:attribute name="V" type="xsd:string" /> </xs:complexType>
If the schema defines specific requirements, such as sequence, minOccurs, maxOccurs, and choice, see the definition section.
Child elements
Element |
Type |
Description |
---|---|---|
|
Attributes
Attribute |
Type |
Required |
Description |
Possible values |
---|---|---|---|---|
E |
xsd:string |
optional |
|
Values of the xsd:string type. |
F |
xsd:string |
optional |
|
Values of the xsd:string type. |
N |
xsd:string |
required |
|
Values of the xsd:string type. |
U |
xsd:string |
optional |
|
Values of the xsd:string type. |
V |
xsd:string |
optional |
|
Values of the xsd:string type. |