namedValue 複合型
名前と値のペアの値に関連付けられている名前を定義します。
<xs:complexType name="namedValue">
<xs:simpleContent>
<xs:extension
base="nonEmptyString"
>
<xs:attribute name="name"
type="nonEmptyString"
use="required"
/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
属性
名前 | 型 | 説明 |
---|---|---|
name | nonEmptyString | 名前と値のペアの値に関連付けられている名前を指定します。 |
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント |
Windows Vista [デスクトップ アプリのみ] |
サポートされている最小のサーバー |
Windows Server 2008 [デスクトップ アプリのみ] |