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

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}MemberTypes (restriction)

Documentation
Type of the member value. Can be double, long or string.
			
Properties
This component is not nillable.

Model

('double' | 'long' | 'string' | 'boolean')

Local Usage
Member_

Source
<xs:simpleType name="MemberTypes">
<xs:restriction base="common:nonEmptyString">
<xs:enumeration value="double"/>
<xs:enumeration value="long"/>
<xs:enumeration value="string"/>
<xs:enumeration value="boolean"/>
</xs:restriction>
</xs:simpleType>


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