element dimension
diagram Index_p10.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    
startCaplineCapoptional  round    
documentation
The start line cap style.
endCaplineCapoptional  round    
documentation
The end line cap style.
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.
layerxs:intoptional      
documentation
The layer the dimension is on.
startpointrequired      
documentation
The start point of the dimension.
endpointrequired      
documentation
The end point of the dimension.
prefixderived by: xs:stringoptional      
documentation
Text prefix for the dimension.
textOnTopxs:booleanoptional      
documentation
If true the text if place on the top/left if possible.
annotation
documentation
A graphical dimension. A line with arrows at each end and text showing the length of the line.

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

attribute dimension/@start
type point
properties
isRef 0
use required
facets
pattern [-]*[0-9.]+,[-]*[0-9.]+
annotation
documentation
The start point of the dimension.

attribute dimension/@end
type point
properties
isRef 0
use required
facets
pattern [-]*[0-9.]+,[-]*[0-9.]+
annotation
documentation
The end point of the dimension.

attribute dimension/@prefix
type restriction of xs:string
properties
isRef 0
use optional
facets
enumeration 
annotation
documentation
Text prefix for the dimension.

attribute dimension/@textOnTop
type xs:boolean
properties
isRef 0
use optional
annotation
documentation
If true the text if place on the top/left if possible.