ZVON > References > XML Schema 2001 Reference
index | >> Schema << | DTD

NOTATION

Annotation
Documentation

NOTATION cannot be used directly in a schema; rather a type must be derived from it by specifying at least one enumeration facet whose value is the name of a NOTATION declared in the schema.

 
Source http://www.w3.org/TR/xmlschema-2/#NOTATION
Facets enumeration | length | maxLength | minLength | pattern | whiteSpace |
Properties bounded : false | cardinality : countably infinite | numeric : false | ordered : false |

Schema

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