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

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

Documentation
Short description string. Arbitrarily the maximal length is set at 50.
			
Properties
This component is not nillable.

Model

minimum length: 1
maximum length: 50


Source
<xs:simpleType name="shortDescriptionString">
<xs:restriction base="common:nonEmptyString">
<xs:minLength value="1"/>
<xs:maxLength value="50"/>
</xs:restriction>
</xs:simpleType>


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