Definition Type: Element
Name: report
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 name in schema schematron1-5_xsd Drilldown into subject in schema schematron1-5_xsd Drilldown into icon in schema schematron1-5_xsd Drilldown into diagnostics in schema schematron1-5_xsd Drilldown into id in schema schematron1-5_xsd Drilldown into role in schema schematron1-5_xsd Drilldown into test in schema schematron1-5_xsdXSD Diagram of report in schema schematron1-5_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xsd:element name="report">
    <xsd:complexType mixed="true">
        <xsd:choice minOccurs="0" maxOccurs="unbounded">
            <xsd:element ref="sch:name" />
            <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="test" type="xsd:string" use="required" />
        <xsd:attribute name="role" type="xsd:NMTOKEN" />
        <xsd:attribute name="id" type="xsd:ID" />
        <xsd:attribute name="diagnostics" type="xsd:IDREFS" />
        <xsd:attribute name="icon" type="xsd:anyURI" />
        <xsd:attribute name="subject" type="xsd:string" default="." />
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
name sch:name (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
test sch:test Required
role sch:role (Optional)
id sch:id (Optional)
diagnostics sch:diagnostics (Optional)
icon sch:icon (Optional)
subject sch:subject . (Optional)