<xs:element name="Parameters">
<xs:annotation>
<xs:documentation>This element contains a list of all gobally defined parameters and their properties sourced or generated by the acquisition system(s) described in the XidML document.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:all>
<xs:element name="ParameterGroupSet" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">This element contains a list of all the parameter 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>This element is used to describe the grouping of parameters.</xs:documentation> |