DataColumn_Type complexType (Visio XML)
類型資訊
值 | |
---|---|
Namespace |
http://schemas.microsoft.com/office/visio/2011/1/core |
架構檔案 |
VisioSchema15-2012-06-05.xsd |
延伸模組基底 |
無 |
定義
<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>
項目和屬性
如果架構定義特定需求,例如 sequence、 minOccurs、 maxOccurs 和 choice,請參閱定義一節。
子元素
無。
屬性
屬性 | 類型 | Required | 描述 | 可能值 |
---|---|---|---|---|
行事曆 |
xsd:unsignedShort |
選用 |
xsd:unsignedShort 類型的值。 | |
ColumnNameID |
xsd:string |
必要 |
xsd:string 類型的值。 | |
貨幣 |
xsd:unsignedShort |
選用 |
xsd:unsignedShort 類型的值。 | |
DataType |
xsd:unsignedShort |
選用 |
xsd:unsignedShort 類型的值。 | |
Degree |
xsd:unsignedInt |
選用 |
xsd:unsignedInt 類型的值。 | |
DisplayOrder |
xsd:unsignedInt |
選用 |
xsd:unsignedInt 類型的值。 | |
DisplayWidth |
xsd:unsignedInt |
選用 |
xsd:unsignedInt 類型的值。 | |
超連結 |
xsd:boolean |
選用 |
xsd:boolean 類型的值。 | |
標籤 |
xsd:string |
必要 |
xsd:string 類型的值。 | |
LangID |
xsd:unsignedInt |
選用 |
xsd:unsignedInt 類型的值。 | |
映射 |
xsd:boolean |
選用 |
xsd:boolean 類型的值。 | |
名稱 |
xsd:string |
必要 |
xsd:string 類型的值。 | |
OrigLabel |
xsd:string |
選用 |
xsd:string 類型的值。 | |
UnitType |
xsd:string |
選用 |
xsd:string 類型的值。 |