Showing:

Annotations
Attributes
Diagrams
Source
Used by
Complex Type rowBooleanControlType
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
Describes a read-only or read-write Boolean Control without channel information.
Diagram
Diagram AVTypes_xsd_Attribute_Group_rw.tmp#rw AVTypes_xsd_Attribute_Group_refID.tmp#refID
Used by
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:complexType name="rowBooleanControlType">
  <xsi:annotation>
    <xsi:documentation>Describes a read-only or read-write Boolean Control without channel information.</xsi:documentation>
  </xsi:annotation>
  <xsi:attributeGroup ref="rw"/>
  <xsi:attributeGroup ref="refID"/>
</xsi:complexType>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd