2.2.4.24 ArrayOfDhcpOptionDefinition
The ArrayOfDhcpOptionDefinition complex type defines an array of DhcpOptionDefinition (section 2.2.4.122) complex types. The elements in the array MUST be either a DhcpOptionDefinitionV4 or a DhcpOptionDefinitionV6 complex type.
-
<xs:complexType name="ArrayOfDhcpOptionDefinition"> <xs:sequence> <xs:element minOccurs="0" maxOccurs="unbounded" name="DhcpOptionDefinition" nillable="true" type="ipam:DhcpOptionDefinition" /> </xs:sequence> </xs:complexType>