Élément String (StringTableType)
Définit une chaîne localisée.
<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>
L’élément String est défini par le type complexe StringTableType .
Attributs
| Nom | Type | Description |
|---|---|---|
| id | string | Identificateur qui identifie de façon unique la chaîne dans la table de chaînes. |
| stringType | string | Non utilisé. |
| value | string | La chaîne localisée. |
Configuration requise
| Condition requise | Valeur |
|---|---|
| Client minimal pris en charge |
Windows [Applications de bureau Vista uniquement] |
| Serveur minimal pris en charge |
Windows Serveur 2008 [ applications de bureau uniquement] |
Voir aussi
-
Élément parent