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 などの具体的な要件が定義されている場合は、定義のセクションを参照してください。
子要素
なし。
属性
属性 | 型 | 必須 | 説明 | 可能な値 |
---|---|---|---|---|
予定表 |
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 型の値。 |