Skip to content

call of osp-validator requires non-existent namspace definition #84

@frl000

Description

@frl000

The use of osp-validator
java -jar osp-cli.jar osp-system-structure -file OspModelDescription.xml
requires
xmlns="http://opensimulationplatform.com/MSMI/OSPSystemStructure" version="0.1"
in the xml attributes of OspSystemStructure tu finish succsessfully. But this file is not existent.
Using the correct address
"xmlns="https://opensimulationplatform.com/xsd/OspModelDescription" version="1.0.0"
ends up in an exeption.
This makes it impossible for external XML writers to generate a valid OspSystemStructure.xml or FMU_OspModelDescription.xml resp.
Please adjust also the documentation, as it already is done in
"https://opensimulationplatform.com/xsd/OspModelDescription-1.0.0-doc/OspModelDescription-1.0.0.html"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions