Skip to content

Commit

Permalink
#106: Correcting the xmlns in the osp-validator cli examples
Browse files Browse the repository at this point in the history
  • Loading branch information
mrindar committed Jun 15, 2020
1 parent 853e1c7 commit 974ed67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions osp-validator.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ because they have different types [Force, LinearMechanicalPort]
`CraneController_OspModelDescription.xml`
```xml
<?xml version="1.0" encoding="utf-8" ?>
<OspModelDescription xmlns="http://opensimulationplatform.com/osp-is/OSPModelDescription" version="1.0">
<OspModelDescription xmlns="https://open-simulation-platform.com/OspModelDescription/1.0.0" version="1.0">
<VariableGroups>
<Generic name="actuator_limits">
<Variable ref="Act_Limits[1]"/>
Expand All @@ -114,7 +114,7 @@ because they have different types [Force, LinearMechanicalPort]
`KnuckleBoomCrane_OspModelDescription.xml`
```xml
<?xml version="1.0" encoding="utf-8" ?>
<OspModelDescription xmlns="http://opensimulationplatform.com/osp-is/OSPModelDescription" version="1.0">
<OspModelDescription xmlns="https://open-simulation-platform.com/OspModelDescription/1.0.0" version="1.0">
<VariableGroups>
<Generic name="actuator_limits">
<Variable ref="Act_Limits[1]"/>
Expand Down

0 comments on commit 974ed67

Please sign in to comment.