2.2.4.437 sysgen:KeyValuePairOflongAddressSpacem1ahUJFx

The sysgen:KeyValuePairOflongAddressSpacem1ahUJFx complex type specifies a key value pair wherein the key specifies a long type element and the value specifies an element of type ipam:AddressSpace.

 <xs:complexType name="KeyValuePairOflongAddressSpacem1ahUJFx">
   <xs:annotation>
     <xs:appinfo>
       <GenericType Name="KeyValuePairOf{0}{1}{#}" Namespace="http://schemas.datacontract.org/2004/07/System.Collections.Generic" xmlns="http://schemas.microsoft.com/2003/10/Serialization/">
         <GenericParameter Name="long" Namespace="http://www.w3.org/2001/XMLSchema" />
         <GenericParameter Name="AddressSpace" Namespace="http://Microsoft.Windows.Ipam" />
       </GenericType>
       <IsValueType xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</IsValueType>
     </xs:appinfo>
   </xs:annotation>
   <xs:sequence>
     <xs:element name="key" type="xsd:long" />
     <xs:element name="value" nillable="true" type="ipam:AddressSpace" />
   </xs:sequence>
 </xs:complexType>

key: This specifies the long integer which usually specifies the ID of the corresponding AddressSpace.

value: The AddressSpace object corresponding to the key.