Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type PointSetReferenceRangeType
Annotations
The PointSetReferenceType defines a reference to a point set with a range of point indexes.
Diagram
Diagram Primitives_xsd_Simple_Type_QIFReferenceBaseType.tmp#QIFReferenceBaseType Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType_xId Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType IntermediatesPMI_xsd_Complex_Type_PointSetReferenceBaseType.tmp#PointSetReferenceBaseType IntermediatesPMI_xsd_Complex_Type_PointSetReferenceRangeType.tmp#PointSetReferenceRangeType_range
Type extension of PointSetReferenceBaseType
Type hierarchy
Used by
Element RangePointSetId
Attributes
QName Type Use Annotation
range Natural2Type required
The required range attribute is a pair of two indexes indicating the start and end (inclusive) of a range of points in a point set.
xId QIFReferenceSimpleType optional
The optional xId attribute is a reference to the id of a QIF object in an external document. A QIF object in an external QIF document can be referenced by using references to two QIF ids: the id of the external document reference of type ExternalQIFDocumentReferenceType found in the local document and the id of the object found in the external document.
Source
<xs:complexType name="PointSetReferenceRangeType">
  <xs:annotation>
    <xs:documentation>The PointSetReferenceType defines a reference to a point set with a range of point indexes.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="PointSetReferenceBaseType">
      <xs:attribute name="range" type="Natural2Type" use="required">
        <xs:annotation>
          <xs:documentation>The required range attribute is a pair of two indexes indicating the start and end (inclusive) of a range of points in a point set.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Attribute PointSetReferenceRangeType / @range
Annotations
The required range attribute is a pair of two indexes indicating the start and end (inclusive) of a range of points in a point set.
Type Natural2Type
Type hierarchy
Properties
use required
Facets
length 2
Used by
Source
<xs:attribute name="range" type="Natural2Type" use="required">
  <xs:annotation>
    <xs:documentation>The required range attribute is a pair of two indexes indicating the start and end (inclusive) of a range of points in a point set.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd