Class TrustStatusListValidityType

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

public class TrustStatusListValidityType extends Object

Java class for TrustStatusListValidityType complex type.

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

 <complexType name="TrustStatusListValidityType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://uri.etsi.org/02231/v2#}SchemeInformation"/>
         <element ref="{http://uri.etsi.org/02231/v2#}TrustServiceProviderList" minOccurs="0"/>
         <element name="SignatureOK" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}SignatureValidityType"/>
       </sequence>
       <attribute name="TSLTag" use="required" type="{http://uri.etsi.org/02231/v2#}TSLTagType" />
       <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>