http://www.w3.org/1999/xlink
attribute show

Properties
This component is not nillable.

Source
<xs:attribute default="embed" name="show">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="new"/>
<xs:enumeration value="replace"/>
<xs:enumeration value="embed"/>
<xs:enumeration value="other"/>
<xs:enumeration value="none"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>


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