Class SigningTimeInfoType

java.lang.Object
oasis.names.tc.dss._1_0.core.schema.SigningTimeInfoType

public class SigningTimeInfoType extends Object

Java class for SigningTimeInfoType complex type.

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

 <complexType name="SigningTimeInfoType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="SigningTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="SigningTimeBoundaries" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="LowerBoundary" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
                   <element name="UpperBoundary" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>