Technical Elements Documentation
    Preparing search index...

    Interface DataSource

    Interface representing data sources and their context

    DA-C1

    interface DataSource {
        applicabilityAssessment?: string;
        context?: string;
        documentationReferences?: string[];
        notes?: string;
        source: string;
        sourceType?: "PLANT_SPECIFIC" | "GENERIC_INDUSTRY" | "EXPERT_JUDGMENT";
        timePeriod?: { endDate: string; startDate: string };
    }
    Index

    Properties

    applicabilityAssessment?: string

    Applicability assessment of this data source to the parameter

    context?: string

    The context or type of the data source (e.g., "Industry standard", "Plant specific")

    documentationReferences?: string[]

    Reference to supporting documentation, technical reports or standards

    notes?: string

    Any additional notes about the data source

    source: string

    The source of the data (e.g., "Plant maintenance records 2020-2023")

    sourceType?: "PLANT_SPECIFIC" | "GENERIC_INDUSTRY" | "EXPERT_JUDGMENT"

    Type of source (Generic industry, Plant-specific, Expert judgment)

    timePeriod?: { endDate: string; startDate: string }

    Time period covered by the data