http://www.yworks.com/xml/graphml
simpleType portConstraint.Endpoint.type

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

Documentation
The valid endpoint types of a port constraint.

Valid values are:

Properties
This component is not nillable.

Model

('source' | 'target')

Source
<xs:simpleType name="portConstraint.Endpoint.type">
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="source"/>
<xs:enumeration value="target"/>
</xs:restriction>
</xs:simpleType>


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