source |
<simpleType name="CharacterStringType">
<annotation>
<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]
</documentation>
</annotation>
<restriction base="xs:string">
<minLength value="0"/>
<maxLength value="4096"/>
</restriction>
</simpleType> |