Showing:

Annotations
Attributes
Diagrams
Source
Used by
Complex Type rowUnsignedIntControlType
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
Describes a read-only or read-write Integer Control with restricted ranges.
Multiple range elements are supported, as well as a valueList element.
min and max elements have a range [0..2,147,483,647]
res element has a range [1..2,147,483,647]
Diagram
Diagram AVTypes_xsd_Attribute_Group_rw.tmp#rw AVTypes_xsd_Attribute_Group_refID.tmp#refID AVTypes_xsd_Element_Group_UnsignedIntGroup.tmp#UnsignedIntGroup_ranges AVTypes_xsd_Element_Group_UnsignedIntGroup.tmp#UnsignedIntGroup
Used by
Model ranges
Children ranges
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="rowUnsignedIntControlType">
  <xsi:annotation>
    <xsi:documentation>Describes a read-only or read-write Integer Control with restricted ranges.</xsi:documentation>
    <xsi:documentation>Multiple range elements are supported, as well as a valueList element.</xsi:documentation>
    <xsi:documentation>min and max elements have a range [0..2,147,483,647]</xsi:documentation>
    <xsi:documentation>res element has a range [1..2,147,483,647]</xsi:documentation>
  </xsi:annotation>
  <xsi:group ref="UnsignedIntGroup"/>
  <xsi:attributeGroup ref="rw"/>
  <xsi:attributeGroup ref="refID"/>
</xsi:complexType>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd