ZVON > References > UDDI Reference
Element assertionStatusItem [ v2 ]
Occurs in [ ]
Parents assertionStatusReport
Description This is a report back to the publisher of assertions - the status indicates whether the handshake conditions (both key owners have asserted the same facts) have been satisfied. Only symmetric relationship types require the agreement between parties.
Attributes
completionStatus
See the UDDI V2 API specification for valid values.



XML Schema

<xsd:element name="assertionStatusItem">
   <xsd:complexType>
      <xsd:sequence>
         <xsd:element ref="fromKey"/>
         <xsd:element ref="toKey"/>
         <xsd:element ref="keyedReference"/>
         <xsd:element ref="keysOwned"/>
      </xsd:sequence>
      <xsd:attribute name="completionStatus" type="xsd:string" use="required"/>
   </xsd:complexType>
</xsd:element>

Expanded XML Schema

<xsd:element name="assertionStatusItem">
   <xsd:complexType>
      <xsd:sequence>
         <xsd:element name="fromKey" type="xsd:string"/>
         <xsd:element name="toKey" type="xsd:string"/>
         <xsd:element name="keyedReference">
            <xsd:complexType>
               <xsd:attribute name="tModelKey" type="xsd:string"/>
               <xsd:attribute name="keyName" type="xsd:string"/>
               <xsd:attribute name="keyValue" type="xsd:string"/>
            </xsd:complexType>
         </xsd:element>
         <xsd:element name="keysOwned">
            <xsd:complexType>
               <xsd:sequence>
                  <xsd:element name="fromKey" minOccurs="0" type="xsd:string"/>
                  <xsd:element name="toKey" minOccurs="0" type="xsd:string"/>
               </xsd:sequence>
            </xsd:complexType>
         </xsd:element>
      </xsd:sequence>
      <xsd:attribute name="completionStatus" type="xsd:string" use="required"/>
   </xsd:complexType>
</xsd:element>