diff options
Diffstat (limited to 'data/domain')
-rw-r--r-- | data/domain/book.oxm | 3 | ||||
-rw-r--r-- | data/domain/structure.oxm | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/data/domain/book.oxm b/data/domain/book.oxm new file mode 100644 index 0000000..9659334 --- /dev/null +++ b/data/domain/book.oxm @@ -0,0 +1,3 @@ +<?xml version="1.0" standalone="yes"?> +<domain name="book"> +</domain> diff --git a/data/domain/structure.oxm b/data/domain/structure.oxm new file mode 100644 index 0000000..63d0c5c --- /dev/null +++ b/data/domain/structure.oxm @@ -0,0 +1,3 @@ +<?xml version="1.0" standalone="yes"?> +<domain name="structure"> +</domain> |