2.2.4.130 IPv6Range

The IPv6Range complex type allows extending the attributes of IPRange complex type. This specifies the details of IPv6-specific address range details. The DefaultGateway, EndIPAddress, ExclusionRanges, StartIPAddress, SubnetId, and SubnetMask MUST be of address family type being InternetV6.

 <xs:complexType name="IPv6Range">
   <xs:complexContent mixed="false">
     <xs:extension base="ipam:IPRange">
       <xs:sequence />
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>