<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<edmx:Edmx Version="1.0" xmlns:edmx="http://schemas.microsoft.com/ado/2007/06/edmx">
  <edmx:DataServices xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" m:DataServiceVersion="1.0">
    <Schema Namespace="ConsumerExpenditureModel" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns="http://schemas.microsoft.com/ado/2008/09/edm">
      <EntityType Name="column">
        <Key>
          <PropertyRef Name="table_code" />
          <PropertyRef Name="column_code" />
        </Key>
        <Property Name="table_code" Type="Edm.String" Nullable="false" MaxLength="2" Unicode="false" FixedLength="false" />
        <Property Name="column_code" Type="Edm.String" Nullable="false" MaxLength="2" Unicode="false" FixedLength="false" />
        <Property Name="column_text" Type="Edm.String" Nullable="true" MaxLength="50" Unicode="false" FixedLength="false" />
      </EntityType>
      <EntityType Name="data">
        <Key>
          <PropertyRef Name="series_id" />
          <PropertyRef Name="year" />
          <PropertyRef Name="period" />
        </Key>
        <Property Name="series_id" Type="Edm.String" Nullable="false" MaxLength="17" Unicode="false" FixedLength="false" />
        <Property Name="year" Type="Edm.String" Nullable="false" MaxLength="4" Unicode="false" FixedLength="false" />
        <Property Name="period" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" FixedLength="false" />
        <Property Name="value" Type="Edm.Int32" Nullable="true" />
        <Property Name="footnote_codes" Type="Edm.String" Nullable="true" MaxLength="10" Unicode="false" FixedLength="false" />
      </EntityType>
      <EntityType Name="footnote">
        <Key>
          <PropertyRef Name="footnote_code" />
        </Key>
        <Property Name="footnote_code" Type="Edm.String" Nullable="false" MaxLength="1" Unicode="false" FixedLength="false" />
        <Property Name="footnote_text" Type="Edm.String" Nullable="true" MaxLength="255" Unicode="false" FixedLength="false" />
      </EntityType>
      <EntityType Name="item">
        <Key>
          <PropertyRef Name="item_code" />
        </Key>
        <Property Name="item_code" Type="Edm.String" Nullable="false" MaxLength="4" Unicode="false" FixedLength="false" />
        <Property Name="item_text" Type="Edm.String" Nullable="true" MaxLength="50" Unicode="false" FixedLength="false" />
      </EntityType>
      <EntityType Name="series">
        <Key>
          <PropertyRef Name="series_id" />
        </Key>
        <Property Name="series_id" Type="Edm.String" Nullable="false" MaxLength="17" Unicode="false" FixedLength="false" />
        <Property Name="seasonal" Type="Edm.String" Nullable="true" MaxLength="1" Unicode="false" FixedLength="false" />
        <Property Name="item_code" Type="Edm.String" Nullable="true" MaxLength="4" Unicode="false" FixedLength="false" />
        <Property Name="table_code" Type="Edm.String" Nullable="true" MaxLength="2" Unicode="false" FixedLength="false" />
        <Property Name="column_code" Type="Edm.String" Nullable="true" MaxLength="2" Unicode="false" FixedLength="false" />
        <Property Name="periodicity_code" Type="Edm.String" Nullable="true" MaxLength="1" Unicode="false" FixedLength="false" />
        <Property Name="footnote_codes" Type="Edm.String" Nullable="true" MaxLength="10" Unicode="false" FixedLength="false" />
        <Property Name="begin_year" Type="Edm.String" Nullable="true" MaxLength="4" Unicode="false" FixedLength="false" />
        <Property Name="begin_period" Type="Edm.String" Nullable="true" MaxLength="3" Unicode="false" FixedLength="false" />
        <Property Name="end_year" Type="Edm.String" Nullable="true" MaxLength="4" Unicode="false" FixedLength="false" />
        <Property Name="end_period" Type="Edm.String" Nullable="true" MaxLength="3" Unicode="false" FixedLength="false" />
      </EntityType>
      <EntityType Name="table">
        <Key>
          <PropertyRef Name="table_code" />
        </Key>
        <Property Name="table_code" Type="Edm.String" Nullable="false" MaxLength="2" Unicode="false" FixedLength="false" />
        <Property Name="table_text" Type="Edm.String" Nullable="true" MaxLength="60" Unicode="false" FixedLength="false" />
      </EntityType>
    </Schema>
    <Schema Namespace="DolData.Public.API.V1.Models.Statistics.ConsumerExpenditure" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns="http://schemas.microsoft.com/ado/2008/09/edm">
      <EntityContainer Name="ConsumerExpenditureEntities" p7:LazyLoadingEnabled="true" m:IsDefaultEntityContainer="true" xmlns:p7="http://schemas.microsoft.com/ado/2009/02/edm/annotation">
        <EntitySet Name="column" EntityType="ConsumerExpenditureModel.column" />
        <EntitySet Name="data" EntityType="ConsumerExpenditureModel.data" />
        <EntitySet Name="footnote" EntityType="ConsumerExpenditureModel.footnote" />
        <EntitySet Name="item" EntityType="ConsumerExpenditureModel.item" />
        <EntitySet Name="series" EntityType="ConsumerExpenditureModel.series" />
        <EntitySet Name="table" EntityType="ConsumerExpenditureModel.table" />
      </EntityContainer>
    </Schema>
  </edmx:DataServices>
</edmx:Edmx>