You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,3 +28,21 @@ In order to solve this problem, you can use the [`concrete-cif.jar` app](https:/
28
28
2. You need [Apache Maven](https://maven.apache.org/)
29
29
3. You need to download Xerces locally by using the `bin/install-xerces-m2.sh` script (on Windows: `bin\install-xerces-m2.bat` or `bin\install-xerces-m2.ps1`)
30
30
4. Run `mvn verify`
31
+
32
+
## Using the XSD in an IDE
33
+
34
+
You can use the XSD in CIF files so that your IDE can offer validation and auto-completion.
35
+
36
+
In order to do that, simply start your CIF files with:
0 commit comments