From 4ed97d2847b8a7a472514b5ce6ecb562f332743c Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Mon, 2 Jul 2012 18:15:56 +0000 Subject: [PATCH] XML Enc 1.1 schema --- schemas/Makefile.am | 1 + schemas/catalog.xml.in | 1 + schemas/xenc11-schema.xsd | 104 ++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 106 insertions(+) create mode 100644 schemas/xenc11-schema.xsd diff --git a/schemas/Makefile.am b/schemas/Makefile.am index 46bedc0..ee11aac 100644 --- a/schemas/Makefile.am +++ b/schemas/Makefile.am @@ -3,6 +3,7 @@ AUTOMAKE_OPTIONS = foreign schemafiles = \ soap-envelope.xsd \ xenc-schema.xsd \ + xenc11-schema.xsd \ xmldsig-core-schema.xsd \ xmldsig11-schema.xsd \ xml.xsd \ diff --git a/schemas/catalog.xml.in b/schemas/catalog.xml.in index 0c230cb..2136a92 100644 --- a/schemas/catalog.xml.in +++ b/schemas/catalog.xml.in @@ -2,6 +2,7 @@ + diff --git a/schemas/xenc11-schema.xsd b/schemas/xenc11-schema.xsd new file mode 100644 index 0000000..ad8ca44 --- /dev/null +++ b/schemas/xenc11-schema.xsd @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.1.4