Definition Type: Attribute
Name: source
Namespace: http://graphml.graphdrawing.org/xmlns
Type: NMTOKEN:http://www.w3.org/2001/XMLSchema
Containing Schema: graphml-structure.xsd
Use Required
Documentation:
points to the id attribute of the source <node>.
Collapse XSD Schema Diagram:
XSD Diagram of source
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:attribute name="source" type="xs:NMTOKEN" use="required">
    <xs:annotation>
        <xs:documentation source="http://graphml.graphdrawing.org/" xml:lang="en">
                  points to the id attribute of the source &lt;node&gt;.
          </xs:documentation>
    </xs:annotation>
</xs:attribute>