Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element Loops2dType / Loop
Annotations
Each Loop element is a 2D loop defined as a polyline.
Diagram
Diagram Visualization_xsd_Complex_Type_Polyline2dType.tmp#Polyline2dType_color Visualization_xsd_Complex_Type_Polyline2dType.tmp#Polyline2dType_Points Visualization_xsd_Complex_Type_Polyline2dType.tmp#Polyline2dType_PointsBinary Visualization_xsd_Complex_Type_Polyline2dType.tmp#Polyline2dType
Type Polyline2dType
Properties
content complex
minOccurs 1
maxOccurs unbounded
Children Points, PointsBinary
Instance
<Loop color="" xmlns="http://qifstandards.org/xsd/qif3">
  <Points count="">{1,1}</Points>
  <PointsBinary count="" sizeElement="">{1,1}</PointsBinary>
</Loop>
Attributes
QName Type Use Annotation
color ColorType optional
The optional color attribute is the color for the polyline.
Source
<xs:element name="Loop" type="Polyline2dType" minOccurs="1" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each Loop element is a 2D loop defined as a polyline.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Complex Type Loops2dType
Annotations
The Loops2dType defines a set of loops. The first loop is outer, the rest are inner loops.
Diagram
Diagram Visualization_xsd_Complex_Type_Loops2dType.tmp#Loops2dType_n Visualization_xsd_Complex_Type_Loops2dType.tmp#Loops2dType_Loop
Used by
Children Loop
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of loops in this set.
Source
<xs:complexType name="Loops2dType">
  <xs:annotation>
    <xs:documentation>The Loops2dType defines a set of loops. The first loop is outer, the rest are inner loops.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Loop" type="Polyline2dType" minOccurs="1" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each Loop element is a 2D loop defined as a polyline.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="n" type="NaturalType" use="required">
    <xs:annotation>
      <xs:documentation>The required n attribute is the number of loops in this set.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Attribute Loops2dType / @n
Annotations
The required n attribute is the number of loops in this set.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type Loops2dType
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of loops in this set.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd