-
Notifications
You must be signed in to change notification settings - Fork 29
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
[Pt.1] Remove EntityType #287
Comments
This is true. But if you choose CoManagedEntity you need to provide the information of the Entity within the submodel itself by adding corresponding statements. But it was not yet discussed what happens if the information for the entity is handled in a different submodel. Discussion 2023-11-23 in Workstream AAS:
to be considered: Two options in case of CoManagedEntity:
Decision:
|
* * (Editorial) MultiLanguageNameType inconsistent description, maxLength=128 (schemata were correct) ([#313](#313)) * (Editorial) HasKind/kind explanataroy text: use template, not type ([#313](#313)) * (Editorial) DataTypeDefXsd links now correctly to xmlschema11-2, not to xsd V1.1 ([#312](#312)) + minor editorial changes * New value "Role" in Enumeration AssetKind (#294) * add new value "AssetKind" enumeration "Role" #294 Change PathType to allow not only file: #299 * Identifier: change length from 2000 to 2024 characters #299 * allow hyphens in idShort of Referables #295 * make Entity/entityType optional #287 * editorial change, add missing link to issue #295 * Update Constraint AASd-014 (part 2 of #287) * EmbeddedDataSpecification/dataSpecification now mandatory #296 * Update Change Appendix w.r.t. EmbeddedDataSpecifcation/dataSpecification (now mandatory) #296 * #296 update Changes Section * Editorial changes #313 * semanticId of specificAssetId with name "globalAssetId" #298 * Correct AASd-002 see #295 for backward compatibility reasons idShort can end with an underscore. Additionally also 1 char idShorts are allowed. * path .Specification.pdf remove \ * fix typo
The Entity-SME currently requires to use the EntityType attribute which can bei either "CoManagedEntity" or "SelfManagedEntity", signifying whether the referred Asset has its own AAS.
Here's the issue:
Someone referring to an asset (for instance in a BOM) will not always know if the referred Asset has an AAS or not. There's no way to be sure that an Asset has no AAS. That means everyone modeling an Entity is forced to make a definitive statement which (in most cases) can not be made definitively.
The text was updated successfully, but these errors were encountered: