Specifies an error message.
xsd:string
Name | Description |
---|---|
maxLength | 1023 |
The xdErrorMessage type is used for attributes in the form definition (.xsf) file that specify an error message no greater than 1023 characters in length.
The following example is the declaration of the xdErrorMessage type:
<xsd:simpleType name="xdErrorMessage">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="1023" />
</xsd:restriction>
</xsd:simpleType>