Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element selectorUnit
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
Describes a Selector Unit.
Diagram
Diagram AVTypes_xsd_Attribute_Group_id.tmp#id AVTypes_xsd_Attribute_Group_refID.tmp#refID avschema_xsd_Element_selectorUnit.tmp#selectorUnit_inputPins avschema_xsd_Element_selectorUnit.tmp#selectorUnit_selector
Properties
content: complex
Used by
Model inputPins , selector
Children inputPins, selector
Instance
<selectorUnit id="" refID="" xmlns="http://avschemas.usb.org/v1/AVSchema">
  <inputPins>{1,1}</inputPins>
  <selector refID="" rw="">{1,1}</selector>
</selectorUnit>
Attributes
QName Type Fixed Default Use Annotation
id idType required
Uniquely identifies the Entity represented by the element within the AVFunction.
The value of the id attribute shall be unique for each Entity within the AVFunction. The value 1 is reserved for the Control interface Entity.
The value of this attribute shall be used in the EID parameter of any Control Sequence that addresses this Entity.
refID xsi:string optional
Can be used to uniquely identify the object represented by this element for external binding reference purposes.
The value of the refID shall be unique for each object within the AVFunction and is implementation-specific. May be a GUID.
Source
<xsi:element name="selectorUnit">
  <xsi:annotation>
    <xsi:documentation>Describes a Selector Unit.</xsi:documentation>
  </xsi:annotation>
  <xsi:complexType>
    <xsi:sequence>
      <xsi:element name="inputPins" type="selectorInputPinsType"/>
      <xsi:element name="selector" type="rowSelectorControlType"/>
    </xsi:sequence>
    <xsi:attributeGroup ref="id"/>
    <xsi:attributeGroup ref="refID"/>
  </xsi:complexType>
</xsi:element>
Schema location http://avschemas.usb.org/v1/avschema.xsd
Element selectorUnit / inputPins
Namespace http://avschemas.usb.org/v1/AVSchema
Diagram
Diagram AVTypes_xsd_Complex_Type_selectorInputPinsType.tmp#selectorInputPinsType_inputPin AVTypes_xsd_Complex_Type_selectorInputPinsType.tmp#selectorInputPinsType
Type selectorInputPinsType
Properties
content: complex
Model inputPin{2,unbounded}
Children inputPin
Instance
<inputPins xmlns="http://avschemas.usb.org/v1/AVSchema">
  <inputPin>{2,unbounded}</inputPin>
</inputPins>
Source
<xsi:element name="inputPins" type="selectorInputPinsType"/>
Schema location http://avschemas.usb.org/v1/avschema.xsd
Element selectorUnit / selector
Namespace http://avschemas.usb.org/v1/AVSchema
Diagram
Diagram AVTypes_xsd_Attribute_Group_rw.tmp#rw AVTypes_xsd_Attribute_Group_refID.tmp#refID AVTypes_xsd_Complex_Type_rowSelectorControlType.tmp#rowSelectorControlType
Type rowSelectorControlType
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
refID xsi:string optional
Can be used to uniquely identify the object represented by this element for external binding reference purposes.
The value of the refID shall be unique for each object within the AVFunction and is implementation-specific. May be a GUID.
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="selector" type="rowSelectorControlType"/>
Schema location http://avschemas.usb.org/v1/avschema.xsd