export interface ISwaggerXML { name?: string; namespace?: string; prefix?: string; attribute?: boolean; wrapped?: boolean; }