Base Document Type <Contract>

This document type does not manifest itself alone. But several Document types inherit from this type.

Inheriting Document types:

Elements and attributes

Example

<rootElement> <!-- written by subclass -->

<condition name="$name">
    $value
</condition>

<signer hasCredentials="$hasCredentials"
        nymID="$nymId"
        altLocation="$altLocation">

    <nymIDSource>
        $nymIDSource (armored)
    </nymIDSource>

    <credentialList>
        $credentialList (armored)
    </credentialList>

    <credentials>
        <credential ID="otxBtT5iGYJWENegXYyHRbjUCXE5RY6qnXTq">
            $credential (armored)
        </credential>
    </credentials>
</signer>

<!-- other XML written by subclass -->

</rootElement>

References