File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,24 @@ The XINCE Examples have the following folder structure:
11
11
## Example 1. - Create Single Fact Instance
12
12
This example creates a single fact instance using the US-GAAP taxonomy.
13
13
14
+ To create the model.zip file run the following command to compile the file:
15
+
16
+ ``` sh
17
+ python3.12 ~ /arelle/Arelle-master/arellecmdline.py --xule-compile ./source/example1 --plugins " xule" --xule-rule-set ./model/example1/xince-example1-model.zip --xule-max-recurse-depth=25000
18
+ ```
19
+
20
+ To create the instance run the following command:
21
+
22
+ ``` sh
23
+ python ~ /arelle/Arelle-master/arellecmdline.py --plugins ' xule|xodel' --xule-time .005 --xule-debug --noCertificateCheck --logFile ./log/example1/xince-example1-log.xml --xule-rule-set ./model/example1/xince-example1-model.zip --logNoRefObjectProperties --xodel-location ./output/example1 --xodel-show-xule-log
24
+ ```
25
+
26
+ This will create a json instance. To create an xml instance the following argument can be added:
27
+ ``` sh
28
+ --xince-file-type=xml
29
+ ```
30
+
31
+
14
32
15
33
## License and Patent
16
34
You can’t perform that action at this time.
0 commit comments