2.2.4.8.3 AddressPrefix

The AddressPrefix type SHOULD<7> describe an IP address range in Classless Inter-Domain Routing (CIDR) notation. For more information about Classless Inter-Domain Routing (CIDR), see [RFC1518] and [RFC1519].

 <xs:complexType name="AddressPrefix">
   <xs:sequence>
     <xs:element minOccurs="0" maxOccurs="1" name="Address" nillable="true" xmlns:q2="http://schemas.datacontract.org/2004/07/System.Net" type="q2:IPAddress"/>
     <xs:element minOccurs="1" maxOccurs="1" name="PrefixLength" type="xs:int" />
   </xs:sequence>
 </xs:complexType>

Address:  The IP address of the Classless Inter-Domain Routing (CIDR) block.

PrefixLength:  The prefix length of the Classless Inter-Domain Routing (CIDR) block.