stringTable (Localization) Element

The stringTable (Localization) element is a table of localized strings.

<xs:element name="stringTable">
    <xs:complexType>
        <xs:sequence
            minOccurs="1"
            maxOccurs="unbounded"
        >
            <xs:element name="string"
                type="LocalizedString"
             />
        </xs:sequence>
    </xs:complexType>
</xs:element>

The stringTable element is defined by the Localization complex type.

Child elements

Element Type Description
string LocalizedString

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