2.2.4.376 serarr:ArrayOfKeyValueOfOperationGroupArrayOfOperationGroupxXhs3_PxJ

The serarr:ArrayOfKeyValueOfOperationGroupArrayOfOperationGroupxXhs3_PxJ complex type SHOULD<56> specify an array of key value pairs where the key of the element is an OperationGroup and the value of the element is of type ArrayOfOperationGroup. The keys in the array MUST be unique so that no two elements in the array can have the same key.

 <xs:complexType name="ArrayOfKeyValueOfOperationGroupArrayOfOperationGroupxXhs3_PxJ">
   <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="KeyValueOfOperationGroupArrayOfOperationGroupxXhs3_PxJ">
       <xs:complexType>
         <xs:sequence>
           <xs:element name="Key" type="ipam1:OperationGroup" />
           <xs:element name="Value" nillable="true" type="ipam1:ArrayOfOperationGroup" />
         </xs:sequence>
       </xs:complexType>
     </xs:element>
   </xs:sequence>
 </xs:complexType>