Class ConditionalList


  • public class ConditionalList
    extends java.lang.Object

    Java class for ConditionalList complex type.

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

     <complexType name="ConditionalList">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="availableLists" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="AvailableList" type="{http://certificateservices.org/xsd/csexport_data_1_0}ConditionalListAvailableList" maxOccurs="unbounded" minOccurs="0"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="inListMappings" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="InListMapping" type="{http://certificateservices.org/xsd/csexport_data_1_0}ConditionalListInListMapping" maxOccurs="unbounded" minOccurs="0"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>