<xsd:element name="diagnostic">
<xsd:complexType mixed="true">
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element ref="sch:value-of" />
<xsd:element ref="sch:emph" />
<xsd:element ref="sch:dir" />
<xsd:element ref="sch:span" />
<xsd:any namespace="##other" processContents="lax" />
</xsd:choice>
<xsd:attribute name="id" type="xsd:ID" use="required" />
<xsd:attribute name="icon" type="xsd:anyURI" />
<xsd:anyAttribute namespace="##other" processContents="lax" />
<!--xsd:attribute name="xml:lang" type="xsd:language" -->
</xsd:complexType>
</xsd:element>
|