2.2.4.328 IPv6Subnet

The IPv6Subnet complex type allows extending the attributes of a IPSubnet complex type. This is used to specify the IPv6-specific subnet. The EndIPAddress, NetworkId, StartIPAddress, and SubnetMask MUST be of address family type InterNetworkV6.

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