<xs:element name="Channels">
<xs:annotation>
<xs:documentation xml:lang="en">This element contains a list of all channels on the instrument.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="Channel"/>
<xs:element ref="ChannelGroup" minOccurs="0" maxOccurs="unbounded"/>
</xs:choice>
</xs:complexType>
<xs:unique name="UniqueChannelGroupName">
<xs:selector xpath="./ChannelGroup"/>
<xs:field xpath="@Name"/>
</xs:unique>
<xs:unique name="UniqueChannelName">
<xs:selector xpath="./Channel"/>
<xs:field xpath="@Name"/>
</xs:unique>
</xs:element> |