Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[New Model]: PartTypeInformation 1.0.0 #591

Closed
6 tasks done
johannsvarela opened this issue Feb 1, 2024 · 2 comments · Fixed by #603
Closed
6 tasks done

[New Model]: PartTypeInformation 1.0.0 #591

johannsvarela opened this issue Feb 1, 2024 · 2 comments · Fixed by #603
Labels
MS1_Approved Checklist "MS1 Request for Model Developement" is approved.

Comments

@johannsvarela
Copy link
Contributor

johannsvarela commented Feb 1, 2024

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:

^(?:[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}(?:[.][0-9]+)?Z|[0-9]{4}-[0-9]{2}-[0-9]{2}(?:T[0-9]{2}:[0-9]{2}:[0-9]{2}(?:[.][0-9]+)?(?:Z|[+-][0-9]{2}:[0-9]{2}))?)$

Relevant Standards

  • CX-0126 Industry Core: Part Type 2.0.0 (if merged before 29.02.24)

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

  • The proposed aspect model does not exist already
  • The proposed aspect model does not extend an existing aspect but introduces completely new functionality
  • The proposal references a Catena-X use case
  • Relevant standards are mentioned/linked
  • A first draft of the data structure is provided in an example
  • A modeling steward has been assigned
@johannsvarela
Copy link
Contributor Author

@johannsvarela
Copy link
Contributor Author

modeling_team

@agg3fe agg3fe added the MS1_Approved Checklist "MS1 Request for Model Developement" is approved. label Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
MS1_Approved Checklist "MS1 Request for Model Developement" is approved.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants