2.2.4.129 IPv6Block

The IPv6Block complex type allows extending the attributes of the IPBlock complex type. This is used to specify the IPv6-specific address block. The EndIPAddress, NetworkId, StartIPAddress, and SubnetMask MUST be of address family type being InternetV6.

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