presentationTable (Localization) Element

The presentationTable (Localization) element is a table of presentation elements representing policy setting parameters.

<xs:element name="presentationTable">
    <xs:complexType>
        <xs:sequence
            minOccurs="1"
            maxOccurs="unbounded"
        >
            <xs:element name="presentation"
                type="PolicyPresentation"
             />
        </xs:sequence>
    </xs:complexType>
</xs:element>

The presentationTable element is defined by the Localization complex type.

Child elements

Element Type Description
presentation PolicyPresentation

See also

Definition context of element in schema

Localization

Possible immediate parent elements in schema instance

localization (LocalizationTable)

resources (PolicyDefinitionResources)

 

 

Send comments about this topic to Microsoft

Build date: 10/15/2013