xsl:char

A string containing exactly one character.

Simple Type Information

Used By

Source

<xs:simpleType name="char">
  <xs:annotation>
    <xs:documentation>A string containing exactly one character.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:length value="1"/>
  </xs:restriction>
</xs:simpleType>