Go to the documentation of this file.
20 NAMESPACE =
'https://hedmen.org/xorn/schematic/'
22 ENUM_BOOLEAN = [
'no',
'yes']
23 ENUM_CAPSTYLE = [
'none',
'square',
'round']
24 ENUM_DASHSTYLE = [
'solid',
'dotted',
'dashed',
'center',
'phantom']
25 ENUM_FILLTYPE = [
'hollow',
'fill',
'mesh',
'hatch',
'void']
26 ENUM_SHOW_NAME_VALUE = [
'name-value',
'value',
'name']
27 ENUM_ALIGNMENT = [
'lower-left',
'middle-left',
'upper-left',
28 'lower-middle',
'middle-middle',
'upper-middle',
29 'lower-right',
'middle-right',
'upper-right']
30 ENUM_NETTYPE = [
'normal',
'bus']
31 ENUM_COLOR = [
'background',
'pin',
'net-endpoint',
'graphic',
'net',
32 'attribute',
'logic-bubble',
'dots-grid',
'detached-attribute',
33 'text',
'bus',
'select',
'boundingbox',
'zoom-box',
'stroke',
34 'lock',
'output-background',
35 'freestyle1',
'freestyle2',
'freestyle3',
'freestyle4',
36 'junction',
'mesh-grid-major',
'mesh-grid-minor']