Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type PointSetReferenceSingleType
Annotations
The PointSetReferenceSingleType defines a reference to a single point within a point set but its index.
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_PointSetReferenceSingleType.tmp#PointSetReferenceSingleType_index
Type extension of PointSetReferenceBaseType
Type hierarchy
Used by
Attributes
QName Type Use Annotation
index NaturalType required
The required index attribute is the index of a single point 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="PointSetReferenceSingleType">
  <xs:annotation>
    <xs:documentation>The PointSetReferenceSingleType defines a reference to a single point within a point set but its index.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="PointSetReferenceBaseType">
      <xs:attribute name="index" type="NaturalType" use="required">
        <xs:annotation>
          <xs:documentation>The required index attribute is the index of a single point 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 PointSetReferenceSingleType / @index
Annotations
The required index attribute is the index of a single point in a point set.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Source
<xs:attribute name="index" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required index attribute is the index of a single point in a point set.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd