Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element SectionPathType / Edges
Annotations
The Edges element is a set of section edges.
Diagram
Diagram Visualization_xsd_Complex_Type_SectionEdgesType.tmp#SectionEdgesType_n Visualization_xsd_Complex_Type_SectionEdgesType.tmp#SectionEdgesType_Edge Visualization_xsd_Complex_Type_SectionEdgesType.tmp#SectionEdgesType
Type SectionEdgesType
Properties
content complex
Children Edge
Instance
<Edges n="" xmlns="http://qifstandards.org/xsd/qif3">
  <Edge turned="0">{1,unbounded}</Edge>
</Edges>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of edges in this set.
Source
<xs:element name="Edges" type="SectionEdgesType">
  <xs:annotation>
    <xs:documentation>The Edges element is a set of section edges.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Complex Type SectionPathType
Annotations
The SectionPathType defines a section path as an array of edges.
Diagram
Diagram Visualization_xsd_Complex_Type_SectionPathType.tmp#SectionPathType_Edges
Used by
Children Edges
Source
<xs:complexType name="SectionPathType">
  <xs:annotation>
    <xs:documentation>The SectionPathType defines a section path as an array of edges.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Edges" type="SectionEdgesType">
      <xs:annotation>
        <xs:documentation>The Edges element is a set of section edges.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd