View Issue Details

IDProjectCategoryView StatusLast Update
000734210000-003: Address SpaceSpecpublic2021-11-23 18:01
ReporterWolfgang Mahnke Assigned ToJeff Harding  
PrioritynormalSeverityminorReproducibilityhave not tried
Status assignedResolutionopen 
Summary0007342: Clarification on subtyping of structures
Description

We added the capabilities to either define optional fields or if fields allow subytpes.

We used the structureType field of StructureType.

Currently, I have not found any statement about the usage of StructureType when creating a subtype of a Structure DataType.
At the moment I only found rules for subtyping Enums, but I think we now need to define some rules for structures as well.
I would assume:
Structure -> Subtype can be Structure, StructureWithOptionalFields or StructureWithSubtypedValues
StructureWithOptionalFields -> Subtype shall be StructureWithOptionalFields
Union -> Subtype can be Union or UnionWithSubtypedValues
StructureWithSubtypedValues -> Subtype shall be StructureWithSubtypedValues
UnionWithSubtypedValues -> Subtype shall be UnionWithSubtypedValues

TagsNo tags attached.
Commit Version
Fix Due Date

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2021-10-05 10:56 Wolfgang Mahnke New Issue
2021-11-23 18:01 Jim Luth Assigned To => Jeff Harding
2021-11-23 18:01 Jim Luth Status new => assigned