DataType 複合型
データ項目を定義します。
<xs:complexType name="DataType">
<xs:simpleContent>
<xs:extension
base="string"
>
<xs:attribute name="Name"
type="string"
use="optional"
/>
<xs:attribute name="Type"
type="QName"
use="optional"
/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
属性
名前 | Type | Description |
---|---|---|
名前 | string | テンプレートで定義されたデータ項目の名前 ( TemplateItemType 複合型を参照)。 |
Type | QName | 使用しません。 |
解説
データ項目には、最上位レベルのデータ項目または構造体内のデータ項目を指定できます。
必要条件
要件 | 値 |
---|---|
サポートされている最小のクライアント |
Windows Vista [デスクトップ アプリのみ] |
サポートされている最小のサーバー |
Windows Server 2008 [デスクトップ アプリのみ] |