2.2.5.9 XmlRenderingTypeEnumeration

XmlRenderingTypeEnumeration is an enumeration of possible data formats used 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:simpleType name="XmlRenderingTypeEnumeration">
   <xs:restriction base="xs:string">
     <xs:enumeration value="text" />
     <xs:enumeration value="XmlReader" />
   </xs:restriction>
 </xs:simpleType>
            

Enumeration

The following values are defined by the XmlRenderingTypeEnumeration simple type.

Value

Description

text

Indicates that the plug-in will consume input as XML documents formatted as plain strings.

XmlReader

This value MUST NOT be used.