http://graphml.graphdrawing.org/xmlns/graphml
simpleType endpoint.type.type

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

Documentation
Simple type for the type attribute of <endpoint>. endpoint.type.type is a restriction of xs:NMTOKEN Allowed values: in, out, undir.
Properties
This component is not nillable.

Model

('in' | 'out' | 'undir')

Source
<xs:simpleType final="#all" name="endpoint.type.type">
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="in"/>
<xs:enumeration value="out"/>
<xs:enumeration value="undir"/>
</xs:restriction>
</xs:simpleType>


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