661N/A<?xml version="1.0" encoding="UTF-8"?>
661N/A<!-- edited with XML Spy v4.3 U (http://www.xmlspy.com) by XMLSpy v4 (Altova) -->
661N/A<xsd:schema targetNamespace="http://uri.etsi.org/01903/v1.1.1#" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://uri.etsi.org/01903/v1.1.1#" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" elementFormDefault="qualified" xsi:schemaLocation="http://www.w3.org/2000/09/xmldsig# xmldsig-core-schema.xsd">
661N/A <xsd:element name="Any" type="AnyType"/>
661N/A <xsd:complexType name="AnyType" mixed="true">
661N/A <xsd:sequence>
661N/A <xsd:any namespace="##any"/>
661N/A </xsd:sequence>
661N/A <xsd:anyAttribute namespace="##any"/>
661N/A </xsd:complexType>
661N/A <xsd:element name="ObjectIdentifier" type="ObjectIdentifierType"/>
661N/A <xsd:complexType name="ObjectIdentifierType">
661N/A <xsd:sequence>
661N/A <xsd:element name="Identifier" type="IdentifierType"/>
661N/A <xsd:element name="Description" type="xsd:string" minOccurs="0"/>
661N/A <xsd:element name="DocumentationReferences" type="DocumentationReferencesType" minOccurs="0"/>
661N/A </xsd:sequence>
661N/A </xsd:complexType>
661N/A <xsd:complexType name="IdentifierType">
661N/A <xsd:simpleContent>
661N/A <xsd:extension base="xsd:anyURI">
661N/A <xsd:attribute name="Qualifier" type="QualifierType" use="optional"/>
661N/A </xsd:extension>
661N/A </xsd:simpleContent>
661N/A </xsd:complexType>
661N/A <xsd:simpleType name="QualifierType">
661N/A <xsd:restriction base="xsd:string">
661N/A <xsd:enumeration value="OIDAsURI"/>
661N/A <xsd:enumeration value="OIDAsURN"/>
661N/A </xsd:restriction>
661N/A </xsd:simpleType>
661N/A <xsd:complexType name="DocumentationReferencesType">
661N/A <xsd:sequence maxOccurs="unbounded">
661N/A <xsd:element name="DocumentationReference" type="xsd:anyURI"/>
661N/A </xsd:sequence>
661N/A </xsd:complexType>
661N/A <xsd:element name="EncapsulatedPKIData" type="EncapsulatedPKIDataType"/>
661N/A <xsd:complexType name="EncapsulatedPKIDataType">
661N/A <xsd:simpleContent>
661N/A <xsd:extension base="xsd:base64Binary">
661N/A <xsd:attribute name="Id" type="xsd:ID" use="optional"/>
661N/A </xsd:extension>
661N/A </xsd:simpleContent>
661N/A </xsd:complexType>
661N/A <xsd:element name="TimeStamp" type="TimeStampType"/>
661N/A <xsd:complexType name="TimeStampType">
661N/A <xsd:sequence>
661N/A <xsd:element name="HashDataInfo" type="HashDataInfoType" maxOccurs="unbounded"/>
661N/A <xsd:choice>
661N/A <xsd:element name="EncapsulatedTimeStamp" type="EncapsulatedPKIDataType"/>
661N/A <xsd:element name="XMLTimeStamp" type="AnyType"/>
661N/A </xsd:choice>
661N/A </xsd:sequence>
661N/A </xsd:complexType>
661N/A <xsd:complexType name="HashDataInfoType">
661N/A <xsd:sequence>
661N/A <xsd:element name="Transforms" type="ds:TransformsType" minOccurs="0"/>
661N/A </xsd:sequence>
661N/A <xsd:attribute name="uri" type="xsd:anyURI" use="required"/>
661N/A </xsd:complexType>
661N/A <xsd:element name="QualifyingProperties" type="QualifyingPropertiesType"/>
661N/A <xsd:complexType name="QualifyingPropertiesType">
661N/A <xsd:sequence>
661N/A <xsd:element name="SignedProperties" type="SignedPropertiesType" minOccurs="0"/>
661N/A <xsd:element name="UnsignedProperties" type="UnsignedPropertiesType" minOccurs="0"/>
661N/A </xsd:sequence>
661N/A <xsd:attribute name="Target" type="xsd:anyURI" use="required"/>
661N/A <xsd:attribute name="Id" type="xsd:ID" use="optional"/>
661N/A </xsd:complexType>
661N/A <xsd:element name="SignedProperties" type="SignedPropertiesType"/>
661N/A <xsd:complexType name="SignedPropertiesType">
661N/A <xsd:sequence>
661N/A <xsd:element name="SignedSignatureProperties" type="SignedSignaturePropertiesType"/>
661N/A <xsd:element name="SignedDataObjectProperties" type="SignedDataObjectPropertiesType" minOccurs="0"/>
661N/A </xsd:sequence>
661N/A <xsd:attribute name="Id" type="xsd:ID" use="optional"/>
661N/A </xsd:complexType>
661N/A <xsd:element name="UnsignedProperties" type="UnsignedPropertiesType"/>
661N/A <xsd:complexType name="UnsignedPropertiesType">
661N/A <xsd:sequence>
661N/A <xsd:element name="UnsignedSignatureProperties" type="UnsignedSignaturePropertiesType" minOccurs="0"/>
661N/A <xsd:element name="UnsignedDataObjectProperties" type="UnsignedDataObjectPropertiesType" minOccurs="0"/>
661N/A </xsd:sequence>
661N/A <xsd:attribute name="Id" type="xsd:ID" use="optional"/>
661N/A </xsd:complexType>
661N/A <xsd:element name="SignedSignatureProperties" type="SignedSignaturePropertiesType"/>
661N/A <xsd:complexType name="SignedSignaturePropertiesType">
661N/A <xsd:sequence>
661N/A <xsd:element name="SigningTime" type="xsd:dateTime"/>
661N/A <xsd:element name="SigningCertificate" type="CertIDListType"/>
661N/A <xsd:element name="SignaturePolicyIdentifier" type="SignaturePolicyIdentifierType"/>
661N/A <xsd:element name="SignatureProductionPlace" type="SignatureProductionPlaceType" minOccurs="0"/>
661N/A <xsd:element name="SignerRole" type="SignerRoleType" minOccurs="0"/>
661N/A </xsd:sequence>
661N/A </xsd:complexType>
661N/A <xsd:element name="SignedDataObjectProperties" type="SignedDataObjectPropertiesType"/>
661N/A <xsd:complexType name="SignedDataObjectPropertiesType">
661N/A <xsd:sequence>
661N/A <xsd:element name="DataObjectFormat" type="DataObjectFormatType" minOccurs="0" maxOccurs="unbounded"/>
661N/A <xsd:element name="CommitmentTypeIndication" type="CommitmentTypeIndicationType" minOccurs="0" maxOccurs="unbounded"/>
661N/A <xsd:element name="AllDataObjectsTimeStamp" type="TimeStampType" minOccurs="0" maxOccurs="unbounded"/>
661N/A <xsd:element name="IndividualDataObjectsTimeStamp" type="TimeStampType" minOccurs="0" maxOccurs="unbounded"/>
661N/A </xsd:sequence>
661N/A </xsd:complexType>
661N/A <xsd:element name="UnsignedSignatureProperties" type="UnsignedSignaturePropertiesType"/>
661N/A <xsd:complexType name="UnsignedSignaturePropertiesType">
661N/A <xsd:sequence>
661N/A <xsd:element name="CounterSignature" type="CounterSignatureType" minOccurs="0" maxOccurs="unbounded"/>
661N/A <xsd:element name="SignatureTimeStamp" type="TimeStampType" minOccurs="0" maxOccurs="unbounded"/>
661N/A <xsd:element name="CompleteCertificateRefs" type="CompleteCertificateRefsType" minOccurs="0"/>
661N/A <xsd:element name="CompleteRevocationRefs" type="CompleteRevocationRefsType" minOccurs="0"/>
661N/A <xsd:choice>
661N/A <xsd:element name="SigAndRefsTimeStamp" type="TimeStampType" minOccurs="0" maxOccurs="unbounded"/>
661N/A <xsd:element name="RefsOnlyTimeStamp" type="TimeStampType" minOccurs="0" maxOccurs="unbounded"/>
661N/A </xsd:choice>
661N/A <xsd:element name="CertificateValues" type="CertificateValuesType" minOccurs="0"/>
661N/A <xsd:element name="RevocationValues" type="RevocationValuesType" minOccurs="0"/>
661N/A <xsd:element name="ArchiveTimeStamp" type="TimeStampType" minOccurs="0" maxOccurs="unbounded"/>
661N/A </xsd:sequence>
661N/A </xsd:complexType>
661N/A <xsd:element name="UnsignedDataObjectProperties" type="UnsignedDataObjectPropertiesType"/>
661N/A <xsd:complexType name="UnsignedDataObjectPropertiesType">
661N/A <xsd:sequence>
661N/A <xsd:element name="UnsignedDataObjectProperty" type="AnyType" minOccurs="0" maxOccurs="unbounded"/>
661N/A </xsd:sequence>
661N/A </xsd:complexType>
661N/A <xsd:element name="QualifyingPropertiesReference" type="QualifyingPropertiesReferenceType"/>
661N/A <xsd:complexType name="QualifyingPropertiesReferenceType">
661N/A <xsd:sequence>
661N/A <xsd:element name="Transforms" type="ds:TransformsType" minOccurs="0"/>
661N/A </xsd:sequence>
661N/A <xsd:attribute name="URI" type="xsd:anyURI" use="required"/>
661N/A <xsd:attribute name="Id" type="xsd:ID" use="optional"/>
661N/A </xsd:complexType>
661N/A <xsd:element name="SigningTime" type="xsd:dateTime"/>
661N/A <xsd:element name="SigningCertificate" type="CertIDListType"/>
661N/A <xsd:complexType name="CertIDListType">
661N/A <xsd:sequence>
661N/A <xsd:element name="Cert" type="CertIDType" maxOccurs="unbounded"/>
661N/A </xsd:sequence>
661N/A </xsd:complexType>
661N/A <xsd:complexType name="CertIDType">
661N/A <xsd:sequence>
661N/A <xsd:element name="CertDigest" type="DigestAlgAndValueType"/>
661N/A <xsd:element name="IssuerSerial" type="ds:X509IssuerSerialType"/>
661N/A </xsd:sequence>
661N/A </xsd:complexType>
661N/A <xsd:complexType name="DigestAlgAndValueType">
661N/A <xsd:sequence>
661N/A <xsd:element name="DigestMethod" type="ds:DigestMethodType"/>
661N/A <xsd:element name="DigestValue" type="ds:DigestValueType"/>
661N/A </xsd:sequence>
661N/A </xsd:complexType>
661N/A <xsd:element name="SignaturePolicyIdentifier" type="SignaturePolicyIdentifierType"/>
661N/A <xsd:complexType name="SignaturePolicyIdentifierType">
661N/A <xsd:choice>
661N/A <xsd:element name="SignaturePolicyId" type="SignaturePolicyIdType"/>
661N/A <xsd:element name="SignaturePolicyImplied"/>
661N/A </xsd:choice>
661N/A </xsd:complexType>
661N/A <xsd:complexType name="SignaturePolicyIdType">
661N/A <xsd:sequence>
661N/A <xsd:element name="SigPolicyId" type="ObjectIdentifierType"/>
661N/A <xsd:element ref="ds:Transforms" minOccurs="0"/>
661N/A <xsd:element name="SigPolicyHash" type="DigestAlgAndValueType"/>
661N/A <xsd:element name="SigPolicyQualifiers" type="SigPolicyQualifiersListType" minOccurs="0"/>
661N/A </xsd:sequence>
661N/A </xsd:complexType>
661N/A <xsd:complexType name="SigPolicyQualifiersListType">
661N/A <xsd:sequence>
661N/A <xsd:element name="SigPolicyQualifier" type="AnyType" maxOccurs="unbounded"/>
661N/A </xsd:sequence>
661N/A </xsd:complexType>
661N/A <xsd:element name="SPURI" type="xsd:anyURI"/>
661N/A <xsd:element name="SPUserNotice" type="SPUserNoticeType"/>
661N/A <xsd:complexType name="SPUserNoticeType">
661N/A <xsd:sequence>
661N/A <xsd:element name="NoticeRef" type="NoticeReferenceType" minOccurs="0"/>
661N/A <xsd:element name="ExplicitText" type="xsd:string" minOccurs="0"/>
661N/A </xsd:sequence>
661N/A </xsd:complexType>
661N/A <xsd:complexType name="NoticeReferenceType">
661N/A <xsd:sequence>
661N/A <xsd:element name="Organization" type="xsd:string"/>
661N/A <xsd:element name="NoticeNumbers" type="IntegerListType"/>
661N/A </xsd:sequence>
661N/A </xsd:complexType>
661N/A <xsd:complexType name="IntegerListType">
661N/A <xsd:sequence>
661N/A <xsd:element name="int" type="xsd:integer" minOccurs="0" maxOccurs="unbounded"/>
661N/A </xsd:sequence>
661N/A </xsd:complexType>
661N/A <xsd:element name="CounterSignature" type="CounterSignatureType"/>
661N/A <xsd:complexType name="CounterSignatureType">
661N/A <xsd:sequence>
661N/A <xsd:element ref="ds:Signature"/>
661N/A </xsd:sequence>
661N/A </xsd:complexType>
661N/A <xsd:element name="DataObjectFormat" type="DataObjectFormatType"/>
661N/A <xsd:complexType name="DataObjectFormatType">
661N/A <xsd:sequence>
661N/A <xsd:element name="Description" type="xsd:string" minOccurs="0"/>
661N/A <xsd:element name="ObjectIdentifier" type="ObjectIdentifierType" minOccurs="0"/>
661N/A <xsd:element name="MimeType" type="xsd:string" minOccurs="0"/>
661N/A <xsd:element name="Encoding" type="xsd:anyURI" minOccurs="0"/>
661N/A </xsd:sequence>
661N/A <xsd:attribute name="ObjectReference" type="xsd:anyURI" use="required"/>
661N/A </xsd:complexType>
661N/A <xsd:element name="CommitmentTypeIndication" type="CommitmentTypeIndicationType"/>
661N/A <xsd:complexType name="CommitmentTypeIndicationType">
661N/A <xsd:sequence>
661N/A <xsd:element name="CommitmentTypeId" type="ObjectIdentifierType"/>
661N/A <xsd:choice>
661N/A <xsd:element name="ObjectReference" type="xsd:anyURI" minOccurs="0" maxOccurs="unbounded"/>
661N/A <xsd:element name="AllSignedDataObjects"/>
661N/A </xsd:choice>
661N/A <xsd:element name="CommitmentTypeQualifiers" type="CommitmentTypeQualifiersListType" minOccurs="0"/>
661N/A </xsd:sequence>
661N/A </xsd:complexType>
661N/A <xsd:complexType name="CommitmentTypeQualifiersListType">
661N/A <xsd:sequence>
661N/A <xsd:element name="CommitmentTypeQualifier" type="AnyType" minOccurs="0" maxOccurs="unbounded"/>
661N/A </xsd:sequence>
661N/A </xsd:complexType>
661N/A <xsd:element name="SignatureProductionPlace" type="SignatureProductionPlaceType"/>
661N/A <xsd:complexType name="SignatureProductionPlaceType">
661N/A <xsd:sequence>
661N/A <xsd:element name="City" type="xsd:string" minOccurs="0"/>
661N/A <xsd:element name="StateOrProvince" type="xsd:string" minOccurs="0"/>
661N/A <xsd:element name="PostalCode" type="xsd:string" minOccurs="0"/>
661N/A <xsd:element name="CountryName" type="xsd:string" minOccurs="0"/>
661N/A </xsd:sequence>
661N/A </xsd:complexType>
661N/A <xsd:element name="SignerRole" type="SignerRoleType"/>
661N/A <xsd:complexType name="SignerRoleType">
661N/A <xsd:sequence>
661N/A <xsd:element name="ClaimedRoles" type="ClaimedRolesListType" minOccurs="0"/>
661N/A <xsd:element name="CertifiedRoles" type="CertifiedRolesListType" minOccurs="0"/>
661N/A </xsd:sequence>
661N/A </xsd:complexType>
661N/A <xsd:complexType name="ClaimedRolesListType">
661N/A <xsd:sequence>
661N/A <xsd:element name="ClaimedRole" type="AnyType" maxOccurs="unbounded"/>
661N/A </xsd:sequence>
661N/A </xsd:complexType>
661N/A <xsd:complexType name="CertifiedRolesListType">
661N/A <xsd:sequence>
661N/A <xsd:element name="CertifiedRole" type="EncapsulatedPKIDataType" maxOccurs="unbounded"/>
661N/A </xsd:sequence>
661N/A </xsd:complexType>
661N/A <xsd:element name="AllDataObjectsTimeStamp" type="TimeStampType"/>
661N/A <xsd:element name="IndividualDataObjectsTimeStamp" type="TimeStampType"/>
661N/A <xsd:element name="SignatureTimeStamp" type="TimeStampType"/>
661N/A <xsd:element name="CompleteCertificateRefs" type="CompleteCertificateRefsType"/>
661N/A <xsd:complexType name="CompleteCertificateRefsType">
661N/A <xsd:sequence>
661N/A <xsd:element name="CertRefs" type="CertIDListType"/>
661N/A </xsd:sequence>
661N/A <xsd:attribute name="Id" type="xsd:ID" use="optional"/>
661N/A </xsd:complexType>
661N/A <xsd:element name="CompleteRevocationRefs" type="CompleteRevocationRefsType"/>
661N/A <xsd:complexType name="CompleteRevocationRefsType">
661N/A <xsd:sequence>
661N/A <xsd:element name="CRLRefs" type="CRLRefsType" minOccurs="0"/>
661N/A <xsd:element name="OCSPRefs" type="OCSPRefsType" minOccurs="0"/>
661N/A <xsd:element name="OtherRefs" type="OtherCertStatusRefsType" minOccurs="0"/>
661N/A </xsd:sequence>
661N/A <xsd:attribute name="Id" type="xsd:ID" use="optional"/>
661N/A </xsd:complexType>
661N/A <xsd:complexType name="CRLRefsType">
661N/A <xsd:sequence>
661N/A <xsd:element name="CRLRef" type="CRLRefType" maxOccurs="unbounded"/>
661N/A </xsd:sequence>
661N/A </xsd:complexType>
661N/A <xsd:complexType name="CRLRefType">
661N/A <xsd:sequence>
661N/A <xsd:element name="DigestAlgAndValue" type="DigestAlgAndValueType"/>
661N/A <xsd:element name="CRLIdentifier" type="CRLIdentifierType" minOccurs="0"/>
661N/A </xsd:sequence>
661N/A </xsd:complexType>
661N/A <xsd:complexType name="CRLIdentifierType">
661N/A <xsd:sequence>
661N/A <xsd:element name="Issuer" type="xsd:string"/>
661N/A <xsd:element name="IssueTime" type="xsd:dateTime"/>
661N/A <xsd:element name="Number" type="xsd:integer" minOccurs="0"/>
661N/A </xsd:sequence>
661N/A <xsd:attribute name="URI" type="xsd:anyURI" use="optional"/>
661N/A </xsd:complexType>
661N/A <xsd:complexType name="OCSPRefsType">
661N/A <xsd:sequence>
661N/A <xsd:element name="OCSPRef" type="OCSPRefType" maxOccurs="unbounded"/>
661N/A </xsd:sequence>
661N/A </xsd:complexType>
661N/A <xsd:complexType name="OCSPRefType">
661N/A <xsd:sequence>
661N/A <xsd:element name="OCSPIdentifier" type="OCSPIdentifierType"/>
661N/A <xsd:element name="DigestAlgAndValue" type="DigestAlgAndValueType" minOccurs="0"/>
661N/A </xsd:sequence>
661N/A </xsd:complexType>
661N/A <xsd:complexType name="OCSPIdentifierType">
661N/A <xsd:sequence>
661N/A <xsd:element name="ResponderID" type="xsd:string"/>
661N/A <xsd:element name="ProducedAt" type="xsd:dateTime"/>
661N/A </xsd:sequence>
661N/A <xsd:attribute name="URI" type="xsd:anyURI" use="optional"/>
661N/A </xsd:complexType>
661N/A <xsd:complexType name="OtherCertStatusRefsType">
661N/A <xsd:sequence>
661N/A <xsd:element name="OtherRef" type="AnyType" maxOccurs="unbounded"/>
661N/A </xsd:sequence>
661N/A </xsd:complexType>
661N/A <xsd:element name="SigAndRefsTimeStamp" type="TimeStampType"/>
661N/A <xsd:element name="RefsOnlyTimeStamp" type="TimeStampType"/>
661N/A <xsd:element name="CertificateValues" type="CertificateValuesType"/>
661N/A <xsd:complexType name="CertificateValuesType">
661N/A <xsd:choice minOccurs="0" maxOccurs="unbounded">
661N/A <xsd:element name="EncapsulatedX509Certificate" type="EncapsulatedPKIDataType"/>
661N/A <xsd:element name="OtherCertificate" type="AnyType"/>
661N/A </xsd:choice>
661N/A <xsd:attribute name="Id" type="xsd:ID" use="optional"/>
661N/A </xsd:complexType>
661N/A <xsd:element name="RevocationValues" type="RevocationValuesType"/>
661N/A <xsd:complexType name="RevocationValuesType">
661N/A <xsd:sequence>
661N/A <xsd:element name="CRLValues" type="CRLValuesType" minOccurs="0"/>
661N/A <xsd:element name="OCSPValues" type="OCSPValuesType" minOccurs="0"/>
661N/A <xsd:element name="OtherValues" type="OtherCertStatusValuesType" minOccurs="0"/>
661N/A </xsd:sequence>
661N/A <xsd:attribute name="Id" type="xsd:ID" use="optional"/>
661N/A </xsd:complexType>
661N/A <xsd:complexType name="CRLValuesType">
661N/A <xsd:sequence>
661N/A <xsd:element name="EncapsulatedCRLValue" type="EncapsulatedPKIDataType" maxOccurs="unbounded"/>
661N/A </xsd:sequence>
661N/A </xsd:complexType>
661N/A <xsd:complexType name="OCSPValuesType">
661N/A <xsd:sequence>
661N/A <xsd:element name="EncapsulatedOCSPValue" type="EncapsulatedPKIDataType" maxOccurs="unbounded"/>
661N/A </xsd:sequence>
661N/A </xsd:complexType>
661N/A <xsd:complexType name="OtherCertStatusValuesType">
661N/A <xsd:sequence>
661N/A <xsd:element name="OtherValue" type="AnyType" maxOccurs="unbounded"/>
661N/A </xsd:sequence>
661N/A </xsd:complexType>
661N/A <xsd:element name="ArchiveTimeStamp" type="TimeStampType"/>
661N/A</xsd:schema>