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