Definition Type: Element
Name: diagnostic
Namespace: http://www.ascc.net/xml/schematron
Containing Schema: schematron1-5.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into span in schema schematron1-5_xsd Drilldown into dir in schema schematron1-5_xsd Drilldown into emph in schema schematron1-5_xsd Drilldown into value-of in schema schematron1-5_xsd Drilldown into icon in schema schematron1-5_xsd Drilldown into id in schema schematron1-5_xsdXSD Diagram of diagnostic in schema schematron1-5_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
value-of sch:value-of (1) (1)
emph sch:emph (1) (1)
dir sch:dir (1) (1)
span sch:span (1) (1)
<xs:any> Allowed namespace: '##other' (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id sch:id Required
icon sch:icon (Optional)
<anyAttribute> Allowed namespace: '##other'