- anonymous type name
-
From XQuery 1.0 and XPath 2.0 Data Model (XDM) (2007-01-23) | Glossary for this source
An anonymous type name is an implementation dependent, unique type name provided by the processor for every anonymous type declared in the schemas available.
- attribute name
-
From Extensible Markup Language (XML) 1.1 (2004-02-04) | Glossary for this source
with the Name in each pair referred to as the attribute name
- attribute name
-
From Extensible Markup Language (XML) 1.0 (2000-10-06) | Glossary for this source
with the Name in each pair referred to as the attribute name
- class name
-
From OWL Web Ontology Language Guide (2004-02-10) | Glossary for this source
informal term for an owl:Class rdf:ID attribute value.
- copy-namespaces declaration
-
From XQuery 1.0: An XML Query Language (2007-01-23) | Glossary for this source
A copy-namespaces declaration sets the value of copy-namespaces mode in the static context, overriding any implementation-defined default. Copy-namespaces mode controls the namespace bindings that are assigned when an existing element node is copied by an element constructor or document constructor.
- copy-namespaces mode.
-
From XQuery 1.0: An XML Query Language (2007-01-23) | Glossary for this source
Copy-namespaces mode. This component controls the namespace bindings that are assigned when an existing element node is copied by an element constructor, as described in . Its value consists of two parts: preserve or no-preserve, and inherit or no-inherit.
- default element/type namespace.
-
From XQuery 1.0: An XML Query Language (2007-01-23) | Glossary for this source
Default element/type namespace. This is a namespace URI or "none". The namespace URI, if present, is used for any unprefixed QName appearing in a position where an element or type name is expected.
- default element/type namespace.
-
From XML Path Language (XPath) 2.0 (2007-01-23) | Glossary for this source
Default element/type namespace. This is a namespace URI or "none". The namespace URI, if present, is used for any unprefixed QName appearing in a position where an element or type name is expected.
- default function namespace.
-
From XQuery 1.0: An XML Query Language (2007-01-23) | Glossary for this source
Default function namespace. This is a namespace URI or "none". The namespace URI, if present, is used for any unprefixed QName appearing in a position where a function name is expected.
- default function namespace.
-
From XML Path Language (XPath) 2.0 (2007-01-23) | Glossary for this source
Default function namespace. This is a namespace URI or "none". The namespace URI, if present, is used for any unprefixed QName appearing in a position where a function name is expected.
- default namespace
-
From Namespaces in XML 1.1 (2004-02-04) | Glossary for this source
If the attribute name matches DefaultAttName, then the namespace name in the attribute value is that of the default namespace in the scope of the element to which the declaration is attached.
- default namespace
-
From Namespaces in XML (1999-01-14) | Glossary for this source
If the attribute name matches DefaultAttName, then the namespace name in the attribute value is that of the default namespace in the scope of the element to which the declaration is attached.
- domain name
-
From Glossary of "Weaving the Web" (1999-07-23) | Glossary for this source
A name (such as "w3.org") of a service, Web site, or computer,
and so on in a hierarchical system of delegated authority- the
Domain Name System.
- element name
-
From Modularization of XHTML (2001-04-10) | Glossary for this source
When an element is included in a content model, its explicit name will be listed.
- expanded name
-
From Namespaces in XML 1.1 (2004-02-04) | Glossary for this source
An expanded name is a pair consisting of a namespace name and a local name.
- expanded qName
-
From XQuery 1.0: An XML Query Language (2007-01-23) | Glossary for this source
An expanded QName consists of an optional namespace URI and a local name. An expanded QName also retains its original namespace prefix (if any), to facilitate casting the expanded QName into a string.
- expanded qName
-
From XML Path Language (XPath) 2.0 (2007-01-23) | Glossary for this source
An expanded QName consists of an optional namespace URI and a local name. An expanded QName also retains its original namespace prefix (if any), to facilitate casting the expanded QName into a string.
- expanded-name
-
From XML Path Language (XPath) (1999-11-16) | Glossary for this source
Some types of node also have an expanded-name, which is a pair consisting of a local part and a namespace URI. The local part is a string. The namespace URI is either null or a string. The namespace URI specified in the XML document can be a URI reference as defined in ; this means it can have a fragment identifier and can be relative. A relative URI should be resolved into an absolute URI during namespace processing: the namespace URIs of expanded-names of nodes in the data model should be absolute.
- expanded-QName
-
From XSL Transformations (XSLT) 2.0 (2007-01-23) | Glossary for this source
An expanded-QNamecontains a pair of values, namely a local name and an optional namespace URI. It may also contain a namespace prefix. Two expanded-QNames are equal if the namespace URIs are the same (or both absent) and the local names are the same. The prefix plays no part in the comparison, but is used only if the expanded-QName needs to be converted back to a string.
- expanded-QName
-
From XQuery 1.0 and XPath 2.0 Data Model (XDM) (2007-01-23) | Glossary for this source
An expanded-QName is a set of three values consisting of a possibly empty prefix, a possibly empty namespace URI, and a local name.