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

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

Documentation
Complex type for the <locator> element. Content type: (empty) user defined extra attributes for <locator> elements.
Properties
This component is not nillable.

Model
<...
  href = xs:anyURI
  type = xs:string>

</...>


Attribute Summary
 xs:anyURIhref
          
 xs:stringtype
          

Attribute Detail

href

Type:
xs:anyURI
Use:
optional
Form:
unqualified

type

Type:
based on
with :
Use:
optional
Form:
unqualified

Source
<xs:complexType final="#all" name="locator.type">
<xs:attributeGroup ref="locator.extra.attrib">
</xs:attributeGroup>
<xs:attribute ref="xlink:href" use="required">
</xs:attribute>
<xs:attribute ref="xlink:type">
</xs:attribute>
</xs:complexType>


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