<xsd:simpleType id="st.peakShapeType" name="peakShapeType">
<xsd:annotation>
<xsd:documentation>
<h:div class="summary">Shape of a peak.</h:div>
<h:div class="description">Semi-controlled vocabulary such as broad or sharp.</h:div>
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="sharp">
<xsd:annotation>
<xsd:documentation>
<h:div class="summary">A sharp peak.</h:div>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="broad">
<xsd:annotation>
<xsd:documentation>
<h:div class="summary">A broad peak.</h:div>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="shoulder">
<xsd:annotation>
<xsd:documentation>
<h:div class="summary">A brodening of a peak suggesting the presence of a smaller incompletely resolved component.</h:div>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="other">
<xsd:annotation>
<xsd:documentation>
<h:div class="summary">A value not in the controlled vocabulary - use dictRef to add further information.</h:div>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType> |