2.2.4.17 ArrayOfIPBlock

The ArrayOfIPBlock complex type defines an array of IPBlock complex type. The elements in the array MUST be of either IPv4Block or IPv6Block complex type.

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