@ssh/audiosalad-xml - v1.0.1
    Preparing search index...

    Interface ParseOptions

    interface ParseOptions {
        onUnknownElement?: "error" | "ignore";
    }
    Index
    onUnknownElement?: "error" | "ignore"

    What to do with elements the v3.4 schema does not define. Default 'error'.