OUIHeader(IHV) 요소
OUIHeader(IHV) 요소는 IHV를 식별합니다.
WINDOWS XP SP3 및 Windows XP용 무선 LAN API SP2 사용: 이 요소는 지원되지 않습니다.
<xs:element name="OUIHeader">
<xs:complexType>
<xs:sequence>
<xs:element name="OUI">
<xs:simpleType>
<xs:restriction base="xs:hexBinary">
<xs:length value="3">
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="type">
<xs:simpleType>
<xs:restriction base="xs:hexBinary">
<xs:length value="1">
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:any
processContents="lax"
minOccurs="0"
maxOccurs="unbounded"
namespace="##other"
/>
</xs:sequence>
</xs:complexType>
</xs:element>
부모 요소
자식 요소
요소 | Type | Description |
---|---|---|
예 | IHV를 식별하는 3바이트 hexBinary를 포함합니다. | |
형식 | 동일한 IHV로 NIC를 구분하는 데 사용되는 1바이트 16진수Binary를 포함합니다. |
예
IHV를 식별하는 3바이트 16진수Binary를 포함합니다.
WINDOWS XP SP3 및 Windows XP용 무선 LAN API SP2 사용: 이 요소는 지원되지 않습니다.
형식
동일한 IHV에서 만든 NIC를 구분하는 데 사용되는 1바이트 hexBinary를 포함합니다.
WINDOWS XP SP3 및 Windows XP용 무선 LAN API SP2 사용: 이 요소는 지원되지 않습니다.
요구 사항
요구 사항 | 값 |
---|---|
지원되는 최소 클라이언트 | Windows Vista [데스크톱 앱만 해당] |
지원되는 최소 서버 | Windows Server 2008 [데스크톱 앱만 해당] |