diff --git a/docs/source/aas-examples/Example_AAS.aasx b/docs/source/aas-examples/Example_AAS.aasx deleted file mode 100644 index a6c2a510c..000000000 Binary files a/docs/source/aas-examples/Example_AAS.aasx and /dev/null differ diff --git a/docs/source/basics/usage.md b/docs/source/basics/usage.md index e1566b9c0..3755f937c 100644 --- a/docs/source/basics/usage.md +++ b/docs/source/basics/usage.md @@ -16,7 +16,7 @@ To manually pass a model file `my-model.aasx` and a configuration file `my-confi > java -jar starter-{version}.jar --model my-model.aasx --config my-config.json ``` -An example model file can be found in the [FA³ST Github-Repository](https://github.com/FraunhoferIOSB/FAAAST-Service/blob/main/docs/source/aas-examples/example-aas.aasx). +An example model file can be found in the [FA³ST Github-Repository](https://github.com/FraunhoferIOSB/FAAAST-Service/blob/main/misc/examples/model.aasx). Regarding AAS examples from other sources it is important to note that the AAS specification is not backwards compatible. Therefore, it is necessary to make sure that the model file conforms to the latest AAS specification (V3). Passing an outdated model file will lead to an error. If a model file conforms to V3 of the Asset Administration Shell specification but has duplicate identifiers, FA³ST will not load the file. Starting FA³ST with the `--no-validation` flag loads the file in any case but will lead to problems during runtime if there are duplicate identifiers present. diff --git a/misc/examples/model.aasx b/misc/examples/model.aasx index aa0ff505c..4a3a5d0b3 100644 Binary files a/misc/examples/model.aasx and b/misc/examples/model.aasx differ diff --git a/misc/examples/model.json b/misc/examples/model.json index af6b7f908..34159b6d8 100644 --- a/misc/examples/model.json +++ b/misc/examples/model.json @@ -1,147 +1,16501 @@ - { - "assetAdministrationShells": [ - { - "idShort": "ExampleAAS", - "description": [ - { - "language": "en", - "text": "An Example Asset Administration Shell" - }, - { - "language": "de", - "text": "Ein Beispiel-Verwaltungsschale" - } - ], - "administration": - { - "version": "1", - "revision": "0" - }, - "id": "https://example.com/ids/sm/3122_5150_2042_4130", - "assetInformation": - { - "assetKind": "Instance", - "globalAssetId": "https://example.org/asset/1" - }, - "submodels": [ - { - "type": "ExternalReference", - "keys": [ - { - "type": "Submodel", - "value": "https://example.org/submodel/1" - } - ] - }, - { - "type": "ExternalReference", - "keys": [ - { - "type": "Submodel", - "value": "https://example.org/submodel/2" - } - ] - } - ], - "modelType": "AssetAdministrationShell" - } - ], - "submodels": [ - { - "idShort": "ExampleSubmodel1", - "id": "https://example.org/submodel/1", - "semanticId": - { - "type": "ExternalReference", - "keys": [ - { - "type": "GlobalReference", - "value": "0173-1#01-AFZ615#016" - } - ] - }, - "submodelElements": [ - { - "category": "PARAMETER", - "idShort": "IntegerValue", - "valueType": "xs:integer", - "value": "5000", - "modelType": "Property" - } - ], - "modelType": "Submodel" - }, - { - "idShort": "ExampleSubmodel2", - "id": "https://example.org/submodel/2", - "submodelElements": [ - { - "idShort": "ExampleCollection", - "value": [ - { - "idShort": "CollectionEntry1", - "valueType": "xs:string", - "value": "entry1-value", - "modelType": "Property" - }, - { - "idShort": "CollectionEntry2", - "valueType": "xs:double", - "value": "1.2", - "modelType": "Property" - } - ], - "modelType": "SubmodelElementCollection" - } - ], - "modelType": "Submodel" - } - ], - "conceptDescriptions": [ - { - "idShort": "ExampleConceptDescription", - "id": "https://example.org/concept-description/1", - "embeddedDataSpecifications": [ - { - "dataSpecification": - { - "type": "ExternalReference", - "keys": [ - { - "type": "GlobalReference", - "value": "http://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" - } - ] - }, - "dataSpecificationContent": - { - "preferredName": [ - { - "language": "en", - "text": "preferredName-value-en" - }, - { - "language": "de", - "text": "preferredName-value-de" - } - ], - "shortName": [ - { - "language": "en", - "text": "shortName-value-en" - }, - { - "language": "de", - "text": "shortName-value-de" - } - ], - "dataType": "STRING_TRANSLATABLE", - "modelType": "DataSpecificationIec61360" - } - } - ], - "modelType": "ConceptDescription" - } - ] -} + "assetAdministrationShells": [ + { + "idShort": "Werkzeugmaschine", + "displayName": [ + { + "language": "de", + "text": "Werkzeugmaschine" + }, + { + "language": "en", + "text": "Machine Tool" + } + ], + "description": [ + { + "language": "de", + "text": "Werkzeugmaschine" + } + ], + "id": "https://example.com/ids/AssetAdministrationShell/8713_3322_8055_2940", + "assetInformation": { + "assetKind": "Type", + "globalAssetId": "https://example.com/ids/P/5645_2901_9088_1684", + "specificAssetIds": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "xyz" + } + ] + }, + "name": "Werkzeugmaschine", + "value": "a468f9c8-19f4-41e7-ae72-73af9001d1ee" + } + ] + }, + "submodels": [ + { + "type": "ModelReference", + "keys": [ + { + "type": "Submodel", + "value": "0cb33d20-8378-44e7-8402-84823c4b51dd" + } + ] + }, + { + "type": "ModelReference", + "keys": [ + { + "type": "Submodel", + "value": "4e406af2-12fa-4b14-ae27-69cfc347bd5f" + } + ] + }, + { + "type": "ModelReference", + "keys": [ + { + "type": "Submodel", + "value": "64a97bd4-2508-4cc7-ae68-7d3baf6343cd" + } + ] + }, + { + "type": "ModelReference", + "keys": [ + { + "type": "Submodel", + "value": "https://example.com/ids/Submodel/4698_3743_5760_5932" + } + ] + }, + { + "type": "ModelReference", + "keys": [ + { + "type": "Submodel", + "value": "https://example.com/ids/Submodel/5782_7728_3385_9096" + } + ] + } + ], + "modelType": "AssetAdministrationShell" + } + ], + "submodels": [ + { + "idShort": "Nameplate", + "description": [ + { + "language": "en", + "text": "Contains the nameplate information attached to the product" + } + ], + "id": "0cb33d20-8378-44e7-8402-84823c4b51dd", + "kind": "Instance", + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/zvei/nameplate/2/0/Nameplate" + } + ] + }, + "submodelElements": [ + { + "idShort": "URIOfTheProduct", + "description": [ + { + "language": "en", + "text": "Note: see also [IRDI] 0112/2///61987#ABN590#001 URI of product instance " + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-AAY811#001" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "ZeroToOne" + } + ], + "valueType": "xs:string", + "value": "https://www.domain-abc.com/Model-Nr-1234/Serial-Nr-5678", + "modelType": "Property" + }, + { + "idShort": "ManufacturerName", + "description": [ + { + "language": "en", + "text": "Note: see also [IRDI] 0112/2///61987#ABA565#007 manufacturer Note: mandatory property according to EU Machine Directive 2006/42/EC. " + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-AAO677#002" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "One" + } + ], + "value": [ + { + "language": "de", + "text": "Werkzeugmaschinenhersteller" + } + ], + "modelType": "MultiLanguageProperty" + }, + { + "idShort": "ManufacturerProductDesignation", + "description": [ + { + "language": "en", + "text": "Note: see also [IRDI] 0112/2///61987#ABA567#007 name of product Note: Short designation of the product is meant. Note: mandatory property according to EU Machine Directive 2006/42/EC. " + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-AAW338#001" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "One" + } + ], + "value": [ + { + "language": "en", + "text": "Anwendungszweck der Werkzeugmaschine" + } + ], + "modelType": "MultiLanguageProperty" + }, + { + "idShort": "ContactInformation", + "description": [ + { + "language": "en", + "text": "The SMC \u201CContactInformation\u201D contains information on how to contact the manufacturer or an authorised service provider, e.g. when a maintenance service is required. Note: physical address is a mandatory property according to EU Machine Directive 2006/42/EC" + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/zvei/nameplate/1/0/ContactInformations/ContactInformation" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "One" + } + ], + "value": [ + { + "idShort": "RoleOfContactPerson", + "description": [ + { + "language": "en", + "text": "enumeration: 0173-1#07-AAS927#001 (administrativ contact), 0173-1#07-AAS928#001 (commercial contact), 0173-1#07-AAS929#001 (other contact), 0173-1#07-AAS930#001 (hazardous goods contact), 0173-1#07-AAS931#001 (technical contact). Note: the above mentioned ECLASS enumeration should be declared as \u201Copen\u201D for further addition. ECLASS enumeration IRDI is preferable. If no IRDI available, custom input as String may also be accepted." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-AAO204#003" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "ZeroToOne" + } + ], + "valueType": "xs:string", + "value": "CEO", + "modelType": "Property" + }, + { + "idShort": "NationalCode", + "description": [ + { + "language": "en", + "text": "Note: see also [IRDI] 0112/2///61360_4#ADA005#001 country code. country codes defined accord. to DIN EN ISO 3166-1 alpha-2 codes. Mandatory property according to EU Machine Directive 2006/42/EC. Recommendation: property declaration as MLP is required by its semantic definition. As the property value is language independent, users are recommended to provide maximal 1 string in any language of the user\u2019s choice." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-AAO134#002" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "One" + } + ], + "value": [ + { + "language": "en", + "text": "DE" + } + ], + "modelType": "MultiLanguageProperty" + }, + { + "idShort": "Language", + "description": [ + { + "language": "en", + "text": "Note: language codes defined accord. to ISO 639-1. Note: as per ECLASS definition, Expression and representation of thoughts, information, feelings, ideas through characters." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/zvei/nameplate/1/0/ContactInformations/ContactInformation/Language" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "ZeroToMany" + } + ], + "valueType": "xs:string", + "value": "de", + "modelType": "Property" + }, + { + "idShort": "TimeZone", + "description": [ + { + "language": "en", + "text": "Note: notation accord. to ISO 8601 Note: for time in UTC the zone designator \u201CZ\u201D is to be used" + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/zvei/nameplate/1/0/ContactInformations/ContactInformation/TimeZone" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "ZeroToOne" + } + ], + "valueType": "xs:string", + "value": "MET", + "modelType": "Property" + }, + { + "idShort": "CityTown", + "description": [ + { + "language": "en", + "text": "Note: see also [IRDI] 0112/2///61987#ABA129#001 city/town. Mandatory property according to EU Machine Directive 2006/42/EC." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-AAO132#002" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "One" + } + ], + "value": [ + { + "language": "de", + "text": "M\u00FCnchen" + }, + { + "language": "en", + "text": "Munich" + } + ], + "modelType": "MultiLanguageProperty" + }, + { + "idShort": "Company", + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-AAW001#001" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "ZeroToOne" + } + ], + "value": [ + { + "language": "en", + "text": "Werkzeugmaschinenhersteller_en" + }, + { + "language": "de", + "text": "Werkzeugmaschinenhersteller_de" + } + ], + "modelType": "MultiLanguageProperty" + }, + { + "idShort": "Department", + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-AAO127#003" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "ZeroToOne" + } + ], + "value": [ + { + "language": "de", + "text": "Vertrieb" + } + ], + "modelType": "MultiLanguageProperty" + }, + { + "idShort": "Phone", + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/zvei/nameplate/1/0/ContactInformations/ContactInformation/Phone" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "ZeroToOne" + } + ], + "value": [ + { + "idShort": "TelephoneNumber", + "description": [ + { + "language": "en", + "text": "Recommendation: property declaration as MLP is required by its semantic definition. As the property value is language independent, users are recommended to provide maximal 1 string in any language of the user\u2019s choice." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-AAO136#002" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "One" + } + ], + "value": [ + { + "language": "en", + "text": "\u002B49 676 6121966" + } + ], + "modelType": "MultiLanguageProperty" + }, + { + "idShort": "TypeOfTelephone", + "description": [ + { + "language": "en", + "text": " enumeration: 0173-1#07-AAS754#001 (office), 0173-1#07-AAS755#001 (office mobile), 0173-1#07-AAS756#001 (secretary), 0173-1#07-AAS757#001 (substitute), 0173-1#07-AAS758#001 (home), 0173-1#07-AAS759#001 (private mobile)" + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-AAO137#003" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "ZeroToOne" + } + ], + "valueType": "xs:string", + "value": "0173-1#07-AAS754#001", + "modelType": "Property" + }, + { + "idShort": "AvailableTime", + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/zvei/nameplate/1/0/ContactInformations/ContactInformation/AvailableTime/" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "ZeroToOne" + } + ], + "value": [ + { + "language": "de", + "text": "Montag \u2013 Freitag 08:00 bis 16:00" + } + ], + "modelType": "MultiLanguageProperty" + } + ], + "modelType": "SubmodelElementCollection" + }, + { + "idShort": "Fax", + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-AAQ834#005" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "ZeroToOne" + } + ], + "value": [ + { + "idShort": "FaxNumber", + "description": [ + { + "language": "en", + "text": "Recommendation: property declaration as MLP is required by its semantic definition. As the property value is language independent, users are recommended to provide maximal 1 string in any language of the user\u2019s choice." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-AAO195#002" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "One" + } + ], + "value": [ + { + "language": "en", + "text": "\u002B49 1 123456" + } + ], + "modelType": "MultiLanguageProperty" + }, + { + "idShort": "TypeOfFaxNumber", + "description": [ + { + "language": "en", + "text": "enumeration: 0173-1#07-AAS754#001 (office), 0173-1#07-AAS756#001 (secretary), 0173-1#07-AAS758#001 (home)" + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-AAO196#003" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "ZeroToOne" + } + ], + "valueType": "xs:string", + "value": " 0173-1#07-AAS754#001", + "modelType": "Property" + } + ], + "modelType": "SubmodelElementCollection" + }, + { + "idShort": "Email", + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-AAQ836#005" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "ZeroToOne" + } + ], + "value": [ + { + "idShort": "EmailAddress", + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-AAO198#002" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "One" + } + ], + "valueType": "xs:string", + "value": "max.mustermann@werkzeughersteller.de", + "modelType": "Property" + }, + { + "idShort": "PublicKey", + "description": [ + { + "language": "en", + "text": "Recommendation: property declaration as MLP is required by its semantic definition. As the property value is language independent, users are recommended to provide maximal 1 string in any language of the user\u2019s choice." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-AAO200#002" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "ZeroToOne" + } + ], + "modelType": "MultiLanguageProperty" + }, + { + "idShort": "TypeOfEmailAddress", + "description": [ + { + "language": "en", + "text": "enumeration: 0173-1#07-AAS754#001 (office), 0173-1#07-AAS756#001 (secretary), 0173-1#07-AAS757#001 (substitute), 0173-1#07-AAS758#001 (home)" + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-AAO199#003" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "ZeroToOne" + } + ], + "valueType": "xs:string", + "value": "max.mustermann@werkzeughersteller.de", + "modelType": "Property" + }, + { + "idShort": "TypeOfPublicKey", + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-AAO201#002" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "ZeroToOne" + } + ], + "modelType": "MultiLanguageProperty" + } + ], + "modelType": "SubmodelElementCollection" + }, + { + "idShort": "IPCommunication_00", + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/zvei/nameplate/1/0/ContactInformations/" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "ZeroToMany" + } + ], + "value": [ + { + "idShort": "AddressOfAdditionalLink", + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-AAQ326#002" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "One" + } + ], + "valueType": "xs:string", + "value": "Musterstra\u00DFe 1", + "modelType": "Property" + }, + { + "idShort": "TypeOfCommunication", + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/zvei/nameplate/1/0/ ContactInformations/ContactInformation/IPCommunication/TypeOfCommunication" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "ZeroToOne" + } + ], + "valueType": "xs:string", + "value": "Chat", + "modelType": "Property" + }, + { + "idShort": "AvailableTime", + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/zvei/nameplate/1/0/ContactInformations/ContactInformation/AvailableTime/" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "ZeroToOne" + } + ], + "value": [ + { + "language": "de", + "text": "Montag \u2013 Freitag 08:00 bis 16:00" + } + ], + "modelType": "MultiLanguageProperty" + } + ], + "modelType": "SubmodelElementCollection" + }, + { + "idShort": "Street", + "description": [ + { + "language": "en", + "text": "Note: see also [IRDI] 0112/2///61987#ABA286#001 street. Mandatory property according to EU Machine Directive 2006/42/EC" + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-AAO128#002" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "One" + } + ], + "value": [ + { + "language": "de", + "text": "Musterstra\u00DFe 1" + }, + { + "language": "en", + "text": "Musterstra\u00DFe 1" + } + ], + "modelType": "MultiLanguageProperty" + }, + { + "idShort": "Zipcode", + "description": [ + { + "language": "en", + "text": "Note: see also [IRDI] 0112/2///61987#ABA281#001 ZIP/Postal code. Mandatory property according to EU Machine Directive 2006/42/EC. Recommendation: property declaration as MLP is required by its semantic definition. As the property value is language independent, users are recommended to provide maximal 1 string in any language of the user\u2019s choice." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-AAO129#002" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "One" + } + ], + "value": [ + { + "language": "de", + "text": "81829" + }, + { + "language": "en", + "text": "81829" + } + ], + "modelType": "MultiLanguageProperty" + }, + { + "idShort": "StateCounty", + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-AAO133#002" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "ZeroToOne" + } + ], + "value": [ + { + "language": "de", + "text": "Deutschland" + }, + { + "language": "en", + "text": "Germany" + } + ], + "modelType": "MultiLanguageProperty" + }, + { + "idShort": "NameOfContact", + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-AAO205#002" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "ZeroToOne" + } + ], + "value": [ + { + "language": "en", + "text": "Mustermann" + } + ], + "modelType": "MultiLanguageProperty" + }, + { + "idShort": "FirstName", + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-AAO206#002" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "ZeroToOne" + } + ], + "value": [ + { + "language": "en", + "text": "Max" + } + ], + "modelType": "MultiLanguageProperty" + }, + { + "idShort": "MiddleNames", + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-AAO207#002" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "ZeroToOne" + } + ], + "modelType": "MultiLanguageProperty" + }, + { + "idShort": "Title", + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-AAO208#003" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "ZeroToOne" + } + ], + "modelType": "MultiLanguageProperty" + }, + { + "idShort": "AcademicTitle", + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-AAO209#003" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "ZeroToOne" + } + ], + "value": [ + { + "language": "en", + "text": "PhD" + } + ], + "modelType": "MultiLanguageProperty" + }, + { + "idShort": "FurtherDetailsOfContact", + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-AAO210#002" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "ZeroToOne" + } + ], + "modelType": "MultiLanguageProperty" + }, + { + "idShort": "AddressOfAdditionalLink", + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-AAQ326#002" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "ZeroToOne" + } + ], + "valueType": "xs:string", + "value": "www.example-adress.com", + "modelType": "Property" + } + ], + "modelType": "SubmodelElementCollection" + }, + { + "idShort": "ManufacturerProductRoot", + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-AAU732#001" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "ZeroToOne" + } + ], + "value": [ + { + "language": "en", + "text": "machine tools" + } + ], + "modelType": "MultiLanguageProperty" + }, + { + "idShort": "ManufacturerProductFamily", + "description": [ + { + "language": "en", + "text": "Note: conditionally mandatory property according to EU Machine Directive 2006/42/EC. One of the two properties must be provided: ManufacturerProductFamily (0173-1#02-AAU731#001) or ManufacturerProductType (0173-1#02-AAO057#002). " + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-AAU731#001" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "ZeroToOne" + } + ], + "value": [ + { + "language": "en", + "text": "machine tools" + } + ], + "modelType": "MultiLanguageProperty" + }, + { + "idShort": "ProductArticleNumberOfManufacturer", + "description": [ + { + "language": "en", + "text": "Note: see also [IRDI] 0112/2///61987#ABA581#006 article number Note: Recommendation: property declaration as MLP is required by its semantic definition. As the property value is language independent, users are recommended to provide maximal 1 string in any language of the user\u2019s choice." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-AAO676#003" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "ZeroToOne" + } + ], + "value": [ + { + "language": "en", + "text": "AB11-ABC22-123456" + } + ], + "modelType": "MultiLanguageProperty" + }, + { + "idShort": "SerialNumber", + "description": [ + { + "language": "en", + "text": "Note: see also [IRDI] 0112/2///61987#ABA951#007 serial number " + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-AAM556#002" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "ZeroToOne" + } + ], + "valueType": "xs:string", + "value": "1234-2345-6543-3421", + "modelType": "Property" + }, + { + "idShort": "YearOfConstruction", + "description": [ + { + "language": "en", + "text": "Note: mandatory property according to EU Machine Directive 2006/42/EC. " + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-AAP906#001" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "One" + } + ], + "valueType": "xs:string", + "value": "2024", + "modelType": "Property" + }, + { + "idShort": "DateOfManufacture", + "description": [ + { + "language": "en", + "text": "Note: see also [IRDI] 0112/2///61987#ABB757#007 date of manufacture Note: format by lexical representation: CCYY-MM-DD " + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-AAR972#002" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "ZeroToOne" + } + ], + "valueType": "xs:date", + "value": "2024-08-01", + "modelType": "Property" + }, + { + "idShort": "HardwareVersion", + "description": [ + { + "language": "en", + "text": "Note: see also [IRDI] 0112/2///61987#ABA926#006 hardware version Note: Recommendation: property declaration as MLP is required by its semantic definition. As the property value is language independent, users are recommended to provide maximal 1 string in any language of the user\u2019s choice." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-AAN270#002" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "ZeroToOne" + } + ], + "value": [ + { + "language": "de", + "text": "1.0" + } + ], + "modelType": "MultiLanguageProperty" + }, + { + "idShort": "FirmwareVersion", + "description": [ + { + "language": "en", + "text": "Note: see also [IRDI] 0112/2///61987#ABA302#004 firmware version Note: Recommendation: property declaration as MLP is required by its semantic definition. As the property value is language independent, users are recommended to provide maximal 1 string in any language of the user\u2019s choice." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-AAM985#002" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "ZeroToOne" + } + ], + "value": [ + { + "language": "de", + "text": "1.0" + }, + { + "language": "en", + "text": "1.0" + } + ], + "modelType": "MultiLanguageProperty" + }, + { + "idShort": "SoftwareVersion", + "description": [ + { + "language": "en", + "text": "Note: see also [IRDI] 0112/2///61987#ABA601#006 software version Note: Recommendation: property declaration as MLP is required by its semantic definition. As the property value is language independent, users are recommended to provide maximal 1 string in any language of the user\u2019s choice." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-AAM737#002" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "ZeroToOne" + } + ], + "value": [ + { + "language": "de", + "text": "1.0" + } + ], + "modelType": "MultiLanguageProperty" + }, + { + "idShort": "CountryOfOrigin", + "description": [ + { + "language": "en", + "text": "Note: see also [IRDI] 0112/2///61360_4#ADA034#001 country of origin Note: Country codes defined accord. to DIN EN ISO 3166-1 alpha-2 codes " + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-AAO259#004" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "ZeroToOne" + } + ], + "valueType": "xs:string", + "value": "DE", + "modelType": "Property" + }, + { + "idShort": "CompanyLogo", + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/zvei/nameplate/2/0/Nameplate/CompanyLogo " + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "ZeroToOne" + } + ], + "value": "/aasx/suppl/example.png", + "contentType": "image/png", + "modelType": "File" + }, + { + "idShort": "Markings", + "description": [ + { + "language": "en", + "text": "Note: CE marking is declared as mandatory according to EU Machine Directive 2006/42/EC." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#01-AGZ673#001" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "ZeroToOne" + } + ], + "value": [ + { + "idShort": "Marking00", + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#01-AHD206#001" + } + ] + }, + "value": [ + { + "idShort": "MarkingFile", + "value": "/aasx/suppl/ccc-logo.svg", + "contentType": "image/svg\u002Bxml", + "modelType": "File" + }, + { + "idShort": "MarkingName", + "semanticId": { + "type": "ModelReference", + "keys": [ + { + "type": "ConceptDescription", + "value": "https://admin-shell.io/zvei/nameplate/2/0/Nameplate/Markings/Marking/MarkingName" + } + ] + }, + "valueType": "xs:string", + "value": "0173-1#07-AAB047#003", + "modelType": "Property" + }, + { + "idShort": "MarkingAdditionalText00", + "semanticId": { + "type": "ModelReference", + "keys": [ + { + "type": "ConceptDescription", + "value": "https://admin-shell.io/zvei/nameplate/2/0/Nameplate/Markings/Marking/MarkingName" + } + ] + }, + "valueType": "xs:string", + "value": "Additional Text", + "modelType": "Property" + } + ], + "modelType": "SubmodelElementCollection" + }, + { + "idShort": "Marking01", + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#01-AHD206#001" + } + ] + }, + "value": [ + { + "idShort": "MarkingFile", + "value": "/aasx/suppl/ce-logo.svg", + "contentType": "image/svg\u002Bxml", + "modelType": "File" + }, + { + "idShort": "MarkingName", + "semanticId": { + "type": "ModelReference", + "keys": [ + { + "type": "ConceptDescription", + "value": "https://admin-shell.io/zvei/nameplate/2/0/Nameplate/Markings/Marking/MarkingName" + } + ] + }, + "valueType": "xs:string", + "value": "0173-1#07-DAA603#004", + "modelType": "Property" + }, + { + "idShort": "MarkingAdditionalText00", + "semanticId": { + "type": "ModelReference", + "keys": [ + { + "type": "ConceptDescription", + "value": "https://admin-shell.io/zvei/nameplate/2/0/Nameplate/Markings/Marking/MarkingName" + } + ] + }, + "valueType": "xs:string", + "value": "Additional Text", + "modelType": "Property" + } + ], + "modelType": "SubmodelElementCollection" + } + ], + "modelType": "SubmodelElementCollection" + } + ], + "modelType": "Submodel" + }, + { + "idShort": "TechnicalData", + "description": [ + { + "language": "en", + "text": "Submodel containing techical data of the asset and associated product classificatons." + }, + { + "language": "de", + "text": "Teilmodell, das die technischen Daten der Anlage und die zugeh\u00F6rigen Produktklassifizierungen enth\u00E4lt." + } + ], + "administration": { + "version": "1", + "revision": "2" + }, + "id": "4e406af2-12fa-4b14-ae27-69cfc347bd5f", + "kind": "Instance", + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/ZVEI/TechnicalData/Submodel/1/2" + } + ] + }, + "submodelElements": [ + { + "idShort": "GeneralInformation", + "description": [ + { + "language": "en", + "text": "General information, for example ordering and manufacturer information." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/ZVEI/TechnicalData/GeneralInformation/1/1" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "One" + } + ], + "value": [ + { + "category": "PARAMETER", + "idShort": "ManufacturerName", + "description": [ + { + "language": "en", + "text": "Legally valid designation of the natural or judicial body which is directly responsible for the design, production, packaging and labeling of a product in respect to its being brought into the market." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-AAO677#002" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "One" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/ExampleValue/1/0" + } + ] + }, + "type": "ExampleValue", + "valueType": "xs:string", + "value": "Example Company" + } + ], + "valueType": "xs:string", + "value": "Werkzeugmaschinenhersteller", + "modelType": "Property" + }, + { + "idShort": "ManufacturerLogo", + "description": [ + { + "language": "en", + "text": "Imagefile for logo of manufacturer provided in common format (.png, .jpg)." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/ZVEI/TechnicalData/ManufacturerLogo/1/1" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "ZeroToOne" + } + ], + "value": "/aasx/suppl/example.png", + "contentType": "image/png", + "modelType": "File" + }, + { + "category": "PARAMETER", + "idShort": "ManufacturerProductDesignation", + "description": [ + { + "language": "en", + "text": "Product designation as given by the mnaufacturer. Short description of the product, product group or function (short text) in common language." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-AAW338#001 " + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "One" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/ExampleValue/1/0" + } + ] + }, + "type": "ExampleValue", + "valueType": "xs:string", + "value": "Electrical energy accelerator@en" + } + ], + "value": [ + { + "language": "en", + "text": "Machine Tool" + } + ], + "modelType": "MultiLanguageProperty" + }, + { + "category": "PARAMETER", + "idShort": "ManufacturerArticleNumber", + "description": [ + { + "language": "en", + "text": "unique product identifier of the manufacturer " + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-AAO676#003" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "One" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/ExampleValue/1/0" + } + ] + }, + "type": "ExampleValue", + "valueType": "xs:string", + "value": "A123-456" + } + ], + "valueType": "xs:string", + "value": "ABC-S2T-2023-003", + "modelType": "Property" + }, + { + "category": "PARAMETER", + "idShort": "ManufacturerOrderCode", + "description": [ + { + "language": "en", + "text": "By manufactures issued unique combination of numbers and letters used to identify the device for ordering" + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-AAO227#002" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "One" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/ExampleValue/1/0" + } + ] + }, + "type": "ExampleValue", + "valueType": "xs:string", + "value": "EEA-EX-200-S/47-Q3" + } + ], + "valueType": "xs:string", + "value": "A-12345", + "modelType": "Property" + }, + { + "idShort": "ProductImage", + "description": [ + { + "language": "en", + "text": "Image file for associated product provided in common format (.png, .jpg)." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/ZVEI/TechnicalData/ProductImage/1/1" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "ZeroToMany" + } + ], + "value": "/aasx/suppl/example.jpeg", + "contentType": "image/jpeg", + "modelType": "File" + } + ], + "modelType": "SubmodelElementCollection" + }, + { + "idShort": "ProductClassifications", + "description": [ + { + "language": "en", + "text": "Product classifications by association of product classes with common classification systems." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/ZVEI/TechnicalData/ProductClassifications/1/1" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "ZeroToOne" + } + ], + "value": [ + { + "idShort": "ProductClassificationItem", + "description": [ + { + "language": "en", + "text": "Single product classification item by association with product class in a particular classification system or property dictionary." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/ZVEI/TechnicalData/ProductClassificationItem/1/1" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "ZeroToMany" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/AllowedIdShort/1/0" + } + ] + }, + "type": "AllowedIdShort", + "valueType": "xs:string", + "value": "ProductClassificationItem[\\d{2,3}]" + } + ], + "value": [ + { + "category": "PARAMETER", + "idShort": "ProductClassificationSystem", + "description": [ + { + "language": "en", + "text": "Common name of the classification system." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/ZVEI/TechnicalData/ProductClassificationSystem/1/1" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "One" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/ExampleValue/1/0" + } + ] + }, + "type": "ExampleValue", + "valueType": "xs:string", + "value": "ECLASS" + } + ], + "valueType": "xs:string", + "value": "eClass", + "modelType": "Property" + }, + { + "category": "PARAMETER", + "idShort": "ClassificationSystemVersion", + "description": [ + { + "language": "en", + "text": "Common version identifier of the used classification system, in order to distinguish different version of the property dictionary." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/ZVEI/TechnicalData/ClassificationSystemVersion/1/1" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "ZeroToOne" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/ExampleValue/1/0" + } + ] + }, + "type": "ExampleValue", + "valueType": "xs:string", + "value": "9.0 (BASIC)" + } + ], + "valueType": "xs:string", + "value": "13", + "modelType": "Property" + }, + { + "category": "PARAMETER", + "idShort": "ProductClassId", + "description": [ + { + "language": "en", + "text": "Class of the associated product or industrial equipment in the classification system. According to the notation of the system." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/ZVEI/TechnicalData/ProductClassId/1/1" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "One" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/ExampleValue/1/0" + } + ] + }, + "type": "ExampleValue", + "valueType": "xs:string", + "value": "27-01-88-77 | 0112/2///61987#ABA827#003" + } + ], + "valueType": "xs:string", + "value": "36-13-90-90", + "modelType": "Property" + } + ], + "modelType": "SubmodelElementCollection" + } + ], + "modelType": "SubmodelElementCollection" + }, + { + "idShort": "TechnicalProperties", + "description": [ + { + "language": "en", + "text": "Individual characteristics that describe the product and its technical properties." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/ZVEI/TechnicalData/TechnicalProperties/1/1" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "One" + } + ], + "value": [ + { + "idShort": "Dimensions", + "description": [ + { + "language": "en", + "text": "Main subdivision possibility for properties." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/ZVEI/TechnicalData/MainSection/1/1" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "ZeroToMany" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/AllowedIdShort/1/0" + } + ] + }, + "type": "AllowedIdShort", + "valueType": "xs:string", + "value": "MainSection[\\d{2,3}]" + } + ], + "value": [ + { + "idShort": "MachineDimensions", + "description": [ + { + "language": "en", + "text": "Subordinate subdivision possibility for properties." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/ZVEI/TechnicalData/SubSection/1/1" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "ZeroToMany" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/AllowedIdShort/1/0" + } + ] + }, + "type": "AllowedIdShort", + "valueType": "xs:string", + "value": "SubSection[\\d{2,3}]" + } + ], + "value": [ + { + "idShort": "Height", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Height" + } + ], + "unit": "mm", + "modelType": "DataSpecificationIec61360" + } + } + ], + "valueType": "xs:integer", + "value": "1250", + "modelType": "Property" + }, + { + "idShort": "Length", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Length" + } + ], + "unit": "mm", + "modelType": "DataSpecificationIec61360" + } + } + ], + "valueType": "xs:integer", + "value": "1520", + "modelType": "Property" + }, + { + "idShort": "Width", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Width" + } + ], + "unit": "mm", + "modelType": "DataSpecificationIec61360" + } + } + ], + "valueType": "xs:integer", + "value": "825", + "modelType": "Property" + }, + { + "idShort": "Weight", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Weight" + } + ], + "unit": "kg", + "modelType": "DataSpecificationIec61360" + } + } + ], + "valueType": "xs:integer", + "value": "1823", + "modelType": "Property" + }, + { + "idShort": "InputTableHeight", + "valueType": "xs:float", + "value": "780", + "modelType": "Property" + }, + { + "idShort": "OutputTableHeight", + "valueType": "xs:string", + "value": "780", + "modelType": "Property" + } + ], + "modelType": "SubmodelElementCollection" + }, + { + "idShort": "PackingDimensions", + "description": [ + { + "language": "en", + "text": "Subordinate subdivision possibility for properties." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/ZVEI/TechnicalData/SubSection/1/1" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "ZeroToMany" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/AllowedIdShort/1/0" + } + ] + }, + "type": "AllowedIdShort", + "valueType": "xs:string", + "value": "SubSection[\\d{2,3}]" + } + ], + "value": [ + { + "idShort": "Height", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Height" + } + ], + "unit": "mm", + "modelType": "DataSpecificationIec61360" + } + } + ], + "valueType": "xs:integer", + "value": "1510", + "modelType": "Property" + }, + { + "idShort": "Length", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Length" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "valueType": "xs:integer", + "value": "1820", + "modelType": "Property" + }, + { + "idShort": "Width", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Width" + } + ], + "unit": "mm", + "modelType": "DataSpecificationIec61360" + } + } + ], + "valueType": "xs:integer", + "value": "950", + "modelType": "Property" + }, + { + "idShort": "Weight", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Weight" + } + ], + "unit": "kg", + "modelType": "DataSpecificationIec61360" + } + } + ], + "valueType": "xs:float", + "value": "2000", + "modelType": "Property" + } + ], + "modelType": "SubmodelElementCollection" + } + ], + "modelType": "SubmodelElementCollection" + }, + { + "idShort": "MediaSupply", + "value": [ + { + "idShort": "Electric", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Ampere" + } + ], + "unit": "A", + "modelType": "DataSpecificationIec61360" + } + } + ], + "value": [ + { + "idShort": "ElectricNetwork", + "valueType": "xs:string", + "value": "TN-C-S", + "modelType": "Property" + }, + { + "idShort": "ratedElectricCurrent", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Ampere" + } + ], + "unit": "Ampere", + "modelType": "DataSpecificationIec61360" + } + } + ], + "valueType": "xs:integer", + "value": "16", + "modelType": "Property" + }, + { + "idShort": "ElectricSupply", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Voltage Supply" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "valueType": "xs:string", + "value": "3x400V", + "modelType": "Property" + } + ], + "modelType": "SubmodelElementCollection" + }, + { + "idShort": "Pneumatic", + "value": [ + { + "idShort": "FeedAirPressure", + "displayName": [ + { + "language": "en", + "text": "Inlet Air pressure range" + } + ], + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Feed Air Pressure" + } + ], + "unit": "bar", + "modelType": "DataSpecificationIec61360" + } + } + ], + "valueType": "xs:float", + "min": "4.5", + "max": "6.5", + "modelType": "Range" + }, + { + "idShort": "AirConsMax", + "displayName": [ + { + "language": "en", + "text": "Air Consumption max" + } + ], + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Air Consumption Max" + } + ], + "unit": "m3/h", + "modelType": "DataSpecificationIec61360" + } + } + ], + "valueType": "xs:float", + "value": "10", + "modelType": "Property" + } + ], + "modelType": "SubmodelElementCollection" + }, + { + "idShort": "Network", + "value": [ + { + "idShort": "NetworkConnect", + "valueType": "xs:string", + "value": "RJ45", + "modelType": "Property" + }, + { + "idShort": "IOTConnect", + "valueType": "xs:string", + "value": "RJ-45", + "modelType": "Property" + } + ], + "modelType": "SubmodelElementCollection" + } + ], + "modelType": "SubmodelElementCollection" + }, + { + "idShort": "ProductionCharacteristics", + "value": [ + { + "idShort": "Processing", + "value": [ + { + "idShort": "Rollforce", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Rollforce" + } + ], + "unit": "kN", + "modelType": "DataSpecificationIec61360" + } + } + ], + "valueType": "xs:float", + "min": "0.2", + "max": "20", + "modelType": "Range" + }, + { + "idShort": "processingspeed", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "processing speed" + } + ], + "unit": "m/min", + "modelType": "DataSpecificationIec61360" + } + } + ], + "valueType": "xs:float", + "min": "2.5", + "max": "2000", + "modelType": "Range" + }, + { + "idShort": "NoiselevelMax", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Maximum noise level" + } + ], + "unit": "dB(A)", + "modelType": "DataSpecificationIec61360" + } + } + ], + "valueType": "xs:string", + "value": "85", + "modelType": "Property" + } + ], + "modelType": "SubmodelElementCollection" + }, + { + "idShort": "InputMaterial", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Input Material" + } + ], + "unit": "mm", + "modelType": "DataSpecificationIec61360" + } + } + ], + "value": [ + { + "idShort": "thickness", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "thickness" + } + ], + "unit": "mm", + "modelType": "DataSpecificationIec61360" + } + } + ], + "valueType": "xs:float", + "min": "5", + "max": "350", + "modelType": "Range" + }, + { + "idShort": "Width", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Width" + } + ], + "unit": "mm", + "modelType": "DataSpecificationIec61360" + } + } + ], + "valueType": "xs:float", + "min": "250", + "max": "400", + "modelType": "Range" + }, + { + "idShort": "temperature", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "temperature" + } + ], + "unit": "mm", + "modelType": "DataSpecificationIec61360" + } + } + ], + "valueType": "xs:float", + "min": "5", + "max": "35", + "modelType": "Range" + } + ], + "modelType": "SubmodelElementCollection" + }, + { + "idShort": "OutputMaterial", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Output Material" + } + ], + "unit": "mm", + "modelType": "DataSpecificationIec61360" + } + } + ], + "value": [ + { + "idShort": "thickness", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "thickness" + } + ], + "unit": "mm", + "modelType": "DataSpecificationIec61360" + } + } + ], + "valueType": "xs:float", + "min": "1.5", + "max": "20", + "modelType": "Range" + }, + { + "idShort": "thicknessaccuracy", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "thicknessaccuracy" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "valueType": "xs:string", + "value": "0.1mm for 95.4% of accumulated length", + "modelType": "Property" + } + ], + "modelType": "SubmodelElementCollection" + } + ], + "modelType": "SubmodelElementCollection" + }, + { + "idShort": "Environmental", + "description": [ + { + "language": "en", + "text": "Grouping environment condition and protection" + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/ZVEI/TechnicalData/SubSection/1/1" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "ZeroToMany" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/AllowedIdShort/1/0" + } + ] + }, + "type": "AllowedIdShort", + "valueType": "xs:string", + "value": "SubSection[\\d{2,3}]" + } + ], + "value": [ + { + "idShort": "ProtectionType", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Protection Type" + } + ], + "unit": "mm", + "modelType": "DataSpecificationIec61360" + } + } + ], + "valueType": "xs:string", + "value": "IP20", + "valueId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#07-ABB978#002" + } + ] + }, + "modelType": "Property" + }, + { + "idShort": "StorageTemp", + "displayName": [ + { + "language": "en", + "text": "Storage Temperature range" + }, + { + "language": "de", + "text": "Lagertemperatur" + } + ], + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Storage temperature" + } + ], + "unit": "\u00B0C", + "modelType": "DataSpecificationIec61360" + } + } + ], + "valueType": "xs:float", + "min": "-10", + "max": "40", + "modelType": "Range" + }, + { + "idShort": "OperationTemp", + "displayName": [ + { + "language": "en", + "text": "Operating Temperaturbereich" + }, + { + "language": "de", + "text": "Betriebstemperaturbereich" + } + ], + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "operational temperature" + } + ], + "unit": "\u00B0C", + "modelType": "DataSpecificationIec61360" + } + } + ], + "valueType": "xs:float", + "min": "5", + "max": "30", + "modelType": "Range" + }, + { + "idShort": "Humidity", + "displayName": [ + { + "language": "en", + "text": "Humidity of Air" + }, + { + "language": "de", + "text": "Luftfeuchtigkeit" + } + ], + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "humidity" + } + ], + "unit": "mm", + "modelType": "DataSpecificationIec61360" + } + } + ], + "valueType": "xs:string", + "value": "\u003C90% non condensing", + "modelType": "Property" + }, + { + "idShort": "OperationLocation", + "displayName": [ + { + "language": "en", + "text": "Location of operation" + }, + { + "language": "de", + "text": "Aufstellungsort" + } + ], + "value": [ + { + "language": "en", + "text": "Dry, covered productionhall, air conditioned" + }, + { + "language": "de", + "text": "Trockene Produktionshalle, klimatisiert" + } + ], + "modelType": "MultiLanguageProperty" + } + ], + "modelType": "SubmodelElementCollection" + } + ], + "modelType": "SubmodelElementCollection" + }, + { + "idShort": "MachineConfiguration", + "value": [ + { + "idShort": "P_2518_Base", + "description": [ + { + "language": "de", + "text": "Basismodul der Maschine" + } + ], + "entityType": "SelfManagedEntity", + "globalAssetId": "https://example.com/ids/Entity/1577_7923_4676_2580", + "modelType": "Entity" + }, + { + "idShort": "P_2518_Option_EntryTable_01", + "displayName": [ + { + "language": "en", + "text": "Option for machine" + } + ], + "description": [ + { + "language": "de", + "text": "Option der Maschine" + } + ], + "statements": [ + { + "idShort": "length", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "length" + } + ], + "unit": "mm", + "modelType": "DataSpecificationIec61360" + } + } + ], + "valueType": "xs:string", + "value": "225", + "modelType": "Property" + }, + { + "idShort": "width", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "width" + } + ], + "unit": "mm", + "modelType": "DataSpecificationIec61360" + } + } + ], + "valueType": "xs:float", + "value": "1250", + "modelType": "Property" + } + ], + "entityType": "SelfManagedEntity", + "globalAssetId": "https://example.com/ids/Entity/7755_2752_7015_2047", + "modelType": "Entity" + }, + { + "idShort": "P_2518_Option_ExitTable_02", + "displayName": [ + { + "language": "en", + "text": "Option for machine" + } + ], + "description": [ + { + "language": "de", + "text": "Option der Maschine" + } + ], + "statements": [ + { + "idShort": "length", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "length" + } + ], + "unit": "mm", + "modelType": "DataSpecificationIec61360" + } + } + ], + "valueType": "xs:string", + "value": "250", + "modelType": "Property" + }, + { + "idShort": "width", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "width" + } + ], + "unit": "mm", + "modelType": "DataSpecificationIec61360" + } + } + ], + "valueType": "xs:float", + "value": "1450", + "modelType": "Property" + } + ], + "entityType": "SelfManagedEntity", + "globalAssetId": "https://example.com/ids/Entity/6734_1122_6251_1641", + "modelType": "Entity" + }, + { + "idShort": "P_2518_Option_ThicknessControl", + "displayName": [ + { + "language": "en", + "text": "Option for machine" + } + ], + "description": [ + { + "language": "de", + "text": "Option der Maschine" + } + ], + "statements": [ + { + "idShort": "AGCControl", + "value": { + "type": "ModelReference", + "keys": [ + { + "type": "Submodel", + "value": "https://example.com/ids/Submodel/5782_7728_3385_9095" + }, + { + "type": "Entity", + "value": "P2518_PLC_AGC_Control" + } + ] + }, + "modelType": "ReferenceElement" + } + ], + "entityType": "SelfManagedEntity", + "globalAssetId": "https://example.com/ids/Entity/6734_1122_6251_1641", + "modelType": "Entity" + } + ], + "modelType": "SubmodelElementCollection" + }, + { + "idShort": "FurtherInformation", + "description": [ + { + "language": "en", + "text": "Further information on the product, the validity of the information provided and this data record." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/ZVEI/TechnicalData/FurtherInformation/1/1" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "ZeroToOne" + } + ], + "value": [ + { + "category": "PARAMETER", + "idShort": "TextStatement", + "description": [ + { + "language": "en", + "text": "Statement by the manufacturer in text form, e.g. scope of validity of the statements, scopes of application, conditions of operation." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/ZVEI/TechnicalData/TextStatement/1/1" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "ZeroToMany" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/ExampleValue/1/0" + } + ] + }, + "type": "ExampleValue", + "valueType": "xs:string", + "value": "Restricted use@en" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/AllowedIdShort/1/0" + } + ] + }, + "type": "AllowedIdShort", + "valueType": "xs:string", + "value": "TextStatement[\\d{2,3}]" + } + ], + "modelType": "MultiLanguageProperty" + }, + { + "category": "PARAMETER", + "idShort": "ValidDate", + "description": [ + { + "language": "en", + "text": "Denotes a date on which the data specified in the Submodel was valid from for the associated asset." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/ZVEI/TechnicalData/ManufacturerOrderCode/1/1" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "One" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/ExampleValue/1/0" + } + ] + }, + "type": "ExampleValue", + "valueType": "xs:string", + "value": "5/28/2021" + } + ], + "valueType": "xs:date", + "value": "2023-10-04", + "modelType": "Property" + } + ], + "modelType": "SubmodelElementCollection" + } + ], + "modelType": "Submodel" + }, + { + "idShort": "HandoverDocumentation", + "description": [ + { + "language": "en", + "text": "The Submodel defines a set meta data for the handover of documentation from the manufacturer to the operator for industrial equipment." + } + ], + "administration": { + "version": "1", + "revision": "2" + }, + "id": "64a97bd4-2508-4cc7-ae68-7d3baf6343cd", + "kind": "Instance", + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#01-AHF578#001" + } + ] + }, + "submodelElements": [ + { + "category": "PARAMETER", + "idShort": "numberOfDocuments", + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-ABH990#001" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Relevance", + "valueType": "xs:string", + "value": "optional" + } + ], + "valueType": "xs:integer", + "value": "5", + "modelType": "Property" + }, + { + "idShort": "UserManual", + "description": [ + { + "language": "en", + "text": "Each SMC describes a Document (see IEC 82045-1 and IEC 8245-2), which is associated to the particular Asset Administration Shell." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-ABI500#001/0173-1#01-AHF579#001*01" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "ZeroToMany" + } + ], + "value": [ + { + "category": "PARAMETER", + "idShort": "UserManual", + "displayName": [ + { + "language": "de", + "text": "Bedienungsanleitung" + } + ], + "description": [ + { + "language": "en", + "text": "Usermanual" + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-ABI501#001/0173-1#01-AHF580#001*01" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "OneToMany" + } + ], + "value": [ + { + "category": "PARAMETER", + "idShort": "DocumentDomainId", + "description": [ + { + "language": "en", + "text": "Identification of the domain in which the given DocumentId is unique. The domain ID can e.g., be the name or acronym of the providing organisation." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-ABH994#001" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "One" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/ExampleValue/1/0" + } + ] + }, + "type": "ExampleValue", + "valueType": "xs:string", + "value": "1213455566" + } + ], + "valueType": "xs:string", + "value": "ID-4711", + "modelType": "Property" + }, + { + "category": "PARAMETER", + "idShort": "ValueId", + "description": [ + { + "language": "en", + "text": "Identification number of the Document within a given domain, e.g. the providing organisation." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-AAO099#002" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "One" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/ExampleValue/1/0" + } + ] + }, + "type": "ExampleValue", + "valueType": "xs:string", + "value": "XF90-884" + } + ], + "valueType": "xs:string", + "value": "123871230", + "modelType": "Property" + }, + { + "category": "PARAMETER", + "idShort": "IsPrimary", + "description": [ + { + "language": "en", + "text": "Flag indicating that a DocumentId within a collection of at least two DocumentId\u0060s is the \u2018primary\u2019 identifier for the document. This is the preferred ID of the document (commonly from the point of view of the owner of the asset). Note: can be omitted, if the ID is not primary. Note: can be omitted, if only one ID is for a Document. Contraint: only one DocumentId in a collection may be marked as primary." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-ABH995#001" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "ZeroToOne" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/ExampleValue/1/0" + } + ] + }, + "type": "ExampleValue", + "valueType": "xs:string", + "value": "true" + } + ], + "valueType": "xs:boolean", + "value": "true", + "modelType": "Property" + } + ], + "modelType": "SubmodelElementCollection" + }, + { + "category": "PARAMETER", + "idShort": "DocumentClassification", + "description": [ + { + "language": "en", + "text": "Set of information for describing the classification of the Document according to ClassificationSystems. Constraint: at least one classification according to VDI 2770 shall be provided." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-ABI502#001/0173-1#01-AHF581#001*01" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "OneToMany" + } + ], + "value": [ + { + "category": "PARAMETER", + "idShort": "ClassId", + "description": [ + { + "language": "en", + "text": "Unique ID of the document class within a ClassficationSystem. Constraint: If ClassificationSystem is set to \u201CVDI2770:2018\u201D, the given IDs of VDI2770:2018 shall be used" + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-ABH996#001" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "One" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/ExampleValue/1/0" + } + ] + }, + "type": "ExampleValue", + "valueType": "xs:string", + "value": "03-02" + } + ], + "valueType": "xs:string", + "value": "03-02", + "modelType": "Property" + }, + { + "category": "PARAMETER", + "idShort": "ClassName", + "description": [ + { + "language": "en", + "text": "List of language-dependent names of the selected ClassID. Constraint: If ClassificationSystem is set to \u201CVDI2770:2018\u201D then the given names of VDI2770:2018 need be used. Constraint: languages shall match at least the language specifications of the included DocumentVersions (below)." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-AAO102#003" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "One" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/ExampleValue/1/0" + } + ] + }, + "type": "ExampleValue", + "valueType": "xs:string", + "value": "Operation@en" + } + ], + "modelType": "MultiLanguageProperty" + }, + { + "category": "PARAMETER", + "idShort": "ClassificationSystem", + "description": [ + { + "language": "en", + "text": "Identification of the classification system. For classifications according VDI 2270 always set to \u0022VDI2770:2018\u0022. Further classification systems are commonly used, such as \u0022IEC61355-1:2008\u0022." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-ABH997#001" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "One" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/ExampleValue/1/0" + } + ] + }, + "type": "ExampleValue", + "valueType": "xs:string", + "value": "VDI2770:2018" + } + ], + "valueType": "xs:string", + "value": "VDI2770 Blatt 1:2020", + "modelType": "Property" + } + ], + "modelType": "SubmodelElementCollection" + }, + { + "category": "PARAMETER", + "idShort": "DocumentVersion", + "description": [ + { + "language": "en", + "text": "Information elements of individual VDI 2770 DocumentVersion entities. Note: at the time of handover, this collection shall include at least one DocumentVersion." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-ABI503#001/0173-1#01-AHF582#001*01" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "ZeroToMany" + } + ], + "value": [ + { + "category": "PARAMETER", + "idShort": "Language", + "description": [ + { + "language": "en", + "text": "This property contains a list of languages used within the DocumentVersion. Each property codes one language identification according to ISO 639-1 or ISO 639-2 used in the Document." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-AAN468#006" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "OneToMany" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/ExampleValue/1/0" + } + ] + }, + "type": "ExampleValue", + "valueType": "xs:string", + "value": "en" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/AllowedIdShort/1/0" + } + ] + }, + "type": "AllowedIdShort", + "valueType": "xs:string", + "value": "Language[\\d{2,3}]" + } + ], + "valueType": "xs:string", + "value": "Deutsch", + "modelType": "Property" + }, + { + "category": "PARAMETER", + "idShort": "DocumentVersionId", + "description": [ + { + "language": "en", + "text": "Unambigous identification number of a DocumentVersion." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-AAO100#002" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "One" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/ExampleValue/1/0" + } + ] + }, + "type": "ExampleValue", + "valueType": "xs:string", + "value": "V1.2" + } + ], + "valueType": "xs:string", + "value": "1.0", + "modelType": "Property" + }, + { + "category": "PARAMETER", + "idShort": "Title", + "description": [ + { + "language": "en", + "text": "List of language-dependent titles of the Document. Constraint: For each language-depended Title a Summary and at least one KeyWord shall exist for the given language." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-AAO105#002" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "One" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/ExampleValue/1/0" + } + ] + }, + "type": "ExampleValue", + "valueType": "xs:string", + "value": "Examplary title@en" + } + ], + "value": [ + { + "language": "en", + "text": "OperatorManual P2518" + } + ], + "modelType": "MultiLanguageProperty" + }, + { + "category": "PARAMETER", + "idShort": "SubTitle", + "description": [ + { + "language": "en", + "text": "List of language-dependent subtitles of the Document." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-ABH998#001" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "ZeroToOne" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/ExampleValue/1/0" + } + ] + }, + "type": "ExampleValue", + "valueType": "xs:string", + "value": "Examplary subtitle@en" + } + ], + "modelType": "MultiLanguageProperty" + }, + { + "category": "PARAMETER", + "idShort": "Summary", + "description": [ + { + "language": "en", + "text": "List of language-dependent summaries of the Document. Constraint: For each language-depended Summary a Title and at least one KeyWord shall exist for the given language." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-AAO106#002" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "One" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/ExampleValue/1/0" + } + ] + }, + "type": "ExampleValue", + "valueType": "xs:string", + "value": "Abstract@en" + } + ], + "value": [ + { + "language": "de", + "text": "Bedienmanual f\u00FCr Werkzeugmaschine inkl aller Optionen" + }, + { + "language": "en", + "text": "Operation manual for machine tool incl all options" + } + ], + "modelType": "MultiLanguageProperty" + }, + { + "category": "PARAMETER", + "idShort": "KeyWords", + "description": [ + { + "language": "en", + "text": "List of language-dependent keywords of the Document. Note: Mutiple keywords are given as comma separated list for each language. Constraint: For each language-depended KeyWord a Title and Summary shall exist for the given language. Note: This can be intentionally a blank." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-ABH999#001" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "One" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/ExampleValue/1/0" + } + ] + }, + "type": "ExampleValue", + "valueType": "xs:string", + "value": "Examplary keywords@en" + } + ], + "modelType": "MultiLanguageProperty" + }, + { + "category": "PARAMETER", + "idShort": "StatusSetDate", + "description": [ + { + "language": "en", + "text": "Date when the document status was set. Format is YYYY-MM-dd." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-ABI000#001" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "One" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/ExampleValue/1/0" + } + ] + }, + "type": "ExampleValue", + "valueType": "xs:string", + "value": "2020-02-06" + } + ], + "valueType": "xs:date", + "value": "2023-09-26", + "modelType": "Property" + }, + { + "category": "PARAMETER", + "idShort": "StatusValue", + "description": [ + { + "language": "en", + "text": "Each document version represents a point in time in the document life cycle. This status value refers to the milestones in the document life cycle. The following two values should be used for the application of this guideline: InReview (under review), Released (released)" + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-ABI001#001" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "One" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/ExampleValue/1/0" + } + ] + }, + "type": "ExampleValue", + "valueType": "xs:string", + "value": "Released" + } + ], + "valueType": "xs:string", + "value": "released", + "valueId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#07-ABZ641#001" + } + ] + }, + "modelType": "Property" + }, + { + "category": "PARAMETER", + "idShort": "OrganizationName", + "description": [ + { + "language": "en", + "text": "Organiziation short name of the author of the Document." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-ABI002#001" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "One" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/ExampleValue/1/0" + } + ] + }, + "type": "ExampleValue", + "valueType": "xs:string", + "value": "Example company" + } + ], + "valueType": "xs:string", + "value": "Werkzeugmaschinenhersteller", + "modelType": "Property" + }, + { + "category": "PARAMETER", + "idShort": "OrganizationOfficialName", + "description": [ + { + "language": "en", + "text": "Official name of the organization of author of the Document." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-ABI004#001" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "One" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/ExampleValue/1/0" + } + ] + }, + "type": "ExampleValue", + "valueType": "xs:string", + "value": "Example company Ltd." + } + ], + "valueType": "xs:string", + "value": "Werkzeugmaschinenhersteller", + "modelType": "Property" + }, + { + "idShort": "DigitalFile", + "description": [ + { + "language": "en", + "text": "Note: each DigitalFile represents the same content or Document version, but can be provided in different technical formats (PDF, PDFA, html..) or by a link." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-ABI504#001/0173-1#01-AHF583#001" + } + ] + }, + "value": "/aasx/suppl/example.pdf", + "contentType": "application/pdf", + "modelType": "File" + }, + { + "idShort": "PreviewFile", + "description": [ + { + "language": "en", + "text": "Provides a preview image of the DocumentVersion, e.g. first page, in a commonly used image format and in low resolution." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-ABI505#001 /0173-1#01-AHF584#001" + } + ] + }, + "value": "/aasx/suppl/example.jpeg", + "contentType": "image/jpeg", + "modelType": "File" + } + ], + "modelType": "SubmodelElementCollection" + }, + { + "category": "PARAMETER", + "idShort": "DocumentedEntity", + "description": [ + { + "language": "en", + "text": "Identifies entities, which are subject to the Document. Note: can be omitted, if the subject of the Document is the overall Asset of the Asset Administration Shell. Note: if no Entity according clause 2.2 is referenced, this ReferenceElement is not required at all. Note: This mechanism substitutes the ObjectId-provision of the VDI2770 (see section 2.2 and appendix B)." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/vdi/2770/1/0/Document/DocumentedEntity" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "ZeroToMany" + } + ], + "value": { + "type": "ModelReference", + "keys": [ + { + "type": "Submodel", + "value": "HandoverDocumentation" + }, + { + "type": "SubmodelElementCollection", + "value": "UserManual" + }, + { + "type": "SubmodelElementCollection", + "value": "DocumentVersion" + }, + { + "type": "File", + "value": "DigitalFile" + } + ] + }, + "modelType": "ReferenceElement" + } + ], + "modelType": "SubmodelElementCollection" + }, + { + "category": "PARAMETER", + "idShort": "Entity", + "description": [ + { + "language": "en", + "text": "States, that the described Entity is an important entity for documentation of the superordinate Asset of the Asset Administration Shell. Note: typically, such Entities are well-identified sub-parts of the Asset, such as supplier parts delivered to the manufacturer of the Asset." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/vdi/2770/1/0/EntityForDocumentation" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "ZeroToMany" + } + ], + "entityType": "CoManagedEntity", + "modelType": "Entity" + }, + { + "idShort": "CircuitDiagram", + "description": [ + { + "language": "en", + "text": "Each SMC describes a Document (see IEC 82045-1 and IEC 8245-2), which is associated to the particular Asset Administration Shell." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-ABI500#001/0173-1#01-AHF579#001*01" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "ZeroToMany" + } + ], + "value": [ + { + "category": "PARAMETER", + "idShort": "CircuitDiagram", + "displayName": [ + { + "language": "de", + "text": "Schaltplan" + } + ], + "description": [ + { + "language": "en", + "text": "Circuit Diagrams" + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-ABI501#001/0173-1#01-AHF580#001*01" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "OneToMany" + } + ], + "value": [ + { + "category": "PARAMETER", + "idShort": "DocumentDomainId", + "description": [ + { + "language": "en", + "text": "Identification of the domain in which the given DocumentId is unique. The domain ID can e.g., be the name or acronym of the providing organisation." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-ABH994#001" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "One" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/ExampleValue/1/0" + } + ] + }, + "type": "ExampleValue", + "valueType": "xs:string", + "value": "1213455566" + } + ], + "valueType": "xs:string", + "value": "ID-4711", + "modelType": "Property" + }, + { + "category": "PARAMETER", + "idShort": "ValueId", + "description": [ + { + "language": "en", + "text": "Identification number of the Document within a given domain, e.g. the providing organisation." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-AAO099#002" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "One" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/ExampleValue/1/0" + } + ] + }, + "type": "ExampleValue", + "valueType": "xs:string", + "value": "XF90-884" + } + ], + "valueType": "xs:string", + "value": "02-02", + "modelType": "Property" + }, + { + "category": "PARAMETER", + "idShort": "IsPrimary", + "description": [ + { + "language": "en", + "text": "Flag indicating that a DocumentId within a collection of at least two DocumentId\u0060s is the \u2018primary\u2019 identifier for the document. This is the preferred ID of the document (commonly from the point of view of the owner of the asset). Note: can be omitted, if the ID is not primary. Note: can be omitted, if only one ID is for a Document. Contraint: only one DocumentId in a collection may be marked as primary." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-ABH995#001" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "ZeroToOne" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/ExampleValue/1/0" + } + ] + }, + "type": "ExampleValue", + "valueType": "xs:string", + "value": "true" + } + ], + "valueType": "xs:boolean", + "value": "true", + "modelType": "Property" + } + ], + "modelType": "SubmodelElementCollection" + }, + { + "category": "PARAMETER", + "idShort": "DocumentClassification", + "description": [ + { + "language": "en", + "text": "Set of information for describing the classification of the Document according to ClassificationSystems. Constraint: at least one classification according to VDI 2770 shall be provided." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-ABI502#001/0173-1#01-AHF581#001*01" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "OneToMany" + } + ], + "value": [ + { + "category": "PARAMETER", + "idShort": "ClassId", + "description": [ + { + "language": "en", + "text": "Unique ID of the document class within a ClassficationSystem. Constraint: If ClassificationSystem is set to \u201CVDI2770:2018\u201D, the given IDs of VDI2770:2018 shall be used" + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-ABH996#001" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "One" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/ExampleValue/1/0" + } + ] + }, + "type": "ExampleValue", + "valueType": "xs:string", + "value": "03-02" + } + ], + "valueType": "xs:string", + "value": "02-02", + "modelType": "Property" + }, + { + "category": "PARAMETER", + "idShort": "ClassName", + "description": [ + { + "language": "en", + "text": "List of language-dependent names of the selected ClassID. Constraint: If ClassificationSystem is set to \u201CVDI2770:2018\u201D then the given names of VDI2770:2018 need be used. Constraint: languages shall match at least the language specifications of the included DocumentVersions (below)." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-AAO102#003" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "One" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/ExampleValue/1/0" + } + ] + }, + "type": "ExampleValue", + "valueType": "xs:string", + "value": "Operation@en" + } + ], + "modelType": "MultiLanguageProperty" + }, + { + "category": "PARAMETER", + "idShort": "ClassificationSystem", + "description": [ + { + "language": "en", + "text": "Identification of the classification system. For classifications according VDI 2270 always set to \u0022VDI2770:2018\u0022. Further classification systems are commonly used, such as \u0022IEC61355-1:2008\u0022." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-ABH997#001" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "One" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/ExampleValue/1/0" + } + ] + }, + "type": "ExampleValue", + "valueType": "xs:string", + "value": "VDI2770:2018" + } + ], + "valueType": "xs:string", + "value": "VDI2770 Blatt 1:2020", + "modelType": "Property" + } + ], + "modelType": "SubmodelElementCollection" + }, + { + "category": "PARAMETER", + "idShort": "DocumentVersion", + "description": [ + { + "language": "en", + "text": "Information elements of individual VDI 2770 DocumentVersion entities. Note: at the time of handover, this collection shall include at least one DocumentVersion." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-ABI503#001/0173-1#01-AHF582#001*01" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "ZeroToMany" + } + ], + "value": [ + { + "category": "PARAMETER", + "idShort": "Language", + "description": [ + { + "language": "en", + "text": "This property contains a list of languages used within the DocumentVersion. Each property codes one language identification according to ISO 639-1 or ISO 639-2 used in the Document." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-AAN468#006" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "OneToMany" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/ExampleValue/1/0" + } + ] + }, + "type": "ExampleValue", + "valueType": "xs:string", + "value": "en" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/AllowedIdShort/1/0" + } + ] + }, + "type": "AllowedIdShort", + "valueType": "xs:string", + "value": "Language[\\d{2,3}]" + } + ], + "valueType": "xs:string", + "value": "Deutsch", + "modelType": "Property" + }, + { + "category": "PARAMETER", + "idShort": "DocumentVersionId", + "description": [ + { + "language": "en", + "text": "Unambigous identification number of a DocumentVersion." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-AAO100#002" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "One" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/ExampleValue/1/0" + } + ] + }, + "type": "ExampleValue", + "valueType": "xs:string", + "value": "V1.2" + } + ], + "valueType": "xs:string", + "value": "1.0", + "modelType": "Property" + }, + { + "category": "PARAMETER", + "idShort": "Title", + "description": [ + { + "language": "en", + "text": "List of language-dependent titles of the Document. Constraint: For each language-depended Title a Summary and at least one KeyWord shall exist for the given language." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-AAO105#002" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "One" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/ExampleValue/1/0" + } + ] + }, + "type": "ExampleValue", + "valueType": "xs:string", + "value": "Examplary title@en" + } + ], + "value": [ + { + "language": "de", + "text": "Schaltplan DE" + } + ], + "modelType": "MultiLanguageProperty" + }, + { + "category": "PARAMETER", + "idShort": "SubTitle", + "description": [ + { + "language": "en", + "text": "List of language-dependent subtitles of the Document." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-ABH998#001" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "ZeroToOne" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/ExampleValue/1/0" + } + ] + }, + "type": "ExampleValue", + "valueType": "xs:string", + "value": "Examplary subtitle@en" + } + ], + "modelType": "MultiLanguageProperty" + }, + { + "category": "PARAMETER", + "idShort": "Summary", + "description": [ + { + "language": "en", + "text": "List of language-dependent summaries of the Document. Constraint: For each language-depended Summary a Title and at least one KeyWord shall exist for the given language." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-AAO106#002" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "One" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/ExampleValue/1/0" + } + ] + }, + "type": "ExampleValue", + "valueType": "xs:string", + "value": "Abstract@en" + } + ], + "value": [ + { + "language": "de", + "text": "Schaltbild der eletrischen Komponenten inklusive Kabel- und Klemmliste" + }, + { + "language": "en", + "text": "Electric circuit diagrams for all components including cable and terminal list" + } + ], + "modelType": "MultiLanguageProperty" + }, + { + "category": "PARAMETER", + "idShort": "KeyWords", + "description": [ + { + "language": "en", + "text": "List of language-dependent keywords of the Document. Note: Mutiple keywords are given as comma separated list for each language. Constraint: For each language-depended KeyWord a Title and Summary shall exist for the given language. Note: This can be intentionally a blank." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-ABH999#001" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "One" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/ExampleValue/1/0" + } + ] + }, + "type": "ExampleValue", + "valueType": "xs:string", + "value": "Examplary keywords@en" + } + ], + "modelType": "MultiLanguageProperty" + }, + { + "category": "PARAMETER", + "idShort": "StatusSetDate", + "description": [ + { + "language": "en", + "text": "Date when the document status was set. Format is YYYY-MM-dd." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-ABI000#001" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "One" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/ExampleValue/1/0" + } + ] + }, + "type": "ExampleValue", + "valueType": "xs:string", + "value": "2020-02-06" + } + ], + "valueType": "xs:date", + "value": "2023-10-02", + "modelType": "Property" + }, + { + "category": "PARAMETER", + "idShort": "StatusValue", + "description": [ + { + "language": "en", + "text": "Each document version represents a point in time in the document life cycle. This status value refers to the milestones in the document life cycle. The following two values should be used for the application of this guideline: InReview (under review), Released (released)" + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-ABI001#001" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "One" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/ExampleValue/1/0" + } + ] + }, + "type": "ExampleValue", + "valueType": "xs:string", + "value": "Released" + } + ], + "valueType": "xs:string", + "value": "released", + "valueId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#07-ABZ641#001" + } + ] + }, + "modelType": "Property" + }, + { + "category": "PARAMETER", + "idShort": "OrganizationName", + "description": [ + { + "language": "en", + "text": "Organiziation short name of the author of the Document." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-ABI002#001" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "One" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/ExampleValue/1/0" + } + ] + }, + "type": "ExampleValue", + "valueType": "xs:string", + "value": "Example company" + } + ], + "valueType": "xs:string", + "value": "Werkzeughersteller", + "modelType": "Property" + }, + { + "category": "PARAMETER", + "idShort": "OrganizationOfficialName", + "description": [ + { + "language": "en", + "text": "Official name of the organization of author of the Document." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-ABI004#001" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "One" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/ExampleValue/1/0" + } + ] + }, + "type": "ExampleValue", + "valueType": "xs:string", + "value": "Example company Ltd." + } + ], + "valueType": "xs:string", + "value": "Example company Ltd.", + "modelType": "Property" + }, + { + "idShort": "DigitalFile", + "description": [ + { + "language": "en", + "text": "Note: each DigitalFile represents the same content or Document version, but can be provided in different technical formats (PDF, PDFA, html..) or by a link." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-ABI504#001/0173-1#01-AHF583#001" + } + ] + }, + "value": "/aasx/suppl/example.pdf", + "contentType": "application/pdf", + "modelType": "File" + }, + { + "idShort": "PreviewFile", + "description": [ + { + "language": "en", + "text": "Provides a preview image of the DocumentVersion, e.g. first page, in a commonly used image format and in low resolution." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-ABI505#001 /0173-1#01-AHF584#001" + } + ] + }, + "value": "/aasx/suppl/example.jpeg", + "contentType": "image/jpeg", + "modelType": "File" + } + ], + "modelType": "SubmodelElementCollection" + }, + { + "category": "PARAMETER", + "idShort": "DocumentedEntity", + "description": [ + { + "language": "en", + "text": "Identifies entities, which are subject to the Document. Note: can be omitted, if the subject of the Document is the overall Asset of the Asset Administration Shell. Note: if no Entity according clause 2.2 is referenced, this ReferenceElement is not required at all. Note: This mechanism substitutes the ObjectId-provision of the VDI2770 (see section 2.2 and appendix B)." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/vdi/2770/1/0/Document/DocumentedEntity" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "ZeroToMany" + } + ], + "value": { + "type": "ModelReference", + "keys": [ + { + "type": "Submodel", + "value": "HandoverDocumentation" + }, + { + "type": "SubmodelElementCollection", + "value": "CircuitDiagram" + }, + { + "type": "SubmodelElementCollection", + "value": "DocumentVersion" + }, + { + "type": "File", + "value": "DigitalFile" + } + ] + }, + "modelType": "ReferenceElement" + } + ], + "modelType": "SubmodelElementCollection" + }, + { + "idShort": "CEDeclaration", + "description": [ + { + "language": "en", + "text": "Each SMC describes a Document (see IEC 82045-1 and IEC 8245-2), which is associated to the particular Asset Administration Shell." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-ABI500#001/0173-1#01-AHF579#001*01" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "ZeroToMany" + } + ], + "value": [ + { + "category": "PARAMETER", + "idShort": "CEDeclaration", + "displayName": [ + { + "language": "de", + "text": "Leistungserkl\u00E4rung" + } + ], + "description": [ + { + "language": "en", + "text": "CE Declaration" + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-ABI501#001/0173-1#01-AHF580#001*01" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "OneToMany" + } + ], + "value": [ + { + "category": "PARAMETER", + "idShort": "DocumentDomainId", + "description": [ + { + "language": "en", + "text": "Identification of the domain in which the given DocumentId is unique. The domain ID can e.g., be the name or acronym of the providing organisation." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-ABH994#001" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "One" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/ExampleValue/1/0" + } + ] + }, + "type": "ExampleValue", + "valueType": "xs:string", + "value": "1213455566" + } + ], + "valueType": "xs:string", + "value": "ID-4711", + "modelType": "Property" + }, + { + "category": "PARAMETER", + "idShort": "ValueId", + "description": [ + { + "language": "en", + "text": "Identification number of the Document within a given domain, e.g. the providing organisation." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-AAO099#002" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "One" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/ExampleValue/1/0" + } + ] + }, + "type": "ExampleValue", + "valueType": "xs:string", + "value": "XF90-884" + } + ], + "valueType": "xs:string", + "value": "2394872938", + "modelType": "Property" + }, + { + "category": "PARAMETER", + "idShort": "IsPrimary", + "description": [ + { + "language": "en", + "text": "Flag indicating that a DocumentId within a collection of at least two DocumentId\u0060s is the \u2018primary\u2019 identifier for the document. This is the preferred ID of the document (commonly from the point of view of the owner of the asset). Note: can be omitted, if the ID is not primary. Note: can be omitted, if only one ID is for a Document. Contraint: only one DocumentId in a collection may be marked as primary." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-ABH995#001" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "ZeroToOne" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/ExampleValue/1/0" + } + ] + }, + "type": "ExampleValue", + "valueType": "xs:string", + "value": "true" + } + ], + "valueType": "xs:boolean", + "value": "true", + "modelType": "Property" + } + ], + "modelType": "SubmodelElementCollection" + }, + { + "category": "PARAMETER", + "idShort": "DocumentClassification", + "description": [ + { + "language": "en", + "text": "Set of information for describing the classification of the Document according to ClassificationSystems. Constraint: at least one classification according to VDI 2770 shall be provided." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-ABI502#001/0173-1#01-AHF581#001*01" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "OneToMany" + } + ], + "value": [ + { + "category": "PARAMETER", + "idShort": "ClassId", + "description": [ + { + "language": "en", + "text": "Unique ID of the document class within a ClassficationSystem. Constraint: If ClassificationSystem is set to \u201CVDI2770:2018\u201D, the given IDs of VDI2770:2018 shall be used" + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-ABH996#001" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "One" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/ExampleValue/1/0" + } + ] + }, + "type": "ExampleValue", + "valueType": "xs:string", + "value": "03-02" + } + ], + "valueType": "xs:string", + "value": "02-04", + "modelType": "Property" + }, + { + "category": "PARAMETER", + "idShort": "ClassName", + "description": [ + { + "language": "en", + "text": "List of language-dependent names of the selected ClassID. Constraint: If ClassificationSystem is set to \u201CVDI2770:2018\u201D then the given names of VDI2770:2018 need be used. Constraint: languages shall match at least the language specifications of the included DocumentVersions (below)." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-AAO102#003" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "One" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/ExampleValue/1/0" + } + ] + }, + "type": "ExampleValue", + "valueType": "xs:string", + "value": "Operation@en" + } + ], + "modelType": "MultiLanguageProperty" + }, + { + "category": "PARAMETER", + "idShort": "ClassificationSystem", + "description": [ + { + "language": "en", + "text": "Identification of the classification system. For classifications according VDI 2270 always set to \u0022VDI2770:2018\u0022. Further classification systems are commonly used, such as \u0022IEC61355-1:2008\u0022." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-ABH997#001" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "One" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/ExampleValue/1/0" + } + ] + }, + "type": "ExampleValue", + "valueType": "xs:string", + "value": "VDI2770:2018" + } + ], + "valueType": "xs:string", + "value": "VDI2770 Blatt 1:2020", + "modelType": "Property" + } + ], + "modelType": "SubmodelElementCollection" + }, + { + "category": "PARAMETER", + "idShort": "DocumentVersion", + "description": [ + { + "language": "en", + "text": "Information elements of individual VDI 2770 DocumentVersion entities. Note: at the time of handover, this collection shall include at least one DocumentVersion." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-ABI503#001/0173-1#01-AHF582#001*01" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "ZeroToMany" + } + ], + "value": [ + { + "category": "PARAMETER", + "idShort": "Language", + "description": [ + { + "language": "en", + "text": "This property contains a list of languages used within the DocumentVersion. Each property codes one language identification according to ISO 639-1 or ISO 639-2 used in the Document." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-AAN468#006" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "OneToMany" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/ExampleValue/1/0" + } + ] + }, + "type": "ExampleValue", + "valueType": "xs:string", + "value": "en" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/AllowedIdShort/1/0" + } + ] + }, + "type": "AllowedIdShort", + "valueType": "xs:string", + "value": "Language[\\d{2,3}]" + } + ], + "valueType": "xs:string", + "value": "Deutsch", + "modelType": "Property" + }, + { + "category": "PARAMETER", + "idShort": "DocumentVersionId", + "description": [ + { + "language": "en", + "text": "Unambigous identification number of a DocumentVersion." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-AAO100#002" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "One" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/ExampleValue/1/0" + } + ] + }, + "type": "ExampleValue", + "valueType": "xs:string", + "value": "V1.2" + } + ], + "valueType": "xs:string", + "value": "1.0", + "modelType": "Property" + }, + { + "category": "PARAMETER", + "idShort": "Title", + "description": [ + { + "language": "en", + "text": "List of language-dependent titles of the Document. Constraint: For each language-depended Title a Summary and at least one KeyWord shall exist for the given language." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-AAO105#002" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "One" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/ExampleValue/1/0" + } + ] + }, + "type": "ExampleValue", + "valueType": "xs:string", + "value": "Examplary title@en" + } + ], + "value": [ + { + "language": "en", + "text": "CE Deklaration" + } + ], + "modelType": "MultiLanguageProperty" + }, + { + "category": "PARAMETER", + "idShort": "SubTitle", + "description": [ + { + "language": "en", + "text": "List of language-dependent subtitles of the Document." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-ABH998#001" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "ZeroToOne" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/ExampleValue/1/0" + } + ] + }, + "type": "ExampleValue", + "valueType": "xs:string", + "value": "Examplary subtitle@en" + } + ], + "modelType": "MultiLanguageProperty" + }, + { + "category": "PARAMETER", + "idShort": "Summary", + "description": [ + { + "language": "en", + "text": "List of language-dependent summaries of the Document. Constraint: For each language-depended Summary a Title and at least one KeyWord shall exist for the given language." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-AAO106#002" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "One" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/ExampleValue/1/0" + } + ] + }, + "type": "ExampleValue", + "valueType": "xs:string", + "value": "Abstract@en" + } + ], + "value": [ + { + "language": "de", + "text": "Zertifizierung f\u00FCr Zulassung im europ\u00E4ischen Raum" + } + ], + "modelType": "MultiLanguageProperty" + }, + { + "category": "PARAMETER", + "idShort": "KeyWords", + "description": [ + { + "language": "en", + "text": "List of language-dependent keywords of the Document. Note: Mutiple keywords are given as comma separated list for each language. Constraint: For each language-depended KeyWord a Title and Summary shall exist for the given language. Note: This can be intentionally a blank." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-ABH999#001" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "One" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/ExampleValue/1/0" + } + ] + }, + "type": "ExampleValue", + "valueType": "xs:string", + "value": "Examplary keywords@en" + } + ], + "modelType": "MultiLanguageProperty" + }, + { + "category": "PARAMETER", + "idShort": "StatusSetDate", + "description": [ + { + "language": "en", + "text": "Date when the document status was set. Format is YYYY-MM-dd." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-ABI000#001" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "One" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/ExampleValue/1/0" + } + ] + }, + "type": "ExampleValue", + "valueType": "xs:string", + "value": "2020-02-06" + } + ], + "valueType": "xs:date", + "value": "2023-09-30", + "modelType": "Property" + }, + { + "category": "PARAMETER", + "idShort": "StatusValue", + "description": [ + { + "language": "en", + "text": "Each document version represents a point in time in the document life cycle. This status value refers to the milestones in the document life cycle. The following two values should be used for the application of this guideline: InReview (under review), Released (released)" + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-ABI001#001" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "One" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/ExampleValue/1/0" + } + ] + }, + "type": "ExampleValue", + "valueType": "xs:string", + "value": "Released" + } + ], + "valueType": "xs:string", + "value": "released", + "valueId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#07-ABZ641#001" + } + ] + }, + "modelType": "Property" + }, + { + "category": "PARAMETER", + "idShort": "OrganizationName", + "description": [ + { + "language": "en", + "text": "Organiziation short name of the author of the Document." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-ABI002#001" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "One" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/ExampleValue/1/0" + } + ] + }, + "type": "ExampleValue", + "valueType": "xs:string", + "value": "Example company" + } + ], + "valueType": "xs:string", + "value": "Werkzeughersteller", + "modelType": "Property" + }, + { + "category": "PARAMETER", + "idShort": "OrganizationOfficialName", + "description": [ + { + "language": "en", + "text": "Official name of the organization of author of the Document." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-ABI004#001" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "One" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/ExampleValue/1/0" + } + ] + }, + "type": "ExampleValue", + "valueType": "xs:string", + "value": "Example company Ltd." + } + ], + "valueType": "xs:string", + "value": "Example company Ltd.", + "modelType": "Property" + }, + { + "category": "PARAMETER", + "idShort": "RefersTo", + "description": [ + { + "language": "en", + "text": "Forms a generic RefersTo-relationship to another Document or DocumentVersion. They have a loose relationship. Constraint: reference targets a SMC \u0022Document\u0022 or a \u201CDocumentVersion\u201D." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-ABI006#001" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "ZeroToMany" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/AllowedIdShort/1/0" + } + ] + }, + "type": "AllowedIdShort", + "valueType": "xs:string", + "value": "RefersTo[\\d{2,3}]" + } + ], + "modelType": "ReferenceElement" + }, + { + "category": "PARAMETER", + "idShort": "BasedOn", + "description": [ + { + "language": "en", + "text": "Forms a BasedOn-relationship to another Document or DocumentVersion. Typically states, that the content of the document bases on another document (e.g. specification requirements). Both have a strong relationship. Constraint: reference targets a SMC \u0022Document\u0022 or a \u201CDocumentVersion\u201D." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-ABI007#001" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "ZeroToMany" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/AllowedIdShort/1/0" + } + ] + }, + "type": "AllowedIdShort", + "valueType": "xs:string", + "value": "BasedOn[\\d{2,3}]" + } + ], + "modelType": "ReferenceElement" + }, + { + "category": "PARAMETER", + "idShort": "TranslationOf", + "description": [ + { + "language": "en", + "text": "Forms a TranslationOf-relationship to another Document or DocumentVersion. Both have a strong relationship. Constaint: The (language independent) content must be identical in both documents or document versions. Constraint: reference targets a SMC \u0022Document\u0022 or a \u201CDocumentVersion\u201D." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-ABI008#001" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "ZeroToMany" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/AllowedIdShort/1/0" + } + ] + }, + "type": "AllowedIdShort", + "valueType": "xs:string", + "value": "TranslationOf[\\d{2,3}]" + } + ], + "modelType": "ReferenceElement" + }, + { + "idShort": "DigitalFile", + "description": [ + { + "language": "en", + "text": "Note: each DigitalFile represents the same content or Document version, but can be provided in different technical formats (PDF, PDFA, html..) or by a link." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-ABI504#001/0173-1#01-AHF583#001" + } + ] + }, + "value": "/aasx/suppl/example.pdf", + "contentType": "application/pdf", + "modelType": "File" + }, + { + "idShort": "PreviewFile", + "description": [ + { + "language": "en", + "text": "Provides a preview image of the DocumentVersion, e.g. first page, in a commonly used image format and in low resolution." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-ABI505#001 /0173-1#01-AHF584#001" + } + ] + }, + "value": "/aasx/suppl/example.jpeg", + "contentType": "image/jpeg", + "modelType": "File" + } + ], + "modelType": "SubmodelElementCollection" + }, + { + "category": "PARAMETER", + "idShort": "DocumentedEntity", + "description": [ + { + "language": "en", + "text": "Identifies entities, which are subject to the Document. Note: can be omitted, if the subject of the Document is the overall Asset of the Asset Administration Shell. Note: if no Entity according clause 2.2 is referenced, this ReferenceElement is not required at all. Note: This mechanism substitutes the ObjectId-provision of the VDI2770 (see section 2.2 and appendix B)." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/vdi/2770/1/0/Document/DocumentedEntity" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "ZeroToMany" + } + ], + "modelType": "ReferenceElement" + } + ], + "modelType": "SubmodelElementCollection" + }, + { + "idShort": "Maintenance_Information", + "description": [ + { + "language": "en", + "text": "Each SMC describes a Document (see IEC 82045-1 and IEC 8245-2), which is associated to the particular Asset Administration Shell." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-ABI500#001/0173-1#01-AHF579#001*01" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "ZeroToMany" + } + ], + "value": [ + { + "category": "PARAMETER", + "idShort": "CEDeclaration", + "displayName": [ + { + "language": "de", + "text": "Leistungserkl\u00E4rung" + } + ], + "description": [ + { + "language": "en", + "text": "CE Declaration" + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-ABI501#001/0173-1#01-AHF580#001*01" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "OneToMany" + } + ], + "value": [ + { + "category": "PARAMETER", + "idShort": "DocumentDomainId", + "description": [ + { + "language": "en", + "text": "Identification of the domain in which the given DocumentId is unique. The domain ID can e.g., be the name or acronym of the providing organisation." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-ABH994#001" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "One" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/ExampleValue/1/0" + } + ] + }, + "type": "ExampleValue", + "valueType": "xs:string", + "value": "1213455566" + } + ], + "valueType": "xs:string", + "value": "ID-4711", + "modelType": "Property" + }, + { + "category": "PARAMETER", + "idShort": "ValueId", + "description": [ + { + "language": "en", + "text": "Identification number of the Document within a given domain, e.g. the providing organisation." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-AAO099#002" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "One" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/ExampleValue/1/0" + } + ] + }, + "type": "ExampleValue", + "valueType": "xs:string", + "value": "XF90-884" + } + ], + "valueType": "xs:string", + "value": "2394872392", + "modelType": "Property" + }, + { + "category": "PARAMETER", + "idShort": "IsPrimary", + "description": [ + { + "language": "en", + "text": "Flag indicating that a DocumentId within a collection of at least two DocumentId\u0060s is the \u2018primary\u2019 identifier for the document. This is the preferred ID of the document (commonly from the point of view of the owner of the asset). Note: can be omitted, if the ID is not primary. Note: can be omitted, if only one ID is for a Document. Contraint: only one DocumentId in a collection may be marked as primary." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-ABH995#001" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "ZeroToOne" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/ExampleValue/1/0" + } + ] + }, + "type": "ExampleValue", + "valueType": "xs:string", + "value": "true" + } + ], + "valueType": "xs:boolean", + "value": "true", + "modelType": "Property" + } + ], + "modelType": "SubmodelElementCollection" + }, + { + "category": "PARAMETER", + "idShort": "DocumentClassification", + "description": [ + { + "language": "en", + "text": "Set of information for describing the classification of the Document according to ClassificationSystems. Constraint: at least one classification according to VDI 2770 shall be provided." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-ABI502#001/0173-1#01-AHF581#001*01" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "OneToMany" + } + ], + "value": [ + { + "category": "PARAMETER", + "idShort": "ClassId", + "description": [ + { + "language": "en", + "text": "Unique ID of the document class within a ClassficationSystem. Constraint: If ClassificationSystem is set to \u201CVDI2770:2018\u201D, the given IDs of VDI2770:2018 shall be used" + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-ABH996#001" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "One" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/ExampleValue/1/0" + } + ] + }, + "type": "ExampleValue", + "valueType": "xs:string", + "value": "03-02" + } + ], + "valueType": "xs:string", + "value": "02-04", + "modelType": "Property" + }, + { + "category": "PARAMETER", + "idShort": "ClassName", + "description": [ + { + "language": "en", + "text": "List of language-dependent names of the selected ClassID. Constraint: If ClassificationSystem is set to \u201CVDI2770:2018\u201D then the given names of VDI2770:2018 need be used. Constraint: languages shall match at least the language specifications of the included DocumentVersions (below)." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-AAO102#003" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "One" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/ExampleValue/1/0" + } + ] + }, + "type": "ExampleValue", + "valueType": "xs:string", + "value": "Operation@en" + } + ], + "modelType": "MultiLanguageProperty" + }, + { + "category": "PARAMETER", + "idShort": "ClassificationSystem", + "description": [ + { + "language": "en", + "text": "Identification of the classification system. For classifications according VDI 2270 always set to \u0022VDI2770:2018\u0022. Further classification systems are commonly used, such as \u0022IEC61355-1:2008\u0022." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-ABH997#001" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "One" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/ExampleValue/1/0" + } + ] + }, + "type": "ExampleValue", + "valueType": "xs:string", + "value": "VDI2770:2018" + } + ], + "valueType": "xs:string", + "value": "VDI2770:2020", + "modelType": "Property" + } + ], + "modelType": "SubmodelElementCollection" + }, + { + "category": "PARAMETER", + "idShort": "DocumentVersion", + "description": [ + { + "language": "en", + "text": "Information elements of individual VDI 2770 DocumentVersion entities. Note: at the time of handover, this collection shall include at least one DocumentVersion." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-ABI503#001/0173-1#01-AHF582#001*01" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "ZeroToMany" + } + ], + "value": [ + { + "category": "PARAMETER", + "idShort": "Language", + "description": [ + { + "language": "en", + "text": "This property contains a list of languages used within the DocumentVersion. Each property codes one language identification according to ISO 639-1 or ISO 639-2 used in the Document." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-AAN468#006" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "OneToMany" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/ExampleValue/1/0" + } + ] + }, + "type": "ExampleValue", + "valueType": "xs:string", + "value": "en" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/AllowedIdShort/1/0" + } + ] + }, + "type": "AllowedIdShort", + "valueType": "xs:string", + "value": "Language[\\d{2,3}]" + } + ], + "valueType": "xs:string", + "value": "Deutsch", + "modelType": "Property" + }, + { + "category": "PARAMETER", + "idShort": "DocumentVersionId", + "description": [ + { + "language": "en", + "text": "Unambigous identification number of a DocumentVersion." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-AAO100#002" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "One" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/ExampleValue/1/0" + } + ] + }, + "type": "ExampleValue", + "valueType": "xs:string", + "value": "V1.2" + } + ], + "valueType": "xs:string", + "value": "1.0", + "modelType": "Property" + }, + { + "category": "PARAMETER", + "idShort": "Title", + "description": [ + { + "language": "en", + "text": "List of language-dependent titles of the Document. Constraint: For each language-depended Title a Summary and at least one KeyWord shall exist for the given language." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-AAO105#002" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "One" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/ExampleValue/1/0" + } + ] + }, + "type": "ExampleValue", + "valueType": "xs:string", + "value": "Examplary title@en" + } + ], + "value": [ + { + "language": "en", + "text": "Maintenance Info" + } + ], + "modelType": "MultiLanguageProperty" + }, + { + "category": "PARAMETER", + "idShort": "SubTitle", + "description": [ + { + "language": "en", + "text": "List of language-dependent subtitles of the Document." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-ABH998#001" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "ZeroToOne" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/ExampleValue/1/0" + } + ] + }, + "type": "ExampleValue", + "valueType": "xs:string", + "value": "Examplary subtitle@en" + } + ], + "modelType": "MultiLanguageProperty" + }, + { + "category": "PARAMETER", + "idShort": "Summary", + "description": [ + { + "language": "en", + "text": "List of language-dependent summaries of the Document. Constraint: For each language-depended Summary a Title and at least one KeyWord shall exist for the given language." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-AAO106#002" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "One" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/ExampleValue/1/0" + } + ] + }, + "type": "ExampleValue", + "valueType": "xs:string", + "value": "Abstract@en" + } + ], + "modelType": "MultiLanguageProperty" + }, + { + "category": "PARAMETER", + "idShort": "KeyWords", + "description": [ + { + "language": "en", + "text": "List of language-dependent keywords of the Document. Note: Mutiple keywords are given as comma separated list for each language. Constraint: For each language-depended KeyWord a Title and Summary shall exist for the given language. Note: This can be intentionally a blank." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-ABH999#001" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "One" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/ExampleValue/1/0" + } + ] + }, + "type": "ExampleValue", + "valueType": "xs:string", + "value": "Examplary keywords@en" + } + ], + "modelType": "MultiLanguageProperty" + }, + { + "category": "PARAMETER", + "idShort": "StatusSetDate", + "description": [ + { + "language": "en", + "text": "Date when the document status was set. Format is YYYY-MM-dd." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-ABI000#001" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "One" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/ExampleValue/1/0" + } + ] + }, + "type": "ExampleValue", + "valueType": "xs:string", + "value": "2020-02-06" + } + ], + "valueType": "xs:date", + "value": "2020-02-06", + "modelType": "Property" + }, + { + "category": "PARAMETER", + "idShort": "StatusValue", + "description": [ + { + "language": "en", + "text": "Each document version represents a point in time in the document life cycle. This status value refers to the milestones in the document life cycle. The following two values should be used for the application of this guideline: InReview (under review), Released (released)" + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-ABI001#001" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "One" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/ExampleValue/1/0" + } + ] + }, + "type": "ExampleValue", + "valueType": "xs:string", + "value": "Released" + } + ], + "valueType": "xs:string", + "value": "Released", + "modelType": "Property" + }, + { + "category": "PARAMETER", + "idShort": "OrganizationName", + "description": [ + { + "language": "en", + "text": "Organiziation short name of the author of the Document." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-ABI002#001" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "One" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/ExampleValue/1/0" + } + ] + }, + "type": "ExampleValue", + "valueType": "xs:string", + "value": "Example company" + } + ], + "valueType": "xs:string", + "value": "Werkzeughersteller", + "modelType": "Property" + }, + { + "category": "PARAMETER", + "idShort": "OrganizationOfficialName", + "description": [ + { + "language": "en", + "text": "Official name of the organization of author of the Document." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-ABI004#001" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "One" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/ExampleValue/1/0" + } + ] + }, + "type": "ExampleValue", + "valueType": "xs:string", + "value": "Example company Ltd." + } + ], + "valueType": "xs:string", + "value": "Example company Ltd.", + "modelType": "Property" + }, + { + "category": "PARAMETER", + "idShort": "RefersTo", + "description": [ + { + "language": "en", + "text": "Forms a generic RefersTo-relationship to another Document or DocumentVersion. They have a loose relationship. Constraint: reference targets a SMC \u0022Document\u0022 or a \u201CDocumentVersion\u201D." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-ABI006#001" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "ZeroToMany" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/AllowedIdShort/1/0" + } + ] + }, + "type": "AllowedIdShort", + "valueType": "xs:string", + "value": "RefersTo[\\d{2,3}]" + } + ], + "modelType": "ReferenceElement" + }, + { + "category": "PARAMETER", + "idShort": "BasedOn", + "description": [ + { + "language": "en", + "text": "Forms a BasedOn-relationship to another Document or DocumentVersion. Typically states, that the content of the document bases on another document (e.g. specification requirements). Both have a strong relationship. Constraint: reference targets a SMC \u0022Document\u0022 or a \u201CDocumentVersion\u201D." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-ABI007#001" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "ZeroToMany" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/AllowedIdShort/1/0" + } + ] + }, + "type": "AllowedIdShort", + "valueType": "xs:string", + "value": "BasedOn[\\d{2,3}]" + } + ], + "modelType": "ReferenceElement" + }, + { + "category": "PARAMETER", + "idShort": "TranslationOf", + "description": [ + { + "language": "en", + "text": "Forms a TranslationOf-relationship to another Document or DocumentVersion. Both have a strong relationship. Constaint: The (language independent) content must be identical in both documents or document versions. Constraint: reference targets a SMC \u0022Document\u0022 or a \u201CDocumentVersion\u201D." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-ABI008#001" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "ZeroToMany" + }, + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/AllowedIdShort/1/0" + } + ] + }, + "type": "AllowedIdShort", + "valueType": "xs:string", + "value": "TranslationOf[\\d{2,3}]" + } + ], + "modelType": "ReferenceElement" + }, + { + "idShort": "DigitalFile", + "description": [ + { + "language": "en", + "text": "Note: each DigitalFile represents the same content or Document version, but can be provided in different technical formats (PDF, PDFA, html..) or by a link." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-ABI504#001/0173-1#01-AHF583#001" + } + ] + }, + "value": "/aasx/suppl/example.pdf", + "contentType": "application/pdf", + "modelType": "File" + }, + { + "idShort": "PreviewFile", + "description": [ + { + "language": "en", + "text": "Provides a preview image of the DocumentVersion, e.g. first page, in a commonly used image format and in low resolution." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-ABI505#001 /0173-1#01-AHF584#001" + } + ] + }, + "value": "/aasx/suppl/example.jpeg", + "contentType": "image/jpeg", + "modelType": "File" + } + ], + "modelType": "SubmodelElementCollection" + }, + { + "category": "PARAMETER", + "idShort": "DocumentedEntity", + "description": [ + { + "language": "en", + "text": "Identifies entities, which are subject to the Document. Note: can be omitted, if the subject of the Document is the overall Asset of the Asset Administration Shell. Note: if no Entity according clause 2.2 is referenced, this ReferenceElement is not required at all. Note: This mechanism substitutes the ObjectId-provision of the VDI2770 (see section 2.2 and appendix B)." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/vdi/2770/1/0/Document/DocumentedEntity" + } + ] + }, + "qualifiers": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/SubmodelTemplates/Cardinality/1/0" + } + ] + }, + "type": "Cardinality", + "valueType": "xs:string", + "value": "ZeroToMany" + } + ], + "value": { + "type": "ModelReference", + "keys": [ + { + "type": "Submodel", + "value": "HandoverDocumentation" + }, + { + "type": "SubmodelElementCollection", + "value": "Maintenance_Information" + }, + { + "type": "SubmodelElementCollection", + "value": "DocumentVersion" + }, + { + "type": "File", + "value": "DigitalFile" + } + ] + }, + "modelType": "ReferenceElement" + } + ], + "modelType": "SubmodelElementCollection" + } + ], + "modelType": "Submodel" + }, + { + "idShort": "CarbonFootprint", + "description": [ + { + "language": "en", + "text": "The Submodel provides the means to access the Carbon Footprint of the asset." + }, + { + "language": "de", + "text": "Das Submodel gibt den CO2 Fu\u00DFabdruck des Asset wieder" + } + ], + "id": "https://example.com/ids/Submodel/4698_3743_5760_5932", + "kind": "Instance", + "submodelElements": [ + { + "idShort": "ProductCarbonFootprint", + "description": [ + { + "language": "en", + "text": "Balance of greenhouse gas emissions along the entire life cycle of a product in a defined application and in relation to a defined unit of use" + } + ], + "value": [ + { + "idShort": "PCFCalculationMethod", + "description": [ + { + "language": "en", + "text": "Standard, method for determining the greenhouse gas emissions of a product" + } + ], + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "OneToMany" + } + ], + "valueType": "xs:string", + "value": "ISO 14040", + "valueId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#07-ABV505#002" + } + ] + }, + "modelType": "Property" + }, + { + "idShort": "PCFCO2eq", + "description": [ + { + "language": "en", + "text": "Sum of all greenhouse gas emissions of a product according to the quantification requirements of the standard" + } + ], + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Product Carbon Footprint" + } + ], + "unit": "kg", + "modelType": "DataSpecificationIec61360" + } + } + ], + "valueType": "xs:string", + "value": "1500", + "modelType": "Property" + }, + { + "idShort": "PCFReferenceValueForCalculation", + "description": [ + { + "language": "en", + "text": "Quantity unit of the product to which the PCF information on the CO2 footprint refers" + } + ], + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "One" + } + ], + "valueType": "xs:string", + "value": "piece", + "valueId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#07-ABZ603#001" + } + ] + }, + "modelType": "Property" + }, + { + "idShort": "PCFQuantityOfMeasureForCalculation", + "description": [ + { + "language": "en", + "text": "Quantity of the product to which the PCF information on the CO2 footprint refers" + } + ], + "valueType": "xs:double", + "value": "1", + "modelType": "Property" + }, + { + "idShort": "PCFLifeCyclePhase", + "description": [ + { + "language": "en", + "text": "Life cycle stages of the product according to the quantification requirements of the standard to which the PCF carbon footprint statement refers" + } + ], + "valueType": "xs:string", + "value": "A1-A3", + "valueId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#07-ABZ789#001" + } + ] + }, + "modelType": "Property" + }, + { + "idShort": "ExplanatoryStatement", + "value": "/aasx/suppl/example.pdf", + "contentType": "application/pdf", + "modelType": "File" + }, + { + "idShort": "PublicationDate", + "description": [ + { + "language": "de", + "text": "Zeitpunkt, zu dem etwas erstmals ver\u00F6ffentlicht oder verf\u00FCgbar gemacht wurde" + }, + { + "language": "en", + "text": "Time at which something was first published or made available" + } + ], + "valueType": "xs:date", + "value": "2023-08-30", + "modelType": "Property" + }, + { + "idShort": "ExpirationDate", + "description": [ + { + "language": "de", + "text": "Zeitpunkt zu dem etwas nicht mehr wirksam verwendet werden sollte, da es seine G\u00FCltigkeit, Qualit\u00E4t oder Sicherheit verlieren kann" + }, + { + "language": "en", + "text": "Time at which something should no longer be used effectively because it may lose its validity, quality or safety" + } + ], + "valueType": "xs:date", + "value": "2029-08-30", + "modelType": "Property" + } + ], + "modelType": "SubmodelElementCollection" + }, + { + "idShort": "TransportCarbonFootprint", + "description": [ + { + "language": "en", + "text": "Balance of greenhouse gas emissions along the entire life cycle of a product in a defined application and in relation to a defined unit of use" + } + ], + "value": [ + { + "idShort": "TCFCalculationMethod", + "description": [ + { + "language": "en", + "text": "Standard, method for determining the greenhouse gas emissions for the transport of a product" + } + ], + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "OneToMany" + } + ], + "valueType": "xs:string", + "value": "EN 16258", + "valueId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#07-ABU224#001" + } + ] + }, + "modelType": "Property" + }, + { + "idShort": "TCFCO2eq", + "description": [ + { + "language": "en", + "text": "Sum of all greenhouse gas emissions of a product according to the quantification requirements of the standard" + } + ], + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Transport Carbon Footprint" + } + ], + "unit": "kg", + "modelType": "DataSpecificationIec61360" + } + } + ], + "valueType": "xs:double", + "value": "5.3", + "modelType": "Property" + }, + { + "idShort": "TCFReferenceValueForCalculation", + "description": [ + { + "language": "en", + "text": "Quantity unit of the product to which the TCF information on the CO2 footprint refers" + } + ], + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "One" + } + ], + "valueType": "xs:string", + "value": "piece", + "valueId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#07-ABZ603#001" + } + ] + }, + "modelType": "Property" + }, + { + "idShort": "TCFQuantityOfMeasureForCalculation", + "description": [ + { + "language": "en", + "text": "Quantity of the product to which the PCF information on the CO2 footprint refers" + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-ABG862#001" + } + ] + }, + "valueType": "xs:double", + "value": "1", + "modelType": "Property" + }, + { + "idShort": "TCFLifeCyclePhase", + "description": [ + { + "language": "en", + "text": "Life cycle stages of the product according to the quantification requirements of the standard to which the TCF carbon footprint statement refers" + } + ], + "valueType": "xs:string", + "value": "A1-A3", + "valueId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#07-ABZ789#001" + } + ] + }, + "modelType": "Property" + }, + { + "idShort": "ExplanatoryStatement", + "value": "/aasx/suppl/example.pdf", + "contentType": "application/pdf", + "modelType": "File" + }, + { + "idShort": "TCFGoodsTransportAddressTakeover", + "description": [ + { + "language": "en", + "text": "Indication of the place of receipt of goods " + } + ], + "value": [ + { + "idShort": "Street", + "description": [ + { + "language": "en", + "text": "Indication of the place of receipt of goods " + } + ], + "valueType": "xs:string", + "value": "Kundenstrasse", + "modelType": "Property" + }, + { + "idShort": "HouseNumber", + "description": [ + { + "language": "en", + "text": "Number for identification or differentiation of individual houses of a street" + } + ], + "valueType": "xs:string", + "value": "123", + "modelType": "Property" + }, + { + "idShort": "ZipCode", + "description": [ + { + "language": "en", + "text": "Zip code of address" + } + ], + "valueType": "xs:string", + "modelType": "Property" + }, + { + "idShort": "CityTown", + "valueType": "xs:string", + "value": "M\u00FCnchen", + "modelType": "Property" + }, + { + "idShort": "Country", + "valueType": "xs:string", + "value": "Deutschland", + "modelType": "Property" + } + ], + "modelType": "SubmodelElementCollection" + }, + { + "idShort": "TCFGoodsTransportAddressHandover", + "description": [ + { + "language": "en", + "text": "Indicates the hand-over address of the goods transport (from where it is transported)" + } + ], + "value": [ + { + "idShort": "Street", + "description": [ + { + "language": "en", + "text": "Indication of the place of receipt of goods " + } + ], + "valueType": "xs:string", + "value": "Lieferantenstrasse", + "modelType": "Property" + }, + { + "idShort": "HouseNumber", + "description": [ + { + "language": "en", + "text": "Number for identification or differentiation of individual houses of a street" + } + ], + "valueType": "xs:string", + "value": "123", + "modelType": "Property" + }, + { + "idShort": "ZipCode", + "description": [ + { + "language": "en", + "text": "Zip code of address" + } + ], + "valueType": "xs:string", + "value": "81826", + "modelType": "Property" + }, + { + "idShort": "CityTown", + "valueType": "xs:string", + "value": "M\u00FCnchen", + "modelType": "Property" + }, + { + "idShort": "Country", + "valueType": "xs:string", + "value": "Deutschland", + "modelType": "Property" + } + ], + "modelType": "SubmodelElementCollection" + }, + { + "idShort": "PublicationDate", + "description": [ + { + "language": "de", + "text": "Zeitpunkt, zu dem etwas erstmals ver\u00F6ffentlicht oder verf\u00FCgbar gemacht wurde" + }, + { + "language": "en", + "text": "Time at which something was first published or made available" + } + ], + "valueType": "xs:date", + "value": "2023-08-30", + "modelType": "Property" + }, + { + "idShort": "ExpirationDate", + "description": [ + { + "language": "de", + "text": "Zeitpunkt zu dem etwas nicht mehr wirksam verwendet werden sollte, da es seine G\u00FCltigkeit, Qualit\u00E4t oder Sicherheit verlieren kann" + }, + { + "language": "en", + "text": "Time at which something should no longer be used effectively because it may lose its validity, quality or safety" + } + ], + "valueType": "xs:date", + "value": "2029-08-30", + "modelType": "Property" + } + ], + "modelType": "SubmodelElementCollection" + } + ], + "modelType": "Submodel" + }, + { + "idShort": "HierarchicalStructures", + "description": [ + { + "language": "en", + "text": "The Submodel HierarchicalStructures identified by its semanticId. The Submodel idShort can be picked freely." + } + ], + "id": "https://example.com/ids/Submodel/5782_7728_3385_9096", + "kind": "Instance", + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/idta/HierarchicalStructures/1/0/Submodel" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "ZeroToOne" + }, + { + "type": "EditIdShort", + "valueType": "xs:string", + "value": "True" + } + ], + "submodelElements": [ + { + "idShort": "Werkzeugmaschine", + "description": [ + { + "language": "en", + "text": "Base entry point for the Entity tree in this Submodel, this must be a Self-managed Entity reflecting the Assets administrated in the AAS this Submodel is part of." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/idta/HierarchicalStructures/EntryNode/1/0" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "One" + }, + { + "type": "EditIdShort", + "valueType": "xs:string", + "value": "True" + } + ], + "statements": [ + { + "idShort": "MachineFrame", + "description": [ + { + "language": "en", + "text": "Base entry point for the Entity tree in this Submodel, this must be a Self-managed Entity reflecting the Assets administrated in the Asset Administration Shell this Submodel is part of. The idShort of the EntryNode can be picked freely and may reflect a name of the asset." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/idta/HierarchicalStructures/Node/1/0" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "OneToMany" + }, + { + "type": "EditIdShort", + "valueType": "xs:string", + "value": "True" + } + ], + "statements": [ + { + "idShort": "BulkCount", + "description": [ + { + "language": "en", + "text": "To be used if bulk components are referenced, e.g., a 10x M4x30 screw." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/idta/HierarchicalStructures/BulkCount/1/0" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "ZeroToOne" + } + ], + "valueType": "xs:unsignedLong", + "value": "1", + "modelType": "Property" + }, + { + "idShort": "MachineFrame_Base", + "description": [ + { + "language": "en", + "text": "Can be a Co-managed or Self-managed entity. A Node reflects an element in the hierarchical model is set into relation with one or more defined relations. The name of a node can be picked freely but it must be unique in its hierarchical (sub-)level." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/idta/HierarchicalStructures/Node/1/0" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "ZeroToMany" + }, + { + "type": "EditIdShort", + "valueType": "xs:string", + "value": "True" + } + ], + "statements": [ + { + "idShort": "BulkCount", + "description": [ + { + "language": "en", + "text": "To be used if bulk components are referenced, e.g., a 10x M4x30 screw." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/idta/HierarchicalStructures/BulkCount/1/0" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "ZeroToOne" + } + ], + "valueType": "xs:unsignedLong", + "value": "1", + "modelType": "Property" + }, + { + "idShort": "HasPart_WasteDrawer", + "description": [ + { + "language": "en", + "text": "Modeling of logical connections between components and sub-components. Either this or \u0022IsPartOf\u0022 must be used, not both." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/idta/HierarchicalStructures/HasPart/1/0" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "ZeroToMany" + }, + { + "type": "EditIdShort", + "valueType": "xs:string", + "value": "True" + } + ], + "first": { + "type": "ModelReference", + "keys": [ + { + "type": "Submodel", + "value": "HierarchicalStructures" + }, + { + "type": "Entity", + "value": "Werkezugmaschine" + }, + { + "type": "Entity", + "value": "Werkezugmaschine_MachineFrame" + }, + { + "type": "Entity", + "value": "Werkezugmaschine_MachineFrame_Base" + } + ] + }, + "second": { + "type": "ModelReference", + "keys": [ + { + "type": "Submodel", + "value": "HierarchicalStructures" + }, + { + "type": "Entity", + "value": "Werkezugmaschine" + }, + { + "type": "Entity", + "value": "Werkezugmaschine_MachineFrame" + }, + { + "type": "Entity", + "value": "Werkezugmaschine_MachineFrame_Base" + }, + { + "type": "Entity", + "value": "WasteDrawer" + } + ] + }, + "modelType": "RelationshipElement" + }, + { + "idShort": "WasteDrawer", + "description": [ + { + "language": "en", + "text": "Can be a Co-managed or Self-managed entity. A Node reflects an element in the hierarchical model is set into relation with one or more defined relations. The name of a node can be picked freely but it must be unique in its hierarchical (sub-)level." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/idta/HierarchicalStructures/Node/1/0" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "ZeroToMany" + }, + { + "type": "EditIdShort", + "valueType": "xs:string", + "value": "True" + } + ], + "statements": [ + { + "idShort": "BulkCount", + "description": [ + { + "language": "en", + "text": "To be used if bulk components are referenced, e.g., a 10x M4x30 screw." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/idta/HierarchicalStructures/BulkCount/1/0" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "ZeroToOne" + } + ], + "valueType": "xs:unsignedLong", + "value": "3", + "modelType": "Property" + } + ], + "entityType": "SelfManagedEntity", + "specificAssetIds": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "xyz" + } + ] + }, + "name": "BMK", + "value": "=T1\u002BM1-UA4" + } + ], + "modelType": "Entity" + } + ], + "entityType": "SelfManagedEntity", + "specificAssetIds": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "xyz" + } + ] + }, + "name": "BMK", + "value": "=T1\u002BM1-UA2" + } + ], + "modelType": "Entity" + }, + { + "idShort": "HasPart_MachineFrame_Base", + "description": [ + { + "language": "en", + "text": "Modeling of logical connections between components and sub-components. Either this or \u0022IsPartOf\u0022 must be used, not both." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/idta/HierarchicalStructures/HasPart/1/0" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "ZeroToMany" + }, + { + "type": "EditIdShort", + "valueType": "xs:string", + "value": "True" + } + ], + "first": { + "type": "ModelReference", + "keys": [ + { + "type": "Submodel", + "value": "HierarchicalStructures_BOM" + }, + { + "type": "Entity", + "value": "P2518_v3" + }, + { + "type": "Entity", + "value": "P2518_MachineFrame_T1_M1_UA1" + } + ] + }, + "second": { + "type": "ModelReference", + "keys": [ + { + "type": "Submodel", + "value": "HierarchicalStructures_BOM" + }, + { + "type": "Entity", + "value": "P2518_v3" + }, + { + "type": "Entity", + "value": "P2518_MachineFrame_T1_M1_UA1" + }, + { + "type": "Entity", + "value": "P2518_MachineFrame_Base_T1_M1_UA2" + } + ] + }, + "modelType": "RelationshipElement" + }, + { + "idShort": "MachineFrame_Top", + "description": [ + { + "language": "en", + "text": "Can be a Co-managed or Self-managed entity. A Node reflects an element in the hierarchical model is set into relation with one or more defined relations. The name of a node can be picked freely but it must be unique in its hierarchical (sub-)level." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/idta/HierarchicalStructures/Node/1/0" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "ZeroToMany" + }, + { + "type": "EditIdShort", + "valueType": "xs:string", + "value": "True" + } + ], + "statements": [ + { + "idShort": "BulkCount", + "description": [ + { + "language": "en", + "text": "To be used if bulk components are referenced, e.g., a 10x M4x30 screw." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/idta/HierarchicalStructures/BulkCount/1/0" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "ZeroToOne" + } + ], + "valueType": "xs:unsignedLong", + "value": "1", + "modelType": "Property" + } + ], + "entityType": "SelfManagedEntity", + "specificAssetIds": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "xyz" + } + ] + }, + "name": "BMK", + "value": "=T1\u002BM1-UA3" + } + ], + "modelType": "Entity" + }, + { + "idShort": "HasPart_MachineFrame_Top", + "description": [ + { + "language": "en", + "text": "Modeling of logical connections between components and sub-components. Either this or \u0022IsPartOf\u0022 must be used, not both." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/idta/HierarchicalStructures/HasPart/1/0" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "ZeroToMany" + }, + { + "type": "EditIdShort", + "valueType": "xs:string", + "value": "True" + } + ], + "first": { + "type": "ModelReference", + "keys": [ + { + "type": "Submodel", + "value": "HierarchicalStructures_BOM" + }, + { + "type": "Entity", + "value": "P2518_v3" + }, + { + "type": "Entity", + "value": "P2518_MachineFrame_T1_M1_UA1" + } + ] + }, + "second": { + "type": "ModelReference", + "keys": [ + { + "type": "Submodel", + "value": "HierarchicalStructures_BOM" + }, + { + "type": "Entity", + "value": "P2518_v3" + }, + { + "type": "Entity", + "value": "P2518_MachineFrame_T1_M1_UA1" + }, + { + "type": "Entity", + "value": "P2518_MachineFrame_Top_T1_M1_UA3" + } + ] + }, + "modelType": "RelationshipElement" + } + ], + "entityType": "SelfManagedEntity", + "specificAssetIds": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "xyz" + } + ] + }, + "name": "BMK", + "value": "=T1\u002BM1-UA1" + } + ], + "modelType": "Entity" + }, + { + "idShort": "HasPart_MachineFrame", + "description": [ + { + "language": "en", + "text": "Modeling of logical connections between components and sub-components. Either this or \u0022IsPartOf\u0022 must be used, not both." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/idta/HierarchicalStructures/HasPart/1/0" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "ZeroToMany" + }, + { + "type": "EditIdShort", + "valueType": "xs:string", + "value": "True" + } + ], + "first": { + "type": "ModelReference", + "keys": [ + { + "type": "Submodel", + "value": "HierarchicalStructures" + }, + { + "type": "Entity", + "value": "Werkezugmaschine" + } + ] + }, + "second": { + "type": "ModelReference", + "keys": [ + { + "type": "Submodel", + "value": "HierarchicalStructures" + }, + { + "type": "Entity", + "value": "Werkezugmaschine" + }, + { + "type": "Entity", + "value": "Werkezugmaschine_MachineFrame" + } + ] + }, + "modelType": "RelationshipElement" + }, + { + "idShort": "EntryTableUnit", + "description": [ + { + "language": "en", + "text": "Base entry point for the Entity tree in this Submodel, this must be a Self-managed Entity reflecting the Assets administrated in the Asset Administration Shell this Submodel is part of. The idShort of the EntryNode can be picked freely and may reflect a name of the asset." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/idta/HierarchicalStructures/Node/1/0" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "OneToMany" + }, + { + "type": "EditIdShort", + "valueType": "xs:string", + "value": "True" + } + ], + "statements": [ + { + "idShort": "BulkCount", + "description": [ + { + "language": "en", + "text": "To be used if bulk components are referenced, e.g., a 10x M4x30 screw." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/idta/HierarchicalStructures/BulkCount/1/0" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "ZeroToOne" + } + ], + "valueType": "xs:unsignedLong", + "value": "1", + "modelType": "Property" + }, + { + "idShort": "Gearbox_Entry", + "description": [ + { + "language": "en", + "text": "Can be a Co-managed or Self-managed entity. A Node reflects an element in the hierarchical model is set into relation with one or more defined relations. The name of a node can be picked freely but it must be unique in its hierarchical (sub-)level." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/idta/HierarchicalStructures/Node/1/0" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "ZeroToMany" + }, + { + "type": "EditIdShort", + "valueType": "xs:string", + "value": "True" + } + ], + "statements": [ + { + "idShort": "BulkCount", + "description": [ + { + "language": "en", + "text": "To be used if bulk components are referenced, e.g., a 10x M4x30 screw." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/idta/HierarchicalStructures/BulkCount/1/0" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "ZeroToOne" + } + ], + "valueType": "xs:unsignedLong", + "value": "1", + "modelType": "Property" + } + ], + "entityType": "SelfManagedEntity", + "specificAssetIds": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "xyz" + } + ] + }, + "name": "BMK", + "value": "=T1.WL1\u002BMO1-TL1" + } + ], + "modelType": "Entity" + }, + { + "idShort": "HasPart_GearboxEntry", + "description": [ + { + "language": "en", + "text": "Modeling of logical connections between components and sub-components. Either this or \u0022IsPartOf\u0022 must be used, not both." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/idta/HierarchicalStructures/HasPart/1/0" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "ZeroToMany" + }, + { + "type": "EditIdShort", + "valueType": "xs:string", + "value": "True" + } + ], + "first": { + "type": "ModelReference", + "keys": [ + { + "type": "Submodel", + "value": "HierarchicalStructures" + }, + { + "type": "Entity", + "value": "Werkezugmaschine" + }, + { + "type": "Entity", + "value": "Werkezugmaschine_EntryTableUnit" + } + ] + }, + "second": { + "type": "ModelReference", + "keys": [ + { + "type": "Submodel", + "value": "HierarchicalStructures" + }, + { + "type": "Entity", + "value": "Werkezugmaschine" + }, + { + "type": "Entity", + "value": "Werkezugmaschine_EntryTableUnit" + }, + { + "type": "Entity", + "value": "Werkezugmaschine_Gearbox_Entry" + } + ] + }, + "modelType": "RelationshipElement" + }, + { + "idShort": "Motor", + "description": [ + { + "language": "en", + "text": "Can be a Co-managed or Self-managed entity. A Node reflects an element in the hierarchical model is set into relation with one or more defined relations. The name of a node can be picked freely but it must be unique in its hierarchical (sub-)level." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/idta/HierarchicalStructures/Node/1/0" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "ZeroToMany" + }, + { + "type": "EditIdShort", + "valueType": "xs:string", + "value": "True" + } + ], + "statements": [ + { + "idShort": "BulkCount", + "description": [ + { + "language": "en", + "text": "To be used if bulk components are referenced, e.g., a 10x M4x30 screw." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/idta/HierarchicalStructures/BulkCount/1/0" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "ZeroToOne" + } + ], + "valueType": "xs:unsignedLong", + "value": "1", + "modelType": "Property" + } + ], + "entityType": "SelfManagedEntity", + "globalAssetId": " urn:Hersteller:Automation:asset:1:1:g730_PMCS_G7X0_P_MCS", + "specificAssetIds": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "xyz" + } + ] + }, + "name": "BMK", + "value": "=T1.WL1\u002BMO1-MA1" + } + ], + "modelType": "Entity" + }, + { + "idShort": "HasPart_Motor", + "description": [ + { + "language": "en", + "text": "Modeling of logical connections between components and sub-components. Either this or \u0022IsPartOf\u0022 must be used, not both." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/idta/HierarchicalStructures/HasPart/1/0" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "ZeroToMany" + }, + { + "type": "EditIdShort", + "valueType": "xs:string", + "value": "True" + } + ], + "first": { + "type": "ModelReference", + "keys": [ + { + "type": "Submodel", + "value": "HierarchicalStructures" + }, + { + "type": "Entity", + "value": "Werkezugmaschine" + }, + { + "type": "Entity", + "value": "Werkezugmaschine_EntryTableUnit" + } + ] + }, + "second": { + "type": "ModelReference", + "keys": [ + { + "type": "Submodel", + "value": "HierarchicalStructures" + }, + { + "type": "Entity", + "value": "Werkezugmaschine" + }, + { + "type": "Entity", + "value": "Werkezugmaschine_EntryTableUnit" + }, + { + "type": "Entity", + "value": "Motor" + } + ] + }, + "modelType": "RelationshipElement" + } + ], + "entityType": "SelfManagedEntity", + "globalAssetId": "https://example.com/ids/Entity/9296_8101_6785_8806", + "specificAssetIds": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "xyz" + } + ] + }, + "name": "BMK", + "value": "=T1.WL1\u002BMO1" + } + ], + "modelType": "Entity" + }, + { + "idShort": "HasPart_EntryTableUnit", + "description": [ + { + "language": "en", + "text": "Modeling of logical connections between components and sub-components. Either this or \u0022IsPartOf\u0022 must be used, not both." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/idta/HierarchicalStructures/HasPart/1/0" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "ZeroToMany" + }, + { + "type": "EditIdShort", + "valueType": "xs:string", + "value": "True" + } + ], + "first": { + "type": "ModelReference", + "keys": [ + { + "type": "Submodel", + "value": "HierarchicalStructures" + }, + { + "type": "Entity", + "value": "Werkezugmaschine" + } + ] + }, + "second": { + "type": "ModelReference", + "keys": [ + { + "type": "Submodel", + "value": "HierarchicalStructures" + }, + { + "type": "Entity", + "value": "Werkezugmaschine" + }, + { + "type": "Entity", + "value": "Werkezugmaschine_EntryTableUnit" + } + ] + }, + "modelType": "RelationshipElement" + }, + { + "idShort": "ExitTableUnit", + "description": [ + { + "language": "en", + "text": "Base entry point for the Entity tree in this Submodel, this must be a Self-managed Entity reflecting the Assets administrated in the Asset Administration Shell this Submodel is part of. The idShort of the EntryNode can be picked freely and may reflect a name of the asset." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/idta/HierarchicalStructures/Node/1/0" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "OneToMany" + }, + { + "type": "EditIdShort", + "valueType": "xs:string", + "value": "True" + } + ], + "statements": [ + { + "idShort": "BulkCount", + "description": [ + { + "language": "en", + "text": "To be used if bulk components are referenced, e.g., a 10x M4x30 screw." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/idta/HierarchicalStructures/BulkCount/1/0" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "ZeroToOne" + } + ], + "valueType": "xs:unsignedLong", + "value": "1", + "modelType": "Property" + }, + { + "idShort": "RollAssembly_Exit", + "description": [ + { + "language": "en", + "text": "Can be a Co-managed or Self-managed entity. A Node reflects an element in the hierarchical model is set into relation with one or more defined relations. The name of a node can be picked freely but it must be unique in its hierarchical (sub-)level." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/idta/HierarchicalStructures/Node/1/0" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "ZeroToMany" + }, + { + "type": "EditIdShort", + "valueType": "xs:string", + "value": "True" + } + ], + "statements": [ + { + "idShort": "BulkCount", + "description": [ + { + "language": "en", + "text": "To be used if bulk components are referenced, e.g., a 10x M4x30 screw." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/idta/HierarchicalStructures/BulkCount/1/0" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "ZeroToOne" + } + ], + "valueType": "xs:unsignedLong", + "value": "8", + "modelType": "Property" + } + ], + "entityType": "SelfManagedEntity", + "specificAssetIds": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "xyz" + } + ] + }, + "name": "BMK", + "value": "=T1.WL1\u002BMO2-A1" + } + ], + "modelType": "Entity" + }, + { + "idShort": "HasPart_RollAssembly_Exit", + "description": [ + { + "language": "en", + "text": "Modeling of logical connections between components and sub-components. Either this or \u0022IsPartOf\u0022 must be used, not both." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/idta/HierarchicalStructures/HasPart/1/0" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "ZeroToMany" + }, + { + "type": "EditIdShort", + "valueType": "xs:string", + "value": "True" + } + ], + "first": { + "type": "ModelReference", + "keys": [ + { + "type": "Submodel", + "value": "HierarchicalStructures" + }, + { + "type": "Entity", + "value": "Werkezugmaschine" + }, + { + "type": "Entity", + "value": "Werkezugmaschine_ExitTableUnit" + } + ] + }, + "second": { + "type": "ModelReference", + "keys": [ + { + "type": "Submodel", + "value": "HierarchicalStructures" + }, + { + "type": "Entity", + "value": "Werkezugmaschine" + }, + { + "type": "Entity", + "value": "Werkezugmaschine_ExitTableUnit" + }, + { + "type": "Entity", + "value": "Werkezugmaschine_RollAssembly_Exit" + } + ] + }, + "modelType": "RelationshipElement" + }, + { + "idShort": "Gearbox", + "description": [ + { + "language": "en", + "text": "Can be a Co-managed or Self-managed entity. A Node reflects an element in the hierarchical model is set into relation with one or more defined relations. The name of a node can be picked freely but it must be unique in its hierarchical (sub-)level." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/idta/HierarchicalStructures/Node/1/0" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "ZeroToMany" + }, + { + "type": "EditIdShort", + "valueType": "xs:string", + "value": "True" + } + ], + "statements": [ + { + "idShort": "BulkCount", + "description": [ + { + "language": "en", + "text": "To be used if bulk components are referenced, e.g., a 10x M4x30 screw." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/idta/HierarchicalStructures/BulkCount/1/0" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "ZeroToOne" + } + ], + "valueType": "xs:unsignedLong", + "value": "1", + "modelType": "Property" + } + ], + "entityType": "SelfManagedEntity", + "specificAssetIds": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "xyz" + } + ] + }, + "name": "BMK", + "value": "=T1.WL1\u002BMO2-TL1" + } + ], + "modelType": "Entity" + }, + { + "idShort": "HasPart_Gearbox", + "description": [ + { + "language": "en", + "text": "Modeling of logical connections between components and sub-components. Either this or \u0022IsPartOf\u0022 must be used, not both." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/idta/HierarchicalStructures/HasPart/1/0" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "ZeroToMany" + }, + { + "type": "EditIdShort", + "valueType": "xs:string", + "value": "True" + } + ], + "first": { + "type": "ModelReference", + "keys": [ + { + "type": "Submodel", + "value": "HierarchicalStructures" + }, + { + "type": "Entity", + "value": "Werkezugmaschine" + }, + { + "type": "Entity", + "value": "Werkezugmaschine_ExitTableUnit" + } + ] + }, + "second": { + "type": "ModelReference", + "keys": [ + { + "type": "Submodel", + "value": "HierarchicalStructures" + }, + { + "type": "Entity", + "value": "Werkezugmaschine" + }, + { + "type": "Entity", + "value": "Werkezugmaschine_ExitTableUnit" + }, + { + "type": "Entity", + "value": "Gearbox" + } + ] + }, + "modelType": "RelationshipElement" + }, + { + "idShort": "Motor", + "description": [ + { + "language": "en", + "text": "Can be a Co-managed or Self-managed entity. A Node reflects an element in the hierarchical model is set into relation with one or more defined relations. The name of a node can be picked freely but it must be unique in its hierarchical (sub-)level." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/idta/HierarchicalStructures/Node/1/0" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "ZeroToMany" + }, + { + "type": "EditIdShort", + "valueType": "xs:string", + "value": "True" + } + ], + "statements": [ + { + "idShort": "BulkCount", + "description": [ + { + "language": "en", + "text": "To be used if bulk components are referenced, e.g., a 10x M4x30 screw." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/idta/HierarchicalStructures/BulkCount/1/0" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "ZeroToOne" + } + ], + "valueType": "xs:unsignedLong", + "value": "1", + "modelType": "Property" + } + ], + "entityType": "SelfManagedEntity", + "globalAssetId": " urn:hersteller:Automation:asset:1:1:g730_PMCS_G7X0_P_MCS", + "specificAssetIds": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "xyz" + } + ] + }, + "name": "BMK", + "value": "=T1.WL1\u002BMO2-MA1" + } + ], + "modelType": "Entity" + }, + { + "idShort": "HasPart_Motor", + "description": [ + { + "language": "en", + "text": "Modeling of logical connections between components and sub-components. Either this or \u0022IsPartOf\u0022 must be used, not both." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/idta/HierarchicalStructures/HasPart/1/0" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "ZeroToMany" + }, + { + "type": "EditIdShort", + "valueType": "xs:string", + "value": "True" + } + ], + "first": { + "type": "ModelReference", + "keys": [ + { + "type": "Submodel", + "value": "HierarchicalStructures" + }, + { + "type": "Entity", + "value": "Werkezugmaschine" + }, + { + "type": "Entity", + "value": "Werkezugmaschine_ExitTableUnit" + } + ] + }, + "second": { + "type": "ModelReference", + "keys": [ + { + "type": "Submodel", + "value": "HierarchicalStructures" + }, + { + "type": "Entity", + "value": "Werkezugmaschine" + }, + { + "type": "Entity", + "value": "Werkezugmaschine_ExitTableUnit" + }, + { + "type": "Entity", + "value": "Motor" + } + ] + }, + "modelType": "RelationshipElement" + } + ], + "entityType": "SelfManagedEntity", + "globalAssetId": "https://example.com/ids/Entity/9296_8101_6785_8806", + "specificAssetIds": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "xyz" + } + ] + }, + "name": "BMK", + "value": "=T1.WL1\u002BMO2" + } + ], + "modelType": "Entity" + }, + { + "idShort": "HasPart_ExitTableUnit", + "description": [ + { + "language": "en", + "text": "Modeling of logical connections between components and sub-components. Either this or \u0022IsPartOf\u0022 must be used, not both." + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/idta/HierarchicalStructures/HasPart/1/0" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "ZeroToMany" + }, + { + "type": "EditIdShort", + "valueType": "xs:string", + "value": "True" + } + ], + "first": { + "type": "ModelReference", + "keys": [ + { + "type": "Submodel", + "value": "HierarchicalStructures" + }, + { + "type": "Entity", + "value": "Werkezugmaschine" + } + ] + }, + "second": { + "type": "ModelReference", + "keys": [ + { + "type": "Submodel", + "value": "HierarchicalStructures" + }, + { + "type": "Entity", + "value": "Werkezugmaschine" + }, + { + "type": "Entity", + "value": "Werkezugmaschine_ExitTableUnit" + } + ] + }, + "modelType": "RelationshipElement" + } + ], + "entityType": "SelfManagedEntity", + "globalAssetId": "https://example.com/ids/P/5645_2901_9088_1684", + "specificAssetIds": [ + { + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "xyz" + } + ] + }, + "name": "BMK", + "value": "=T1" + } + ], + "modelType": "Entity" + }, + { + "category": "CONSTANT", + "idShort": "ArcheType", + "description": [ + { + "language": "en", + "text": "ArcheType of the Submodel, there are three allowed enumeration entries: 1. \u201CFull\u201D, 2. \u201COneDown\u201D and 3. \u201COneUp\u201D. " + } + ], + "semanticId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/idta/HierarchicalStructures/ArcheType/1/0" + } + ] + }, + "qualifiers": [ + { + "type": "Multiplicity", + "valueType": "xs:string", + "value": "One" + }, + { + "type": "FormChoices", + "valueType": "xs:string", + "value": "Full;OneDown;OneUp" + } + ], + "valueType": "xs:string", + "value": "Full", + "modelType": "Property" + } + ], + "modelType": "Submodel" + } + ], + "conceptDescriptions": [ + { + "idShort": "URIOfTheProduct", + "id": "0173-1#02-AAY811#001", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "URIOfTheProduct" + } + ], + "definition": [ + { + "language": "en", + "text": "unique global identification of the product using an universal resource identifier (URI)" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "ManufacturerName", + "id": "0173-1#02-AAO677#002", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "ManufacturerName" + } + ], + "definition": [ + { + "language": "en", + "text": "legally valid designation of the natural or judicial person which is directly responsible for the design, production, packaging and labeling of a product in respect to its being brought into circulation" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "ManufacturerProductDesignation", + "id": "0173-1#02-AAW338#001", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "ManufacturerProductDesignation" + } + ], + "definition": [ + { + "language": "en", + "text": "Short description of the product (short text) " + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "ManufacturerProductRoot", + "id": "0173-1#02-AAU732#001", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "ManufacturerProductRoot" + } + ], + "definition": [ + { + "language": "en", + "text": "Top level of a 3 level manufacturer specific product hierarchy" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "ManufacturerProductFamily", + "id": "0173-1#02-AAU731#001", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "ManufacturerProductFamily" + } + ], + "definition": [ + { + "language": "en", + "text": "2nd level of a 3 level manufacturer specific product hierarchy" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "ManufacturerProductType", + "id": "0173-1#02-AAO057#002", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "ManufacturerProductType" + } + ], + "definition": [ + { + "language": "en", + "text": "Characteristic to differentiate between different products of a product family or special variants" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "OrderCodeOfManufacturer", + "id": "0173-1#02-AAO227#002", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "OrderCodeOfManufacturer" + } + ], + "definition": [ + { + "language": "en", + "text": "By manufactures issued unique combination of numbers and letters used to identify the device for ordering" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "ProductArticleNumberOfManufacturer", + "id": "0173-1#02-AAO676#003", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "ProductArticleNumberOfManufacturer" + } + ], + "definition": [ + { + "language": "en", + "text": "unique product identifier of the manufacturer" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "SerialNumber", + "id": "0173-1#02-AAM556#002", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "SerialNumber" + } + ], + "definition": [ + { + "language": "en", + "text": "unique combination of numbers and letters used to identify the device once it has been manufactured" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "YearOfConstruction", + "id": "0173-1#02-AAP906#001", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "YearOfConstruction" + } + ], + "definition": [ + { + "language": "en", + "text": "Year as completion date of object" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "DateOfManufacture", + "id": "0173-1#02-AAR972#002", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "DateOfManufacture" + } + ], + "definition": [ + { + "language": "en", + "text": "Date from which the production and / or development process is completed or from which a service is provided completely" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "HardwareVersion", + "id": "0173-1#02-AAN270#002", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "HardwareVersion" + } + ], + "definition": [ + { + "language": "en", + "text": "Version of the hardware supplied with the device" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "FirmwareVersion", + "id": "0173-1#02-AAM985#002", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "FirmwareVersion" + } + ], + "definition": [ + { + "language": "en", + "text": "Version of the firmware supplied with the device" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "SoftwareVersion", + "id": "0173-1#02-AAM737#002", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "SoftwareVersion" + } + ], + "definition": [ + { + "language": "en", + "text": "Version of the software used by the device" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "CountryOfOrigin", + "id": "0173-1#02-AAO259#004", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "CountryOfOrigin" + } + ], + "definition": [ + { + "language": "en", + "text": "Country where the product was manufactured" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "CompanyLogo", + "id": "https://admin-shell.io/zvei/nameplate/2/0/Nameplate/CompanyLogo", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "CompanyLogo" + } + ], + "definition": [ + { + "language": "en", + "text": "A graphic mark used to represent a company, an organisation or a product" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "Markings", + "id": "0173-1#01-AGZ673#001", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Markings" + } + ], + "definition": [ + { + "language": "en", + "text": "Collection of product markings" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "AssetSpecificProperties", + "id": "0173-1#01-AGZ672#001", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "AssetSpecificProperties" + } + ], + "definition": [ + { + "language": "en", + "text": "Group of properties that are listed on the asset\u0027s nameplate and are grouped based on guidelines" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "MarkingName", + "id": "https://admin-shell.io/zvei/nameplate/2/0/Nameplate/Markings/Marking/MarkingName", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "MarkingName" + } + ], + "definition": [ + { + "language": "en", + "text": "common name of the marking" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "DesignationOfCertificateOrApproval", + "id": "0112/2///61987#ABH783#001", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "DesignationOfCertificateOrApproval" + } + ], + "definition": [ + { + "language": "en", + "text": "alphanumeric character sequence identifying a certificate or approval" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "IssueDate", + "id": "https://admin-shell.io/zvei/nameplate/2/0/Nameplate/Markings/Marking/IssueDate", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "IssueDate" + } + ], + "definition": [ + { + "language": "en", + "text": "Date, at which the specified certificate is issued " + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "ExpiryDate", + "id": "https://admin-shell.io/zvei/nameplate/2/0/Nameplate/Markings/Marking/ExpiryDate", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "ExpiryDate" + } + ], + "definition": [ + { + "language": "en", + "text": "Date, at which the specified certificate expires " + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "MarkingFile", + "id": "https://admin-shell.io/zvei/nameplate/2/0/Nameplate/Markings/Marking/MarkingFile", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "MarkingFile" + } + ], + "definition": [ + { + "language": "en", + "text": "conformity symbol of the marking " + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "MarkingAdditionalText_00", + "id": "https://admin-shell.io/zvei/nameplate/2/0/Nameplate/Markings/Marking/MarkingAdditionalText", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "MarkingAdditionalText_00" + } + ], + "definition": [ + { + "language": "en", + "text": "where applicable, additional information on the marking in plain text, e.g. the ID-number of the notified body involved in the conformity process" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "TypeOfApproval", + "id": "0173-1#02-AAM812#003", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "TypeOfApproval" + } + ], + "definition": [ + { + "language": "en", + "text": "classification according to the standard or directive to which the approval applies" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "ApprovalAgencyTestingAgency", + "id": "0173-1#02-AAM632#001", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "ApprovalAgencyTestingAgency" + } + ], + "definition": [ + { + "language": "en", + "text": "certificates and approvals pertaining to general usage and compliance with constructional standards and directives" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "TypeOfProtection", + "id": "0173-1#02-AAQ325#003", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "TypeOfProtection" + } + ], + "definition": [ + { + "language": "en", + "text": "classification of an explosion protection according to the specific measures applied to avoid ignition of a surrounding explosive atmosphere" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "RatedInsulationVoltage", + "id": "0173-1#02-AAN532#003", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "RatedInsulationVoltage" + } + ], + "unit": "V", + "unitId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#05-AAA153#003" + } + ] + }, + "definition": [ + { + "language": "en", + "text": "from the manufacturer for the capital assets limited isolation with given(indicated) operating conditions" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "InstructionsControlDrawing", + "id": "0112/2///61987#ABO102#001", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "InstructionsControlDrawing" + } + ], + "definition": [ + { + "language": "en", + "text": "designation used to uniquely identify a control/reference drawing stored in a file system" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "IncompleteDevice", + "id": "https://admin-shell.io/zvei/nameplate/2/0/Nameplate/Markings/Marking/ExplosionSafeties/ExplosionSafety/IncompleteDevice", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "IncompleteDevice" + } + ], + "definition": [ + { + "language": "en", + "text": "U if any, otherwise no entry" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "AmbientConditions", + "id": "https://admin-shell.io/zvei/nameplate/2/0/Nameplate/Markings/Marking/ExplosionSafeties/ExplosionSafety/AmbientConditions", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "AmbientConditions" + } + ], + "definition": [ + { + "language": "en", + "text": "Contains properties which are related to the ambient conditions of the device. " + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "ProcessConditions", + "id": "https://admin-shell.io/zvei/nameplate/2/0/Nameplate/Markings/Marking/ExplosionSafeties/ExplosionSafety/ProcessConditions", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "ProcessConditions" + } + ], + "definition": [ + { + "language": "en", + "text": "Contains properties which are related to the process conditions of the device. " + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "ExternalElectricalCircuit", + "id": "https://admin-shell.io/zvei/nameplate/2/0/Nameplate/Markings/Marking/ExplosionSafeties/ExplosionSafety/ExternalElectricalCircuit", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "ExternalElectricalCircuit" + } + ], + "definition": [ + { + "language": "en", + "text": "specifies the parameters of external electrical circuits. " + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "DeviceCategory", + "id": "0173-1#02-AAK297#004", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "DeviceCategory" + } + ], + "definition": [ + { + "language": "en", + "text": "category of device in accordance with directive 94/9/EC" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "EquipmentProtectionLevel", + "id": "0173-1#02-AAM668#001", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "EquipmentProtectionLevel" + } + ], + "definition": [ + { + "language": "en", + "text": "part of a hazardous area classification system indicating the likelihood of the existence of a classified hazard" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "RegionalSpecificMarking", + "id": "https://admin-shell.io/zvei/nameplate/2/0/Nameplate/Markings/Marking/ExplosionSafeties/ExplosionSafety/RegionalSpecificMarking", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "RegionalSpecificMarking" + } + ], + "definition": [ + { + "language": "en", + "text": "Marking used only in specific regions, e.g. North America: class/divisions, EAC: \u201C1\u201D or NEC: \u201CAIS\u201D" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "ExplosionGroup", + "id": "0173-1#02-AAT372#001", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "ExplosionGroup" + } + ], + "definition": [ + { + "language": "en", + "text": "classification of dangerous gaseous substances based on their ability to cause an explosion" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "MinimumAmbientTemperature", + "id": "0173-1#02-AAZ952#001", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "MinimumAmbientTemperature" + } + ], + "unit": "\u00BAC", + "unitId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#05-AAA567#004" + } + ] + }, + "definition": [ + { + "language": "en", + "text": "lower limit of the temperature range of the surrounding space in which the component, the pipework or the system can be operated" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "MaxAmbientTemperature", + "id": "0173-1#02-BAA039#010", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "MaxAmbientTemperature" + } + ], + "unit": "\u00BAC", + "unitId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#05-AAA567#004" + } + ] + }, + "definition": [ + { + "language": "en", + "text": "upper limit of the temperature range of the surrounding space in which the component, the pipework or the system can be operated" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "MaxSurfaceTemperatureForDustProof", + "id": "0173-1#02-AAM666#005", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "MaxSurfaceTemperatureForDustProof" + } + ], + "unit": "\u00BAC", + "unitId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#05-AAA567#004" + } + ] + }, + "definition": [ + { + "language": "en", + "text": "maximum permissible surface temperature of a device used in an explosion hazardous area with combustible dust" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "LowerLimitingValueOfProcessTemperature", + "id": "0173-1#02-AAN309#004", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "LowerLimitingValueOfProcessTemperature" + } + ], + "unit": "\u00BAC", + "unitId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#05-AAA567#004" + } + ] + }, + "definition": [ + { + "language": "en", + "text": "lowest temperature to which the wetted parts of the equipment can be subjected without permanent impairment of operating characteristics" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "UpperLimitingValueOfProcessTemperature", + "id": "0173-1#02-AAN307#004", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "UpperLimitingValueOfProcessTemperature" + } + ], + "unit": "\u00BAC", + "unitId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#05-AAA567#004" + } + ] + }, + "definition": [ + { + "language": "en", + "text": "highest temperature to which the wetted parts of the device may be subjected without permanent impairment of operating characteristics " + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "TemperatureClass", + "id": "0173-1#02-AAO371#004", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "TemperatureClass" + } + ], + "definition": [ + { + "language": "en", + "text": "classification system of electrical apparatus, based on its maximum surface temperature, related to the specific explosive atmosphere for which it is intended to be used" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "DesignationOfElectricalTerminal", + "id": "0112/2///61987#ABB147#004", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "DesignationOfElectricalTerminal" + } + ], + "definition": [ + { + "language": "en", + "text": "alphanumeric character sequence identifying an electrical terminal" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "Characteristics", + "id": "https://admin-shell.io/zvei/nameplate/2/0/Nameplate/Markings/Marking/ExplosionSafeties/ExplosionSafety/ExternalElectricalCircuit/Characteristics", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Characteristics" + } + ], + "definition": [ + { + "language": "en", + "text": "Characteristic of the intrinsically safe circuit " + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "Fisco", + "id": "https://admin-shell.io/zvei/nameplate/2/0/Nameplate/Markings/Marking/ExplosionSafeties/ExplosionSafety/ExternalElectricalCircuit/Fisco", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Fisco" + } + ], + "definition": [ + { + "language": "en", + "text": "FISCO certified intrinsically safe fieldbus circuit (IEC 60079-11)" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "TwoWISE", + "id": "https://admin-shell.io/zvei/nameplate/2/0/Nameplate/Markings/Marking/ExplosionSafeties/ExplosionSafety/ExternalElectricalCircuit/TwoWISE", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "TwoWISE" + } + ], + "definition": [ + { + "language": "en", + "text": "2-WISE certified intrinsically safe circuit (IEC 60079-47)" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "SafetyRelatedPropertiesForPassiveBehaviour", + "id": "0173-1#02-AAQ380#006", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "SafetyRelatedPropertiesForPassiveBehaviour" + } + ], + "definition": [ + { + "language": "en", + "text": "properties characterizing the safety related parameters of a loop-powered, intrinsically safe input or output circuit" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "SafetyRelatedPropertiesForActiveBehaviour", + "id": "0173-1#02-AAQ381#006", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "SafetyRelatedPropertiesForActiveBehaviour" + } + ], + "definition": [ + { + "language": "en", + "text": "properties characterizing the safety related parameters of an intrinsically safe circuit" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "MaxInputPower", + "id": "0173-1#02-AAQ372#003", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "MaxInputPower" + } + ], + "unit": "mW", + "unitId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#05-AAA143#003" + } + ] + }, + "definition": [ + { + "language": "en", + "text": "maximum power that can be applied to the connection facilities of the apparatus without invalidating the type of protection" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "MaxInputVoltage", + "id": "0173-1#02-AAM638#003", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "MaxInputVoltage" + } + ], + "unit": "V", + "unitId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#05-AAA153#003" + } + ] + }, + "definition": [ + { + "language": "en", + "text": "maximum voltage (peak a.c. or d.c.) that can be applied to the connection facilities of the apparatus without invalidating the type of protection" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "MaxInputCurrent", + "id": "0173-1#02-AAM642#004", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "MaxInputCurrent" + } + ], + "unit": " mA", + "unitId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#05-AAA723#003" + } + ] + }, + "definition": [ + { + "language": "en", + "text": "maximum current (peak a.c. or d.c) that can be applied to the connection facilities of the apparatus without invalidating the type of protection" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "MaxInternalCapacitance", + "id": "0173-1#02-AAM640#004", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "MaxInternalCapacitance" + } + ], + "unit": "\u00B5F", + "unitId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#05-AAA007#003" + } + ] + }, + "definition": [ + { + "language": "en", + "text": "maximum equivalent internal capacitance of the apparatus which is considered as appearing across the connection facilities" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "MaxInternalInductance", + "id": "0173-1#02-AAM639#003", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "MaxInternalInductance" + } + ], + "unit": "mH", + "unitId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#05-AAA047#003" + } + ] + }, + "definition": [ + { + "language": "en", + "text": "maximum equivalent internal inductance of the apparatus which is considered as appearing across the connection facilities" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "MaxOutputPower", + "id": "0173-1#02-AAQ371#003", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "MaxOutputPower" + } + ], + "unit": " mW", + "unitId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#05-AAA143#003" + } + ] + }, + "definition": [ + { + "language": "en", + "text": "maximum electrical power that can be taken from the apparatus" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "MaxOutputVoltage", + "id": "0173-1#02-AAM635#003", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "MaxOutputVoltage" + } + ], + "unit": "V", + "unitId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#05-AAA153#003" + } + ] + }, + "definition": [ + { + "language": "en", + "text": "maximum voltage (peak a.c. or d.c.) that can occur at the connection facilities of the apparatus at any applied voltage up to the maximum voltage" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "MaxOutputCurrent", + "id": "0173-1#02-AAM641#004", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "MaxOutputCurrent" + } + ], + "unit": "mA", + "unitId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#05-AAA723#003" + } + ] + }, + "definition": [ + { + "language": "en", + "text": "maximum current (peak a.c. or d.c.) in the apparatus that can be taken from the connection facilities of the apparatus" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "MaxExternalCapacitance", + "id": "0173-1#02-AAM637#004", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "MaxExternalCapacitance" + } + ], + "unit": " \u00B5F", + "unitId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#05-AAA007#003" + } + ] + }, + "definition": [ + { + "language": "en", + "text": "maximum capacitance that can be connected to the connection facilities of the apparatus without invalidating the type of protection" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "MaxExternalInductance", + "id": "0173-1#02-AAM636#003", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "MaxExternalInductance" + } + ], + "unit": " mH", + "unitId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#05-AAA047#003" + } + ] + }, + "definition": [ + { + "language": "en", + "text": "maximum value of inductance that can be connected to the connection facilities of the apparatus without invalidating the type of protection" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "MaxExternalInductanceResistanceRatio", + "id": "0173-1#02-AAM634#003", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "MaxExternalInductanceResistanceRatio" + } + ], + "unit": "mH/\u2126", + "unitId": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#05-AAA188#003" + } + ] + }, + "symbol": " Lo/Ro", + "definition": [ + { + "language": "en", + "text": "maximum value of ratio of inductance (Lo) to resistance (Ro) of any external circuit that can be connected to the connection facilities of the electrical apparatus without invalidating intrinsic safety" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "GuidelineSpecificProperties", + "id": "0173-1#01-AHD205#001", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "GuidelineSpecificProperties" + } + ], + "definition": [ + { + "language": "en", + "text": "Asset specific nameplate information required by guideline, stipulation or legislation." + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "GuidelineForConformityDeclaration", + "id": "0173-1#02-AAO856#002", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "GuidelineForConformityDeclaration" + } + ], + "definition": [ + { + "language": "en", + "text": "guideline, stipulation or legislation used for determining conformity" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "SpecificConditionsForUse", + "id": "https://admin-shell.io/zvei/nameplate/2/0/Nameplate/Markings/Marking/ExplosionSafeties/ExplosionSafety/SpecificConditionsForUse", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "SpecificConditionsForUse" + } + ], + "definition": [ + { + "language": "en", + "text": "X if any, otherwise no entry" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "ContactInformation", + "id": "https://admin-shell.io/zvei/nameplate/1/0/ContactInformations/ContactInformation", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "ContactInformation" + } + ], + "definition": [ + { + "language": "en", + "text": "The SMC \u201CContactInformation\u201D contains information on how to contact the manufacturer or an authorised service provider, e.g. when a maintenance service is required" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "isCaseOf": [ + { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-AAQ837#005" + } + ] + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "RoleOfContactPerson", + "id": "0173-1#02-AAO204#003", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "RoleOfContactPerson" + } + ], + "definition": [ + { + "language": "en", + "text": "function of a contact person in a process" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "NationalCode", + "id": "0173-1#02-AAO134#002", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "NationalCode" + } + ], + "definition": [ + { + "language": "en", + "text": "code of a country" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "Language", + "id": "https://admin-shell.io/zvei/nameplate/1/0/ContactInformations/ContactInformation/Language", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Language" + } + ], + "definition": [ + { + "language": "en", + "text": "Available language" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "isCaseOf": [ + { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "0173-1#02-AAO895#003" + } + ] + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "TimeZone", + "id": "https://admin-shell.io/zvei/nameplate/1/0/ContactInformations/ContactInformation/TimeZone", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "TimeZone" + } + ], + "definition": [ + { + "language": "en", + "text": "offsets from Coordinated Universal Time (UTC)" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "CityTown", + "id": "0173-1#02-AAO132#002", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "CityTown" + } + ], + "definition": [ + { + "language": "en", + "text": "town or city" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "Company", + "id": "0173-1#02-AAW001#001", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Company" + } + ], + "definition": [ + { + "language": "en", + "text": "name of the company" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "Department", + "id": "0173-1#02-AAO127#003", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Department" + } + ], + "definition": [ + { + "language": "en", + "text": "administrative section within an organisation where a business partner is located" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "Phone", + "id": "https://admin-shell.io/zvei/nameplate/1/0/ContactInformations/ContactInformation/Phone", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Phone" + } + ], + "definition": [ + { + "language": "en", + "text": "Phone number including type" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "TelephoneNumber", + "id": "0173-1#02-AAO136#002", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "TelephoneNumber" + } + ], + "definition": [ + { + "language": "en", + "text": "complete telephone number to be called to reach a business partner" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "TypeOfTelephone", + "id": "0173-1#02-AAO137#003", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "TypeOfTelephone" + } + ], + "definition": [ + { + "language": "en", + "text": "characterization of a telephone according to its location or usage" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "AvailableTime", + "id": "https://admin-shell.io/zvei/nameplate/1/0/ContactInformations/ContactInformation/AvailableTime/", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "AvailableTime" + } + ], + "definition": [ + { + "language": "en", + "text": "Specification of the available time window" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "Fax", + "id": "0173-1#02-AAQ834#005", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Fax" + } + ], + "definition": [ + { + "language": "en", + "text": "Fax number including type" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "FaxNumber", + "id": "0173-1#02-AAO195#002", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "FaxNumber" + } + ], + "definition": [ + { + "language": "en", + "text": "complete telephone number to be called to reach a business partner\u0027s fax machine" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "TypeOfFaxNumber", + "id": "0173-1#02-AAO196#003", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "TypeOfFaxNumber" + } + ], + "definition": [ + { + "language": "en", + "text": "characterization of the fax according its location or usage" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "Email", + "id": "0173-1#02-AAQ836#005", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Email" + } + ], + "definition": [ + { + "language": "en", + "text": "E-mail address and encryption method" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "EmailAddress", + "id": "0173-1#02-AAO198#002", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "EmailAddress" + } + ], + "definition": [ + { + "language": "en", + "text": "electronic mail address of a business partner" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "PublicKey", + "id": "0173-1#02-AAO200#002", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "PublicKey" + } + ], + "definition": [ + { + "language": "en", + "text": "public part of an unsymmetrical key pair to sign or encrypt text or messages" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "TypeOfEmailAddress", + "id": "0173-1#02-AAO199#003", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "TypeOfEmailAddress" + } + ], + "definition": [ + { + "language": "en", + "text": "characterization of an e-mail address according to its location or usage" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "TypeOfPublicKey", + "id": "0173-1#02-AAO201#002", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "TypeOfPublicKey" + } + ], + "definition": [ + { + "language": "en", + "text": "characterization of a public key according to its encryption process" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "IPCommunication_00", + "id": "https://admin-shell.io/zvei/nameplate/1/0/ContactInformations/", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "IPCommunication_00" + } + ], + "definition": [ + { + "language": "en", + "text": "ContactInformation/IPCommunication IP-based communication channels, e.g. chat or video call" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "AddressOfAdditionalLink", + "id": "0173-1#02-AAQ326#002", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "AddressOfAdditionalLink" + } + ], + "definition": [ + { + "language": "en", + "text": "web site address where information about the product or contact is given" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "Street", + "id": "0173-1#02-AAO128#002", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Street" + } + ], + "definition": [ + { + "language": "en", + "text": "street name and house number" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "Zipcode", + "id": "0173-1#02-AAO129#002", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Zipcode" + } + ], + "definition": [ + { + "language": "en", + "text": "ZIP code of address" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "POBox", + "id": "0173-1#02-AAO130#002", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "POBox" + } + ], + "definition": [ + { + "language": "en", + "text": "P.O. box number" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "ZipCodeOfPOBox", + "id": "0173-1#02-AAO131#002", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "ZipCodeOfPOBox" + } + ], + "definition": [ + { + "language": "en", + "text": "ZIP code of P.O. box address" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "StateCounty", + "id": "0173-1#02-AAO133#002", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "StateCounty" + } + ], + "definition": [ + { + "language": "en", + "text": "federal state a part of a state" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "NameOfContact", + "id": "0173-1#02-AAO205#002", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "NameOfContact" + } + ], + "definition": [ + { + "language": "en", + "text": "surname of a contact person" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "FirstName", + "id": "0173-1#02-AAO206#002", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "FirstName" + } + ], + "definition": [ + { + "language": "en", + "text": "first name of a contact person" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "MiddleNames", + "id": "0173-1#02-AAO207#002", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "MiddleNames" + } + ], + "definition": [ + { + "language": "en", + "text": "middle names of contact person" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "Title", + "id": "0173-1#02-AAO208#003", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Title" + } + ], + "definition": [ + { + "language": "en", + "text": "common, formal, religious, or other title preceding a contact person\u0027s name" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "AcademicTitle", + "id": "0173-1#02-AAO209#003", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "AcademicTitle" + } + ], + "definition": [ + { + "language": "en", + "text": "academic title preceding a contact person\u0027s name" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "FurtherDetailsOfContact", + "id": "0173-1#02-AAO210#002", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "FurtherDetailsOfContact" + } + ], + "definition": [ + { + "language": "en", + "text": "additional information of the contact person" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "DocumentDomainId", + "id": "0173-1#02-ABH994#001", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "DocumentDomainId" + }, + { + "language": "de", + "text": "Document Domain Identifikator" + } + ], + "definition": [ + { + "language": "en", + "text": "Identification of the domain in which the given DocumentId is unique. The domain ID can e.g., be the name or acronym of the providing organisation" + }, + { + "language": "de", + "text": "Identifikation der Dom\u00E4ne, in der die angegebene DocumentId eindeutig ist. Die Domain-ID kann z. B. der Name oder das Akronym der bereitstellenden Organisation sein\t" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "isCaseOf": [ + { + "type": "ModelReference", + "keys": [ + { + "type": "ConceptDescription", + "value": "0173-1#02-ABH994#001" + } + ] + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "ValueId", + "id": "0173-1#02-AAO099#002", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "document number" + }, + { + "language": "de", + "text": "Dokumentennummer" + } + ], + "definition": [ + { + "language": "en", + "text": "alphanumeric character sequence uniquely identifying a document" + }, + { + "language": "de", + "text": "alphanumerische Zeichenfolge, die ein Dokument eindeutig identifiziert\t" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "isCaseOf": [ + { + "type": "ModelReference", + "keys": [ + { + "type": "ConceptDescription", + "value": "0173-1#02-AAO099#002" + } + ] + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "IsPrimary", + "id": "0173-1#02-ABH995#001", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Document is primary" + }, + { + "language": "de", + "text": "Dokument ist prim\u00E4r" + } + ], + "definition": [ + { + "language": "en", + "text": "Flag indicating that a DocumentId within a collection of at least two DocumentId\u0060s is the \u2018primary\u2019 identifier for the document. This is the preferred ID of the document (commonly from the point of view of the owner of the asset)" + }, + { + "language": "de", + "text": "Flag, das angibt, dass eine DocumentId innerhalb einer Sammlung von mindestens zwei DocumentIds die \u201Eprim\u00E4re\u201C Kennung f\u00FCr das Dokument ist. Dies ist die bevorzugte ID des Dokuments (\u00FCblicherweise aus Sicht des Eigent\u00FCmers des Assets)\t" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "isCaseOf": [ + { + "type": "ModelReference", + "keys": [ + { + "type": "ConceptDescription", + "value": "0173-1#02-ABH995#001" + } + ] + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "ClassId", + "id": "0173-1#02-ABH996#001", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Class identifyer" + }, + { + "language": "de", + "text": "Klassenidentifikator" + } + ], + "definition": [ + { + "language": "en", + "text": "Unique ID of the document class within a ClassficationSystem" + }, + { + "language": "de", + "text": "Eindeutige ID der Dokumentenklasse innerhalb eines ClassificationSystems" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "isCaseOf": [ + { + "type": "ModelReference", + "keys": [ + { + "type": "ConceptDescription", + "value": "0173-1#02-ABH996#001" + } + ] + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "ClassName", + "id": "0173-1#02-AAO102#003", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "type of document" + }, + { + "language": "de", + "text": "Dokumententyp" + } + ], + "definition": [ + { + "language": "en", + "text": "classification of a document according to its purpose or the information it contains" + }, + { + "language": "de", + "text": "Charakterisierung eines Dokuments bez\u00FCglich des Zwecks oder der Information, die es beinhaltet" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "isCaseOf": [ + { + "type": "ModelReference", + "keys": [ + { + "type": "ConceptDescription", + "value": "0173-1#02-AAO102#003" + } + ] + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "ClassificationSystem", + "id": "0173-1#02-ABH997#001", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Classification system" + }, + { + "language": "de", + "text": "Klassifizierungssystem" + } + ], + "definition": [ + { + "language": "en", + "text": "Identification of the classification system" + }, + { + "language": "de", + "text": "Identifikation des Klassifikationssystems\t" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "isCaseOf": [ + { + "type": "ModelReference", + "keys": [ + { + "type": "ConceptDescription", + "value": "0173-1#02-ABH997#001" + } + ] + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "Language", + "id": "0173-1#02-AAN468#006", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "language of document" + }, + { + "language": "de", + "text": "Sprache des Dokuments" + } + ], + "definition": [ + { + "language": "en", + "text": "language style of the document" + }, + { + "language": "de", + "text": "Sprachstil des Dokuments\t" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "isCaseOf": [ + { + "type": "ModelReference", + "keys": [ + { + "type": "ConceptDescription", + "value": "0173-1#02-AAN468#006" + } + ] + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "DocumentVersionId", + "id": "0173-1#02-AAO100#002", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Document version" + }, + { + "language": "de", + "text": "Dokumentenversion" + } + ], + "definition": [ + { + "language": "en", + "text": "Information elements of individual VDI 2770 DocumentVersion entities" + }, + { + "language": "de", + "text": "Informationselemente einzelner VDI 2770 DocumentVersion Entit\u00E4ten\t" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "isCaseOf": [ + { + "type": "ModelReference", + "keys": [ + { + "type": "ConceptDescription", + "value": "0173-1#02-AAO100#002" + } + ] + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "Title", + "id": "0173-1#02-AAO105#002", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "document name" + }, + { + "language": "de", + "text": "Dokumentenname" + } + ], + "definition": [ + { + "language": "en", + "text": "name of the document" + }, + { + "language": "de", + "text": "Name des Dokuments\t" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "isCaseOf": [ + { + "type": "ModelReference", + "keys": [ + { + "type": "ConceptDescription", + "value": "0173-1#02-AAO105#002" + } + ] + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "SubTitle", + "id": "0173-1#02-ABH998#001", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Subtitle" + }, + { + "language": "de", + "text": "Untertitel" + } + ], + "definition": [ + { + "language": "en", + "text": "List of language-dependent subtitles of the Document" + }, + { + "language": "de", + "text": "Liste der sprachabh\u00E4ngigen Untertitel des Dokuments\t" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "isCaseOf": [ + { + "type": "ModelReference", + "keys": [ + { + "type": "ConceptDescription", + "value": "0173-1#02-ABH998#001" + } + ] + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "Summary", + "id": "0173-1#02-AAO106#002", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "document description" + }, + { + "language": "de", + "text": "Dokumentenbeschreibung" + } + ], + "definition": [ + { + "language": "en", + "text": "plain text characterizing the content of the document" + }, + { + "language": "de", + "text": "Klartext, der den Inhalt des Dokuments kennzeichnet\t" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "isCaseOf": [ + { + "type": "ModelReference", + "keys": [ + { + "type": "ConceptDescription", + "value": "0173-1#02-AAO106#002" + } + ] + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "KeyWords", + "id": "0173-1#02-ABH999#001", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Keyword" + }, + { + "language": "de", + "text": "Stichwort" + } + ], + "definition": [ + { + "language": "en", + "text": "List of language-dependent keywords of the document" + }, + { + "language": "de", + "text": "Liste der sprachabh\u00E4ngigen Schl\u00FCsselw\u00F6rter des Dokuments\t" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "isCaseOf": [ + { + "type": "ModelReference", + "keys": [ + { + "type": "ConceptDescription", + "value": "0173-1#02-ABH999#001" + } + ] + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "StatusSetDate", + "id": "0173-1#02-ABI000#001", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Document status set date" + }, + { + "language": "de", + "text": "Datum der Einstellung des Dokumentenstatus" + } + ], + "definition": [ + { + "language": "en", + "text": "Date when the document status was set" + }, + { + "language": "de", + "text": "Datum, an dem der Dokumentenstatus gesetzt wurde\t" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "isCaseOf": [ + { + "type": "ModelReference", + "keys": [ + { + "type": "ConceptDescription", + "value": "0173-1#02-ABI000#001" + } + ] + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "StatusValue", + "id": "0173-1#02-ABI001#001", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Document status" + }, + { + "language": "de", + "text": "Dokumentstatus" + } + ], + "definition": [ + { + "language": "en", + "text": "Each document version represents a point in time in the document life cycle. This status value refers to the milestones in the document life cycle. The following two values should be used for the application of this guideline: InReview (under review), Released (released)" + }, + { + "language": "de", + "text": "Jede Dokumentversion repr\u00E4sentiert einen Zeitpunkt im Dokumentlebenszyklus. Dieser Statuswert bezieht sich auf die Meilensteine \u200B\u200Bim Dokumentenlebenszyklus. F\u00FCr die Anwendung dieser Richtlinie sollten die folgenden zwei Werte verwendet werden: InReview (in \u00DCberpr\u00FCfung), Released (freigegeben)\t" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "isCaseOf": [ + { + "type": "ModelReference", + "keys": [ + { + "type": "ConceptDescription", + "value": "0173-1#02-ABI001#001" + } + ] + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "OrganizationName", + "id": "0173-1#02-ABI002#001", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Organization short name" + }, + { + "language": "de", + "text": "Kurzname der Organisation" + } + ], + "definition": [ + { + "language": "en", + "text": "Organiziation name of the author of the document" + }, + { + "language": "de", + "text": "Name der Organisation des Autors des Dokuments\t" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "isCaseOf": [ + { + "type": "ModelReference", + "keys": [ + { + "type": "ConceptDescription", + "value": "0173-1#02-ABI002#001" + } + ] + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "OrganizationOfficialName", + "id": "0173-1#02-ABI004#001", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Organization official name" + }, + { + "language": "de", + "text": "Offizieller Name der Organisation" + } + ], + "definition": [ + { + "language": "en", + "text": "Official name of the organization of author of the document" + }, + { + "language": "de", + "text": "Offizieller Name der Organisation des Autors des Dokuments\t" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "isCaseOf": [ + { + "type": "ModelReference", + "keys": [ + { + "type": "ConceptDescription", + "value": "0173-1#02-ABI004#001" + } + ] + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "RefersTo", + "id": "0173-1#02-ABI006#001", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Reference to other document" + }, + { + "language": "de", + "text": "Verweis auf ein anderes Dokument" + } + ], + "definition": [ + { + "language": "en", + "text": "Forms a generic RefersTo-relationship to another Document or DocumentVersion. They have a loose relationship" + }, + { + "language": "de", + "text": "Bildet eine generische RefersTo-Beziehung zu einem anderen Dokument oder einer anderen Dokumentversion. Sie haben ein lockeres Verh\u00E4ltnis\t" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "isCaseOf": [ + { + "type": "ModelReference", + "keys": [ + { + "type": "ConceptDescription", + "value": "0173-1#02-ABI006#001" + } + ] + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "BasedOn", + "id": "0173-1#02-ABI007#001", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Based on other document" + }, + { + "language": "de", + "text": "Basierend auf einem anderen Dokument" + } + ], + "definition": [ + { + "language": "en", + "text": "Forms a BasedOn-relationship to another Document or DocumentVersion. Typically states, that the content of the document bases on another document (e.g. specification requirements). Both have a strong relationship" + }, + { + "language": "de", + "text": "Bildet eine BasedOn-Beziehung zu einem anderen Dokument oder einer anderen Dokumentversion. Gibt typischerweise an, dass der Inhalt des Dokuments auf einem anderen Dokument basiert (z. B. Spezifikationsanforderungen). Beide haben eine starke Beziehung\t" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "isCaseOf": [ + { + "type": "ModelReference", + "keys": [ + { + "type": "ConceptDescription", + "value": "0173-1#02-ABI007#001" + } + ] + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "TranslationOf", + "id": "0173-1#02-ABI008#001", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Translation of other document" + }, + { + "language": "de", + "text": "\u00DCbersetzung eines anderen Dokuments" + } + ], + "definition": [ + { + "language": "en", + "text": "Forms a TranslationOf-relationship to another Document or DocumentVersion. Both have a strong relationship" + }, + { + "language": "de", + "text": "Bildet eine TranslationOf-Beziehung zu einem anderen Dokument oder einer anderen Dokumentversion. Beide haben eine starke Beziehung\t" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "isCaseOf": [ + { + "type": "ModelReference", + "keys": [ + { + "type": "ConceptDescription", + "value": "0173-1#02-ABI008#001" + } + ] + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "Document", + "id": "0173-1#02-ABI500#001/0173-1#01-AHF579#001*01", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Document (handover documentation)" + }, + { + "language": "de", + "text": "Dokument (\u00DCbergabedokumentation)" + } + ], + "definition": [ + { + "language": "en", + "text": "Each SubmodelElementCollection describes a document by standard, which is associated to the particular Asset Administration Shell" + }, + { + "language": "de", + "text": "Jede SubmodelElementCollection beschreibt ein Dokument (siehe IEC 82045-1 und IEC 8245-2), das der jeweiligen Asset Administration Shell zugeordnet ist\t" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "isCaseOf": [ + { + "type": "ModelReference", + "keys": [ + { + "type": "ConceptDescription", + "value": "0173-1#02-ABI500#001/0173-1#01-AHF579#001*01" + } + ] + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "DocumentId", + "id": "0173-1#02-ABI501#001/0173-1#01-AHF580#001*01", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Document identifier" + }, + { + "language": "de", + "text": "Dokumentidentifikator" + } + ], + "definition": [ + { + "language": "en", + "text": "Set of document identifiers for the Document. One ID in this collection should be used as a preferred ID" + }, + { + "language": "de", + "text": "Satz von Dokument-IDs f\u00FCr das Dokument. Eine ID in dieser Sammlung sollte als bevorzugte ID verwendet werden\t" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "isCaseOf": [ + { + "type": "ModelReference", + "keys": [ + { + "type": "ConceptDescription", + "value": "0173-1#02-ABI501#001/0173-1#01-AHF580#001*01" + } + ] + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "DocumentClassification", + "id": "0173-1#02-ABI502#001/0173-1#01-AHF581#001*01", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Document classification" + }, + { + "language": "de", + "text": "Dokumentenklassifizierung" + } + ], + "definition": [ + { + "language": "en", + "text": "Set of information for describing the classification of the Document according to ClassificationSystems" + }, + { + "language": "de", + "text": "Satz von Informationen zur Beschreibung der Klassifizierung des Dokuments gem\u00E4\u00DF Klassifizierungssystemen\t" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "isCaseOf": [ + { + "type": "ModelReference", + "keys": [ + { + "type": "ConceptDescription", + "value": "0173-1#02-ABI502#001/0173-1#01-AHF581#001*01" + } + ] + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "DocumentVersion", + "id": "0173-1#02-ABI503#001/0173-1#01-AHF582#001*01", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Document version" + }, + { + "language": "de", + "text": "Dokumentenversion" + } + ], + "definition": [ + { + "language": "en", + "text": "Information elements of individual Document Version entities" + }, + { + "language": "de", + "text": "Informationselemente einzelner VDI 2770 DocumentVersion Entit\u00E4ten\t" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "isCaseOf": [ + { + "type": "ModelReference", + "keys": [ + { + "type": "ConceptDescription", + "value": "0173-1#02-ABI503#001/0173-1#01-AHF582#001*01" + } + ] + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "DigitalFile", + "id": "0173-1#02-ABI504#001/0173-1#01-AHF583#001", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Digital file" + }, + { + "language": "de", + "text": "Digitale Datei" + } + ], + "definition": [ + { + "language": "en", + "text": "MIME-Type, file name and file contents given by the file SubmodelElement" + }, + { + "language": "de", + "text": "MIME-Typ, Dateiname und Dateiinhalt, die von der Datei SubmodelElement vorgegeben werden\t" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "isCaseOf": [ + { + "type": "ModelReference", + "keys": [ + { + "type": "ConceptDescription", + "value": "0173-1#02-ABI504#001/0173-1#01-AHF583#001" + } + ] + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "PreviewFile", + "id": "0173-1#02-ABI505#001 /0173-1#01-AHF584#001", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Preview file" + }, + { + "language": "de", + "text": "Vorschaudatei" + } + ], + "definition": [ + { + "language": "en", + "text": "Provides a preview image of the Document Version, e.g. first page, in a commonly used image format and low resolution" + }, + { + "language": "de", + "text": "Liefert ein Vorschaubild der DocumentVersion, z.B. erste Seite, in einem g\u00E4ngigen Bildformat und niedriger Aufl\u00F6sung.\t" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "isCaseOf": [ + { + "type": "ModelReference", + "keys": [ + { + "type": "ConceptDescription", + "value": "0173-1#02-ABI505#001 /0173-1#01-AHF584#001" + } + ] + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "numberOfDocuments", + "description": [ + { + "language": "en", + "text": "Number of Documents" + }, + { + "language": "de", + "text": "Anzahl der Dokumente" + } + ], + "id": "0173-1#02-ABH990#001", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Number of documents (handover documentation)" + }, + { + "language": "de", + "text": " Anzahl der Dokumente (\u00DCbergabedokumentation)" + } + ], + "definition": [ + { + "language": "en", + "text": "Number of documents (handover documentation)" + }, + { + "language": "de", + "text": " Anzahl der Dokumente (\u00DCbergabedokumentation)" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "isCaseOf": [ + { + "type": "ModelReference", + "keys": [ + { + "type": "ConceptDescription", + "value": "0173-1#02-ABH990#001" + } + ] + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "DocumentPath", + "id": "0173-1#02-ABI005#001 ", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Document path" + }, + { + "language": "de", + "text": "Dokumentenpfad" + } + ], + "definition": [ + { + "language": "en", + "text": "Path of the document" + }, + { + "language": "de", + "text": "Pfad des Dokuments\t" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "isCaseOf": [ + { + "type": "ModelReference", + "keys": [ + { + "type": "ConceptDescription", + "value": "0173-1#02-ABI005#001 " + } + ] + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "TypeOfCommunication", + "id": "https://admin-shell.io/zvei/nameplate/1/0/ ContactInformations/ContactInformation/IPCommunication/TypeOfCommunication", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "TypeOfCommunication" + } + ], + "definition": [ + { + "language": "en", + "text": "characterization of an IP-based communication channel" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "ContactInformations", + "id": "https://admin-shell.io/zvei/nameplate/1/0/ContactInformations", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "ContactInformations" + } + ], + "definition": [ + { + "language": "en", + "text": "The Submodel \u201CContactInformations\u201D is the collection for various contact information." + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "Skills", + "administration": { + "version": "1", + "revision": "0" + }, + "id": "https://admin-shell.io/idta/ControlComponent/Skills/1/0", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Skills" + } + ], + "definition": [ + { + "language": "en", + "text": "Skills" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "Skill", + "administration": { + "version": "1", + "revision": "0" + }, + "id": "https://admin-shell.io/idta/ControlComponent/Skill/1/0", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Skill" + } + ], + "definition": [ + { + "language": "en", + "text": "Skill" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "Name", + "administration": { + "version": "1", + "revision": "0" + }, + "id": "https://admin-shell.io/idta/ControlComponent/Skill/Name/1/0", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Skill Name" + } + ], + "definition": [ + { + "language": "en", + "text": "Skill Name" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "DisplayName", + "administration": { + "version": "1", + "revision": "0" + }, + "id": "https://admin-shell.io/idta/ControlComponent/Skill/DisplayName/1/0", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "DisplayName" + } + ], + "definition": [ + { + "language": "en", + "text": "DisplayName" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "Disabled", + "administration": { + "version": "1", + "revision": "0" + }, + "id": "https://admin-shell.io/idta/ControlComponent/Skill/Disabled/1/0", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Disabled" + } + ], + "definition": [ + { + "language": "en", + "text": "Disabled" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "Modes", + "administration": { + "version": "1", + "revision": "0" + }, + "id": "https://admin-shell.io/idta/ControlComponent/Skill/Modes/1/0", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Modes" + } + ], + "definition": [ + { + "language": "en", + "text": "Modes" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "Mode", + "administration": { + "version": "1", + "revision": "0" + }, + "id": "https://admin-shell.io/idta/ControlComponent/Skill/Mode/1/0", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Mode" + } + ], + "definition": [ + { + "language": "en", + "text": "Mode" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "Parameters", + "administration": { + "version": "1", + "revision": "0" + }, + "id": "https://admin-shell.io/idta/ControlComponent/Skill/Parameters/1/0", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Parameters" + } + ], + "definition": [ + { + "language": "en", + "text": "Parameters" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "Parameter", + "administration": { + "version": "1", + "revision": "0" + }, + "id": "https://admin-shell.io/idta/ControlComponent/Skill/Parameter/1/0", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Parameter" + } + ], + "definition": [ + { + "language": "en", + "text": "Parameter" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "Name", + "administration": { + "version": "1", + "revision": "0" + }, + "id": "https://admin-shell.io/idta/ControlComponent/Skill/Parameter/Name/1/0", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Parameter Name" + } + ], + "definition": [ + { + "language": "en", + "text": "Parameter Name" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "Direction", + "administration": { + "version": "1", + "revision": "0" + }, + "id": "https://admin-shell.io/idta/ControlComponent/Skill/Parameter/Direction/1/0", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Parameter Direction" + } + ], + "definition": [ + { + "language": "en", + "text": "Parameter Direction" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "Type", + "administration": { + "version": "1", + "revision": "0" + }, + "id": "https://admin-shell.io/idta/ControlComponent/Skill/Parameter/Type/1/0", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Parameter Type" + } + ], + "definition": [ + { + "language": "en", + "text": "Parameter Type" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "Values", + "administration": { + "version": "1", + "revision": "0" + }, + "id": "https://admin-shell.io/idta/ControlComponent/Skill/Parameter/Values/1/0", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Values" + } + ], + "definition": [ + { + "language": "en", + "text": "Values" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "Errors", + "administration": { + "version": "1", + "revision": "0" + }, + "id": "https://admin-shell.io/idta/ControlComponent/Skill/Errors/1/0", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Errors" + } + ], + "definition": [ + { + "language": "en", + "text": "Errors" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "Uses", + "administration": { + "version": "1", + "revision": "0" + }, + "id": "https://admin-shell.io/idta/ControlComponent/Skill/Uses/1/0", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Uses" + } + ], + "definition": [ + { + "language": "en", + "text": "Uses" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "Type", + "administration": { + "version": "1", + "revision": "0" + }, + "id": "https://admin-shell.io/idta/ControlComponent/Type/1/0", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Control Component Type" + } + ], + "definition": [ + { + "language": "en", + "text": "Control Component Type" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "Interfaces", + "administration": { + "version": "1", + "revision": "0" + }, + "id": "https://admin-shell.io/idta/ControlComponent/Type/Interfaces/1/0", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Interfaces" + } + ], + "definition": [ + { + "language": "en", + "text": "Interfaces" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "Interface", + "administration": { + "version": "1", + "revision": "0" + }, + "id": "https://admin-shell.io/idta/ControlComponent/Type/Interface/1/0", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Interface" + } + ], + "definition": [ + { + "language": "en", + "text": "Interface" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "Errors", + "administration": { + "version": "1", + "revision": "0" + }, + "id": "https://admin-shell.io/idta/ControlComponent/Type/Errors/1/0", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Errors" + } + ], + "definition": [ + { + "language": "en", + "text": "Errors" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "ErrorCode", + "administration": { + "version": "1", + "revision": "0" + }, + "id": "https://admin-shell.io/idta/ControlComponent/Type/ErrorCode/1/0", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "ErrorCode" + } + ], + "definition": [ + { + "language": "en", + "text": "ErrorCode" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "Instance", + "administration": { + "version": "1", + "revision": "0" + }, + "id": "https://admin-shell.io/idta/ControlComponent/Instance/1/0", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Control Component Instance" + } + ], + "definition": [ + { + "language": "en", + "text": "Control Component Instance" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "Endpoints", + "administration": { + "version": "1", + "revision": "0" + }, + "id": "https://admin-shell.io/idta/ControlComponent/Instance/Endpoints/1/0", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Instance Endpoints" + } + ], + "definition": [ + { + "language": "en", + "text": "Instance Endpoints" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "Endpoint", + "administration": { + "version": "1", + "revision": "0" + }, + "id": "https://admin-shell.io/idta/ControlComponent/Instance/Endpoint/1/0", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Instance Endpoint" + } + ], + "definition": [ + { + "language": "en", + "text": "Instance Endpoint" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "idShort": "Type", + "administration": { + "version": "1", + "revision": "0" + }, + "id": "https://admin-shell.io/idta/ControlComponent/Instance/Type/1/0", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Instance Type" + } + ], + "definition": [ + { + "language": "en", + "text": "Instance Type" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "modelType": "ConceptDescription" + }, + { + "id": "https://admin-shell.io/idta/HierarchicalStructures/EntryNode/1/0", + "modelType": "ConceptDescription" + }, + { + "idShort": "MimeType", + "id": "0173-1#02-AAO214#002 ", + "embeddedDataSpecifications": [ + { + "dataSpecification": { + "type": "ExternalReference", + "keys": [ + { + "type": "GlobalReference", + "value": "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0" + } + ] + }, + "dataSpecificationContent": { + "preferredName": [ + { + "language": "en", + "text": "Mimetype" + }, + { + "language": "de", + "text": "Mimetyp" + } + ], + "definition": [ + { + "language": "en", + "text": "type of the additional document which is oriented towards the mime type used in the Internet" + }, + { + "language": "de", + "text": "Typ des Zusatzdokuments, der sich an den im Internet verwendeten Mime-Typen orientiert\t" + } + ], + "modelType": "DataSpecificationIec61360" + } + } + ], + "isCaseOf": [ + { + "type": "ModelReference", + "keys": [ + { + "type": "ConceptDescription", + "value": "0173-1#02-AAO214#002 " + } + ] + } + ], + "modelType": "ConceptDescription" + } + ] +} \ No newline at end of file