Definition Type: Element
Name: pattern
Namespace: http://www.ascc.net/xml/schematron
Containing Schema: schematron1-5.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into rule in schema schematron1-5_xsd Drilldown into p in schema schematron1-5_xsd Drilldown into icon in schema schematron1-5_xsd Drilldown into id in schema schematron1-5_xsd Drilldown into see in schema schematron1-5_xsd Drilldown into name in schema schematron1-5_xsdXSD Diagram of pattern in schema schematron1-5_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xsd:element name="pattern">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element ref="p" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element ref="sch:rule" maxOccurs="unbounded" />
        </xsd:sequence>
        <xsd:attribute name="name" type="xsd:string" use="required" />
        <xsd:attribute name="see" type="xsd:anyURI" />
        <xsd:attribute name="id" type="xsd:ID" />
        <xsd:attribute name="icon" type="xsd:anyURI" />
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
p sch:p 0 unbounded
rule sch:rule (1) unbounded
Collapse Child Attributes:
Name Type Default Value Use
name sch:name Required
see sch:see (Optional)
id sch:id (Optional)
icon sch:icon (Optional)