namespace | http://www.IM-Partial-00-00-00 | ||||
type | restriction of xs:string | ||||
used by |
|
||||
facets |
|
||||
annotation |
|
||||
source | <xs:simpleType name="FreeText"> <xs:annotation> <xs:documentation> <Definition> A simple free-text field used in the message when structured information will not serve.</Definition> </xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="500"/> </xs:restriction> </xs:simpleType> |