Showing:

Annotations
Diagrams
Source
Used by
Simple Type IntegerOrDecimalRange
Namespace No namespace
Annotations
An integer or decimal range
Diagram
DiagramDECOR_xsd_Simple_Type_IntegerRange.tmp#IntegerRangeDECOR_xsd_Simple_Type_DecimalRange.tmp#DecimalRange
Type union of(IntegerRange, DecimalRange)
Used by
Source
<xs:simpleType name="IntegerOrDecimalRange">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">An integer or decimal range</xs:documentation>
  </xs:annotation>
  <xs:union memberTypes="IntegerRange DecimalRange"/>
</xs:simpleType>