2.2.4.9 ArrayOfDhcpOptionDefinition
The ArrayOfDhcpOptionDefinition complex type defines an array of DhcpOptionDefinition complex type. The elements in the array MUST be either DhcpOptionDefinitionV4 or 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>