eclipse-tractusx / sldt-semantic-models

sldt-semantic-models
Creative Commons Attribution 4.0 International
29 stars 43 forks source link

[New Model]: PartTypeInformation 1.0.0 #591

Closed johannsvarela closed 7 months ago

johannsvarela commented 7 months ago

Model Description

.................................................................................................................................................................. This issue replaces the original request to adapt the PartAsPlanned -> #566 ..................................................................................................................................................................

Based on the continous development of the Industry Core, the existing PartAsPlanned aspect model will be renamed to PartTypeInformation. Therefore a new aspect model is needed, which contains the same functions as the previous PartAsPlanned 2.0.0.

Additionally these new topics will be done within the implementation of the new/renamed aspect model:

Relevant Standards

Example Data

{
  "catenaXId": "580d3adf-1981-44a0-a214-13d6ceed9379",
  "partTypeInformation": {
    "manufacturerPartId": "123-0.740-3434-A",
    "nameAtManufacturer": "Mirror left",
    "partClassification": [
      {
        "classificationStandard": "IEC",
        "classificationID": "61360- 2:2012 ",
        "classificationDescription": "Standard data element types with associated classification scheme for electric components."
      }
    ]
  },
  "partSitesInformationAsPlanned": [
    {
      "functionValidUntil": "0558-65-61T42:39:64+69:77",
      "catenaXsiteId": "BPNS1234567890ZZ",
      "function": "production",
      "functionValidFrom": "8343-44-37T24:99:37.51527Z"
    }
  ]
}

MS1 Criteria

johannsvarela commented 7 months ago

@jacewski-bosch @BenediktMuellerIML @jonbckr FYI

johannsvarela commented 7 months ago

modeling_team