PolicyDefinitionResources Complex Type

The PolicyDefinitionResources complex type is the base type for localized .adml files with a single language/culture per file. Localization files are always in the namespace of the associated .admx file and never reference definitions from other namespaces.

<xs:complexType name="PolicyDefinitionResources">
    <xs:sequence>
        <xs:element name="displayName"
            type="string"
         />
        <xs:element name="description"
            type="string"
         />
        <xs:element name="annotation"
            type="Annotation"
            minOccurs="0"
            maxOccurs="unbounded"
         />
        <xs:element name="resources"
            type="Localization"
         />
    </xs:sequence>
    <xs:attribute name="revision"
        type="versionString"
        use="required"
     />
    <xs:attribute name="schemaVersion"
        type="versionString"
        use="required"
     />
</xs:complexType>

Child elements

Element Type Description
annotation Annotation
description string
displayName string
resources Localization

Attributes

Name Type Description
revision versionString
schemaVersion versionString

 

 

Send comments about this topic to Microsoft

Build date: 10/15/2013