2.2.4.8 ArrayOfDhcpOption

The ArrayOfDhcpOption complex type defines an array of DhcpOption complex type. The elements in the array MUST be either DhcpOptionV4 or DhcpOptionV6 complex type.

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