You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 5, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: 02 - XML.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -596,13 +596,36 @@ Per ciascun attributo posso specificare: **nome**, **tipo di valore** e ***dichi
596
596
type (vector|matrix) "vector">
597
597
```
598
598
599
+
Più in particolare si ha:
599
600
601
+
-`id` ,`type` : sono i nomi degli attributi,
602
+
603
+
-`ID`, ` (vector|matrix)` : sono il tipo degli attributi
604
+
605
+
-`#REQUIRED`: sono opzionali e specificano altre cose.
606
+
607
+
600
608
601
609
### Specificare il tipo dei valori
602
610
603
611

604
612
613
+
Più in particolare si ha:
614
+
615
+
- String: sono le stringhe
616
+
617
+
- Token: Sono delle parole e quindi sequenza di caretteri senza spazio. I singoli token sono:
618
+
`ID`, `IDREF`, `ENTITY` e ` NMTOKEN`. Poi si hanno degli altri token che corrispondono a delle sequenze di token : ` IDREFS`,` ENTITIES` e ` NMTOKENS`.
619
+
620
+
-`ID` significa che il valore dell'attributo è usato come un unico identificatore.
621
+
-`IDREF` è collegato a `ID ` significa che il valore dell'attributo è un link (reference) ad un elemento attraverso un identificatore univoco.
622
+
-`ENTITY`è un altro link e si collega ad una entità.
623
+
-`NMTOKEN`è un generico token senza speciali significati.
624
+
625
+
-`IDREFS`,`ENTITIES` e `NMTOKENS` si usano quando si hanno delle sequenze dei primi (
626
+
`ID`, `IDREF`, `ENTITY` e ` NMTOKEN`).
605
627
628
+
-`#REQUIRED`: sono opzionali e specificano altre cose.
0 commit comments