Definition Type: ComplexType
Name: node.type
Namespace: http://graphml.graphdrawing.org/xmlns
Containing Schema: graphml-structure.xsd
Abstract
Documentation:
Complex type for the <node> element.
Collapse XSD Schema Diagram:
Drilldown into locator in schema graphml-structure_xsd Drilldown into graph in schema graphml-structure_xsd Drilldown into port in schema graphml-structure_xsd Drilldown into data in schema graphml-structure_xsd Drilldown into desc in schema graphml-structure_xsd Drilldown into id in schema graphml-structure_xsd Drilldown into common.extra.attrib in schema graphml-structure_xsd Drilldown into node.extra.attrib in schema graphml-structure_xsdXSD Diagram of node.type in schema graphml-structure_xsd (GraphML)
Collapse XSD Schema Code:
<xs:complexType name="node.type" final="#all">
    <xs:annotation>
        <xs:documentation source="http://graphml.graphdrawing.org/" xml:lang="en">
      Complex type for the &lt;node&gt; element.
    </xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:element ref="desc" minOccurs="0" />
        <xs:choice>
            <xs:sequence>
                <xs:choice minOccurs="0" maxOccurs="unbounded">
                    <xs:element ref="data" />
                    <xs:element ref="port" />
                </xs:choice>
                <xs:element ref="graph" minOccurs="0" />
            </xs:sequence>
            <xs:element ref="locator" />
        </xs:choice>
    </xs:sequence>
    <xs:attributeGroup ref="node.extra.attrib">
        <xs:annotation>
            <xs:documentation source="http://graphml.graphdrawing.org/" xml:lang="en">
                user defined extra attributes for &lt;node elements.
          </xs:documentation>
        </xs:annotation>
    </xs:attributeGroup>
    <xs:attribute name="id" type="xs:NMTOKEN" use="required">
        <xs:annotation>
            <xs:documentation source="http://graphml.graphdrawing.org/" xml:lang="en">
                 identifies this node.
          </xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
desc g:desc 0 (1)
data g:data (1) (1)
port g:port (1) (1)
graph g:graph 0 (1)
locator g:locator (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
parse.indegree g:parse.indegree Optional
parse.outdegree g:parse.outdegree Optional
id g:id Required
Collapse Derivation Tree:
Collapse References:
g:node