logo
MDA < Home 

Map Development Area (MDA)

Location: _/_   markup   _/_   xml   _/_   core   _/_   xml-document  

Index Browse Edit Visualize Statistics Download Help
 
xml-document
subclass of:
- Markup Document [ superclass ]
can be encoded in:
- Character Encoding (Scheme), CES [ encoding ]
contains:
- XML root element [ containee ]
follows constraints:
- XML tags case-sensitivity [ constraint ]
- XML tags are not standardized [ constraint ]
- well formedness of XML documents [ constraint ]
has canonical form:
- Canonical XML Document [ canonical-form ]
parts:
- XML header [ part ]
- XML root element [ part ]
is written in:
- XML, eXtensible Markup Language [ format ]
may contain:
- XML Character Entity Reference [ part ]
- XML comments [ part ]
- XML Numeric Character Reference [ part ]
- XML processing instruction [ part ]
Comment:
optionally it contains a document type definition (DTD, XML declaration) declaring the 'type' of the document
Comment:
describes an ordered, labelled logical tree
Comment:
contains ONE root element -- that one can contain text and other elements