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

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

Documentation
Complex type definitions for a list of graphml postprocessors.
Properties
This component is not nillable.

Model
<...>
Processor*
</...>


Nested Element Summary
Processor.typeProcessor
           Postprocessor element definition.  
Source
<xs:complexType name="Postprocessors.type">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="Processor" type="Processor.type">
</xs:element>
</xs:sequence>
</xs:complexType>


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