1 ...
2 artifact `artifact-name`
3 # For info and errors messages.
4 string src `path` | `glob-pattern`
5 # Can be:
6 # . the path of a final artifact that must be simply copied in the destination path.
7 # . the glob-pattern of final artifacts that must be simply copied in the destination path.
8 # . the path of a source ittf document
9 # . the glob-pattern of sources ittf documents
10 schema `schema-name`
11 # When the 'src' attribute is the path of an ittf document, is the wizzi
12 # model type (wfschema) that will load and validate the document.
13 # Is alternative to the 'format' attribute.
14 # Can be null if the artifact is a final artifact.
15 ignore `path` | `glob-pattern`
16 # Files returned by the 'src' attribute glob-pattern that are to be ignored.
17 # Can be a glob pattern.
18 generation `artifact-generator-name`
19 # The name of the artifact generator that will produce the artifact.
20 # When the artifact is a final artifact must be omitted.
21 dest-path `artifact-file-path`
22 # The 'src' attribute is the default
23 # relative destination path of the generated artifact,
24 # but, when set, this attribute overrides the default.
25 # It may be an absolute path.
26 extension `artifact-file-extension`
27 # The path extension of the generated artifact.
28 # Optional. The default is the 'src' atribute path extension without
29 # the ending '.ittf' string.
30 # Child elements
31 [ modelRefs