@mendix/extensions-api - v0.6.0
    Preparing search index...

    Interface XmlSchema

    interface XmlSchema {
        $CreationOptions?: XmlSchemaCreationOptions;
        $ID: string;
        $Type: "XmlSchemas$XmlSchema";
        documentation: string;
        entries: XmlSchemaEntry[];
        excluded: boolean;
        exportLevel: ExportLevel;
        filePath: string;
        name: string;
        addXmlSchemaEntry(): Promise<XmlSchemaEntry>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    $CreationOptions?: XmlSchemaCreationOptions

    Options to pass during the element creation

    $ID: string

    The unique id of the element.

    $Type: "XmlSchemas$XmlSchema"

    The type of the element.

    documentation: string
    entries: XmlSchemaEntry[]
    excluded: boolean
    exportLevel: ExportLevel
    filePath: string
    name: string

    Methods