http://maven.apache.org/FML/1.0.1
simpleType Character

Super Types
{http://www.w3.org/2001/XMLSchema}string
|
+--{http://maven.apache.org/FML/1.0.1}Character (restriction)

Documentation
      a single character, as per section 2.2 of [XML]
      
Properties
This component is not nillable.

Model

length: 1


Source
<xs:simpleType name="Character">
<xs:restriction base="xs:string">
<xs:length fixed="true" 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.