export {DEFAULT_ATTRIBUTE_PROPERTY, ns} from './lib/utils';

export {XMLAttribute} from './lib/annotations/XMLAttribute';
export {XMLChild} from './lib/annotations/XMLChild';
export {XMLElement} from './lib/annotations/XMLElement';

export {XMLElement as xml} from './lib/models/XMLElement';
export {XMLAttribute as xmlAttribute} from './lib/models/XMLAttribute';
export {XMLChild as xmlChild} from './lib/models/XMLChild';

export {ISchemaOptions} from './lib/interfaces/ISchemaOptions';
export {IXMLAttributeOptions} from './lib/interfaces/IXMLAttributeOptions';
export {IXMLChildOptions} from './lib/interfaces/IXMLChildOptions';
export {IXMLElementOptions} from './lib/interfaces/IXMLElementOptions';