Share via


2.2.4.19 ArrayOfDhcpExclusionRange

The ArrayOfDhcpExclusionRange complex type defines an array of DhcpExclusionRange (section 2.2.4.100) complex types. The elements in the array MUST be either a DhcpExclusionRangeV4 complex type or a DhcpExclusionRangeV6 complex type.

 <xs:complexType name="ArrayOfDhcpExclusionRange">
   <xs:sequence>
     <xs:element minOccurs="0" maxOccurs="unbounded" name="DhcpExclusionRange" nillable="true" type="ipam:DhcpExclusionRange" />
   </xs:sequence>
 </xs:complexType>