diagram | ![]() |
||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
source | <xs:element name="search_annotation_cutoff"> <xs:annotation> <xs:documentation>A reference to an annotation in a search program.</xs:documentation> </xs:annotation> <xs:complexType> <xs:attribute name="search_program" use="required"> <xs:annotation> <xs:documentation>The name of a search program, must match a name for a search program in this document. E.g., "kojak"</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="annotation_name" use="required"> <xs:annotation> <xs:documentation>The name of the annotation, must match a name of an annotation for the search_program. E.g., "q-value"</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="cutoff_value" type="xs:decimal" use="required"> <xs:annotation> <xs:documentation>This is the cutoff value for this score for excluding data while importing into Proxl.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element> |
properties |
|
||
annotation |
|
||
source | <xs:attribute name="search_program" use="required"> <xs:annotation> <xs:documentation>The name of a search program, must match a name for a search program in this document. E.g., "kojak"</xs:documentation> </xs:annotation> </xs:attribute> |
properties |
|
||
annotation |
|
||
source | <xs:attribute name="annotation_name" use="required"> <xs:annotation> <xs:documentation>The name of the annotation, must match a name of an annotation for the search_program. E.g., "q-value"</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:decimal | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="cutoff_value" type="xs:decimal" use="required"> <xs:annotation> <xs:documentation>This is the cutoff value for this score for excluding data while importing into Proxl.</xs:documentation> </xs:annotation> </xs:attribute> |