Class TSLSchemeInformationType

java.lang.Object
eu.europa.esig.trustedlist.jaxb.tsl.TSLSchemeInformationType
All Implemented Interfaces:
Serializable

public class TSLSchemeInformationType
extends Object
implements Serializable

Java class for TSLSchemeInformationType complex type.

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

 <complexType name="TSLSchemeInformationType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="TSLVersionIdentifier" type="{http://www.w3.org/2001/XMLSchema}integer"/>
         <element name="TSLSequenceNumber" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
         <element ref="{http://uri.etsi.org/02231/v2#}TSLType"/>
         <element ref="{http://uri.etsi.org/02231/v2#}SchemeOperatorName"/>
         <element name="SchemeOperatorAddress" type="{http://uri.etsi.org/02231/v2#}AddressType"/>
         <element ref="{http://uri.etsi.org/02231/v2#}SchemeName"/>
         <element ref="{http://uri.etsi.org/02231/v2#}SchemeInformationURI"/>
         <element name="StatusDeterminationApproach" type="{http://uri.etsi.org/02231/v2#}NonEmptyURIType"/>
         <element ref="{http://uri.etsi.org/02231/v2#}SchemeTypeCommunityRules" minOccurs="0"/>
         <element ref="{http://uri.etsi.org/02231/v2#}SchemeTerritory" minOccurs="0"/>
         <element ref="{http://uri.etsi.org/02231/v2#}PolicyOrLegalNotice" minOccurs="0"/>
         <element name="HistoricalInformationPeriod" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/>
         <element ref="{http://uri.etsi.org/02231/v2#}PointersToOtherTSL" minOccurs="0"/>
         <element name="ListIssueDateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element ref="{http://uri.etsi.org/02231/v2#}NextUpdate"/>
         <element ref="{http://uri.etsi.org/02231/v2#}DistributionPoints" minOccurs="0"/>
         <element name="SchemeExtensions" type="{http://uri.etsi.org/02231/v2#}ExtensionsListType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form