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

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

Documentation
List of columns for this table.
Properties
This component is not nillable.

Model
<Columns>
Column*
</Columns>


Nested Element Summary
TableColumn.typeColumn
           A single column element  
Source
<xs:element name="Columns">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="Column" type="TableColumn.type">
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>


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