Definition Type: Element
Name: rule
Namespace: http://www.ascc.net/xml/schematron
Containing Schema: schematron1-5.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into extends in schema schematron1-5_xsd Drilldown into key in schema schematron1-5_xsd Drilldown into report in schema schematron1-5_xsd Drilldown into assert in schema schematron1-5_xsd Drilldown into id in schema schematron1-5_xsd Drilldown into role in schema schematron1-5_xsd Drilldown into abstract in schema schematron1-5_xsd Drilldown into context in schema schematron1-5_xsdXSD Diagram of rule in schema schematron1-5_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xsd:element name="rule">
    <xsd:complexType>
        <xsd:choice maxOccurs="unbounded">
            <xsd:element ref="sch:assert" />
            <xsd:element ref="sch:report" />
            <xsd:element ref="sch:key" />
            <xsd:element ref="sch:extends" />
        </xsd:choice>
        <xsd:attribute name="context" type="xsd:string" />
        <xsd:attribute name="abstract" type="xsd:boolean" default="false" />
        <xsd:attribute name="role" type="xsd:NMTOKEN" />
        <xsd:attribute name="id" type="xsd:ID" />
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
assert sch:assert (1) (1)
report sch:report (1) (1)
key sch:key (1) (1)
extends sch:extends (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
context sch:context (Optional)
abstract sch:abstract false (Optional)
role sch:role (Optional)
id sch:id (Optional)