ZVON > References > UDDI Reference
Element assertionStatusReport [ v2 ]
Occurs in [ ]
Description Message - Response: This message is a response to the get_assertionStatusReport message. It is a report of all complete and incomplete assertions and serves an administrative use involving determinine if there are any outstanding, incomplete assertions about relationships involving businesses the publisher account is associated with.
Attributes
generic
Signifies the UDDI registry software version number. On input, signifies the UDDI version understood by the requesting caller.

operator
Ignored on input. Identifies the UDDI registry that supplied the data (top level message attribute) and the UDDI registry where the data is mastered (entity level use).



XML Schema

<xsd:element name="assertionStatusReport">
   <xsd:complexType>
      <xsd:sequence>
         <xsd:element ref="assertionStatusItem" minOccurs="0" maxOccurs="unbounded"/>
      </xsd:sequence>
      <xsd:attribute name="generic" type="xsd:string" use="required"/>
      <xsd:attribute name="operator" type="xsd:string"/>
   </xsd:complexType>
</xsd:element>

Expanded XML Schema

<xsd:element name="assertionStatusReport">
   <xsd:complexType>
      <xsd:sequence>
         <xsd:element name="assertionStatusItem" maxOccurs="unbounded" minOccurs="0">
            <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>
      </xsd:sequence>
      <xsd:attribute name="generic" type="xsd:string" use="required"/>
      <xsd:attribute name="operator" type="xsd:string"/>
   </xsd:complexType>
</xsd:element>