val:normalization_type

Simple Type Information

Used By

Source

<xs:simpleType name="normalization_type">
  <xs:restriction base="xs:string">
    <xs:enumeration value="none"/>
    <xs:enumeration value="nfc"/>
    <xs:enumeration value="nfd"/>
  </xs:restriction>
</xs:simpleType>