Default, élément (List - Field)
- Définit la valeur par défaut pour un champ.
<Default>
</Default>
Attributs
Attribut | Description |
---|---|
Aucune |
N/A |
Éléments enfants
Aucun |
Éléments parents
Occurrences
Minimum : 0 Maximum : 1 |
Exemple
Le code exemple suivant fournit un texte descriptif et définit la valeur par défaut du champ FavoriteColor en noir.
<Field Type="Text" Name="FavoriteColor">
<Description>Enter your favorite color here. If you don’t have a
favorite color, enter "Black".
</Description>
<Default>Black</Default>
</Field>