2.2.1.2.2 schemaErrorMessages

The schemaErrorMessages element specifies custom error messages that are displayed for XML schema data type errors in the form file.

Parent Elements

xDocumentClass

Child Elements

override

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.

 <xsd:element name="schemaErrorMessages">
   <xsd:complexType>
     <xsd:sequence>
       <xsd:element ref="xsf:override" minOccurs="0" maxOccurs="unbounded"/>
     </xsd:sequence>
   </xsd:complexType>
 </xsd:element>