http://www.w3.org/2001/XMLSchema
simpleType NMTOKENS

Super Types
{http://www.w3.org/2001/XMLSchema}NMTOKENS (restriction)

Documentation
Properties
This component is not nillable.

Model

minimum length: 1


Source
<xs:simpleType id="NMTOKENS" name="NMTOKENS">
<xs:restriction>
<xs:simpleType>
<xs:list itemType="xs:NMTOKEN"/>
</xs:simpleType>
<xs:minLength id="NMTOKENS.minLength" value="1"/>
</xs:restriction>
</xs:simpleType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.