<xs:simpleType name="NOTATION" id="NOTATION">
<xs:annotation>
<xs:appinfo>
<hfp:hasFacet name="length" xmlns:hfp="http://www.w3.org/2001/XMLSchema-hasFacetAndProperty" />
<hfp:hasFacet name="minLength" xmlns:hfp="http://www.w3.org/2001/XMLSchema-hasFacetAndProperty" />
<hfp:hasFacet name="maxLength" xmlns:hfp="http://www.w3.org/2001/XMLSchema-hasFacetAndProperty" />
<hfp:hasFacet name="pattern" xmlns:hfp="http://www.w3.org/2001/XMLSchema-hasFacetAndProperty" />
<hfp:hasFacet name="enumeration" xmlns:hfp="http://www.w3.org/2001/XMLSchema-hasFacetAndProperty" />
<hfp:hasFacet name="whiteSpace" xmlns:hfp="http://www.w3.org/2001/XMLSchema-hasFacetAndProperty" />
<hfp:hasProperty name="ordered" value="false" xmlns:hfp="http://www.w3.org/2001/XMLSchema-hasFacetAndProperty" />
<hfp:hasProperty name="bounded" value="false" xmlns:hfp="http://www.w3.org/2001/XMLSchema-hasFacetAndProperty" />
<hfp:hasProperty name="cardinality" value="countably infinite" xmlns:hfp="http://www.w3.org/2001/XMLSchema-hasFacetAndProperty" />
<hfp:hasProperty name="numeric" value="false" xmlns:hfp="http://www.w3.org/2001/XMLSchema-hasFacetAndProperty" />
</xs:appinfo>
<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#NOTATION" />
<xs: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.
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:anySimpleType">
<xs:whiteSpace value="collapse" fixed="true" id="NOTATION.whiteSpace" />
</xs:restriction>
</xs:simpleType>
|