Skip to content

Commit 216abb7

Browse files
committed
Update README.md
1 parent fd21f04 commit 216abb7

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

Examples/xince/README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,24 @@ The XINCE Examples have the following folder structure:
1111
## Example 1. - Create Single Fact Instance
1212
This example creates a single fact instance using the US-GAAP taxonomy.
1313

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+
1432

1533
## License and Patent
1634

0 commit comments

Comments
 (0)