DataColumn_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="DataColumn_Type">
<xs:attribute name="ColumnNameID"
type="xsd:string"
use="required"
/>
<xs:attribute name="Name"
type="xsd:string"
use="required"
/>
<xs:attribute name="Label"
type="xsd:string"
use="required"
/>
<xs:attribute name="OrigLabel"
type="xsd:string"
/>
<xs:attribute name="LangID"
type="xsd:unsignedInt"
/>
<xs:attribute name="Calendar"
type="xsd:unsignedShort"
/>
<xs:attribute name="DataType"
type="xsd:unsignedShort"
/>
<xs:attribute name="UnitType"
type="xsd:string"
/>
<xs:attribute name="Currency"
type="xsd:unsignedShort"
/>
<xs:attribute name="Degree"
type="xsd:unsignedInt"
/>
<xs:attribute name="DisplayWidth"
type="xsd:unsignedInt"
/>
<xs:attribute name="DisplayOrder"
type="xsd:unsignedInt"
/>
<xs:attribute name="Mapped"
type="xsd:boolean"
/>
<xs:attribute name="Hyperlink"
type="xsd:boolean"
/>
</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 |
|---|---|---|---|---|
|
Calendar |
xsd:unsignedShort |
optional |
|
Values of the xsd:unsignedShort type. |
|
ColumnNameID |
xsd:string |
required |
|
Values of the xsd:string type. |
|
Currency |
xsd:unsignedShort |
optional |
|
Values of the xsd:unsignedShort type. |
|
DataType |
xsd:unsignedShort |
optional |
|
Values of the xsd:unsignedShort type. |
|
Degree |
xsd:unsignedInt |
optional |
|
Values of the xsd:unsignedInt type. |
|
DisplayOrder |
xsd:unsignedInt |
optional |
|
Values of the xsd:unsignedInt type. |
|
DisplayWidth |
xsd:unsignedInt |
optional |
|
Values of the xsd:unsignedInt type. |
|
Hyperlink |
xsd:boolean |
optional |
|
Values of the xsd:boolean type. |
|
Label |
xsd:string |
required |
|
Values of the xsd:string type. |
|
LangID |
xsd:unsignedInt |
optional |
|
Values of the xsd:unsignedInt type. |
|
Mapped |
xsd:boolean |
optional |
|
Values of the xsd:boolean type. |
|
Name |
xsd:string |
required |
|
Values of the xsd:string type. |
|
OrigLabel |
xsd:string |
optional |
|
Values of the xsd:string type. |
|
UnitType |
xsd:string |
optional |
|
Values of the xsd:string type. |