Definition Type: Element
Name: diagnostics
Namespace: http://www.ascc.net/xml/schematron
Containing Schema: schematron1-5.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into diagnostic in schema schematron1-5_xsdXSD Diagram of diagnostics in schema schematron1-5_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xsd:element name="diagnostics">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element ref="diagnostic" minOccurs="0" maxOccurs="unbounded" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
diagnostic sch:diagnostic 0 unbounded