http://graphml.graphdrawing.org/xmlns/graphml
complexType default.type

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://graphml.graphdrawing.org/xmlns/graphml}data-extension.type (restriction)
|
+--{http://graphml.graphdrawing.org/xmlns/graphml}default.type (extension)

Documentation
Complex type for the <default> element. default.type is mixed, that is, data may contain #PCDATA. Content type: extension of data-extension.type which is empty per default. user defined extra attributes for <default> elements
Properties
This component is not nillable.

Model
<...>

</...>

Source
<xs:complexType final="#all" name="default.type">
<xs:complexContent mixed="true">
<xs:extension base="data-extension.type">
<xs:attributeGroup ref="default.extra.attrib">
</xs:attributeGroup>
</xs:extension>
</xs:complexContent>
</xs:complexType>


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