2.2.4.316 IPv4Block

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

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