http://graphml.graphdrawing.org/xmlns
complexType data-extension.type

Super Types
{http://graphml.graphdrawing.org/xmlns}data-extension.type (extension)

Properties
This component is not nillable.

Model
<...>
(any element from any namespace)*
</...>

Source
<xs:complexType name="data-extension.type">
<xs:complexContent mixed="true">
<xs:extension base="data-extension.type">
<xs:sequence>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="strict"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>


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