aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/mzs
diff options
context:
space:
mode:
authorChristof Rabensteiner <christof.rabensteiner@iaik.tugraz.at>2019-04-03 14:18:55 +0200
committerChristof Rabensteiner <christof.rabensteiner@iaik.tugraz.at>2019-04-03 14:18:55 +0200
commit09a88f5cd921ea5f3b4f539c1cce2458ad6c827a (patch)
tree3cb3bcd5fc1e5b7b2c32e0f88e94ba21272e1eb3 /src/main/resources/mzs
parent2165068b83d9ad8ec38c07e2a75fb2774a23adf2 (diff)
downloadmoa-zs-09a88f5cd921ea5f3b4f539c1cce2458ad6c827a.tar.gz
moa-zs-09a88f5cd921ea5f3b4f539c1cce2458ad6c827a.tar.bz2
moa-zs-09a88f5cd921ea5f3b4f539c1cce2458ad6c827a.zip
Add msg:AdditionalCriteria and msg:ConfirmationAddress DRq:Sender
Diffstat (limited to 'src/main/resources/mzs')
-rw-r--r--src/main/resources/mzs/app2mzs.xsd4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main/resources/mzs/app2mzs.xsd b/src/main/resources/mzs/app2mzs.xsd
index d2de954..43d4a59 100644
--- a/src/main/resources/mzs/app2mzs.xsd
+++ b/src/main/resources/mzs/app2mzs.xsd
@@ -42,7 +42,9 @@
</xs:element>
</xs:choice>
<xs:element ref="msg:Logo" minOccurs="0"/>
- </xs:sequence>
+ <xs:element ref="msg:AdditionalCriteria" minOccurs="0"/>
+ <xs:element ref="msg:ConfirmationAddress" minOccurs="0"/>
+ </xs:sequence>
</xs:choice>
</xs:sequence>
</xs:complexType>