Saved trees
UMIS AND ITS USERS CONTRIBUTED TO SAVING 54 328 TREES
Български

Open Data

Data structure

  1. Projects:
    1. Project:
      1. Id - Identifier of project proposal;
      2. SourceofFunding - Source of funding;
      3. InitialDate - Initial date;
      4. EndDate - End date;
      5. DateofDecisionforFunding - Dateof decision for funding;
      6. ProjectBeneficiary - Beneficiary:
        1. EntityId - Identifier of beneficiary(from Entities).
      7. Name - Name of project;
      8. TotalValue - Total value;
      9. BeneficiaryFunding - Beneficiary funding;
      10. ActuallyPaidAmounts - Actually paid amounts:
        1. ActuallyPaidAmount - Actually paid amount:
          1. Value - Amount.
      11. DurationInMonths - Duration in months;
      12. Description - Description of project proposal;
      13. Status - Execution status;
      14. Partners - Partners:
        1. Partner - Partner:
          1. EntityId - Identifier of partner (from Entities).
  2. Contracts:
    1. Contract:
      1. EntityId - Identifier of Beneficiary (from Entities);
      2. ContractId - Identifier of project proposal + Subcontractor contract number;
      3. SignatureDate - Signature date of subcontractor contract;
      4. InitialDate - Initial date of subcontractor contract;
      5. EndDate - End date of subcontractor contract;
      6. Description - Description of project proposal;
      7. Amount - Total value of the contract with the contractor, financed under the project;
      8. SubcontractEntities - Subcontractors:
        1. SubcontractEntity - Subcontractor:
          1. EntityId - Identifier of subcontractor (from Entities).
  3. Entities:
    1. Entity:
      1. EntityId - Identifier;
      2. EntityUin - Unique identification number (Bulstat/UIC/PIN);
      3. EntityName - Name
      4. EntityAddress - Address;
      5. EntityZipCode - ZIP code;
      6. EntityCity - City;
      7. EntityMunicipality - Municipality;
      8. EntityDistrict - District.
                        
