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