Evaluation Entity

<evaluation>
    <overall />   // order's overall evaluation
    <articles />  // Do the article's match the description (language, condition, etc.)
    <packaging /> // Is the packaging save enough to protect the articles
    <speed />     // Was the order processed quick enough
    <comments />  // Comments
</evaluation>

See also: Order Entity

Example

<evaluation>
    <overall></overall>
    <articles></articles>
    <packaging></packaging>
    <speed></speed>
    <comments></comments>
</evaluation>