Class XmpType

  • All Implemented Interfaces:
    ParameterInterface

    public class XmpType
    extends BaseToolboxType
     <?xml version="1.0" encoding="UTF-8"?><p xmlns:p175014_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:p244397_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">The xmp operation element can be used to add XMP metadata to the document.</p>
     

    Java class for XmpType complex type.

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

    
     <complexType name="XmpType">
       <complexContent>
         <extension base="{http://schema.webpdf.de/1.0/operation}BaseToolboxType">
           <all>
             <element name="namespace" type="{http://schema.webpdf.de/1.0/operation}XmpNamespaceType"/>
             <element name="data" type="{http://schema.webpdf.de/1.0/operation}XmpFileDataType"/>
           </all>
           <attribute name="dataFormat" default="json">
             <simpleType>
               <restriction base="{http://schema.webpdf.de/1.0/operation}XmpDataFormatType">
                 <enumeration value="json"/>
               </restriction>
             </simpleType>
           </attribute>
         </extension>
       </complexContent>
     </complexType>