Skip to content

Commit

Permalink
schema now have conventional names.
Browse files Browse the repository at this point in the history
  • Loading branch information
pahjbo committed Aug 14, 2024
1 parent 232d87c commit fb49102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/guide/QuickStart.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ This is a minimal sample file for mapping VO-DML models to XSD or Java using the
<name>sample</name>
<file>Sample.vo-dml.xml</file>
<java-package>org.ivoa.dm.sample</java-package>
<xml-targetnamespace prefix="simp" schemaFilename="simpleModel.xsd">http://ivoa.net/dm/models/vo-dml/xsd/sample/sample</xml-targetnamespace>
<xml-targetnamespace prefix="simp" >http://ivoa.net/dm/models/vo-dml/xsd/sample/sample</xml-targetnamespace>
</model>
</m:mappedModels>
```
Expand Down

0 comments on commit fb49102

Please sign in to comment.