Technical Elements Documentation
    Preparing search index...

    Interface BaseDesignInformation

    Base interface for design information sources and their traceability

    This interface provides a structured way to reference design documents that inform technical element development, particularly important for:

    • Success criteria bases
    • Deterministic analyses
    • Technical basis for barrier treatment
    • Pre-operational PRA assumptions and their resolution
    interface BaseDesignInformation {
        date?: string;
        description?: string;
        requirementId?: string;
        revision?: string;
        sourceId: string;
        sourceType: string;
        standardSection?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    date?: string

    Date of the source document

    date

    description?: string

    Description of the design information

    requirementId?: string

    Requirement identifier for traceability

    revision?: string

    Document revision identifier

    sourceId: string

    Identifier for the design source document

    sourceType: string

    Type of source document (e.g., "drawing", "calculation", "specification")

    standardSection?: string

    Section number in relevant standard (e.g., NRC RG 1.247)