2.2.4.28 ResourcesContainerType

ResourcesContainerType is the list of exposed Resource URIs and their capabilities for plug-ins that expose a set of resources through the Web Services Management Protocol Extensions for Windows Vista service. The schema MUST be as shown here.

The type is used under the following namespace:  http://schemas.microsoft.com/wbem/wsman/1/config/PluginConfiguration

 <xs:complexType name="ResourcesContainerType">
   <xs:sequence>
     <xs:element name="Resource" type="ResourceType" minoccurs="1" maxoccurs="unbounded" />
   </xs:sequence>
 </xs:complexType>

Element

Resource: Contains the settings that expose one Resource URI through the service.