| ZVON > References > UDDI Reference |
| Intro / Search / ZVON |
| Element | result [ v2 ] |
|---|---|
| Occurs in | [ ] - [ ] (comparison ) |
| Parents | dispositionReport |
| Description | Service Element: This structure supports the dispositionReport structure. |
| Attributes | errno Returned on output. The numeric equivalent of the errCode value. 0 signifies success. keyType Used to signify the type of key associated with the result report. |
| XML Schema |
|---|
<xsd:element name="result"> <xsd:complexType> <xsd:sequence> <xsd:element ref="errInfo" minOccurs="0"/> </xsd:sequence> <xsd:attribute name="keyType"> <xsd:simpleType> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="businessKey"/> <xsd:enumeration value="tModelKey"/> <xsd:enumeration value="serviceKey"/> <xsd:enumeration value="bindingKey"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attribute name="errno" type="xsd:int" use="required"/> </xsd:complexType> </xsd:element> |
| Expanded XML Schema |
|---|
<xsd:element name="result"> <xsd:complexType> <xsd:sequence> <xsd:element name="errInfo" minOccurs="0"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="errCode" type="xsd:string" use="required"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> </xsd:sequence> <xsd:attribute name="keyType"> <xsd:simpleType> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="businessKey"/> <xsd:enumeration value="tModelKey"/> <xsd:enumeration value="serviceKey"/> <xsd:enumeration value="bindingKey"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attribute name="errno" type="xsd:int" use="required"/> </xsd:complexType> </xsd:element> |