Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element graphicEQType / level
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
All Level Controls shall have the same ranges properties. Therefore, the Level Control is advertized only once.
Diagram
Diagram AVTypes_xsd_Attribute_Group_rw.tmp#rw AVTypes_xsd_Complex_Type_audioRoWIntControlType.tmp#audioRoWIntControlType_channels AVTypes_xsd_Element_Group_IntGroup.tmp#IntGroup_ranges AVTypes_xsd_Element_Group_IntGroup.tmp#IntGroup AVTypes_xsd_Complex_Type_audioRoWIntControlType.tmp#audioRoWIntControlType
Type audioRoWIntControlType
Properties
content: complex
Model channels , ranges
Children channels, ranges
Instance
<level rw="" xmlns="http://avschemas.usb.org/v1/AVSchema">
  <channels>{1,1}</channels>
  <ranges>{1,1}</ranges>
</level>
Attributes
QName Type Fixed Default Use Annotation
rw rwType required
Used to indicate the read-write support level for the Control.
RO means the CUR Property is implemented as Read-Only and the NEXT Porperty is not implemented.
RON means the CUR Property is implemented as Read-Only and the NEXT Porperty is implemented (always Read-Write).
RW means the CUR Property is implemented as Read-Write and the NEXT Porperty is not implemented.
RWN means the CUR Property is implemented as Read-Write and the NEXT Porperty is implemented (always Read-Write).
Source
<xsi:element name="level" type="audioRoWIntControlType">
  <xsi:annotation>
    <xsi:documentation>All Level Controls shall have the same ranges properties. Therefore, the Level Control is advertized only once.</xsi:documentation>
  </xsi:annotation>
</xsi:element>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd
Element graphicEQType / filters
Namespace http://avschemas.usb.org/v1/AVSchema
Diagram
Diagram AVTypes_xsd_Complex_Type_graphicEQType.tmp#graphicEQType_graphicEQType_filters_frequency
Properties
content: complex
Model frequency+
Children frequency
Instance
<filters xmlns="http://avschemas.usb.org/v1/AVSchema">
  <frequency>{1,unbounded}</frequency>
</filters>
Source
<xsi:element name="filters">
  <xsi:complexType>
    <xsi:sequence>
      <xsi:element name="frequency" type="positiveInt" maxOccurs="unbounded"/>
    </xsi:sequence>
  </xsi:complexType>
</xsi:element>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd
Element graphicEQType / filters / frequency
Namespace http://avschemas.usb.org/v1/AVSchema
Diagram
Diagram AVTypes_xsd_Simple_Type_positiveInt.tmp#positiveInt
Type positiveInt
Properties
content: simple
maxOccurs: unbounded
Facets
minInclusive 1
Source
<xsi:element name="frequency" type="positiveInt" maxOccurs="unbounded"/>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd
Complex Type graphicEQType
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
Describes a read-only or read-write Graphic Equalizer Control.
Diagram
Diagram AVTypes_xsd_Complex_Type_graphicEQType.tmp#graphicEQType_level AVTypes_xsd_Complex_Type_graphicEQType.tmp#graphicEQType_filters
Used by
Model level , filters
Children filters, level
Source
<xsi:complexType name="graphicEQType">
  <xsi:annotation>
    <xsi:documentation>Describes a read-only or read-write Graphic Equalizer Control.</xsi:documentation>
  </xsi:annotation>
  <xsi:sequence>
    <xsi:element name="level" type="audioRoWIntControlType">
      <xsi:annotation>
        <xsi:documentation>All Level Controls shall have the same ranges properties. Therefore, the Level Control is advertized only once.</xsi:documentation>
      </xsi:annotation>
    </xsi:element>
    <xsi:element name="filters">
      <xsi:complexType>
        <xsi:sequence>
          <xsi:element name="frequency" type="positiveInt" maxOccurs="unbounded"/>
        </xsi:sequence>
      </xsi:complexType>
    </xsi:element>
  </xsi:sequence>
</xsi:complexType>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd