DataColumn_Type complexType (Visio XML)
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="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>
Elements and attributes
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. |