@designliquido/xpath
    Preparing search index...

    Interface AttributeDeclaration

    Attribute declaration from schema

    interface AttributeDeclaration {
        name: string;
        namespace?: string;
        type: SchemaType;
        required?: boolean;
        default?: string;
    }
    Index

    Properties

    name: string
    namespace?: string
    required?: boolean
    default?: string