Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element wo0_1_1ControlType / ranges
Namespace http://avschemas.usb.org/v1/AVSchema
Diagram
Diagram AVTypes_xsd_Complex_Type_wo0_1_1ControlType.tmp#wo0_1_1ControlType_wo0_1_1ControlType_ranges_range
Properties
content: complex
Model range
Children range
Instance
<ranges xmlns="http://avschemas.usb.org/v1/AVSchema">
  <range>{1,1}</range>
</ranges>
Source
<xsi:element name="ranges">
  <xsi:complexType>
    <xsi:sequence>
      <xsi:element name="range">
        <xsi:complexType>
          <xsi:sequence>
            <xsi:element name="min" type="xsi:nonNegativeInteger" fixed="0"/>
            <xsi:element name="max">
              <xsi:simpleType>
                <xsi:restriction base="xsi:nonNegativeInteger">
                  <xsi:maxInclusive value="1"/>
                </xsi:restriction>
              </xsi:simpleType>
            </xsi:element>
            <xsi:element name="res" type="xsi:nonNegativeInteger" fixed="1"/>
          </xsi:sequence>
        </xsi:complexType>
      </xsi:element>
    </xsi:sequence>
  </xsi:complexType>
</xsi:element>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd
Element wo0_1_1ControlType / ranges / range
Namespace http://avschemas.usb.org/v1/AVSchema
Diagram
Diagram AVTypes_xsd_Complex_Type_wo0_1_1ControlType.tmp#wo0_1_1ControlType_wo0_1_1ControlType_ranges_wo0_1_1ControlType_wo0_1_1ControlType_ranges_range_min AVTypes_xsd_Complex_Type_wo0_1_1ControlType.tmp#wo0_1_1ControlType_wo0_1_1ControlType_ranges_wo0_1_1ControlType_wo0_1_1ControlType_ranges_range_max AVTypes_xsd_Complex_Type_wo0_1_1ControlType.tmp#wo0_1_1ControlType_wo0_1_1ControlType_ranges_wo0_1_1ControlType_wo0_1_1ControlType_ranges_range_res
Properties
content: complex
Model min , max , res
Children max, min, res
Instance
<range xmlns="http://avschemas.usb.org/v1/AVSchema">
  <min>{1,1}</min>
  <max>{1,1}</max>
  <res>{1,1}</res>
</range>
Source
<xsi:element name="range">
  <xsi:complexType>
    <xsi:sequence>
      <xsi:element name="min" type="xsi:nonNegativeInteger" fixed="0"/>
      <xsi:element name="max">
        <xsi:simpleType>
          <xsi:restriction base="xsi:nonNegativeInteger">
            <xsi:maxInclusive value="1"/>
          </xsi:restriction>
        </xsi:simpleType>
      </xsi:element>
      <xsi:element name="res" type="xsi:nonNegativeInteger" fixed="1"/>
    </xsi:sequence>
  </xsi:complexType>
</xsi:element>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd
Element wo0_1_1ControlType / ranges / range / min
Namespace http://avschemas.usb.org/v1/AVSchema
Diagram
Diagram
Type xsi:nonNegativeInteger
Properties
content: simple
fixed: 0
Source
<xsi:element name="min" type="xsi:nonNegativeInteger" fixed="0"/>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd
Element wo0_1_1ControlType / ranges / range / max
Namespace http://avschemas.usb.org/v1/AVSchema
Diagram
Diagram
Type restriction of xsi:nonNegativeInteger
Properties
content: simple
Facets
maxInclusive 1
Source
<xsi:element name="max">
  <xsi:simpleType>
    <xsi:restriction base="xsi:nonNegativeInteger">
      <xsi:maxInclusive value="1"/>
    </xsi:restriction>
  </xsi:simpleType>
</xsi:element>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd
Element wo0_1_1ControlType / ranges / range / res
Namespace http://avschemas.usb.org/v1/AVSchema
Diagram
Diagram
Type xsi:nonNegativeInteger
Properties
content: simple
fixed: 1
Source
<xsi:element name="res" type="xsi:nonNegativeInteger" fixed="1"/>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd
Complex Type wo0_1_1ControlType
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
Describes a write-only Integer Control with restricted range.
The min value is always 0; the max value is always 1; and the resolution is always 1.
Diagram
Diagram AVTypes_xsd_Attribute_Group_refID.tmp#refID AVTypes_xsd_Complex_Type_wo0_1_1ControlType.tmp#wo0_1_1ControlType_ranges
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.
Source
<xsi:complexType name="wo0_1_1ControlType">
  <xsi:annotation>
    <xsi:documentation>Describes a write-only Integer Control with restricted range.</xsi:documentation>
    <xsi:documentation>The min value is always 0; the max value is always 1; and the resolution is always 1.</xsi:documentation>
  </xsi:annotation>
  <xsi:sequence>
    <xsi:element name="ranges">
      <xsi:complexType>
        <xsi:sequence>
          <xsi:element name="range">
            <xsi:complexType>
              <xsi:sequence>
                <xsi:element name="min" type="xsi:nonNegativeInteger" fixed="0"/>
                <xsi:element name="max">
                  <xsi:simpleType>
                    <xsi:restriction base="xsi:nonNegativeInteger">
                      <xsi:maxInclusive value="1"/>
                    </xsi:restriction>
                  </xsi:simpleType>
                </xsi:element>
                <xsi:element name="res" type="xsi:nonNegativeInteger" fixed="1"/>
              </xsi:sequence>
            </xsi:complexType>
          </xsi:element>
        </xsi:sequence>
      </xsi:complexType>
    </xsi:element>
  </xsi:sequence>
  <xsi:attributeGroup ref="refID"/>
</xsi:complexType>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd