Show AllShow All

xdErrorMessage Type

Specifies an error message.

Type

xsd:string

Facets

NameDescription
maxLength1023

Remarks

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.

Example

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>
©2003-2004 Microsoft Corporation. All rights reserved. Permission to copy, display and distribute this document is available at: http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp