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

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

Documentation
Complex type that describes the attributes of a ProxyShapeNodeRealizer in yFiles.

This Realizer can multiplex between several different realizers for a node.

Properties
This component is not nillable.

Model
<...>
Realizers
</...>


Nested Element Summary
 Realizers
           List of subordinate realizers for this node realizer.  
Source
<xs:complexType name="ProxyShapeNode.type">
<xs:sequence>
<xs:element name="Realizers">
<xs:complexType>
<xs:sequence>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
</xs:sequence>
<xs:attribute name="active" type="xs:nonNegativeInteger" use="required">
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>


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