We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ead1e8 commit 20df657Copy full SHA for 20df657
1 file changed
root/files/resource/AsyncProcessingService/Xml/SPDefinition.xml
@@ -0,0 +1,15 @@
1
+<?xml version="1.0" encoding="utf-8" ?>
2
+<!DOCTYPE SPD[
3
+ <!ELEMENT SPD (SharedProp*)>
4
+ <!ELEMENT SharedProp EMPTY>
5
+ <!ATTLIST SharedProp
6
+ key ID #REQUIRED
7
+ value CDATA #REQUIRED>
8
+]>
9
+<!-- key(id)の先頭には、数字を使用できない。 -->
10
+<SPD>
11
+ <SharedProp key="ConnectionString1" value="てすと1"/>
12
+ <SharedProp key="ConnectionString2" value="てすと2"/>
13
+ <SharedProp key="HostName1" value="てすと3"/>
14
+ <SharedProp key="HostName2" value="てすと4"/>
15
+</SPD>
0 commit comments