Name

xsd:NOTATION — Emulation of the XML 1.0 feature

Synopsis

<xsd:simpleType name="NOTATION” id="NOTATION">
 <xsd:restriction base="xsd:anySimpleType">
 <xsd:whiteSpace value="collapse” fixed="true"/>
 </xsd:restriction>
</xsd:simpleType>

Derived from

xsd:anySimpleType

Primary

xsd:NOTATION

Known subtypes

None

Data parameters (facets)

enumeration, length, maxLength, minLength, pattern

Description

For the W3C XML Schema, the value and lexical spaces of xsd:NOTATION are references to notations declared though the xsd:notation element. This element doesn’t exist in RELAX NG; there, this datatype can be seen as a synonym for xsd:QName with backward compatibility for the W3C XML Schema.

Restrictions

Notations are seldom used in real-world applications.

Get RELAX NG now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.