2.2.4.18 ArrayOfIPRange

The ArrayOfIPRange complex type defines an array of IPRange complex type. The elements in the array MUST be of either IPv4Range or IPv6Range complex type.

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