Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type rwControlType
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
Describes a read-write Control where the actual type of the Control is determined by spec.
Hence the Control type is not expressed here.
Diagram
Diagram AVTypes_xsd_Complex_Type_rwControlType.tmp#rwControlType_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 restriction of rwType required
Source
<xsi:complexType name="rwControlType">
  <xsi:annotation>
    <xsi:documentation>Describes a read-write Control where the actual type of the Control is determined by spec.</xsi:documentation>
    <xsi:documentation>Hence the Control type is not expressed here.</xsi:documentation>
  </xsi:annotation>
  <xsi:attribute name="rw" use="required">
    <xsi:simpleType>
      <xsi:restriction base="rwType">
        <xsi:enumeration value="RW"/>
        <xsi:enumeration value="RWN"/>
      </xsi:restriction>
    </xsi:simpleType>
  </xsi:attribute>
  <xsi:attributeGroup ref="refID"/>
</xsi:complexType>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd
Attribute rwControlType / @rw
Namespace No namespace
Type restriction of rwType
Type hierarchy
Properties
use: required
Facets
enumeration RW
enumeration RWN
Used by
Complex Type rwControlType
Source
<xsi:attribute name="rw" use="required">
  <xsi:simpleType>
    <xsi:restriction base="rwType">
      <xsi:enumeration value="RW"/>
      <xsi:enumeration value="RWN"/>
    </xsi:restriction>
  </xsi:simpleType>
</xsi:attribute>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd