2.2.4.320 IPv4Subnet

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

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