Interface IValueXmlBase

interface IValueXmlBase {
    namespace?: string;
    xsd?: string;
}

Hierarchy (View Summary)

Properties

Properties

namespace?: string
xsd?: string