Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type EdgeOrientedType
Annotations
The EdgeOrientedType is a reference to an edge with a given orientation.
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
Type extension of ElementReferenceType
Type hierarchy
Used by
Children Id
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:complexType name="EdgeOrientedType">
  <xs:annotation>
    <xs:documentation>The EdgeOrientedType is a reference to an edge with a given orientation.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="ElementReferenceType">
      <xs:attribute name="turned" type="xs:boolean" default="0">
        <xs:annotation>
          <xs:documentation>The optional turned attribute shows if the referenced edge must be reversed from the original edge orientation.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPD.xsd
Attribute EdgeOrientedType / @turned
Annotations
The optional turned attribute shows if the referenced edge must be reversed from the original edge orientation.
Type xs:boolean
Properties
default 0
Used by
Complex Type EdgeOrientedType
Source
<xs:attribute name="turned" type="xs:boolean" default="0">
  <xs:annotation>
    <xs:documentation>The optional turned attribute shows if the referenced edge must be reversed from the original edge orientation.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPD.xsd