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

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

Documentation
Defines a type for a prefix with minimal length 1, and some characters forbiden.
                        
Properties
This component is not nillable.

Model

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


Source
<xs:simpleType name="prefixType">
<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.