string (StringTableType) Element
Defines a localized string.
<xs:element name="string">
<xs:complexType>
<xs:attribute name="id"
type="string"
use="required"
/>
<xs:attribute name="value"
type="string"
use="required"
/>
<xs:attribute name="stringType"
type="string"
use="optional"
/>
</xs:complexType>
</xs:element>
The string element is defined by the StringTableType complex type.
Attributes
Name | Type | Description |
---|---|---|
id | string | An identifier that uniquely identifies the string within the string table. |
stringType | string | Not used. |
value | string | The localized string. |
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2008 [desktop apps only] |
See also
-
Parent element