epp:resultType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
code epp:resultCodeType required

Used By

Source

<complexType name="resultType">
  <sequence>
    <element name="msg" type="epp:msgType"/>
    <choice minOccurs="0" maxOccurs="unbounded">
      <element name="value" type="epp:errValueType"/>
      <element name="extValue" type="epp:extErrValueType"/>
    </choice>
  </sequence>
  <attribute name="code" type="epp:resultCodeType" use="required"/>
</complexType>