http://www.yworks.com/xml/graphml
element UserData

Super Types
{http://www.yworks.com/xml/graphml} (restriction)

Documentation
Represents the UserData that holds the actual state of this realizer instance.
Properties
This component is not nillable.

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

</UserData>


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:element name="UserData">
<xs:complexType>
<xs:attribute name="class" type="xs:string" use="required">
</xs:attribute>
<xs:attribute name="value" type="xs:string" use="required">
</xs:attribute>
</xs:complexType>
</xs:element>


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