Showing:

Annotations
Diagrams
Instances
Properties
Source
Element zero_65535_1Group / ranges
Namespace http://avschemas.usb.org/v1/AVSchema
Diagram
Diagram AVTypes_xsd_Element_Group_zero_65535_1Group.tmp#zero_65535_1Group_zero_65535_1Group_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:unsignedShort" fixed="0"/>
            <xsi:element name="max" type="xsi:unsignedShort"/>
            <xsi:element name="res" type="xsi:unsignedShort" 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 zero_65535_1Group / ranges / range
Namespace http://avschemas.usb.org/v1/AVSchema
Diagram
Diagram AVTypes_xsd_Element_Group_zero_65535_1Group.tmp#zero_65535_1Group_zero_65535_1Group_ranges_zero_65535_1Group_zero_65535_1Group_ranges_range_min AVTypes_xsd_Element_Group_zero_65535_1Group.tmp#zero_65535_1Group_zero_65535_1Group_ranges_zero_65535_1Group_zero_65535_1Group_ranges_range_max AVTypes_xsd_Element_Group_zero_65535_1Group.tmp#zero_65535_1Group_zero_65535_1Group_ranges_zero_65535_1Group_zero_65535_1Group_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:unsignedShort" fixed="0"/>
      <xsi:element name="max" type="xsi:unsignedShort"/>
      <xsi:element name="res" type="xsi:unsignedShort" fixed="1"/>
    </xsi:sequence>
  </xsi:complexType>
</xsi:element>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd
Element zero_65535_1Group / ranges / range / min
Namespace http://avschemas.usb.org/v1/AVSchema
Diagram
Diagram
Type xsi:unsignedShort
Properties
content: simple
fixed: 0
Source
<xsi:element name="min" type="xsi:unsignedShort" fixed="0"/>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd
Element zero_65535_1Group / ranges / range / max
Namespace http://avschemas.usb.org/v1/AVSchema
Diagram
Diagram
Type xsi:unsignedShort
Properties
content: simple
Source
<xsi:element name="max" type="xsi:unsignedShort"/>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd
Element zero_65535_1Group / ranges / range / res
Namespace http://avschemas.usb.org/v1/AVSchema
Diagram
Diagram
Type xsi:unsignedShort
Properties
content: simple
fixed: 1
Source
<xsi:element name="res" type="xsi:unsignedShort" fixed="1"/>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd
Element Group zero_65535_1Group
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
Describes a restricted range.
The min value is always 0; the max value is limited to 65,535; and the resolution is always 1.
Diagram
Diagram AVTypes_xsd_Element_Group_zero_65535_1Group.tmp#zero_65535_1Group_ranges
Model ranges
Children ranges
Source
<xsi:group name="zero_65535_1Group">
  <xsi:annotation>
    <xsi:documentation>Describes a restricted range.</xsi:documentation>
    <xsi:documentation>The min value is always 0; the max value is limited to 65,535; 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:unsignedShort" fixed="0"/>
                <xsi:element name="max" type="xsi:unsignedShort"/>
                <xsi:element name="res" type="xsi:unsignedShort" fixed="1"/>
              </xsi:sequence>
            </xsi:complexType>
          </xsi:element>
        </xsi:sequence>
      </xsi:complexType>
    </xsi:element>
  </xsi:sequence>
</xsi:group>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd