prev | table of contents | next |
One of the advantages of XML is that data may be omitted wherever a
default is acceptable. If an XML schema is extended, you have the
option of making existing XML files compatible with the new version,
e.g., by defining new attributes with use="optional"
and providing a default.
prev | table of contents | next |