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

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

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

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


Nested Element Summary
 data
          
 desc
          
 graph
          
 locator
          
 port
          

Attribute Summary
 xs:NMTOKENid
           identifies this node.  

Attribute Detail

id

identifies this node.

Type:
xs:NMTOKEN
Use:
required
Form:
unqualified

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


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