Share via


2.2.4.50 ArrayOfIPRange

The ArrayOfIPRange complex type defines an array of IPRange complex type (section 2.2.4.301). The elements in the array MUST be of either IPv4Range (section 2.2.4.317) or IPv6Range (section 2.2.4.325).

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