xmlType (XmlTypeListType) 要素
XML 型を定義します。
<xs:element name="xmlType">
<xs:complexType>
<xs:complexContent>
<xs:extension
base="XmlType"
>
<xs:attribute name="name"
type="QName"
use="required"
/>
<xs:attribute name="value"
type="string"
use="required"
/>
<xs:attribute name="symbol"
type="string"
use="required"
/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
xmlType 要素は、XmlTypeListType 複合型によって定義されます。
属性
名前 | 型 | 説明 |
---|---|---|
name | QName | 出力の種類の名前。 |
記号 | string | アプリケーションの出力の種類を参照するために使用するシンボル。
メッセージ コンパイラ (MC.exe) は、 シンボルを使用して、コンパイラによって生成されるヘッダー ファイル内の出力型の定数を作成します。 |
value | string | 定義した出力の種類の一覧で出力の種類を一意に識別する整数値。 |
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント |
Windows Vista [デスクトップ アプリのみ] |
サポートされている最小のサーバー |
Windows Server 2008 [デスクトップ アプリのみ] |