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

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

Documentation
The valid locations of a port constraint.

Valid values are:

Properties
This component is not nillable.

Model

('east' | 'west' | 'north' | 'south' | 'any')

Source
<xs:simpleType name="portConstraint.Side.type">
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="east"/>
<xs:enumeration value="west"/>
<xs:enumeration value="north"/>
<xs:enumeration value="south"/>
<xs:enumeration value="any"/>
</xs:restriction>
</xs:simpleType>


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