10c7c20620dbe77cf82866fdd01b5c92afb7af57
[sdc.git] / common / onap-common-configuration-management / onap-configuration-management-core / src / test / resources / XMLConfiguration / config.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <configuration>
3         <artifact>
4                 <name>
5                         <maxlength>14</maxlength>
6                         <allowedChar>a-zA-Z</allowedChar>
7                         <allowedchar>a-zA-Z</allowedchar>
8                 </name>
9                 <!-- <maxsize></maxsize> -->
10                 <extension>pdf</extension>
11                 <extension>zip,xml</extension>
12
13                 <supportedEncryption>Base64</supportedEncryption>
14                 <supportedEncryption>MD5</supportedEncryption>
15                 <status>deleted</status>
16                 <status>Deleted</status>
17                 <persistLocation>/opt/spool,${sys:user.home}/asdc</persistLocation>
18                 <jsonSchema>@GeneratorList.json</jsonSchema>
19                 <xmlSchema>@${env:PATH}/myschema.json</xmlSchema>
20                 <consumerAPPC>${artifact.consumer}</consumerAPPC>
21         </artifact>
22         <_config>
23                 <namespace>XMLConfig</namespace>
24         </_config>
25 </configuration>