Skip to content

Commit

Permalink
Merge pull request #6 from VolVoz/master
Browse files Browse the repository at this point in the history
update documentation
  • Loading branch information
vmaksymiv committed Feb 5, 2016
2 parents 53292e9 + 2b9f5f5 commit 3d8a891
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 61 deletions.
61 changes: 1 addition & 60 deletions docs/source/standard/bid.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.. . Kicking page rebuild 2014-10-30 17:00:08
.. index:: Bid, Parameter, LotValue, bidder, participant, pretendent
.. index:: Bid, bidder, participant, pretendent

.. _bid:

Expand Down Expand Up @@ -39,62 +39,3 @@ Schema

:documents:
List of :ref:`Document` objects

:parameters:
List of :ref:`Parameter` objects

:lotValues:
List of :ref:`LotValue` objects

:participationUrl:
url

A web address for participation in auction.

.. _Parameter:

Parameter
=========

Schema
------

:code:
string, required

Code of the feature.

:value:
float, required

Value of the feature.

.. _LotValue:

LotValue
========

Schema
------

:value:
:ref:`Value`, required

Validation rules:

* `amount` should be less than `Lot.value.amout`
* `currency` should either be absent or match `Lot.value.currency`
* `valueAddedTaxIncluded` should either be absent or match `Lot.value.valueAddedTaxIncluded`

:relatedLot:
string

Id of related :ref:`lot`.

:date:
string, :ref:`date`, autogenerated

:participationUrl:
url

A web address for participation in auction.
2 changes: 1 addition & 1 deletion docs/source/standard/tender.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. . Kicking page rebuild 2014-10-30 17:00:08
.. include:: defs.hrst

.. index:: Tender, Auction
.. index:: Tender
.. _tender:

Tender
Expand Down

0 comments on commit 3d8a891

Please sign in to comment.