http://www.yworks.com/xml/graphml
complexType UserData.type

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://www.yworks.com/xml/graphml}UserData.type (restriction)

Documentation
Type for the UserData that holds the actual state of a generic Node or Edge Realizer.
Properties
This component is not nillable.

Model
<...
  class = xs:string
  value = xs:string>

</...>


Attribute Summary
 xs:stringclass
           Class name of the data holder instance.  
 xs:stringvalue
           String representation of the user data value.  

Attribute Detail

class

Class name of the data holder instance.

Type:
xs:string
Use:
required
Form:
unqualified

value

String representation of the user data value.

Type:
xs:string
Use:
required
Form:
unqualified

Source
<xs:complexType name="UserData.type">
<xs:attribute name="class" type="xs:string" use="required">
</xs:attribute>
<xs:attribute name="value" type="xs:string" use="required">
</xs:attribute>
</xs:complexType>


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