Localization Complex Type

The Localization complex type is a table of referenced localized strings and policy presentations.

<xs:complexType name="Localization">
    <xs:sequence>
        <xs:element name="stringTable"
            minOccurs="0"
        >
            <xs:complexType>
                <xs:sequence
                    minOccurs="1"
                    maxOccurs="unbounded"
                >
                    <xs:element name="string"
                        type="LocalizedString"
                     />
                </xs:sequence>
            </xs:complexType>
        </xs:element>
        <xs:element name="presentationTable"
            minOccurs="0"
        >
            <xs:complexType>
                <xs:sequence
                    minOccurs="1"
                    maxOccurs="unbounded"
                >
                    <xs:element name="presentation"
                        type="PolicyPresentation"
                     />
                </xs:sequence>
            </xs:complexType>
        </xs:element>
    </xs:sequence>
</xs:complexType>

Child elements

Element Type Description
presentation PolicyPresentation
presentationTable
string LocalizedString
stringTable

 

 

Send comments about this topic to Microsoft

Build date: 10/15/2013