Variant concrete syntax, cont'd
Case sensitivity of markup
NAMECASE GENERAL NO
- GIs can differ only by case (though it’s confusing)
<!ELEMENT a (#PCDATA)><!ELEMENT A (#PCDATA)><!ATTLIST A type NMTOKEN "useless">
- Reserved words must be uppercase
- <!element a (#pcdata)>