ZVON > References > UDDI Reference |
Intro / Search / ZVON |
Element | set_publisherAssertions [ v2 ] |
---|---|
Occurs in | [ ] |
Description | Message - Request: This message is used to save all relationship assertions information managed by a particular publisher. The response is a publisherAssertions message containing all of the currently registered assertions for an individual publisher account. |
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="set_publisherAssertions"> <xsd:complexType> <xsd:sequence> <xsd:element ref="authInfo"/> <xsd:element ref="publisherAssertion" minOccurs="0" maxOccurs="unbounded"/> </xsd:sequence> <xsd:attribute name="generic" type="xsd:string" use="required"/> </xsd:complexType> </xsd:element> |
Expanded XML Schema |
---|
<xsd:element name="set_publisherAssertions"> <xsd:complexType> <xsd:sequence> <xsd:element name="authInfo" type="xsd:string"/> <xsd:element name="publisherAssertion" 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:sequence> </xsd:complexType> </xsd:element> </xsd:sequence> <xsd:attribute name="generic" type="xsd:string" use="required"/> </xsd:complexType> </xsd:element> |