<xsd:simpleType name="CaseTypeEnumeratedType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Type of Customer Arbitration Intervention or legal action</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="Arbitration">
<xsd:annotation>
<xsd:documentation>Customer Arbitration</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Legal">
<xsd:annotation>
<xsd:documentation>Legal Action</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Technical Analysis">
<xsd:annotation>
<xsd:documentation>Customer Arbitration Intervention or legal action related to technical analysis</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Customer Relations">
<xsd:annotation>
<xsd:documentation>Customer Arbitration Intervention or legal action related to customer relations</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Better Business">
<xsd:annotation>
<xsd:documentation>Customer Arbitration Intervention or legal action related to better business</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Other">
<xsd:annotation>
<xsd:documentation>Other</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|