Skip to content

Commit 974ed67

Browse files
committed
#106: Correcting the xmlns in the osp-validator cli examples
1 parent 853e1c7 commit 974ed67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

osp-validator.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ because they have different types [Force, LinearMechanicalPort]
8888
`CraneController_OspModelDescription.xml`
8989
```xml
9090
<?xml version="1.0" encoding="utf-8" ?>
91-
<OspModelDescription xmlns="http://opensimulationplatform.com/osp-is/OSPModelDescription" version="1.0">
91+
<OspModelDescription xmlns="https://open-simulation-platform.com/OspModelDescription/1.0.0" version="1.0">
9292
<VariableGroups>
9393
<Generic name="actuator_limits">
9494
<Variable ref="Act_Limits[1]"/>
@@ -114,7 +114,7 @@ because they have different types [Force, LinearMechanicalPort]
114114
`KnuckleBoomCrane_OspModelDescription.xml`
115115
```xml
116116
<?xml version="1.0" encoding="utf-8" ?>
117-
<OspModelDescription xmlns="http://opensimulationplatform.com/osp-is/OSPModelDescription" version="1.0">
117+
<OspModelDescription xmlns="https://open-simulation-platform.com/OspModelDescription/1.0.0" version="1.0">
118118
<VariableGroups>
119119
<Generic name="actuator_limits">
120120
<Variable ref="Act_Limits[1]"/>

0 commit comments

Comments
 (0)