2.2.4.10 ArrayOfDhcpServer

The ArrayOfDhcpServer complex type defines an array of DhcpServer complex type. The elements in the array MUST be either DhcpServerV4 or DhcpServerV6 complex type.

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