Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type rwType
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
Describes the read-write support level for a ROW 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).
Diagram
Diagram
Type restriction of xsi:string
Facets
enumeration RO
enumeration RON
enumeration RW
enumeration RWN
Used by
Source
<xsi:simpleType name="rwType">
  <xsi:annotation>
    <xsi:documentation>Describes the read-write support level for a ROW Control.</xsi:documentation>
    <xsi:documentation>RO means the CUR Property is implemented as Read-Only and the NEXT Porperty is not implemented.</xsi:documentation>
    <xsi:documentation>RON means the CUR Property is implemented as Read-Only and the NEXT Porperty is implemented (always Read-Write).</xsi:documentation>
    <xsi:documentation>RW means the CUR Property is implemented as Read-Write and the NEXT Porperty is not implemented.</xsi:documentation>
    <xsi:documentation>RWN means the CUR Property is implemented as Read-Write and the NEXT Porperty is implemented (always Read-Write).</xsi:documentation>
  </xsi:annotation>
  <xsi:restriction base="xsi:string">
    <xsi:enumeration value="RO"/>
    <xsi:enumeration value="RON"/>
    <xsi:enumeration value="RW"/>
    <xsi:enumeration value="RWN"/>
  </xsi:restriction>
</xsi:simpleType>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd