Showing:

Annotations
Diagrams
Facets
Instances
Properties
Source
Used by
Element UnsignedIntGroup / ranges
Namespace http://avschemas.usb.org/v1/AVSchema
Diagram
Diagram AVTypes_xsd_Element_Group_UnsignedIntGroup.tmp#UnsignedIntGroup_UnsignedIntGroup_ranges_range AVTypes_xsd_Element_Group_UnsignedIntGroup.tmp#UnsignedIntGroup_UnsignedIntGroup_ranges_valueList
Properties
content: complex
Model range* , valueList{0,1}
Children range, valueList
Instance
<ranges xmlns="http://avschemas.usb.org/v1/AVSchema">
  <range>{0,unbounded}</range>
  <valueList>{0,1}</valueList>
</ranges>
Source
<xsi:element name="ranges">
  <xsi:complexType>
    <xsi:sequence>
      <xsi:element name="range" minOccurs="0" maxOccurs="unbounded">
        <xsi:complexType>
          <xsi:sequence>
            <xsi:element name="min" type="xsi:unsignedInt"/>
            <xsi:element name="max" type="xsi:unsignedInt"/>
            <xsi:element name="res" type="positiveUnsignedInt"/>
          </xsi:sequence>
        </xsi:complexType>
      </xsi:element>
      <xsi:element name="valueList" type="unsignedIntList" minOccurs="0"/>
    </xsi:sequence>
  </xsi:complexType>
</xsi:element>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd
Element UnsignedIntGroup / ranges / range
Namespace http://avschemas.usb.org/v1/AVSchema
Diagram
Diagram AVTypes_xsd_Element_Group_UnsignedIntGroup.tmp#UnsignedIntGroup_UnsignedIntGroup_ranges_UnsignedIntGroup_UnsignedIntGroup_ranges_range_min AVTypes_xsd_Element_Group_UnsignedIntGroup.tmp#UnsignedIntGroup_UnsignedIntGroup_ranges_UnsignedIntGroup_UnsignedIntGroup_ranges_range_max AVTypes_xsd_Element_Group_UnsignedIntGroup.tmp#UnsignedIntGroup_UnsignedIntGroup_ranges_UnsignedIntGroup_UnsignedIntGroup_ranges_range_res
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
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" minOccurs="0" maxOccurs="unbounded">
  <xsi:complexType>
    <xsi:sequence>
      <xsi:element name="min" type="xsi:unsignedInt"/>
      <xsi:element name="max" type="xsi:unsignedInt"/>
      <xsi:element name="res" type="positiveUnsignedInt"/>
    </xsi:sequence>
  </xsi:complexType>
</xsi:element>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd
Element UnsignedIntGroup / ranges / range / min
Namespace http://avschemas.usb.org/v1/AVSchema
Diagram
Diagram
Type xsi:unsignedInt
Properties
content: simple
Source
<xsi:element name="min" type="xsi:unsignedInt"/>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd
Element UnsignedIntGroup / ranges / range / max
Namespace http://avschemas.usb.org/v1/AVSchema
Diagram
Diagram
Type xsi:unsignedInt
Properties
content: simple
Source
<xsi:element name="max" type="xsi:unsignedInt"/>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd
Element UnsignedIntGroup / ranges / range / res
Namespace http://avschemas.usb.org/v1/AVSchema
Diagram
Diagram AVTypes_xsd_Simple_Type_positiveUnsignedInt.tmp#positiveUnsignedInt
Type positiveUnsignedInt
Properties
content: simple
Facets
minInclusive 1
Source
<xsi:element name="res" type="positiveUnsignedInt"/>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd
Element UnsignedIntGroup / ranges / valueList
Namespace http://avschemas.usb.org/v1/AVSchema
Diagram
Diagram AVTypes_xsd_Simple_Type_unsignedIntList.tmp#unsignedIntList
Type unsignedIntList
Properties
content: simple
minOccurs: 0
Source
<xsi:element name="valueList" type="unsignedIntList" minOccurs="0"/>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd
Element Group UnsignedIntGroup
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
Describes a ranges construct with possibly multiple range elements and one valueList element.
For the range elements, the min value range is [0..2,147,483,647]; the max value range is [0..2,147,483,647]; and the resolution range is [1..2,147,483,647].
The numbers in the valueList shall be in the range [0..2,147,483,647].
Diagram
Diagram AVTypes_xsd_Element_Group_UnsignedIntGroup.tmp#UnsignedIntGroup_ranges
Used by
Model ranges
Children ranges
Source
<xsi:group name="UnsignedIntGroup">
  <xsi:annotation>
    <xsi:documentation>Describes a ranges construct with possibly multiple range elements and one valueList element.</xsi:documentation>
    <xsi:documentation>For the range elements, the min value range is [0..2,147,483,647]; the max value range is [0..2,147,483,647]; and the resolution range is [1..2,147,483,647].</xsi:documentation>
    <xsi:documentation>The numbers in the valueList shall be in the range [0..2,147,483,647].</xsi:documentation>
  </xsi:annotation>
  <xsi:sequence>
    <xsi:element name="ranges">
      <xsi:complexType>
        <xsi:sequence>
          <xsi:element name="range" minOccurs="0" maxOccurs="unbounded">
            <xsi:complexType>
              <xsi:sequence>
                <xsi:element name="min" type="xsi:unsignedInt"/>
                <xsi:element name="max" type="xsi:unsignedInt"/>
                <xsi:element name="res" type="positiveUnsignedInt"/>
              </xsi:sequence>
            </xsi:complexType>
          </xsi:element>
          <xsi:element name="valueList" type="unsignedIntList" minOccurs="0"/>
        </xsi:sequence>
      </xsi:complexType>
    </xsi:element>
  </xsi:sequence>
</xsi:group>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd