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

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

Documentation
List of subordinate realizers for this node realizer.
Properties
This component is not nillable.

Model
<Realizers
  active = xs:nonNegativeInteger>
(any element from any namespace)*
</Realizers>


Attribute Summary
 xs:nonNegativeIntegeractive
           The list index of the currently active realizer (zero based).  

Attribute Detail

active

The list index of the currently active realizer (zero based).

Type:
xs:nonNegativeInteger
Use:
required
Form:
unqualified

Source
<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>


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