<xsd:simpleType name="StartingSystemTypeEnumeratedType">
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="Electric">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Electric engine starting system</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Manual">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Pull engine starting system</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Other">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Other engine starting system</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|