http://graphml.graphdrawing.org/xmlns/graphml
complexType hyperedge.type

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://graphml.graphdrawing.org/xmlns/graphml}hyperedge.type (restriction)

Documentation
Complex type for the <hyperedge> element. user defined extra attributes for <hyperedge> elements.
Properties
This component is not nillable.

Model
<...
  id = xs:NMTOKEN>
(desc?, (data | endpoint)* , graph? )
</...>


Nested Element Summary
 data
          
 desc
          
 endpoint
          
 graph
          

Attribute Summary
 xs:NMTOKENid
           identifies this <hyperedge> .  

Attribute Detail

id

identifies this <hyperedge> .

Type:
xs:NMTOKEN
Use:
optional
Form:
unqualified

Source
<xs:complexType final="#all" name="hyperedge.type">
<xs:sequence>
<xs:element minOccurs="0" ref="desc"/>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="data"/>
<xs:element ref="endpoint"/>
</xs:choice>
<xs:element minOccurs="0" ref="graph"/>
</xs:sequence>
<xs:attributeGroup ref="hyperedge.extra.attrib">
</xs:attributeGroup>
<xs:attribute name="id" type="xs:NMTOKEN">
</xs:attribute>
</xs:complexType>


© Copyright 2000-2009, yWorks GmbH. All rights reserved.