ZVON > References > UDDI Reference
Element errInfo [ v1 ]
Occurs in [ ] - [ ] - [ ]
Parents result
Description Supports the DispositionReport structure. This structure is provided for conveying text and structured error code (alphanumeric) information. Error message text is contained by this element.
Attributes
errCode


XML Schema

<xsd:element name="errInfo">
   <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>

Expanded XML Schema

<xsd:element name="errInfo">
   <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>