Showing:

Annotations
Diagrams
Facets
Instances
Properties
Source
Used by
Element one_65535_1Group / ranges
Namespace http://avschemas.usb.org/v1/AVSchema
Diagram
Diagram AVTypes_xsd_Element_Group_one_65535_1Group.tmp#one_65535_1Group_one_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:int" fixed="1"/>
            <xsi:element name="max" type="positiveUnsignedShort"/>
            <xsi:element name="res" type="xsi:int" 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 one_65535_1Group / ranges / range
Namespace http://avschemas.usb.org/v1/AVSchema
Diagram
Diagram AVTypes_xsd_Element_Group_one_65535_1Group.tmp#one_65535_1Group_one_65535_1Group_ranges_one_65535_1Group_one_65535_1Group_ranges_range_min AVTypes_xsd_Element_Group_one_65535_1Group.tmp#one_65535_1Group_one_65535_1Group_ranges_one_65535_1Group_one_65535_1Group_ranges_range_max AVTypes_xsd_Element_Group_one_65535_1Group.tmp#one_65535_1Group_one_65535_1Group_ranges_one_65535_1Group_one_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:int" fixed="1"/>
      <xsi:element name="max" type="positiveUnsignedShort"/>
      <xsi:element name="res" type="xsi:int" fixed="1"/>
    </xsi:sequence>
  </xsi:complexType>
</xsi:element>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd
Element one_65535_1Group / ranges / range / min
Namespace http://avschemas.usb.org/v1/AVSchema
Diagram
Diagram
Type xsi:int
Properties
content: simple
fixed: 1
Source
<xsi:element name="min" type="xsi:int" fixed="1"/>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd
Element one_65535_1Group / ranges / range / max
Namespace http://avschemas.usb.org/v1/AVSchema
Diagram
Diagram AVTypes_xsd_Simple_Type_positiveUnsignedShort.tmp#positiveUnsignedShort
Type positiveUnsignedShort
Properties
content: simple
Facets
minInclusive 1
Source
<xsi:element name="max" type="positiveUnsignedShort"/>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd
Element one_65535_1Group / ranges / range / res
Namespace http://avschemas.usb.org/v1/AVSchema
Diagram
Diagram
Type xsi:int
Properties
content: simple
fixed: 1
Source
<xsi:element name="res" type="xsi:int" fixed="1"/>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd
Element Group one_65535_1Group
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
Describes a restricted range.
The min value is always 1; the max value is limited to 65,535; and the resolution is always 1.
Diagram
Diagram AVTypes_xsd_Element_Group_one_65535_1Group.tmp#one_65535_1Group_ranges
Used by
Model ranges
Children ranges
Source
<xsi:group name="one_65535_1Group">
  <xsi:annotation>
    <xsi:documentation>Describes a restricted range.</xsi:documentation>
    <xsi:documentation>The min value is always 1; 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:int" fixed="1"/>
                <xsi:element name="max" type="positiveUnsignedShort"/>
                <xsi:element name="res" type="xsi:int" 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