ZVON > References > UDDI Reference |
Intro / Search / ZVON |
Element | publisherAssertion [ v2 ] |
---|---|
Occurs in | [ ] |
Parents | add_publisherAssertions | delete_publisherAssertions | publisherAssertions | set_publisherAssertions |
Description | This is used in the set_publisherAssertions message to specify a relationship assertion. See set_publisherAssertions before using this element. |
XML Schema |
---|
<xsd:element name="publisherAssertion"> <xsd:complexType> <xsd:sequence> <xsd:element ref="fromKey"/> <xsd:element ref="toKey"/> <xsd:element ref="keyedReference"/> </xsd:sequence> </xsd:complexType> </xsd:element> |
Expanded XML Schema |
---|
<xsd:element name="publisherAssertion"> <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> |