RelType

Complex Type Information

Model

Children: attr, graph, relend, type

Attributes

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

Used By

Element rel

Source

<xsd:complexType name="RelType">
  <xsd:complexContent>
    <xsd:extension base="LocalConnectionType">
      <xsd:sequence>
        <xsd:element ref="relend" minOccurs="0" maxOccurs="unbounded"/>
      </xsd:sequence>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>