Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type wrType
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
Describes the read-write support level for a WOR Control.
WO means the CUR Property is implemented as Write-Only and the NEXT Porperty is not implemented.
WON means the CUR Property is implemented as Write-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 WO
enumeration WON
enumeration RW
enumeration RWN
Used by
Attribute wr/@wr
Source
<xsi:simpleType name="wrType">
  <xsi:annotation>
    <xsi:documentation>Describes the read-write support level for a WOR Control.</xsi:documentation>
    <xsi:documentation>WO means the CUR Property is implemented as Write-Only and the NEXT Porperty is not implemented.</xsi:documentation>
    <xsi:documentation>WON means the CUR Property is implemented as Write-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="WO"/>
    <xsi:enumeration value="WON"/>
    <xsi:enumeration value="RW"/>
    <xsi:enumeration value="RWN"/>
  </xsi:restriction>
</xsi:simpleType>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd