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

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

Documentation
Complex type for a shared resource element inside a resource block container. The actual content. Note that arbitrary (wellformed) content is allowed here.
Properties
This component is not nillable.

Model
<...
  {}
  {}
  {}>
(any element from any namespace)?
</...>


Attribute Summary
 format
           The format of the shared resource.  
 id
          The id of the shared resource. 
 type
           The type of the shared resource.  

Attribute Detail

format

The format of the shared resource.

Type:
Use:
optional
Form:
unqualified

id

The id of the shared resource. Needed to reference this resource.

Type:
Use:
required
Form:
unqualified

type

The type of the shared resource.

Type:
Use:
optional
Form:
unqualified

Source
<xs:complexType mixed="true" name="Resource.type">
<xs:sequence>
<xs:any maxOccurs="1" minOccurs="0" processContents="skip"/>
</xs:sequence>
<xs:attribute name="id" use="required">
</xs:attribute>
<xs:attribute name="type" use="optional">
</xs:attribute>
<xs:attribute name="format" use="optional">
</xs:attribute>
</xs:complexType>


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