java.lang.Object
com.sun.xml.ws.security.opt.impl.incoming.Signature
All Implemented Interfaces:
NamespaceContextInfo, PolicyBuilder, SecurityElement, SecurityElementWriter, SecurityHeaderElement


 <element name="Signature" type="ds:SignatureType"/>
 <complexType name="SignatureType">
 <sequence>
 <element ref="ds:SignedInfo"/>
 <element ref="ds:SignatureValue"/>
 <element ref="ds:KeyInfo" minOccurs="0"/>
 <element ref="ds:Object" minOccurs="0" maxOccurs="unbounded"/>
 </sequence>
 <attribute name="Id" type="ID" use="optional"/>
 </complexType>