source |
<xs:simpleType name="CharacterStringType">
<xs:annotation>
<xs:documentation>A sequence of characters [specialised from ISO19103, chapter 6.5.2.7].
In FIXM, the maximum length of a CharacterString is set to 4096 characters. [FIXM]</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:minLength value="0"/>
<xs:maxLength value="4096"/>
</xs:restriction>
</xs:simpleType> |