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

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

Documentation
Complex type definitions for a graphml postprocessor.

Postprocessors are executed after the graph has been loaded.

Properties
This component is not nillable.

Model
<...
  class = xs:string>
Option
</...>


Nested Element Summary
 Option
           Type definitions for the options for a graphml postprocessor.

These options are the same as for xml serialized YModules.

 

Attribute Summary
 xs:stringclass
           The class of the postprocessor.

This must resolve to a subclass of y.option.yModule

 

Attribute Detail

class

The class of the postprocessor. This must resolve to a subclass of y.option.yModule

Type:
xs:string
Use:
required
Form:
unqualified

Source
<xs:complexType name="Processor.type">
<xs:sequence>
<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>
</xs:sequence>
<xs:attribute name="class" type="xs:string" use="required">
</xs:attribute>
</xs:complexType>


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