<xs:element name="Instrumentation">
<xs:annotation>
<xs:documentation xml:lang="en">This element lists all the instrumentation used by an acquisition system along with associated setup information.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:all>
<xs:element name="InstrumentGroupSet" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">This element contains a list of all the instrumentation 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 describe how instrumentation is grouped or organized.</xs:documentat |