Skip to content

Component End of Life Routes

The component end of life routes relationship list identifies the purposed and intended destination and process of this component once it has completed its role as packaging. This is only used in components.

Data

Column
Status
Format Notes
componentEndOfLifeRouteIdentifier required String A globally unique identifier. See identifiers section for information on how to construct this identifier
componentEndOfLifeRoute required String What is the intended end of life route for this component? The entry should be the end of life route controlled list identifier.
orderOfPrecedence recommended Numeric The order that end of life routes should be used. The preferred route denoted as 1, and the last best option being the biggest number.
componentDisruptors required List What challenges this end of life route for this component has. The entry should be the component end of life route disruptors controlled list identifier.

Diagram

erDiagram

  COMPONENTS }o..o{ COMPONENT_END_OF_LIFE_ROUTES : within
  COMPONENT_END_OF_LIFE_ROUTES {
    componentEndOfLifeRouteIdentifier String
    componentEndOfLifeRoute String
    orderOfPrecedence String
    componentDistruptors List
  }
  COMPONENT_END_OF_LIFE_ROUTES }o--o{ CONTROLLED_LISTS : attributes
  CONTROLLED_LISTS {
    endOfLifeRoute required
    componentDistruptors required
  }

Template

Component end of life routes should be provided as a separate csv file. The specification of this csv file is as follows:

Component End of Life Routes