Class SignRequest.OptionalInputs

java.lang.Object
de.gematik.ws.conn.signatureservice.v7.SignRequest.OptionalInputs
Enclosing class:
SignRequest

public static class SignRequest.OptionalInputs extends Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element ref="{urn:oasis:names:tc:dss:1.0:core:schema}SignatureType" minOccurs="0"/>
         <element ref="{urn:oasis:names:tc:dss:1.0:core:schema}Properties" minOccurs="0"/>
         <element ref="{http://ws.gematik.de/conn/SignatureService/v7.5}IncludeEContent" minOccurs="0"/>
         <element name="IncludeObjects" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element ref="{urn:oasis:names:tc:dss:1.0:core:schema}IncludeObject" maxOccurs="unbounded"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element ref="{urn:oasis:names:tc:dss:1.0:core:schema}SignaturePlacement" minOccurs="0"/>
         <element ref="{urn:oasis:names:tc:dss:1.0:core:schema}ReturnUpdatedSignature" minOccurs="0"/>
         <element ref="{urn:oasis:names:tc:dss:1.0:core:schema}Schemas" minOccurs="0"/>
         <element ref="{urn:oasis:names:tc:dss-x:1.0:profiles:SignaturePolicy:schema#}GenerateUnderSignaturePolicy" minOccurs="0"/>
         <element ref="{http://ws.gematik.de/conn/SignatureService/v7.5}ViewerInfo" minOccurs="0"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>