Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element SectionLoopsType / Loop
Annotations
Each Loop element is a closed section loop.
Diagram
Diagram Visualization_xsd_Complex_Type_SectionPathType.tmp#SectionPathType_Edges Visualization_xsd_Complex_Type_SectionPathType.tmp#SectionPathType
Type SectionPathType
Properties
content complex
maxOccurs unbounded
Children Edges
Instance
<Loop xmlns="http://qifstandards.org/xsd/qif3">
  <Edges n="">{1,1}</Edges>
</Loop>
Source
<xs:element name="Loop" type="SectionPathType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each Loop element is a closed section loop.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Complex Type SectionLoopsType
Annotations
The SectionLoopsType is an array of closed section loops.
Diagram
Diagram Visualization_xsd_Complex_Type_SectionLoopsType.tmp#SectionLoopsType_n Visualization_xsd_Complex_Type_SectionLoopsType.tmp#SectionLoopsType_Loop
Used by
Children Loop
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of Loop elements in this set.
Source
<xs:complexType name="SectionLoopsType">
  <xs:annotation>
    <xs:documentation>The SectionLoopsType is an array of closed section loops.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Loop" type="SectionPathType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each Loop element is a closed section loop.</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 Loop elements in this set.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Attribute SectionLoopsType / @n
Annotations
The required n attribute is the number of Loop elements in this set.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type SectionLoopsType
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of Loop elements in this set.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd