Class SignedSignaturePropertiesType

java.lang.Object
oasis.names.tc.dss_x._1_0.profiles.verificationreport.schema_.SignedSignaturePropertiesType

public class SignedSignaturePropertiesType extends Object

Java class for SignedSignaturePropertiesType complex type.

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

 <complexType name="SignedSignaturePropertiesType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://uri.etsi.org/01903/v1.3.2#}SigningTime" minOccurs="0"/>
         <element ref="{http://uri.etsi.org/01903/v1.3.2#}SigningCertificate" minOccurs="0"/>
         <element ref="{http://uri.etsi.org/01903/v1.3.2#}SignaturePolicyIdentifier" minOccurs="0"/>
         <choice minOccurs="0">
           <element ref="{http://uri.etsi.org/01903/v1.3.2#}SignatureProductionPlace"/>
           <element name="Location" type="{http://www.w3.org/2001/XMLSchema}string"/>
         </choice>
         <element name="SignerRole" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}SignerRoleType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>