import genDsSample
import sys

sample = genDsSample.GenDsSample()
sample.set_username("test")
sample.set_first_name("first-name")

#sample.export(sys.stdout, 0)

sample.export(sys.stdout, 0, namespacedef_='xmlns:gen-ds-sample="urn:com:gends:test:gen-ds-sample"')

#sample.export(sys.stdout, 0, name_="gen-ds-sample", namespacedef_='xmlns:gen-ds-sample="urn:com:gends:test:gen-ds-sample"')
