<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>
|