European Parliament MCP Server API - v1.3.9
    Preparing search index...

    Parsed vote result from VOT XML (aggregate format).

    interface VotVoteResult {
        abstentions: number;
        itemNumber: string;
        officialAbstentionCount: number;
        officialAgainstCount: number;
        officialForCount: number;
        reference: string;
        result: "ADOPTED" | "REJECTED";
        rowType: string;
        subject: string;
        tableTitle: string;
        votesAgainst: number;
        votesFor: number;
        voteType: string;
    }
    Index

    Properties

    abstentions: number

    Number of abstentions

    itemNumber: string

    Vote item number

    officialAbstentionCount: number

    Official ABSTENTION count from Abst attribute on Result.Group (0 if absent)

    officialAgainstCount: number

    Official AGAINST count from Against attribute on Result.Group (0 if absent)

    officialForCount: number

    Official FOR count from For attribute on Result.Group (0 if absent)

    reference: string

    Document reference

    result: "ADOPTED" | "REJECTED"

    Vote outcome

    rowType: string

    Row/Vote.Result Type attribute value (empty string if absent)

    subject: string

    Subject/title of the vote

    tableTitle: string

    Title of the parent Table element (empty string if absent)

    votesAgainst: number

    Number of votes against

    votesFor: number

    Number of votes in favor

    voteType: string

    Vote type (e.g., "single", "split", "separate", "amendment")