2.2.1.2.43 customValidation

The customValidation element specifies a rule-based custom validation that is enforced in addition to the XML schema validation.

Parent Elements

xDocumentClass

Child Elements

errorCondition

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

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