interface XML {
    attribute?: string;
    namespace?: string;
    prefix?: string;
    type?: string;
    wrapped?: boolean;
}

Properties

attribute?: string
namespace?: string
prefix?: string
type?: string
wrapped?: boolean

Generated using TypeDoc