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

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

Documentation
Defines a type for a string with minimal length 1.
			
Properties
This component is not nillable.

Model

minimum length: 1


Sub Types
{urn:schemas-cosylab-com:COMMONTYPES:1.0}nonEmptyString (restriction)
|
+--{urn:schemas-cosylab-com:COMMONTYPES:1.0}MemberTypes (restriction)
|
+--{urn:schemas-cosylab-com:COMMONTYPES:1.0}shortDescriptionString (restriction)

Local Usage
Member_, MemberTypes, shortDescriptionString

Source
<xs:simpleType name="nonEmptyString">
<xs:restriction base="xs:string">
<xs: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.