2.2.5.22 PolicyCollection Element

The PolicyCollection XML element specifies a collection of policy objects for managing resource allocation. It is the root element of XML documents that are used in WSRM method parameters, including methods of the IWRMPolicy interface (section 3.2.4.7).<14>

 <xs:element name="PolicyCollection">
   <xs:complexType>
     <xs:sequence>
       <xs:element
         maxOccurs="unbounded"
         ref="Policy"
        />
     </xs:sequence>
   </xs:complexType>
 </xs:element>

Child Elements

Element

Type

Description

Policy

Policy

A specification of a Policy element (section 2.2.5.21) that defines a resource allocation policy (RAP).

Additional XML data formats are specified in section 2.2.5.