2.2.4.2 CapabilityType
CapabilityType specifies a single operation type supported by 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="CapabilityType"> <xs:sequence> </xs:sequence> <xs:attribute name="Type" type="CapabilityEnumeration" /> <xs:attribute name="SupportsFragment" type="xs:boolean" use="optional" default="false" /> <xs:attribute name="SupportsFiltering" type="xs:boolean" use="optional" default="false" /> </xs:complexType>
Attributes
Type: Specifies which request type the containing plug-in supports.
SupportsFragment: Specifies whether this request type can be used with a fragment transfer as specified in [DMTF-DSP0226] section 7.7.
SupportsFiltering: Specifies whether this request type can be used with filtering as specified in [DMTF-DSP0226] section 8.3.