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

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

Documentation
Type definition for an icon.
Properties
This component is not nillable.

Model
<...
  icon = xs:anyURI
  iconData = xs:string
  image = xs:string>

</...>


Attribute Summary
 xs:anyURIicon
           The URL of an icon.  
 xs:stringiconData
           Reference to an embedded arbitrary serializable resource.  
 xs:stringimage
           Reference to an embedded image resource.  

Attribute Detail

icon

The URL of an icon.

Type:
xs:anyURI
Use:
optional
Form:
unqualified

iconData

Reference to an embedded arbitrary serializable resource.

Type:
xs:string
Use:
optional
Form:
unqualified

image

Reference to an embedded image resource.

Type:
xs:string
Use:
optional
Form:
unqualified

Source
<xs:complexType name="Icon.type">
<xs:attribute name="icon" type="xs:anyURI" use="optional">
</xs:attribute>
<xs:attribute name="image" type="xs:string" use="optional">
</xs:attribute>
<xs:attribute name="iconData" type="xs:string" use="optional">
</xs:attribute>
</xs:complexType>


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