Change Log in Model UI Fragment Properties@0.0.4

Contents

Up to Audit Properties

FragmentProperty: Change LogStatus: EXPERIMENTAL

Documentation

Provides the ability to include a description of major or minor changes in the UI fragment itself so that especially changes of the API can be tracked by users.

Typed Element: → 'ChangeLogType'

Instanciatable Types 1

Name: → 'ChangeLogType' Status: EXPERIMENTAL
Base Type: STRUCTURED
Abstract: No
Cardinality: 0..1
From Model: UI Fragment Properties
Documentation: This datatype constitutes an entry of a changelog.
Structured Value Members:
  • date : → 'DateTimeType' [0..1]
    The point in time at which this change has been published.
  • version : → 'VersionType' [0..1]
    The new version identifier valid as of this change.
  • changes : → 'MultilineStringType' [0..∞]
    A list of change descriptions that also help developers and designers to understand how the changes may affect the incorporating or using software product.
  • affectedSection : → 'UIFragmentSectionReferenceType' [0..∞]
    References to the secctions or regions of the UI fragment where the changes have been applied.
This datatype constitutes an entry of a changelog.