スキーマ単純型のWLAN_profile
WLAN_profile スキーマは、次の単純型を定義します。
nameType
nameType 単純型には、ワイヤレス LAN プロファイルの名前または説明を含めることができます。 この文字列値は、1 から 255 文字の長さにする必要があります。
<xs:simpleType name="nameType">
<xs:restriction
base="string"
>
<xs:minLength
value="1"
/>
<xs:maxLength
value="255"
/>
</xs:restriction>
</xs:simpleType>
必要条件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows Vista、SP3 を使用した Windows XP [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows Server 2008 [デスクトップ アプリのみ] |
再頒布可能パッケージ | Sp2 を使用した Windows XP 用ワイヤレス LAN API |