<xs:element name="Parameters" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">This element contains a list of channel level parameters.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="ParameterReference"/>
<xs:element name="Parameter">
<xs:annotation>
<xs:documentation xml:lang="en">This element defines a channel level parameter</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="ParameterType">
<xs:attribute name="VendorName" type="xs:string" use="required"/>
<xs:attribute name="Name" type="xs:string" use="required"/>
<xs:attribute name="Orientation" use="optional" default="Read">
<xs:simpleType>
<xs:restriction base= |