@designliquido/xpath
    Preparing search index...

    Interface SchemaRegistry

    interface SchemaRegistry {
        targetNamespace?: string;
        types: Record<string, string>;
        elements: Record<string, string>;
        attributes: Record<string, string>;
    }
    Index

    Properties

    targetNamespace?: string
    types: Record<string, string>
    elements: Record<string, string>
    attributes: Record<string, string>