OUIHeader (IHV) Element
Applies to: desktop apps only
The OUIHeader (IHV) element identifies the IHV.
Windows XP with SP3 and Wireless LAN API for Windows XP with SP2: This element is not supported.
<xs:element name="OUIHeader">
<xs:complexType>
<xs:sequence>
<xs:element name="OUI">
<xs:simpleType>
<xs:restriction
base="hexBinary"
>
<xs:length
value="3"
/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="type">
<xs:simpleType>
<xs:restriction
base="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>
The element is defined by the IHV element.
Child elements
| Element | Type | Description |
|---|---|---|
| OUI |
Contains a 3 byte hexBinary that identifies the IHV. | |
| type |
Contains a 1 byte hexBinary that is used to differentiate NICs by the same IHV. |
Requirements
|
Minimum supported client | Windows Vista |
|---|---|
|
Minimum supported server | Windows Server 2008 |
See also
- Definition context of element in schema
- IHV
- Possible immediate parent element in schema instance
- IHV (WLANProfile)
Send comments about this topic to Microsoft
Build date: 2/3/2012