Annotation Complex Type

The Annotation complex type is a string comment base definition for ADMX files. Strings added to this tag will not be processed by Group Policy tools.

<xs:complexType name="Annotation"
    mixed="true"
>
    <xs:sequence>
        <xs:any
            processContents="skip"
            namespace=""
         />
    </xs:sequence>
    <xs:attribute name="application"
        type="string"
        use="required"
     />
</xs:complexType>

Attributes

Name Type Description
application string

 

 

Send comments about this topic to Microsoft

Build date: 10/15/2013