Class SignedInfoType

java.lang.Object
systextil.integracao.xml.cte.SignedInfoType

public class SignedInfoType extends Object

Java class for SignedInfoType complex type.

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

 <complexType name="SignedInfoType">
   <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
                 <element name="CanonicalizationMethod">
                   <complexType>
                         <complexContent>
                           <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                 <attribute name="Algorithm" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" />
                           </restriction>
                         </complexContent>
                   </complexType>
                 </element>
                 <element name="SignatureMethod">
                   <complexType>
                         <complexContent>
                           <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                 <attribute name="Algorithm" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="http://www.w3.org/2000/09/xmldsig#rsa-sha1" />
                           </restriction>
                         </complexContent>
                   </complexType>
                 </element>
                 <element name="Reference" type="{http://www.w3.org/2000/09/xmldsig#}ReferenceType"/>
           </sequence>
           <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
         </restriction>
   </complexContent>
 </complexType>