Skip to content

Commit

Permalink
validating the schema, as well as the sample files
Browse files Browse the repository at this point in the history
  • Loading branch information
jdvorak committed Feb 14, 2017
1 parent 2290dba commit e80de8e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/nl-pop/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@
<target name="validate">
<schemavalidate failonerror="true" fullchecking="true" warn="true">
<schema namespace="urn:xmlns:nl:pop-project:cerif-profile-1.0-EXPERIMENTAL" file="schemas/p-o-p-profile-schema.xsd" />
<schema namespace="http://www.w3.org/2001/XMLSchema" file="schemas/XMLSchema.xsd" />
<schema namespace="http://eurocris.org/cerif/annotations#" file="../../annotations.xsd" />
<fileset dir="." includes="sample*.xml" />
<fileset dir="schemas" includes="p-o-p-profile-schema.xsd"/>
</schemavalidate>
</target>

Expand Down

0 comments on commit e80de8e

Please sign in to comment.