2.2.5.81 PolicyProcessingOrderDirection

The PolicyProcessingOrderDirection simple type is an enumeration that specifies the direction in which the DHCP policies are processed.

 <xs:simpleType name="PolicyProcessingOrderDirection">
   <xs:restriction base="xsd:string">
     <xs:enumeration value="up" />
     <xs:enumeration value="down" />
   </xs:restriction>
 </xs:simpleType>

The following table specifies the valid values for this type.

Value

Description

up

The direction in which the DHCP policies are processed is from last to first.

down

The direction in which the DHCP policies are processed is from first to last.