Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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>