element rectangle
diagram Index_p39.png
properties
content complex
used by
element entities
attributes
Name  Type  Use  Default  Fixed  annotation
m11xs:floatoptional  1    
m12xs:floatoptional  0    
m21xs:floatoptional  0    
m22xs:floatoptional  1    
dxxs:floatoptional  0    
dyxs:floatoptional  0    
penWidthxs:floatoptional  0    
documentation
The width of the pen.
lineJoinlineJoinoptional  round    
documentation
The line join style.
linePatternlinePatternoptional  solid    
documentation
The line pattern.
penColorcoloroptional  0,0,0    
documentation
The color of the pen.
brushColorcoloroptional  0,0,0    
documentation
The color of the brush used to fill the object.
layerxs:intoptional      
documentation
The layer the rectangle is on.
yxs:floatrequired      
documentation
The top edge.
xxs:floatrequired      
documentation
The left edge.
widthxs:floatrequired      
documentation
The width of the rectangle.
heightxs:floatrequired      
documentation
The height of the rectangle.
roundnessderived by: xs:floatoptional      
documentation
The roundness of the rectangle. 0 = no rounding, 1 -= maximum rounding.

attribute rectangle/@layer
type xs:int
properties
isRef 0
use optional
annotation
documentation
The layer the rectangle is on.

attribute rectangle/@y
type xs:float
properties
isRef 0
use required
annotation
documentation
The top edge.

attribute rectangle/@x
type xs:float
properties
isRef 0
use required
annotation
documentation
The left edge.

attribute rectangle/@width
type xs:float
properties
isRef 0
use required
annotation
documentation
The width of the rectangle.

attribute rectangle/@height
type xs:float
properties
isRef 0
use required
annotation
documentation
The height of the rectangle.

attribute rectangle/@roundness
type restriction of xs:float
properties
isRef 0
use optional
facets
minInclusive 0
maxInclusive 1
annotation
documentation
The roundness of the rectangle. 0 = no rounding, 1 -= maximum rounding.