ZVON > References > UDDI Reference
Element discard_authToken [ v2 ]
Occurs in [ ] - [ ]     (comparison )
Description Message - Request: used to deactivate an authentication token that was obtained by a call to get_authToken.
Attributes
generic
Signifies the UDDI registry software version number. On input, signifies the UDDI version understood by the requesting caller.



XML Schema

<xsd:element name="discard_authToken">
   <xsd:complexType>
      <xsd:sequence>
         <xsd:element ref="authInfo"/>
      </xsd:sequence>
      <xsd:attribute name="generic" type="xsd:string" use="required"/>
   </xsd:complexType>
</xsd:element>

Expanded XML Schema

<xsd:element name="discard_authToken">
   <xsd:complexType>
      <xsd:sequence>
         <xsd:element name="authInfo" type="xsd:string"/>
      </xsd:sequence>
      <xsd:attribute name="generic" type="xsd:string" use="required"/>
   </xsd:complexType>
</xsd:element>