2.2.4.23 ArrayOfDhcpOption

The ArrayOfDhcpOption complex type defines an array of DhcpOption (section 2.2.4.120) complex types. The elements in the array MUST be either a DhcpOptionV4 or a 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>