定義當地語系化字串。
<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>
string元素是由StringTableType複雜類型所定義。
屬性
| 名称 | 類型 | 描述 |
|---|---|---|
| id | string | 可唯一識別字串資料表內字串的識別碼。 |
| stringType | string | 未使用。 |
| value | 字串 | 當地語系化字串。 |
規格需求
| 需求 | 值 |
|---|---|
| 最低支援的用戶端 |
Windows Vista [僅限傳統型應用程式] |
| 最低支援的伺服器 |
Windows Server 2008 [僅限傳統型應用程式] |