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

public class UnsignedPropertiesType extends Object

Java class for UnsignedPropertiesType complex type.

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

 <complexType name="UnsignedPropertiesType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="UnsignedSignatureProperties" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}UnsignedSignaturePropertiesType" minOccurs="0"/>
         <element ref="{http://uri.etsi.org/01903/v1.3.2#}UnsignedDataObjectProperties" minOccurs="0"/>
         <element name="Other" type="{urn:oasis:names:tc:dss:1.0:core:schema}AnyType" minOccurs="0"/>
       </sequence>
       <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>