<xsd:simpleType name="ServiceTypeEnumeratedType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Type of service preformed</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="Warranty">
<xsd:annotation>
<xsd:documentation>Service performed under warranty</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Customer Pay">
<xsd:annotation>
<xsd:documentation>Service performed under customer pay</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Internal Pay">
<xsd:annotation>
<xsd:documentation>Service performed under internal pay</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|