Commit a1703331 authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Version 1.1.1

parent a58d6aca
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -260,12 +260,6 @@ EncapsulatedPKIDataType and containers for time-stamp tokens -->
		</xsd:sequence>
		<xsd:attribute name="URI" type="xsd:anyURI" use="optional"/>
	</xsd:complexType>
	<xsd:complexType name="X509IssuerSerialTypeV2">
		<xsd:sequence>
			<xsd:element name="X509IssuerName" type="xsd:string"/>
			<xsd:element name="X509SerialNumberV2" type="xsd:string"/>
		</xsd:sequence>
	</xsd:complexType>
	<!-- End SigningCertificateV2 and CertIDListV2Type -->
	<!-- Start SignaturePolicyIdentifier -->
	<xsd:element name="SignaturePolicyIdentifier" type="SignaturePolicyIdentifierType"/>
@@ -314,6 +308,7 @@ EncapsulatedPKIDataType and containers for time-stamp tokens -->
		<xsd:sequence>
			<xsd:element ref="ds:Signature"/>
		</xsd:sequence>
		<xsd:attribute name="Id" type="xsd:ID" use="optional"/>
	</xsd:complexType>
	<!-- End CounterSignature -->
	<!-- Start DataObjectFormat -->
+14 −4
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema targetNamespace="http://uri.etsi.org/01903/v1.4.1#" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" 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://www.w3.org/2000/09/xmldsig#" schemaLocation="http://www.w3.org/TR/2008/REC-xmldsig-core-20080610/xmldsig-core-schema.xsd"/>
	<xsd:import namespace="http://uri.etsi.org/01903/v1.3.2#" schemaLocation="http://uri.etsi.org/01903/v1.3.2/XAdES01903v132-201506.xsd"/>
	<xsd:import namespace="http://uri.etsi.org/01903/v1.3.2#" schemaLocation="http://uri.etsi.org/01903/v1.3.2/XAdES01903v132-201601.xsd"/>
	<!-- Start CertificateValues -->
	<xsd:element name="TimeStampValidationData" type="ValidationDataType"/>
	<xsd:complexType name="ValidationDataType">
@@ -21,6 +21,7 @@
				<xsd:element name="SigPolDocLocalURI" type="xsd:anyURI"/>
			</xsd:choice>
		</xsd:sequence>
		<xsd:attribute name="Id" type="xsd:ID" use="optional"/>
	</xsd:complexType>
	<xsd:element name="SPDocSpecification" type="xades:ObjectIdentifierType"/>
	<!-- -->
@@ -45,9 +46,18 @@
	<!-- -->
	<!-- End RenewedDigests-->
	<!-- -->
	<!-- ArchiveTimeStamp in namespace with URI 'http://uri.etsi.org/01903/v1.4.1#'-->
	<xsd:element name="ArchiveTimeStamp" type="xades:XAdESTimeStampType"/>	
	<xsd:element name="CompleteCertificateRefsV2" type="xades:CertIDListV2Type"/>
	<xsd:element name="AttributeCertificateRefsV2" type="xades:CertIDListV2Type"/>
	<!--CompleteCertificateRefsV2 and AttributeCertificateRefsV2-->
	<xsd:element name="CompleteCertificateRefsV2" type="CompleteCertificateRefsTypeV2"/>
	<xsd:element name="AttributeCertificateRefsV2" type="CompleteCertificateRefsTypeV2"/>
	<xsd:complexType name="CompleteCertificateRefsTypeV2">
		<xsd:sequence>
			<xsd:element name="CertRefs" type="xades:CertIDListV2Type"/>
		</xsd:sequence>
		<xsd:attribute name="Id" type="xsd:ID" use="optional"/>
	</xsd:complexType>
	<!-- SigAndRefsTimeStampV2 and RefsOnlyTimeStampV2-->
	<xsd:element name="SigAndRefsTimeStampV2" type="xades:XAdESTimeStampType"/>
	<xsd:element name="RefsOnlyTimeStampV2" type="xades:XAdESTimeStampType"/>
</xsd:schema>