Definition Type: Element
Name: active
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 emph in schema schematron1-5_xsd Drilldown into dir in schema schematron1-5_xsd Drilldown into pattern in schema schematron1-5_xsdXSD Diagram of active in schema schematron1-5_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xsd:element name="active">
    <xsd:complexType mixed="true">
        <xsd:choice minOccurs="0" maxOccurs="unbounded">
            <xsd:element ref="sch:dir" />
            <xsd:element ref="sch:emph" />
            <xsd:element ref="sch:span" />
        </xsd:choice>
        <xsd:attribute name="pattern" type="xsd:ID" use="required" />
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
dir sch:dir (1) (1)
emph sch:emph (1) (1)
span sch:span (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
pattern sch:pattern Required