diff options
author | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2016-04-21 08:11:48 +0200 |
---|---|---|
committer | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2016-04-21 08:11:48 +0200 |
commit | 44d138de959445a619a92608a2133d9558c2a888 (patch) | |
tree | bbc9d2f137947afdd6c8697ed9c1c3b71d46fe61 /oldSchemas/XAdES-1.4.1.xsd | |
parent | e86d9677b16f54850cbd4c91c9f714754a75b67b (diff) | |
download | moa-sig-44d138de959445a619a92608a2133d9558c2a888.tar.gz moa-sig-44d138de959445a619a92608a2133d9558c2a888.tar.bz2 moa-sig-44d138de959445a619a92608a2133d9558c2a888.zip |
publishable moa libraries
Diffstat (limited to 'oldSchemas/XAdES-1.4.1.xsd')
-rw-r--r-- | oldSchemas/XAdES-1.4.1.xsd | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/oldSchemas/XAdES-1.4.1.xsd b/oldSchemas/XAdES-1.4.1.xsd new file mode 100644 index 0000000..383fcbd --- /dev/null +++ b/oldSchemas/XAdES-1.4.1.xsd @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<xsd:schema targetNamespace="http://uri.etsi.org/01903/v1.4.1#" xmlns="http://uri.etsi.org/01903/v1.4.1#" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xades="http://uri.etsi.org/01903/v1.3.2#" elementFormDefault="qualified">
+ <xsd:import namespace="http://uri.etsi.org/01903/v1.3.2#" schemaLocation="XAdES-1.3.2.xsd"/>
+ <!-- Start CertificateValues -->
+ <xsd:element name="TimeStampValidationData" type="ValidationDataType"/>
+ <xsd:complexType name="ValidationDataType">
+ <xsd:sequence>
+ <xsd:element ref="xades:CertificateValues" minOccurs="0" />
+ <xsd:element ref="xades:RevocationValues" minOccurs="0" />
+ </xsd:sequence>
+ <xsd:attribute name="Id" type="xsd:ID" use="optional"/>
+ <xsd:attribute name="UR" type="xsd:anyURI" use="optional"/>
+ </xsd:complexType>
+ <xsd:element name="ArchiveTimeStampV2" type="xades:XAdESTimeStampType"/>
+</xsd:schema>
|