@designliquido/xpath
    Preparing search index...

    Interface ElementDeclaration

    Element declaration from schema

    interface ElementDeclaration {
        name: string;
        namespace?: string;
        type: SchemaType;
        minOccurs?: number;
        maxOccurs?: number;
        nillable?: boolean;
        substitutionGroup?: string;
    }
    Index

    Properties

    name: string
    namespace?: string
    minOccurs?: number
    maxOccurs?: number
    nillable?: boolean
    substitutionGroup?: string