simpleType Character
namespace http://www.w3.org/1999/xhtml
type restriction of xs:string
used by
attributes label/@accesskey legend/@accesskey focus/@accesskey cellhalign/@char
facets
Kind Value annotation 
length 
annotation
documentation

      a single character, as per section 2.2 of [XML]
     
source <xs:simpleType name="Character">
 
<xs:annotation>
   
<xs:documentation>
      a single character, as per section 2.2 of [XML]
     
</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:length value="1" fixed="true"/>
 
</xs:restriction>
</xs:simpleType>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy