Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element SectionEdgesType / Edge
Annotations
Each Edge element is an edge of the section path.
Diagram
Diagram Primitives_xsd_Complex_Type_ElementReferenceType.tmp#ElementReferenceType_Id Primitives_xsd_Complex_Type_ElementReferenceType.tmp#ElementReferenceType PrimitivesPD_xsd_Complex_Type_EdgeOrientedType.tmp#EdgeOrientedType_turned PrimitivesPD_xsd_Complex_Type_EdgeOrientedType.tmp#EdgeOrientedType
Type EdgeOrientedType
Type hierarchy
Properties
content complex
maxOccurs unbounded
Children Id
Instance
<Edge turned="0" xmlns="http://qifstandards.org/xsd/qif3">
  <Id xId="">{1,1}</Id>
</Edge>
Attributes
QName Type Default Use Annotation
turned xs:boolean 0 optional
The optional turned attribute shows if the referenced edge must be reversed from the original edge orientation.
Source
<xs:element name="Edge" type="EdgeOrientedType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each Edge element is an edge of the section path.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Complex Type SectionEdgesType
Annotations
The SectionEdgesType defines an array of section edges.
Diagram
Diagram Visualization_xsd_Complex_Type_SectionEdgesType.tmp#SectionEdgesType_n Visualization_xsd_Complex_Type_SectionEdgesType.tmp#SectionEdgesType_Edge
Used by
Children Edge
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of edges in this set.
Source
<xs:complexType name="SectionEdgesType">
  <xs:annotation>
    <xs:documentation>The SectionEdgesType defines an array of section edges.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Edge" type="EdgeOrientedType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each Edge element is an edge of the section path.</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 edges in this set.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Attribute SectionEdgesType / @n
Annotations
The required n attribute is the number of edges in this set.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type SectionEdgesType
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of edges in this set.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd