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

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

Documentation
Complex type for the <port> element. user defined extra attributes for <port> elements.
Properties
This component is not nillable.

Model
<...
  name = xs:NMTOKEN>
(desc?, (data | port)* )
</...>


Nested Element Summary
 data
          
 desc
          
 port
          

Attribute Summary
 xs:NMTOKENname
           identifies this port, within the node it is contained in.  

Attribute Detail

name

identifies this port, within the node it is contained in.

Type:
xs:NMTOKEN
Use:
required
Form:
unqualified

Source
<xs:complexType final="#all" name="port.type">
<xs:sequence>
<xs:element minOccurs="0" ref="desc"/>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="data"/>
<xs:element ref="port"/>
</xs:choice>
</xs:sequence>
<xs:attributeGroup ref="port.extra.attrib">
</xs:attributeGroup>
<xs:attribute name="name" type="xs:NMTOKEN" use="required">
</xs:attribute>
</xs:complexType>


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