Share via


2.2.4.149 serarr:ArrayOfKeyValueOflongDhcpScopem1ahUJFx

The serarr:ArrayOfKeyValueOflongDhcpScopem1ahUJFx complex type specifies an array of key value pairs where the key of the element is a record identifier and the value of the element is the DhcpScope instance having the record identifier specified in the key. The keys in the array MUST be unique so that no two elements in the array can have the same key.

 <xs:complexType name="ArrayOfKeyValueOflongDhcpScopem1ahUJFx">
   <xs:annotation>
     <xs:appinfo>
       <IsDictionary xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</IsDictionary>
     </xs:appinfo>
   </xs:annotation>
   <xs:sequence>
     <xs:element minOccurs="0" maxOccurs="unbounded" name="KeyValueOflongDhcpScopem1ahUJFx">
       <xs:complexType>
         <xs:sequence>
           <xs:element name="Key" type="xsd:long" />
           <xs:element name="Value" nillable="true" type="ipam:DhcpScope" />
         </xs:sequence>
       </xs:complexType>
     </xs:element>
   </xs:sequence>
 </xs:complexType>