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

public class CRLContentType extends Object

Java class for CRLContentType complex type.

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

 <complexType name="CRLContentType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Version" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="Signature" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}VerificationResultType"/>
         <element name="Issuer" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="ThisUpdate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="NextUpdate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="RevokedCertificates" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence maxOccurs="unbounded" minOccurs="0">
                   <element name="UserCertificate" type="{http://www.w3.org/2001/XMLSchema}integer"/>
                   <element name="RevocationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
                   <element name="CrlEntryExtensions" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}ExtensionsType" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="CrlExtensions" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}ExtensionsType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>