| ZVON > References > UDDI Reference |
| Intro / Search / ZVON |
| Element | delete_publisherAssertions [ v2 ] |
|---|---|
| Occurs in | [ ] |
| Description | Message - Request: This message is used to delete specific assertions to the existing set of assertions tracked on a per-publisher basis. |
| 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="delete_publisherAssertions"> <xsd:complexType> <xsd:sequence> <xsd:element ref="authInfo"/> <xsd:element ref="publisherAssertion" maxOccurs="unbounded"/> </xsd:sequence> <xsd:attribute name="generic" type="xsd:string" use="required"/> </xsd:complexType> </xsd:element> |
| Expanded XML Schema |
|---|
<xsd:element name="delete_publisherAssertions"> <xsd:complexType> <xsd:sequence> <xsd:element name="authInfo" type="xsd:string"/> <xsd:element name="publisherAssertion" maxOccurs="unbounded"> <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:sequence> </xsd:complexType> </xsd:element> </xsd:sequence> <xsd:attribute name="generic" type="xsd:string" use="required"/> </xsd:complexType> </xsd:element> |