sch:diagnostics

Section containing individual diagnostic elements. An implementation is not
required to make use of this element.

Element Information

Model

((ANY element from ANY namespace OTHER than 'http://purl.oclc.org/dsdl/schematron' | ANY element from LOCAL namespace 'No Namespace')) | sch:include | sch:diagnostic

Attributes

Used By

Element sch:schema

Source

<xs:element name="diagnostics">
  <xs:annotation>
    <xs:documentation>Section containing individual diagnostic elements. An implementation is not required to make use of this element.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:group ref="sch:foreign"/>
      <xs:element ref="sch:include"/>
      <xs:element ref="sch:diagnostic"/>
    </xs:choice>
    <xs:attributeGroup ref="sch:foreign"/>
  </xs:complexType>
</xs:element>

Sample