Definition Type: ComplexType
Name: SymptomType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: Components.xsd
Abstract
Documentation:
This identifies the symptoms that are associated with a problem
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into Note in schema fields_xsd Drilldown into Description in schema fields_xsd Drilldown into FreeFormTextGroup in schema meta_xsd Drilldown into Type in schema fields_xsd Drilldown into ID in schema fields_xsdXSD Diagram of SymptomType in schema components_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xsd:complexType name="SymptomType">
    <xsd:annotation>
        <xsd:documentation>This identifies the symptoms that are associated with a problem</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="ID" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation source="http://www.openapplications.org/oagis/9">This is the identifier of a symptom</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="Type" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>This is a grouping of the Symptom id into different types</xsd:documentation>
                <xsd:documentation>This is a classification or grouping of the failure id into different categories</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:group ref="FreeFormTextGroup" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ID nsA:ID 0 unbounded
Type nsA:Type 0 (1)
Description nsA:Description 0 unbounded
Note nsA:Note 0 unbounded
UserArea nsA:UserArea 0 (1)
<xs:group> nsA:FreeFormTextGroup (1) (1)
Collapse Derivation Tree:
Collapse References:
nsA:Symptom