er:catalog
Each XML Catalog entry file consists of a single catalog element. This element may set the global prefer value and global base URI. It is otherwise just a container for the other elements.
See http://www.oasis-open.org/committees/download.php/14809/xml-catalogs.html#s.catalog.
Element information
Namespace: urn:oasis:names:tc:entity:xmlns:xml:catalog
Schema document: catalog.xsd
Type: er:catalog
Properties: Global, Qualified
Content
- Choice [1..*]
- er:public associates a URI reference with the public identifier portion of an external identifier
- er:system associates a URI reference with the system identifier portion of an external identifier
- er:uri associates an alternate URI reference with a URI reference that is not part of an external identifier
- er:rewriteSystem rewrites the beginning of a system identifier
- er:rewriteURI rewrites the beginning of a URI reference that is not part of an external identifier
- er:uriSuffix associates a URI reference with the suffix portion of a URI reference that is not part of an external identifier
- er:systemSuffix associates a URI reference with the suffix portion of a system identifier
- er:delegatePublic associates an alternate catalog with a partial public identifier
- er:delegateSystem associates an alternate catalog with a partial system identifier
- er:delegateURI associates an alternate catalog with a partial URI reference
- er:nextCatalog indicates additional catalog entry file(s) to be considered during the process of resolution
- er:group a convenience wrapper for specifying a prefer setting or base URI for a set of catalog entries. It has no semantics other than scoping these settings
- Any element Namespace: ##other, Process Contents: skip
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
id | [0..1] | xsd:ID | ||
prefer | [0..1] | er:systemOrPublic | ||
Any attribute | [0..*] | Namespace: ##other, Process Contents: lax |
Sample instance
<er:catalog> <er:public publicId="string" uri="http://www.example.com/"/> </er:catalog>