<xs:element name="Algorithms">
<xs:annotation>
<xs:documentation>This element contains all the algorithms used by the acquisition system(s) described in a XidML file.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:all>
<xs:element name="AlgorithmGroupSet" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">This element contains a list of all the algorithm groups defined in the XidML document.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Group" type="GroupType" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation xml:lang="en">This element is used to group algorithms.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:compl |