@designliquido/xpath
    Preparing search index...

    Interface Schema

    Schema structure

    interface Schema {
        targetNamespace?: string;
        elementDeclarations: Map<string, ElementDeclaration>;
        attributeDeclarations: Map<string, AttributeDeclaration>;
        types: Map<string, SchemaType>;
        complexTypes: Map<string, ComplexType>;
    }
    Index

    Properties

    targetNamespace?: string
    elementDeclarations: Map<string, ElementDeclaration>
    attributeDeclarations: Map<string, AttributeDeclaration>
    types: Map<string, SchemaType>
    complexTypes: Map<string, ComplexType>