Glossary of "Extensible Markup Language (XML) 1.0"

Term entries in the "Extensible Markup Language (XML) 1.0" glossary

W3C Glossaries

Showing results 1 - 20 of 69

application

From Extensible Markup Language (XML) 1.0 (2000-10-06)

It is assumed that an XML processor is doing its work on behalf of another module, called the application.
at user option

From Extensible Markup Language (XML) 1.0 (2000-10-06)

Conforming software may or must (depending on the modal verb in the sentence) behave as described; if it does, it must provide users a means to enable or disable the behavior described.
attribute name

From Extensible Markup Language (XML) 1.0 (2000-10-06)

with the Name in each pair referred to as the attribute name
attribute specifications

From Extensible Markup Language (XML) 1.0 (2000-10-06)

The Name-AttValue pairs are referred to as the attribute specifications of the element
attribute value

From Extensible Markup Language (XML) 1.0 (2000-10-06)

the content of the AttValue (the text between the ' or " delimiters) as the attribute value.
attribute-list declarations

From Extensible Markup Language (XML) 1.0 (2000-10-06)

Attribute-list declarations specify the name, data type, and default value (if any) of each attribute associated with a given element type:
CDATA sections

From Extensible Markup Language (XML) 1.0 (2000-10-06)

CDATA sections may occur anywhere character data may occur; they are used to escape blocks of text containing characters which would otherwise be recognized as markup. CDATA sections begin with the string <![CDATA[ and end with the string ]]>:
character

From Extensible Markup Language (XML) 1.0 (2000-10-06)

A character is an atomic unit of text as specified by ISO/IEC 10646 [E67](see also ). Legal characters are tab, carriage return, line feed, and the legal [E35]graphic characters of Unicode and ISO/IEC 10646. [E69]The versions of these standards cited in were current at the time this document was prepared. New characters may be added to these standards by amendments or new editions. Consequently, XML processors must accept any character in the range specified for Char. The use of compatibility characters, as defined in section 6.8 of [E67](see also D21 in section 3.6 of ), is discouraged.
character data

From Extensible Markup Language (XML) 1.0 (2000-10-06)

All text that is not markup constitutes the character data of the document.
character reference

From Extensible Markup Language (XML) 1.0 (2000-10-06)

A character reference refers to a specific character in the ISO/IEC 10646 character set, for example one not directly accessible from available input devices.
comments

From Extensible Markup Language (XML) 1.0 (2000-10-06)

Comments may appear anywhere in a document outside other markup; in addition, they may appear within the document type declaration at places allowed by the grammar. They are not part of the document's character data; an XML processor may, but need not, make it possible for an application to retrieve the text of comments. For compatibility, the string -- (double-hyphen) must not occur within comments.
conditional sections

From Extensible Markup Language (XML) 1.0 (2000-10-06)

Conditional sections are portions of the document type declaration external subset which are included in, or excluded from, the logical structure of the DTD based on the keyword which governs them.
content

From Extensible Markup Language (XML) 1.0 (2000-10-06)

The text between the start-tag and end-tag is called the element's content:
default

From Extensible Markup Language (XML) 1.0 (2000-10-06)

If the declaration is neither #REQUIRED nor #IMPLIED, then the AttValue value contains the declared default value; the #FIXED keyword states that the attribute must always have the default value. If a default value is declared, when an XML processor encounters an omitted attribute, it is to behave as though the attribute were present with the declared default value.
document entity

From Extensible Markup Language (XML) 1.0 (2000-10-06)

The document entity serves as the root of the entity tree and a starting-point for an XML processor.
document type declaration

From Extensible Markup Language (XML) 1.0 (2000-10-06)

The XML document type declaration contains or points to markup declarations that provide a grammar for a class of documents. This grammar is known as a document type definition, or DTD. The document type declaration can point to an external subset (a special kind of external entity) containing markup declarations, or can contain the markup declarations directly in an internal subset, or can do both. The DTD for a document consists of both subsets taken together.
element content

From Extensible Markup Language (XML) 1.0 (2000-10-06)

An element type has element content when elements of that type must contain only child elements (no character data), optionally separated by white space (characters matching the nonterminal S).
element type declaration

From Extensible Markup Language (XML) 1.0 (2000-10-06)

An element type declaration takes the form:
elements

From Extensible Markup Language (XML) 1.0 (2000-10-06)

Each XML document contains one or more elements, the boundaries of which are either delimited by start-tags and end-tags, or, for empty elements, by an empty-element tag. Each element has a type, identified by name, sometimes called its generic identifier (GI), and may have a set of attribute specifications.
empty

From Extensible Markup Language (XML) 1.0 (2000-10-06)

[E97]An element with no content is said to be empty.

The Glossary System has been built by Pierre Candela during an internship in W3C; it's now maintained by Dominique Hazael-Massieux

Copyright © 2000-2003W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C liability, trademark, document use and software licensing rules apply. Your interactions with this site are in accordance with our public and Member privacy statements.