Share via


OUIHeader Element (Compact 7)

3/12/2014

This element identifies the IHV.

Syntax

<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>

Child Elements

Element Type Description

OUI Element

Element

Contains a 3-byte hexBinary that identifies the IHV

type (OUIHeader) Element

Element

Contains a 1-byte hexBinary that is used to differentiate NICs by the same IHV

Remarks

The element is defined by the IHV Element.

See Also

Reference

Profile XML Schema Elements
IHV Element
Profile XML Schema Reference