LocalConnectionType

Complex Type Information

Model

Children: attr, graph, type

Attributes

QName Type Fixed Default Use Inheritable Annotation
id xsd:ID optional
isDirected xsd:boolean optional

Used By

Complex Types EdgeType, RelType
Element localConnection

Source

<xsd:complexType name="LocalConnectionType">
  <xsd:complexContent>
    <xsd:extension base="GraphElementType">
      <xsd:attribute name="isDirected" type="xsd:boolean" use="optional"/>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>