CybOXProject / python-cybox

A Python library for parsing, manipulating, and generating CybOX content.

Home Page:http://cybox.readthedocs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove _XSI_NS class variables

chisholm opened this issue · comments

These adorn entity classes, and give namespace prefixes to use. But namespace prefixes are given in the big namespace tables (e.g. see [1]); there's no need for them on the entities.

  1. https://github.com/CybOXProject/python-cybox/blob/master/cybox/utils/nsparser.py