Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions data/kitsData.js
Original file line number Diff line number Diff line change
Expand Up @@ -1003,8 +1003,8 @@ export const kitsData = {
gradient: 'linear-gradient(135deg, #e4a4de 0%, #ac23a7 100%)'
},
maturity: {
currentLevel: 'Sandbox',
graduationStatus: 'draft'
currentLevel: 'Incubating',
graduationStatus: 'in progress'
},
Comment thread
manourym marked this conversation as resolved.
deprecated: false,
domain: 'Engineering',
Expand Down

Large diffs are not rendered by default.

30 changes: 30 additions & 0 deletions docs-kits/kits/requirements-kit/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,36 @@ import Kit3DLogo from '@site/src/components/2.0/Kit3DLogo';

<Kit3DLogo kitId="requirements" />

All notable changes to this KIT will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added

### Changed

### Deprecated

### Removed

### Fixed

### Security

---

## Version History

## [1.0.0] - 2026-06-10 - 26.06

### Changed

- Structuring based on [KIT template](https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/tree/main/docs-kits/kit-template)
- Moved to incubating

## [0.1.0] - 2025-09-29

### Added
Expand Down
379 changes: 379 additions & 0 deletions docs-kits/kits/requirements-kit/development-view/development-view.md

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"label": "Industry Extensions",
"position": 7,
"link": {
"type": "generated-index",
"description": "Industry-specific extensions and standards compliance documentation for this KIT."
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,120 @@
---
id: automotive-extension
title: Automotive Industry Extension
sidebar_position: 1
---

<!--
Copyright(c) 2026 Contributors to the Eclipse Foundation

See the NOTICE file(s) distributed with this work for additional
information regarding copyright ownership.

This work is made available under the terms of the
Creative Commons Attribution 4.0 International (CC-BY-4.0) license,
which is available at
https://creativecommons.org/licenses/by/4.0/legalcode.

SPDX-License-Identifier: CC-BY-4.0
-->

<!--
KIT LOGO START - Generated automatically from the configuration done in Kit Master Data
Replace <kit-id> with the id from your kit referenced in `data/kitsData.js`.
Do not remove!
This logo is only visible when compiled with Docusarus (final version of the hosted KIT)
-->

import Kit3DLogo from '@site/src/components/2.0/Kit3DLogo';

<Kit3DLogo kitId="requirements" />

<!--
KIT LOGO END
-->

## Automotive Industry Extension

This extension adapts the **Requirements KIT** for the automotive industry with Catena-X standards compliance.

:::info Extension Purpose
Adds: Catena-X standards, automotive semantic models, business processes, and policies.
:::

---

## Catena-X Standards

| Standard | Version | Description | Compliance |
| ---------- | --------- | ------------- | ------------ |
| CX-0001 | 2.0.0 | EDC Discovery API | Mandatory |
| CX-0002 | 2.0.0 | Digital Twins | Mandatory |
| CX-0018 | 3.0.0 | Dataspace Connectivity | Mandatory |
| CX-0126 | 3.0.0 | Industry Core: PartType 2.1.0 | Mandatory |
| CX-0151 | 3.0.0 | Industry Core: Basics v1.0.0 | Mandatory |
| CX-0152 | 3.0.0 | Policy Constraints for Data Exchange v1.0.0 | Mandatory |

[Link to Catena-X Standard Library](https://catenax-ev.github.io/docs/standards/overview)

---

## Semantic Models

### Serial Part (CX-0002)

**Version**: 3.0.0

**Aspect Model**: `urn:samm:io.catenax.serial_part:3.0.0#SerialPart`

**Key Attributes**: `catenaXId`, `localIdentifiers`, `manufacturingInformation`, `partTypeInformation`

**Example**:

```json
{
"catenaXId": "urn:uuid:ed2ace5b-b25d-4e64-9b54-c2fb13c35a5c",
"localIdentifiers": [
{
"key": "manufacturerPartId",
"value": "95657362-83"
}
],
"manufacturingInformation": {
"date": "2023-02-04T14:48:54",
"country": "DEU"
},
"partTypeInformation": {
"manufacturerPartId": "95657362-83",
"nameAtManufacturer": "High Voltage Battery"
}
}
```

[Semantic Hub](https://github.com/eclipse-tractusx/sldt-semantic-models)

---

## Getting Started

1. Review [Core KIT Adoption View](../../adoption-view/adoption-view.md)
2. Study [Catena-X Standards](https://catenax-ev.github.io/docs/standards/overview)
3. Implement semantic models from [Semantic Hub](https://github.com/eclipse-tractusx/sldt-semantic-models)

---

## Resources

- [Catena-X Standard Library](https://catenax-ev.github.io/docs/standards/overview)
- [Tractus-X Open Source](https://eclipse-tractusx.github.io/)

## NOTICE

This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode).

- SPDX-License-Identifier: CC-BY-4.0
- SPDX-FileCopyrightText: 2026 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer IPK)
- SPDX-FileCopyrightText: 2025 Dräxlmaier GmbH & Co. KG
- SPDX-FileCopyrightText: 2025 Schaeffler AG
- SPDX-FileCopyrightText: 2025 Mercedes Benz Group AG
- SPDX-FileCopyrightText: 2025 ZF Friedrichshafen AG
- Source URL: [https://github.com/eclipse-tractusx/eclipse-tractusx.github.io](https://github.com/eclipse-tractusx/eclipse-tractusx.github.io)
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"label": "Automotive Extension",
"position": 7,
"link": {
"type": "generated-index",
"description": "Automotive industry extension for the Requirements KIT."
}
}
12 changes: 12 additions & 0 deletions docs-kits/kits/requirements-kit/resources/img/REUSE.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version = 1

[[annotations]]
path = ["*.svg", "*.jpg", "*.png"]
precedence = "closest"
SPDX-FileCopyrightText = "2025 Dräxlmaier GmbH & Co. KG"
SPDX-FileCopyrightText = "2025 Schaeffler AG"
SPDX-FileCopyrightText = "2025 Mercedes Benz Group "
SPDX-FileCopyrightText = "2025 ZF Friedrichshafen AG"
SPDX-FileCopyrightText = "2026 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer IPK)"
SPDX-FileCopyrightText = "2026 Contributors of the Eclipse Foundation"
SPDX-License-Identifier = "CC-BY-4.0"
Loading
Loading