Utilizza AnnotatedString per le stringhe di caratteri. Aggiunge un'annotazione di massimo 32
caratteri a un elemento.
Attributi
La tabella seguente descrive gli attributi per AnnotatedString:
| Attributo | Obbligatorio? | Tipo | Descrizione |
|---|---|---|---|
annotation |
Facoltativo | ShortString |
Un'annotazione di massimo 32 caratteri associata a una stringa di caratteri. |
Esempi
XML
<Email annotation="work">john.a.smith@26003.org</Email>
JSON
"Email": [ { "annotation": "work", "value": "john.a.smith@26003.org" } ]
Fax
XML
<Fax annotation="cell">304-555-0971</Fax>
JSON
"Fax": [ { "annotation": "cell", "value": "304-555-0971" } ]
Telefono
XML
<Phone annotation="office">304-555-1234</Phone>
JSON
"Phone": [ { "annotation": "office", "value": "304-555-1234" } ]