2.2.4.28 ArrayOfDhcpScope

The ArrayOfDhcpScope complex type defines an array of DhcpScope types (section 2.2.4.141).

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