2.2.4.7 ArrayOfDhcpExclusionRange

The ArrayOfDhcpExclusionRange complex type defines an array of DhcpExclusionRange complex type. The elements in the array MUST be either DhcpExclusionRangeV4 complex type or 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>