Class XmlSignatureScope

java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlSignatureScope
All Implemented Interfaces:
Serializable

public class XmlSignatureScope
extends Object
implements Serializable

Java class for SignatureScope complex type.

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

 <complexType name="SignatureScope">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Scope" type="{http://dss.esig.europa.eu/validation/diagnostic}ScopeType"/>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Transformations" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="Transformation" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
       <attribute name="SignerData" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form