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

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

Documentation
Type definitions for the options for a graphml postprocessor.

These options are the same as for xml serialized YModules.

Properties
This component is not nillable.

Model
<Option
  name = xs:string
  value = xs:string>

</Option>


Attribute Summary
 xs:stringname
           The name of the option.  
 xs:stringvalue
           The value of the option.  

Attribute Detail

name

The name of the option.

Type:
xs:string
Use:
required
Form:
unqualified

value

The value of the option.

Type:
xs:string
Use:
required
Form:
unqualified

Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="Option">
<xs:complexType>
<xs:attribute name="name" 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.