Xorn
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
Namespaces | Variables
xmlformat.py File Reference

Go to the source code of this file.

Namespaces

 xorn.geda.xmlformat
 Common definitions for XML file format.
 

Variables

string xorn.geda.xmlformat.NAMESPACE = 'https://hedmen.org/xorn/schematic/'
 
list xorn.geda.xmlformat.ENUM_BOOLEAN = ['no', 'yes']
 
list xorn.geda.xmlformat.ENUM_CAPSTYLE = ['none', 'square', 'round']
 
list xorn.geda.xmlformat.ENUM_DASHSTYLE = ['solid', 'dotted', 'dashed', 'center', 'phantom']
 
list xorn.geda.xmlformat.ENUM_FILLTYPE = ['hollow', 'fill', 'mesh', 'hatch', 'void']
 
list xorn.geda.xmlformat.ENUM_SHOW_NAME_VALUE = ['name-value', 'value', 'name']
 
list xorn.geda.xmlformat.ENUM_ALIGNMENT
 
list xorn.geda.xmlformat.ENUM_NETTYPE = ['normal', 'bus']
 
list xorn.geda.xmlformat.ENUM_COLOR