namespace | http://www.ntcip.org/c2f-objects | ||||
type | restriction of xs:string | ||||
used by |
|
||||
facets |
|
||||
annotation |
|
||||
source | <xs:simpleType name="DmsMessageMultiString"> <xs:annotation> <xs:documentation> Definition: Contains the message written in MULTI-language. The value of the MULTI string is not allowed to have any null character. Any set of ASCII characters up to 256 </xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="256"/> </xs:restriction> </xs:simpleType> |