Class XmlCRS

java.lang.Object
eu.europa.esig.dss.detailedreport.jaxb.XmlConstraintsConclusion
eu.europa.esig.dss.detailedreport.jaxb.XmlCRS
All Implemented Interfaces:
Serializable

public class XmlCRS extends XmlConstraintsConclusion implements Serializable

Java class for CRS complex type.

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

 <complexType name="CRS">
   <complexContent>
     <extension base="{http://dss.esig.europa.eu/validation/detailed-report}ConstraintsConclusion">
       <sequence>
         <element name="RAC" type="{http://dss.esig.europa.eu/validation/detailed-report}RAC" maxOccurs="unbounded" minOccurs="0"/>
         <element name="AcceptableRevocationId" minOccurs="0">
           <simpleType>
             <list itemType="{http://www.w3.org/2001/XMLSchema}string" />
           </simpleType>
         </element>
       </sequence>
       <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="LatestAcceptableRevocationId" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 
See Also: