Definition Type: Element
Name: key
Namespace: http://www.ascc.net/xml/schematron
Containing Schema: schematron1-5.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into icon in schema schematron1-5_xsd Drilldown into path in schema schematron1-5_xsd Drilldown into name in schema schematron1-5_xsdXSD Diagram of key in schema schematron1-5_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xsd:element name="key">
    <xsd:complexType>
        <xsd:attribute name="name" type="xsd:NMTOKEN" use="required" />
        <xsd:attribute name="path" type="xsd:string" use="required" />
        <xsd:attribute name="icon" type="xsd:anyURI" />
    </xsd:complexType>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
name sch:name Required
path sch:path Required
icon sch:icon (Optional)