Section containing individual diagnostic elements. An implementation is not required to make use of this element. |
Element | sch:schema |
<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> |