<?xml version="1.0" encoding="utf-8"?>
<xs:schema xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xs="http://www.w3.org/2001/XMLSchema" attributeFormDefault="unqualified" elementFormDefault="qualified">
    <xsd:element name="Container">
        <xsd:complexType>
            <xsd:sequence>
                <xsd:element name="Projects">
                    <xsd:complexType>
                        <xsd:sequence>
                            <xsd:element maxOccurs="unbounded" name="Project">
                                <xsd:complexType>
                                    <xsd:sequence>
                                        <xsd:element name="Id" type="xsd:string" />
                                        <xsd:element name="SourceofFunding" type="xsd:string" />
                                        <xsd:element name="InitialDate" type="xsd:dateTime" />
                                        <xsd:element name="EndDate" type="xsd:dateTime" />
                                        <xsd:element name="DateofDecisionforFunding" type="xsd:dateTime" />
                                        <xsd:element name="ProjectBeneficiary">
                                            <xsd:complexType>
                                                <xsd:sequence>
                                                    <xsd:element name="EntityId" type="xsd:string" />
                                                </xsd:sequence>
                                            </xsd:complexType>
                                        </xsd:element>
                                        <xsd:element name="Name" type="xsd:string" />
                                        <xsd:element name="TotalValue" type="xsd:decimal" />
                                        <xsd:element name="BeneficiaryFunding" nillable="true" />
                                        <xsd:element name="ActuallyPaidAmounts">
                                            <xsd:complexType>
                                                <xsd:sequence minOccurs="0">
                                                    <xsd:element maxOccurs="unbounded" name="ActuallyPaidAmount">
                                                        <xsd:complexType>
                                                            <xsd:sequence>
                                                                <xsd:element name="Value" type="xsd:decimal" />
                                                            </xsd:sequence>
                                                        </xsd:complexType>
                                                    </xsd:element>
                                                </xsd:sequence>
                                            </xsd:complexType>
                                        </xsd:element>
                                        <xsd:element name="DurationInMonths" type="xsd:unsignedByte" />
                                        <xsd:element name="Description" type="xsd:string" />
                                        <xsd:element name="Status" type="xsd:string" />
                                        <xsd:element minOccurs="0" name="Partners">
                                            <xsd:complexType>
                                                <xsd:sequence>
                                                    <xsd:element name="Partner">
                                                        <xsd:complexType>
                                                            <xsd:sequence>
                                                                <xsd:element name="EntityId" type="xsd:string" />
                                                            </xsd:sequence>
                                                        </xsd:complexType>
                                                    </xsd:element>
                                                </xsd:sequence>
                                            </xsd:complexType>
                                        </xsd:element>
                                    </xsd:sequence>
                                </xsd:complexType>
                            </xsd:element>
                        </xsd:sequence>
                    </xsd:complexType>
                </xsd:element>
                <xsd:element name="Contracts">
                    <xsd:complexType>
                        <xsd:sequence>
                            <xsd:element maxOccurs="unbounded" name="Contract">
                                <xsd:complexType>
                                    <xsd:sequence>
                                        <xsd:element name="EntityId" type="xsd:string" />
                                        <xsd:element name="ContractId" type="xsd:string" />
                                        <xsd:element name="SignatureDate" type="xsd:dateTime" />
                                        <xsd:element name="InitialDate" type="xsd:dateTime" />
                                        <xsd:element name="EndDate" type="xsd:dateTime" />
                                        <xsd:element name="Description" type="xsd:string" />
                                        <xsd:element name="Amount" type="xsd:decimal" />
                                        <xsd:element minOccurs="0" name="SubcontractEntities">
                                            <xsd:complexType>
                                                <xsd:sequence>
                                                    <xsd:element maxOccurs="unbounded" name="SubcontractEntity">
                                                        <xsd:complexType>
                                                            <xsd:sequence>
                                                                <xsd:element name="EntityId" type="xsd:string" />
                                                            </xsd:sequence>
                                                        </xsd:complexType>
                                                    </xsd:element>
                                                </xsd:sequence>
                                            </xsd:complexType>
                                        </xsd:element>
                                    </xsd:sequence>
                                </xsd:complexType>
                            </xsd:element>
                        </xsd:sequence>
                    </xsd:complexType>
                </xsd:element>
                <xsd:element name="Entities">
                    <xsd:complexType>
                        <xsd:sequence>
                            <xsd:element maxOccurs="unbounded" name="Entity">
                                <xsd:complexType>
                                    <xsd:sequence>
                                        <xsd:element name="EntityId" type="xsd:string" />
                                        <xsd:element minOccurs="0" name="EntityUin" type="xsd:string" />
                                        <xsd:element name="EntityName" type="xsd:string" />
                                        <xsd:element minOccurs="0" name="EntityAddress" type="xsd:string" />
                                        <xsd:element minOccurs="0" name="EntityZipCode" type="xsd:unsignedShort" />
                                        <xsd:element minOccurs="0" name="EntityCity" type="xsd:string" />
                                        <xsd:element minOccurs="0" name="EntityMunicipality" type="xsd:string" />
                                        <xsd:element minOccurs="0" name="EntityDistrict" type="xsd:string" />
                                    </xsd:sequence>
                                </xsd:complexType>
                            </xsd:element>
                        </xsd:sequence>
                    </xsd:complexType>
                </xsd:element>
            </xsd:sequence>
        </xsd:complexType>
    </xsd:element>
</xs:schema>
                            
                        
The project is financed by the Operational Programme "Technical Assistance" and co-financed by the European Union through the European Regional Development Fund.
In implementing the project № 0115-CCU-2.1 "Information system for management and monitoring of EU funds in 2014-2020 - UMIS 2020" (BG161PO002-2.1.01-0007-C0001).