2.2.1.2.3 override

The override element specifies the XML node for which the XML schema data type error message MUST be overridden.

Parent Elements

schemaErrorMessages

Child Elements

errorMessage

Attributes:

match: This attribute MUST be an XPath expression that evaluates to a single XML node.

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

 <xsd:element name="override">
   <xsd:complexType>
     <xsd:sequence>
       <xsd:element ref="xsf:errorMessage"/>
     </xsd:sequence>
     <xsd:attribute name="match" type="xsd:string" use="required"/>
   </xsd:complexType>
 </xsd:element>