2.2.4 SyncConfig-subtype

This XML element is an identity attribute. The value of this XML element is a string which contains the human readable type description string for this management agent. This element is only relevant when the management agent category is Extensible Management Agent.

The XML schema of this identity attribute when transferred as an identity attribute value is defined as follows:

 <?xml version="1.0" encoding="utf-8"?>
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
    xmlns:rm="http://schemas.microsoft.com/2006/11/ResourceManagement"
    targetNamespace="http://schemas.microsoft.com/2006/11/ResourceManagement">
   <xs:element name="SyncConfig-subtype" type="xs:string" />
 </xs:schema>

This XML element MUST be supplied by the client when an object of object type ma-data is being created and the value of the SyncConfig-category is "Extensible". If a client intends to change the type description string of an extensible management agent, the client MUST supply this element in a Put operation. This XML element MUST NOT be supplied by the client for any other operation.