Class UnsignedSignaturePropertiesType

java.lang.Object
eu.europa.esig.xades.jaxb.xades122.UnsignedSignaturePropertiesType

public class UnsignedSignaturePropertiesType extends Object

Java class for UnsignedSignaturePropertiesType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="UnsignedSignaturePropertiesType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CounterSignature" type="{http://uri.etsi.org/01903/v1.2.2#}CounterSignatureType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="SignatureTimeStamp" type="{http://uri.etsi.org/01903/v1.2.2#}TimeStampType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="CompleteCertificateRefs" type="{http://uri.etsi.org/01903/v1.2.2#}CompleteCertificateRefsType" minOccurs="0"/>
         <element name="CompleteRevocationRefs" type="{http://uri.etsi.org/01903/v1.2.2#}CompleteRevocationRefsType" minOccurs="0"/>
         <element name="AttributeCertificateRefs" type="{http://uri.etsi.org/01903/v1.2.2#}CompleteCertificateRefsType" minOccurs="0"/>
         <element name="AttributeRevocationRefs" type="{http://uri.etsi.org/01903/v1.2.2#}CompleteRevocationRefsType" minOccurs="0"/>
         <choice>
           <element name="SigAndRefsTimeStamp" type="{http://uri.etsi.org/01903/v1.2.2#}TimeStampType" maxOccurs="unbounded" minOccurs="0"/>
           <element name="RefsOnlyTimeStamp" type="{http://uri.etsi.org/01903/v1.2.2#}TimeStampType" maxOccurs="unbounded" minOccurs="0"/>
         </choice>
         <element name="CertificateValues" type="{http://uri.etsi.org/01903/v1.2.2#}CertificateValuesType" minOccurs="0"/>
         <element name="RevocationValues" type="{http://uri.etsi.org/01903/v1.2.2#}RevocationValuesType" minOccurs="0"/>
         <element name="ArchiveTimeStamp" type="{http://uri.etsi.org/01903/v1.2.2#}TimeStampType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>