EdgeType

Complex Type Information

Model

Children: attr, graph, type

Attributes

QName Type Fixed Default Use Inheritable Annotation
from xsd:IDREF required
fromorder xsd:integer optional
id xsd:ID optional
isDirected xsd:boolean optional
to xsd:IDREF required
toorder xsd:integer optional

Used By

Element edge

Source

<xsd:complexType name="EdgeType">
  <xsd:complexContent>
    <xsd:extension base="LocalConnectionType">
      <xsd:attribute name="from" type="xsd:IDREF" use="required"/>
      <xsd:attribute name="to" type="xsd:IDREF" use="required"/>
      <xsd:attribute name="fromorder" type="xsd:integer" use="optional"/>
      <xsd:attribute name="toorder" type="xsd:integer" use="optional"/>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>