namespace | http://taf-jsg.info/schemes | |||||||||
type | restriction of xs:string | |||||||||
properties |
|
|||||||||
used by | ||||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:simpleType name="FreeText"> <xs:annotation> <xs:documentation>Clear Text in ISO Unicode character set</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:maxLength value="255"/> <xs:minLength value="1"/> </xs:restriction> </xs:simpleType> |