2.2.5.10 DhcpOptionCollectionType

This simple type is an enumeration that specifies the type of DHCP option, i.e. whether the option is a single-valued or multivalued.

 <xs:simpleType name="DhcpOptionCollectionType">
   <xs:restriction base="xsd:string">
     <xs:enumeration value="None" />
     <xs:enumeration value="SingleValue" />
     <xs:enumeration value="MultiValue" />
   </xs:restriction>
 </xs:simpleType>

The following table specifies the valid values for this type.

Value

Description

None

Unspecified or an invalid value.

SingleValue

The DHCP option can be assigned a single value.

MultiValue

The DHCP option can be assigned a list of values.