urn:schemas-cosylab-com:COMMONTYPES:1.0
simpleType nameType

Super Types
{http://www.w3.org/2001/XMLSchema}NCName
|
+--{urn:schemas-cosylab-com:COMMONTYPES:1.0}nameType (restriction)

Documentation
Type for names that are mapped into class names.
			
Properties
This component is not nillable.

Model

[\c-[.,\-]]*
minimum length: 1


Local Usage
Member_

Source
<xs:simpleType name="nameType">
<xs:restriction base="xs:NCName">
<xs:minLength value="1"/>
<xs:pattern value="[\c-[.,\-]]*"/>
</xs:restriction>
</xs:simpleType>


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