Skip to content

Commit

Permalink
ivoid not ivorn
Browse files Browse the repository at this point in the history
  • Loading branch information
pahjbo committed Nov 20, 2024
1 parent 55a0c8a commit e83ef92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions models/sample/test/serializationExample.vo-dml.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<documentationURL>not known</documentationURL>
</import>
<primitiveType >
<vodml-id>ivorn</vodml-id>
<name>ivorn</name>
<description>a specialization for IVORNs</description>
<vodml-id>ivoid</vodml-id>
<name>ivoid</name>
<description>a specialization for IVOIDs</description>
<extends>
<vodml-ref>ivoa:anyURI</vodml-ref>
</extends>
Expand Down
2 changes: 1 addition & 1 deletion models/sample/test/serializationExample.vodsl
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ otype SomeContent "" {
con: BaseC @+ as composition "";
}

primitive ivorn -> ivoa:anyURI "a specialization for IVORNs"
primitive ivoid -> ivoa:anyURI "a specialization for IVOIDs"

0 comments on commit e83ef92

Please sign in to comment.