2.2.4.51 ArrayOfIPSubnet

The ArrayOfIPSubnet complex type defines an array of IPSubnet complex type (section 2.2.4.314). The elements in the array MUST be of either IPv4Subnet (section 2.2.4.320) or IPv6Subnet (section 2.2.4.328).

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