Skip to content

ViewType

Marco Salafia edited this page Apr 10, 2019 · 1 revision

ViewType

This ObjectType represents a View entity. The structure of this ObjectType is depicted in the following picture:

Prova

View attributes

The following table summarizes all the attributes belonging to the entity View.

Attribute (*=mandatory) Type OPC UA Mapping Notes
idShort* string UA Property
category string N/A
description [langString] 0...* UA Property containing an Array of Localized Text
parent Reference UA Object of AASReferenceType ⚠️ In the Schema it is a string but in the specification it is a Reference. This in an incongruence.
hasDataSpecification [Reference] 0...* EmbeddedDataSpecificationType instances referenced by HasEmbeddedDataSpecification More details about this in the EmbeddeddataSpecificationType instances.
hasSemantic Reference UA Object of AASReferenceType referenced by HasComponent
containedElement [Reference] 0...* UA Object of FolderType aggragating Objects by means of Organizes References The aggregated Objects can be only of ObjectTypes representing Referable entities.

Notes