Class XAdESSignaturePtrType

java.lang.Object
eu.europa.esig.validationreport.jaxb.XAdESSignaturePtrType
All Implemented Interfaces:
Serializable

public class XAdESSignaturePtrType extends Object implements Serializable

Java class for XAdESSignaturePtrType complex type.

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

 <complexType name="XAdESSignaturePtrType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="NsPrefixMapping" type="{http://uri.etsi.org/19102/v1.4.1#}NsPrefixMappingType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="WhichDocument" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
       <attribute name="XPath" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="SchemaRefs" type="{http://www.w3.org/2001/XMLSchema}IDREFS" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also: