simpleType filter_direction_type
type restriction of xs:string
properties
base xs:string
used by
attributes filterable_psm_annotation_type/@filter_direction filterable_peptide_annotation_type/@filter_direction
facets
Kind Value Annotation
enumeration above
enumeration below
annotation
documentation
The direction a filterable annotation type is sorted in.  If set to "below", attributes with lower values are considered more significant (such as in the case of p-values). If set to "above", attributes with higher values are considered more significant (such as in the case of XCorr).
source <xs:simpleType name="filter_direction_type">
 
<xs:annotation>
   
<xs:documentation>The direction a filterable annotation type is sorted in.  If set to "below", attributes with lower values are considered more significant (such as in the case of p-values). If set to "above", attributes with higher values are considered more significant (such as in the case of XCorr).</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="above"/>
   
<xs:enumeration value="below"/>
 
</xs:restriction>
</xs:simpleType>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy