ZVON > References > XML Schema 2001 Reference |
Intro / Search / ZVON |
index | >> Schema << | DTD |
Annotation | |
---|---|
Documentation | |
Source | http://www.w3.org/TR/xmlschema-2/#NMTOKEN |
Schema |
---|
<xs:simpleType name="NMTOKEN" id="NMTOKEN"> <xs:restriction base="xs:token"> <xs:pattern value="\c+" id="NMTOKEN.pattern"> </xs:pattern> </xs:restriction> </xs:simpleType> |