| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://graphml.graphdrawing.org/xmlns}edge.type (restriction)
| Nested Element Summary | |
| data |
| desc |
| graph |
| Attribute Summary | |
xs:boolean | directedoverwrites the edgedefault attribute of <graph> . |
xs:NMTOKEN | ididentifies this edge . |
xs:NMTOKEN | sourcepoints to the id attribute of the source <node>. |
xs:NMTOKEN | sourceportpoints to the name attribute of the source <port>. |
xs:NMTOKEN | targetpoints to the id attribute of the target <node>. |
xs:NMTOKEN | targetportpoints to the name attribute of the target <port>. |
| Attribute Detail |
xs:booleanoptionalunqualifiedxs:NMTOKENoptionalunqualifiedxs:NMTOKENrequiredunqualifiedxs:NMTOKENoptionalunqualifiedxs:NMTOKENrequiredunqualifiedxs:NMTOKENoptionalunqualified<xs:complexType final="#all" name="edge.type"><xs:sequence>
</xs:sequence><xs:attribute name="id" type="xs:NMTOKEN">
</xs:attribute><xs:attribute name="directed" type="xs:boolean">
</xs:attribute><xs:attribute name="source" type="xs:NMTOKEN" use="required">
</xs:attribute><xs:attribute name="target" type="xs:NMTOKEN" use="required">
</xs:attribute><xs:attribute name="sourceport" type="xs:NMTOKEN">
</xs:attribute><xs:attribute name="targetport" type="xs:NMTOKEN"></xs:complexType>
</xs:attribute>
| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||