Definition Type: Attribute
Name: type
Namespace: http://graphml.graphdrawing.org/xmlns
Type: g:endpoint.type.type
Containing Schema: graphml-structure.xsd
Default undir
Use (Optional)
Documentation:
defines the direction on this endpoint (undirected per default).
Collapse XSD Schema Diagram:
XSD Diagram of type
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:attribute name="type" type="endpoint.type.type" default="undir">
    <xs:annotation>
        <xs:documentation source="http://graphml.graphdrawing.org/" xml:lang="en">
               defines the direction on this endpoint (undirected per default).
          </xs:documentation>
    </xs:annotation>
</xs:attribute>
Collapse Derivation Tree: