GraphElementType

Complex Type Information

Model

Children: attr, graph, type

Attributes

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

Used By

Complex Types LocalConnectionType, NodeType
Element graphElement

Source

<xsd:complexType name="GraphElementType">
  <xsd:complexContent>
    <xsd:extension base="TypedElementType">
      <xsd:sequence>
        <xsd:element ref="graph" minOccurs="0" maxOccurs="unbounded"/>
      </xsd:sequence>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>