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

Documentation
Resource block element definition. Ensures: existence and uniqueness of the id attributes of each <Resource> element in this resource block.
Properties
This component is not nillable.

Model
<Resources>
Resource*
</Resources>


Nested Element Summary
Resource.typeResource
           A shared resource element.  
Source
<xs:element name="Resources" type="ResourceBlock.type">
<xs:key name="resource_id_key">
<xs:selector xpath=".//y:Resource"/>
<xs:field xpath="@id"/>
</xs:key>
</xs:element>


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