element arc
diagram Index_p1.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:integeroptional  -1    
documentation
The layer the arc is on.
centerpointrequired      
documentation
The center point of the arc.
radiusderived by: xs:stringrequired      
documentation
The radius of the arc.
startAnglexs:floatrequired      
documentation
The start angle in degrees.
endAnglexs:floatrequired      
documentation
The end angle in degrees.
annotation
documentation
A graphical arc.

attribute arc/@layer
type xs:integer
properties
isRef 0
default -1
use optional
annotation
documentation
The layer the arc is on.

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

attribute arc/@radius
type restriction of xs:string
properties
isRef 0
use required
facets
pattern [0-9.]+,[0-9.]+
annotation
documentation
The radius of the arc.

attribute arc/@startAngle
type xs:float
properties
isRef 0
use required
annotation
documentation
The start angle in degrees.

attribute arc/@endAngle
type xs:float
properties
isRef 0
use required
annotation
documentation
The end angle in degrees.