ZVON > References > UDDI Reference |
Intro / Search / ZVON |
Element | keysOwned [ v2 ] |
---|---|
Occurs in | [ ] |
Parents | assertionStatusItem |
Description | Used to report which keys involved with an assertion are managed by the publisher who is viewing the data. This is a support element that is part of the assertionStatusReport |
XML Schema |
---|
<xsd:element name="keysOwned"> <xsd:complexType> <xsd:sequence> <xsd:element ref="fromKey" minOccurs="0"/> <xsd:element ref="toKey" minOccurs="0"/> </xsd:sequence> </xsd:complexType> </xsd:element> |
Expanded XML Schema |
---|
<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> |