diagram | ![]() |
||||||||||||||
properties |
|
||||||||||||||
children | search_program | ||||||||||||||
used by |
|
||||||||||||||
identity constraints |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:element name="search_programs"> <xs:annotation> <xs:documentation>The search program(s) used to generate the PSMs and associated scores in this search. More than one search program may be used, as in the case of using Percolator to assign q-values for data search with Kojak. Percolator and Kojak would each have an entry here. However, all PSMs must be annotated by all search programs and all search programs must refer to reported peptides using the same string.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element ref="search_program" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> <xs:unique name="search_program_unique"> <xs:annotation> <xs:documentation>Ensure a given name is only present once among the search programs.</xs:documentation> </xs:annotation> <xs:selector xpath="search_program"/> <xs:field xpath="@name"/> </xs:unique> </xs:element> |