Definition Type: Element
Name: schema
Namespace: http://www.ascc.net/xml/schematron
Containing Schema: schematron1-5.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into diagnostics in schema schematron1-5_xsd Drilldown into p in schema schematron1-5_xsd Drilldown into pattern in schema schematron1-5_xsd Drilldown into phase in schema schematron1-5_xsd Drilldown into p in schema schematron1-5_xsd Drilldown into ns in schema schematron1-5_xsd Drilldown into title in schema schematron1-5_xsd Drilldown into version in schema schematron1-5_xsd Drilldown into ns in schema schematron1-5_xsd Drilldown into icon in schema schematron1-5_xsd Drilldown into defaultPhase in schema schematron1-5_xsd Drilldown into schemaVersion in schema schematron1-5_xsd Drilldown into fpi in schema schematron1-5_xsd Drilldown into id in schema schematron1-5_xsdXSD Diagram of schema in schema schematron1-5_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xsd:element name="schema">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element ref="sch:title" minOccurs="0" />
            <xsd:element ref="sch:ns" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element ref="sch:p" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element ref="sch:phase" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element ref="sch:pattern" maxOccurs="unbounded" />
            <xsd:element ref="sch:p" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element ref="sch:diagnostics" minOccurs="0" />
        </xsd:sequence>
        <xsd:attribute name="id" type="xsd:ID" />
        <xsd:attribute name="fpi" type="xsd:string" />
        <xsd:attribute name="schemaVersion" type="xsd:string" />
        <xsd:attribute name="defaultPhase" type="xsd:IDREF" />
        <xsd:attribute name="icon" type="xsd:anyURI" />
        <xsd:attribute name="ns" type="xsd:anyURI" />
        <xsd:attribute name="version" type="xsd:string" default="1.5" />
        <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
title sch:title 0 (1)
ns sch:ns 0 unbounded
p sch:p 0 unbounded
phase sch:phase 0 unbounded
pattern sch:pattern (1) unbounded
p sch:p 0 unbounded
diagnostics sch:diagnostics 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id sch:id (Optional)
fpi sch:fpi (Optional)
schemaVersion sch:schemaVersion (Optional)
defaultPhase sch:defaultPhase (Optional)
icon sch:icon (Optional)
ns sch:ns (Optional)
version sch:version 1.5 (Optional)
<anyAttribute> Allowed namespace: '##other'