AdministrativeInformation🔗

Administrative meta-information for an element like version information.
Constraint AASd-005🔗
If AdministrativeInformation.version is not specified then also AdministrativeInformation.revision shall be unspecified. This means, a revision requires a version. If there is no version there is no revision neither. Revision is optional.

Inheritances 🔗

Properties 🔗

embeddedDataSpecifications: Optional[List[EmbeddedDataSpecification]] 🔗
Embedded data specification.
version: Optional[NonEmptyString] 🔗
Version of the element.
revision: Optional[NonEmptyString] 🔗
Revision of the element.

Invariants 🔗

  • Embedded data specifications must be either not set or have at least one item
    (From HasDataSpecification)
    not (self.embeddedDataSpecifications is not None)
    or (len(self.embeddedDataSpecifications) >= 1)
  • Constraint AASd-005: If version is not specified then also revision shall be unspecified. This means, a revision requires a version. If there is no version there is no revision either. Revision is optional.
    not (self.revision is not None)
    or (self.version is not None)

Usages

Identifiable Identifiable.administration
AssetAdministrationShell AssetAdministrationShell.administration
Submodel Submodel.administration
ConceptDescription ConceptDescription.administration