Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • PyI40AAS PyI40AAS
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 48
    • Issues 48
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Lehrstuhl für Informations- und AutomatisierungssystemeLehrstuhl für Informations- und Automatisierungssysteme
  • PyI40AASPyI40AAS
  • Issues
  • #57
Closed
Open
Issue created Mar 16, 2020 by Sebastian Heppner@sebastian.heppnerOwner

XSD: unneccesary wrapper elements

The current version of the schema (v3.0 RC01) has unnecessary wrapper elements around each Submodel Element and Data Element.

forwarded to DotAAS-Group: Issue 22

Submodel Element

<submodelElements>
    <submodelElement> <!-- this is unnecessary -->
        <entity/>
    </submodelElement>
    <submodelElement> <!-- this is unnecessary -->
        <property/>
    </submodelElement>
    [...]
</submodelElements>

We suggest the removal of the wrapper element:

<submodelElements>
    <entity/>
    <property/>
    [...]
</submodelElements>

Data Element

<annotations>
    <dataElement> <!-- this is unnecessary -->
        <property/>
    </dataElement>
    <dataElement> <!-- this is unnecessary -->
        <range/>
    </dataElement>
    [...]
</annotations>

Again, we suggest the removal of the wrapper element:

<annotations>
    <property/>
    <range/>
    [...]
</annotations>
Edited Jan 20, 2021 by Torben Miny
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking