Character

Simple Type Information

Source

<xs:simpleType name="Character">
  <xs:restriction base="xs:string">
    <xs:length value="1" fixed="true"/>
  </xs:restriction>
</xs:simpleType>