<?xml version="1.0" encoding="utf-8"?>
<edmx:Edmx Version="4.0" xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx">
  <edmx:Reference Uri="https://oasis-tcs.github.io/odata-vocabularies/vocabularies/Org.OData.Capabilities.V1.xml">
    <edmx:Include Alias="Capabilities" Namespace="Org.OData.Capabilities.V1"/>
  </edmx:Reference>
  <edmx:Reference Uri="https://sap.github.io/odata-vocabularies/vocabularies/Common.xml">
    <edmx:Include Alias="Common" Namespace="com.sap.vocabularies.Common.v1"/>
  </edmx:Reference>
  <edmx:Reference Uri="https://oasis-tcs.github.io/odata-vocabularies/vocabularies/Org.OData.Core.V1.xml">
    <edmx:Include Alias="Core" Namespace="Org.OData.Core.V1"/>
  </edmx:Reference>
  <edmx:Reference Uri="https://sap.github.io/odata-vocabularies/vocabularies/HTML5.xml">
    <edmx:Include Alias="HTML5" Namespace="com.sap.vocabularies.HTML5.v1"/>
  </edmx:Reference>
  <edmx:Reference Uri="https://sap.github.io/odata-vocabularies/vocabularies/UI.xml">
    <edmx:Include Alias="UI" Namespace="com.sap.vocabularies.UI.v1"/>
  </edmx:Reference>
  <edmx:Reference Uri="https://oasis-tcs.github.io/odata-vocabularies/vocabularies/Org.OData.Validation.V1.xml">
    <edmx:Include Alias="Validation" Namespace="Org.OData.Validation.V1"/>
  </edmx:Reference>
  <edmx:DataServices>
    <Schema Namespace="TextsService" xmlns="http://docs.oasis-open.org/odata/ns/edm">
      <Annotation Term="Core.Links">
        <Collection>
          <Record>
            <PropertyValue Property="rel" String="author"/>
            <PropertyValue Property="href" String="https://cap.cloud.sap"/>
          </Record>
        </Collection>
      </Annotation>
      <EntityContainer Name="EntityContainer">
        <EntitySet Name="Decks" EntityType="TextsService.Decks">
          <NavigationPropertyBinding Path="words" Target="Decks_words"/>
          <NavigationPropertyBinding Path="texts" Target="Decks_texts"/>
          <NavigationPropertyBinding Path="decks" Target="Decks_decks"/>
          <NavigationPropertyBinding Path="tags" Target="Decks_tags"/>
        </EntitySet>
        <EntitySet Name="DecksFilter" EntityType="TextsService.DecksFilter"/>
        <EntitySet Name="PosFilter" EntityType="TextsService.PosFilter"/>
        <EntitySet Name="LangsFilter" EntityType="TextsService.LangsFilter"/>
        <EntitySet Name="TiersFilter" EntityType="TextsService.TiersFilter"/>
        <EntitySet Name="SlovaDistinct" EntityType="TextsService.SlovaDistinct"/>
        <EntitySet Name="TextsFilter" EntityType="TextsService.TextsFilter"/>
        <EntitySet Name="AuthorsFilter" EntityType="TextsService.AuthorsFilter"/>
        <EntitySet Name="TextsVH" EntityType="TextsService.TextsVH"/>
        <EntitySet Name="Texts" EntityType="TextsService.Texts">
          <NavigationPropertyBinding Path="lang" Target="Languages"/>
          <NavigationPropertyBinding Path="textType" Target="TextTypes"/>
          <NavigationPropertyBinding Path="textSize" Target="TextSizes"/>
          <NavigationPropertyBinding Path="textModifier" Target="TextModifiers"/>
          <NavigationPropertyBinding Path="textLocation" Target="TextLocations"/>
          <NavigationPropertyBinding Path="pos" Target="PartsOfSpeech"/>
          <NavigationPropertyBinding Path="case" Target="Cases"/>
          <NavigationPropertyBinding Path="gender" Target="Genders"/>
          <NavigationPropertyBinding Path="number" Target="Numbers"/>
          <NavigationPropertyBinding Path="person" Target="Persons"/>
          <NavigationPropertyBinding Path="tense" Target="Tenses"/>
          <NavigationPropertyBinding Path="aspect" Target="Aspects"/>
          <NavigationPropertyBinding Path="mood" Target="Moods"/>
          <NavigationPropertyBinding Path="voice" Target="Voices"/>
          <NavigationPropertyBinding Path="degree" Target="Degrees"/>
          <NavigationPropertyBinding Path="verbForm" Target="VerbForms"/>
          <NavigationPropertyBinding Path="words" Target="Slova"/>
          <NavigationPropertyBinding Path="sentences" Target="Sentences"/>
        </EntitySet>
        <EntitySet Name="Sentences" EntityType="TextsService.Sentences">
          <NavigationPropertyBinding Path="import" Target="Texts"/>
          <NavigationPropertyBinding Path="lang" Target="Languages"/>
          <NavigationPropertyBinding Path="tokens" Target="Sentences_tokens"/>
        </EntitySet>
        <EntitySet Name="Slova" EntityType="TextsService.Slova">
          <NavigationPropertyBinding Path="import" Target="Texts"/>
          <NavigationPropertyBinding Path="forms" Target="Forms"/>
          <NavigationPropertyBinding Path="sentences" Target="Slova_sentences"/>
        </EntitySet>
        <EntitySet Name="Forms" EntityType="TextsService.Forms">
          <NavigationPropertyBinding Path="lemma" Target="Slova"/>
        </EntitySet>
        <EntitySet Name="PartsOfSpeech" EntityType="TextsService.PartsOfSpeech"/>
        <EntitySet Name="Cases" EntityType="TextsService.Cases"/>
        <EntitySet Name="Genders" EntityType="TextsService.Genders"/>
        <EntitySet Name="Numbers" EntityType="TextsService.Numbers"/>
        <EntitySet Name="Persons" EntityType="TextsService.Persons"/>
        <EntitySet Name="Tenses" EntityType="TextsService.Tenses"/>
        <EntitySet Name="Aspects" EntityType="TextsService.Aspects"/>
        <EntitySet Name="Moods" EntityType="TextsService.Moods"/>
        <EntitySet Name="Voices" EntityType="TextsService.Voices"/>
        <EntitySet Name="Degrees" EntityType="TextsService.Degrees"/>
        <EntitySet Name="VerbForms" EntityType="TextsService.VerbForms"/>
        <EntitySet Name="Languages" EntityType="TextsService.Languages"/>
        <EntitySet Name="TextTypes" EntityType="TextsService.TextTypes"/>
        <EntitySet Name="TextSizes" EntityType="TextsService.TextSizes"/>
        <EntitySet Name="TextLocations" EntityType="TextsService.TextLocations"/>
        <EntitySet Name="TextModifiers" EntityType="TextsService.TextModifiers"/>
        <Singleton Name="Profile" Type="TextsService.Profile">
          <NavigationPropertyBinding Path="defaultLang" Target="Languages"/>
        </Singleton>
        <EntitySet Name="Decks_words" EntityType="TextsService.Decks_words">
          <NavigationPropertyBinding Path="up_" Target="Decks"/>
          <NavigationPropertyBinding Path="word" Target="Slova"/>
        </EntitySet>
        <EntitySet Name="Decks_texts" EntityType="TextsService.Decks_texts">
          <NavigationPropertyBinding Path="up_" Target="Decks"/>
          <NavigationPropertyBinding Path="text" Target="Texts"/>
        </EntitySet>
        <EntitySet Name="Decks_decks" EntityType="TextsService.Decks_decks">
          <NavigationPropertyBinding Path="up_" Target="Decks"/>
          <NavigationPropertyBinding Path="deck" Target="Decks"/>
        </EntitySet>
        <EntitySet Name="Decks_tags" EntityType="TextsService.Decks_tags">
          <NavigationPropertyBinding Path="up_" Target="Decks"/>
        </EntitySet>
        <EntitySet Name="Sentences_tokens" EntityType="TextsService.Sentences_tokens">
          <NavigationPropertyBinding Path="up_" Target="Sentences"/>
        </EntitySet>
        <EntitySet Name="Slova_sentences" EntityType="TextsService.Slova_sentences">
          <NavigationPropertyBinding Path="up_" Target="Slova"/>
          <NavigationPropertyBinding Path="sent" Target="Sentences"/>
        </EntitySet>
        <ActionImport Name="createDeck" Action="TextsService.createDeck" EntitySet="Decks"/>
        <ActionImport Name="printWords" Action="TextsService.printWords"/>
        <ActionImport Name="resolveDeckFilter" Action="TextsService.resolveDeckFilter"/>
        <ActionImport Name="syncToken" Action="TextsService.syncToken"/>
        <ActionImport Name="getDefinition" Action="TextsService.getDefinition"/>
        <ActionImport Name="createText" Action="TextsService.createText" EntitySet="Texts"/>
      </EntityContainer>
      <EntityType Name="Decks">
        <Key>
          <PropertyRef Name="ID"/>
        </Key>
        <Property Name="createdAt" Type="Edm.DateTimeOffset" Precision="7"/>
        <Property Name="createdBy" Type="Edm.String" MaxLength="255"/>
        <Property Name="modifiedAt" Type="Edm.DateTimeOffset" Precision="7"/>
        <Property Name="modifiedBy" Type="Edm.String" MaxLength="255"/>
        <Property Name="ID" Type="Edm.Guid" Nullable="false"/>
        <Property Name="name" Type="Edm.String"/>
        <NavigationProperty Name="words" Type="Collection(TextsService.Decks_words)" Partner="up_">
          <OnDelete Action="Cascade"/>
        </NavigationProperty>
        <NavigationProperty Name="texts" Type="Collection(TextsService.Decks_texts)" Partner="up_">
          <OnDelete Action="Cascade"/>
        </NavigationProperty>
        <NavigationProperty Name="decks" Type="Collection(TextsService.Decks_decks)" Partner="up_">
          <OnDelete Action="Cascade"/>
        </NavigationProperty>
        <NavigationProperty Name="tags" Type="Collection(TextsService.Decks_tags)" Partner="up_">
          <OnDelete Action="Cascade"/>
        </NavigationProperty>
      </EntityType>
      <EntityType Name="DecksFilter">
        <Key>
          <PropertyRef Name="code"/>
        </Key>
        <Property Name="code" Type="Edm.Guid" Nullable="false"/>
        <Property Name="text" Type="Edm.String"/>
        <Property Name="createdBy" Type="Edm.String" MaxLength="255"/>
        <Property Name="count" Type="Edm.Int32"/>
      </EntityType>
      <EntityType Name="PosFilter">
        <Key>
          <PropertyRef Name="code"/>
        </Key>
        <Property Name="code" Type="Edm.String" Nullable="false"/>
        <Property Name="text" Type="Edm.String"/>
        <Property Name="createdBy" Type="Edm.String" MaxLength="255"/>
        <Property Name="status" Type="Edm.Int32" DefaultValue="0"/>
        <Property Name="count" Type="Edm.Int32"/>
      </EntityType>
      <EntityType Name="LangsFilter">
        <Key>
          <PropertyRef Name="code"/>
        </Key>
        <Property Name="code" Type="Edm.String" Nullable="false"/>
        <Property Name="text" Type="Edm.String"/>
        <Property Name="createdBy" Type="Edm.String" MaxLength="255"/>
        <Property Name="status" Type="Edm.Int32" DefaultValue="0"/>
        <Property Name="count" Type="Edm.Int32"/>
      </EntityType>
      <EntityType Name="TiersFilter">
        <Key>
          <PropertyRef Name="code"/>
        </Key>
        <Property Name="code" Type="Edm.String" Nullable="false"/>
        <Property Name="text" Type="Edm.String"/>
        <Property Name="createdBy" Type="Edm.String" MaxLength="255"/>
        <Property Name="status" Type="Edm.Int32" DefaultValue="0"/>
        <Property Name="count" Type="Edm.Int32"/>
      </EntityType>
      <EntityType Name="SlovaDistinct">
        <Key>
          <PropertyRef Name="pos"/>
          <PropertyRef Name="morphem"/>
          <PropertyRef Name="lang"/>
          <PropertyRef Name="tier"/>
          <PropertyRef Name="createdBy"/>
          <PropertyRef Name="status"/>
        </Key>
        <Property Name="pos" Type="Edm.String" Nullable="false"/>
        <Property Name="morphem" Type="Edm.String" Nullable="false"/>
        <Property Name="lang" Type="Edm.String" Nullable="false"/>
        <Property Name="tier" Type="Edm.String" Nullable="false"/>
        <Property Name="createdBy" Type="Edm.String" MaxLength="255" Nullable="false"/>
        <Property Name="status" Type="Edm.Int32" Nullable="false" DefaultValue="0"/>
      </EntityType>
      <EntityType Name="TextsFilter">
        <Key>
          <PropertyRef Name="code"/>
        </Key>
        <Property Name="code" Type="Edm.Guid" Nullable="false"/>
        <Property Name="text" Type="Edm.String"/>
        <Property Name="createdBy" Type="Edm.String" MaxLength="255"/>
        <Property Name="status" Type="Edm.Int32" DefaultValue="0"/>
        <Property Name="count" Type="Edm.Int32"/>
      </EntityType>
      <EntityType Name="AuthorsFilter">
        <Key>
          <PropertyRef Name="code"/>
        </Key>
        <Property Name="code" Type="Edm.String" MaxLength="255" Nullable="false"/>
        <Property Name="text" Type="Edm.String"/>
        <Property Name="createdBy" Type="Edm.String" MaxLength="255"/>
        <Property Name="status" Type="Edm.Int32" DefaultValue="0"/>
        <Property Name="count" Type="Edm.Int32"/>
      </EntityType>
      <EntityType Name="TextsVH">
        <Key>
          <PropertyRef Name="ID"/>
        </Key>
        <Property Name="ID" Type="Edm.Guid" Nullable="false"/>
        <Property Name="name" Type="Edm.String"/>
        <Property Name="createdBy" Type="Edm.String" MaxLength="255"/>
        <Property Name="createdAt" Type="Edm.DateTimeOffset" Precision="7"/>
      </EntityType>
      <EntityType Name="Texts">
        <Key>
          <PropertyRef Name="ID"/>
        </Key>
        <Property Name="createdAt" Type="Edm.DateTimeOffset" Precision="7"/>
        <Property Name="createdBy" Type="Edm.String" MaxLength="255"/>
        <Property Name="modifiedAt" Type="Edm.DateTimeOffset" Precision="7"/>
        <Property Name="modifiedBy" Type="Edm.String" MaxLength="255"/>
        <Property Name="ID" Type="Edm.Guid" Nullable="false"/>
        <NavigationProperty Name="lang" Type="TextsService.Languages">
          <ReferentialConstraint Property="lang_code" ReferencedProperty="code"/>
        </NavigationProperty>
        <Property Name="lang_code" Type="Edm.String"/>
        <Property Name="name" Type="Edm.String"/>
        <Property Name="complexity" Type="Edm.String"/>
        <Property Name="status" Type="Edm.Int32" DefaultValue="0"/>
        <Property Name="publishDate" Type="Edm.DateTimeOffset"/>
        <NavigationProperty Name="textType" Type="TextsService.TextTypes">
          <ReferentialConstraint Property="textType_code" ReferencedProperty="code"/>
        </NavigationProperty>
        <Property Name="textType_code" Type="Edm.String"/>
        <NavigationProperty Name="textSize" Type="TextsService.TextSizes">
          <ReferentialConstraint Property="textSize_code" ReferencedProperty="code"/>
        </NavigationProperty>
        <Property Name="textSize_code" Type="Edm.String"/>
        <NavigationProperty Name="textModifier" Type="TextsService.TextModifiers">
          <ReferentialConstraint Property="textModifier_code" ReferencedProperty="code"/>
        </NavigationProperty>
        <Property Name="textModifier_code" Type="Edm.String"/>
        <NavigationProperty Name="textLocation" Type="TextsService.TextLocations">
          <ReferentialConstraint Property="textLocation_code" ReferencedProperty="code"/>
        </NavigationProperty>
        <Property Name="textLocation_code" Type="Edm.String"/>
        <Property Name="input" Type="Edm.String"/>
        <Property Name="text" Type="Edm.String"/>
        <Property Name="sent" Type="Edm.String"/>
        <Property Name="indx" Type="Edm.Int32"/>
        <Property Name="lemma" Type="Edm.String"/>
        <NavigationProperty Name="pos" Type="TextsService.PartsOfSpeech">
          <ReferentialConstraint Property="pos_code" ReferencedProperty="code"/>
        </NavigationProperty>
        <Property Name="pos_code" Type="Edm.String"/>
        <Property Name="feats" Type="Edm.String"/>
        <NavigationProperty Name="case" Type="TextsService.Cases">
          <ReferentialConstraint Property="case_code" ReferencedProperty="code"/>
        </NavigationProperty>
        <Property Name="case_code" Type="Edm.String"/>
        <NavigationProperty Name="gender" Type="TextsService.Genders">
          <ReferentialConstraint Property="gender_code" ReferencedProperty="code"/>
        </NavigationProperty>
        <Property Name="gender_code" Type="Edm.String"/>
        <NavigationProperty Name="number" Type="TextsService.Numbers">
          <ReferentialConstraint Property="number_code" ReferencedProperty="code"/>
        </NavigationProperty>
        <Property Name="number_code" Type="Edm.String"/>
        <NavigationProperty Name="person" Type="TextsService.Persons">
          <ReferentialConstraint Property="person_code" ReferencedProperty="code"/>
        </NavigationProperty>
        <Property Name="person_code" Type="Edm.String"/>
        <NavigationProperty Name="tense" Type="TextsService.Tenses">
          <ReferentialConstraint Property="tense_code" ReferencedProperty="code"/>
        </NavigationProperty>
        <Property Name="tense_code" Type="Edm.String"/>
        <NavigationProperty Name="aspect" Type="TextsService.Aspects">
          <ReferentialConstraint Property="aspect_code" ReferencedProperty="code"/>
        </NavigationProperty>
        <Property Name="aspect_code" Type="Edm.String"/>
        <NavigationProperty Name="mood" Type="TextsService.Moods">
          <ReferentialConstraint Property="mood_code" ReferencedProperty="code"/>
        </NavigationProperty>
        <Property Name="mood_code" Type="Edm.String"/>
        <NavigationProperty Name="voice" Type="TextsService.Voices">
          <ReferentialConstraint Property="voice_code" ReferencedProperty="code"/>
        </NavigationProperty>
        <Property Name="voice_code" Type="Edm.String"/>
        <NavigationProperty Name="degree" Type="TextsService.Degrees">
          <ReferentialConstraint Property="degree_code" ReferencedProperty="code"/>
        </NavigationProperty>
        <Property Name="degree_code" Type="Edm.String"/>
        <NavigationProperty Name="verbForm" Type="TextsService.VerbForms">
          <ReferentialConstraint Property="verbForm_code" ReferencedProperty="code"/>
        </NavigationProperty>
        <Property Name="verbForm_code" Type="Edm.String"/>
        <NavigationProperty Name="words" Type="Collection(TextsService.Slova)" Partner="import">
          <OnDelete Action="Cascade"/>
        </NavigationProperty>
        <NavigationProperty Name="sentences" Type="Collection(TextsService.Sentences)" Partner="import">
          <OnDelete Action="Cascade"/>
        </NavigationProperty>
        <Property Name="authorName" Type="Edm.String"/>
      </EntityType>
      <EntityType Name="Sentences">
        <Key>
          <PropertyRef Name="import_ID"/>
          <PropertyRef Name="hash"/>
        </Key>
        <NavigationProperty Name="import" Type="TextsService.Texts" Partner="sentences">
          <ReferentialConstraint Property="import_ID" ReferencedProperty="ID"/>
        </NavigationProperty>
        <Property Name="import_ID" Type="Edm.Guid" Nullable="false"/>
        <Property Name="hash" Type="Edm.String" Nullable="false"/>
        <NavigationProperty Name="lang" Type="TextsService.Languages">
          <ReferentialConstraint Property="lang_code" ReferencedProperty="code"/>
        </NavigationProperty>
        <Property Name="lang_code" Type="Edm.String"/>
        <Property Name="index" Type="Edm.Int32"/>
        <Property Name="text" Type="Edm.String"/>
        <Property Name="translation" Type="Edm.String"/>
        <NavigationProperty Name="tokens" Type="Collection(TextsService.Sentences_tokens)" Partner="up_">
          <OnDelete Action="Cascade"/>
        </NavigationProperty>
        <Property Name="createdBy" Type="Edm.String" MaxLength="255"/>
        <Property Name="status" Type="Edm.Int32" DefaultValue="0"/>
      </EntityType>
      <EntityType Name="Slova">
        <Key>
          <PropertyRef Name="import_ID"/>
          <PropertyRef Name="morphem"/>
          <PropertyRef Name="lang"/>
          <PropertyRef Name="pos"/>
        </Key>
        <NavigationProperty Name="import" Type="TextsService.Texts" Partner="words">
          <ReferentialConstraint Property="import_ID" ReferencedProperty="ID"/>
        </NavigationProperty>
        <Property Name="import_ID" Type="Edm.Guid" Nullable="false"/>
        <Property Name="morphem" Type="Edm.String" Nullable="false"/>
        <Property Name="lang" Type="Edm.String" Nullable="false"/>
        <Property Name="pos" Type="Edm.String" Nullable="false"/>
        <Property Name="occurence" Type="Edm.String"/>
        <Property Name="count" Type="Edm.Int32"/>
        <NavigationProperty Name="forms" Type="Collection(TextsService.Forms)" Partner="lemma">
          <OnDelete Action="Cascade"/>
        </NavigationProperty>
        <NavigationProperty Name="sentences" Type="Collection(TextsService.Slova_sentences)" Partner="up_">
          <OnDelete Action="Cascade"/>
        </NavigationProperty>
        <Property Name="createdBy" Type="Edm.String" MaxLength="255"/>
        <Property Name="status" Type="Edm.Int32" DefaultValue="0"/>
        <Property Name="textName" Type="Edm.String"/>
        <Property Name="definition" Type="Edm.String"/>
        <Property Name="skip" Type="Edm.Boolean"/>
        <Property Name="tier" Type="Edm.String"/>
      </EntityType>
      <EntityType Name="Forms">
        <Key>
          <PropertyRef Name="form"/>
          <PropertyRef Name="lemma_import_ID"/>
          <PropertyRef Name="lemma_morphem"/>
          <PropertyRef Name="lemma_lang"/>
          <PropertyRef Name="lemma_pos"/>
        </Key>
        <Property Name="Case" Type="Edm.String"/>
        <Property Name="Gender" Type="Edm.String"/>
        <Property Name="Number" Type="Edm.String"/>
        <Property Name="Animacy" Type="Edm.String"/>
        <Property Name="Tense" Type="Edm.String"/>
        <Property Name="Aspect" Type="Edm.String"/>
        <Property Name="Mood" Type="Edm.String"/>
        <Property Name="Voice" Type="Edm.String"/>
        <Property Name="Person" Type="Edm.String"/>
        <Property Name="VerbForm" Type="Edm.String"/>
        <Property Name="PronType" Type="Edm.String"/>
        <Property Name="Reflex" Type="Edm.String"/>
        <Property Name="NumType" Type="Edm.String"/>
        <Property Name="NumForm" Type="Edm.String"/>
        <Property Name="Definite" Type="Edm.String"/>
        <Property Name="Degree" Type="Edm.String"/>
        <Property Name="Poss" Type="Edm.String"/>
        <Property Name="Variant" Type="Edm.String"/>
        <Property Name="Abbr" Type="Edm.String"/>
        <Property Name="Polarity" Type="Edm.String"/>
        <Property Name="Typo" Type="Edm.String"/>
        <Property Name="Foreign" Type="Edm.String"/>
        <Property Name="ExtPos" Type="Edm.String"/>
        <Property Name="form" Type="Edm.String" Nullable="false"/>
        <NavigationProperty Name="lemma" Type="TextsService.Slova" Partner="forms">
          <ReferentialConstraint Property="lemma_import_ID" ReferencedProperty="import_ID"/>
          <ReferentialConstraint Property="lemma_morphem" ReferencedProperty="morphem"/>
          <ReferentialConstraint Property="lemma_lang" ReferencedProperty="lang"/>
          <ReferentialConstraint Property="lemma_pos" ReferencedProperty="pos"/>
        </NavigationProperty>
        <Property Name="lemma_import_ID" Type="Edm.Guid" Nullable="false"/>
        <Property Name="lemma_morphem" Type="Edm.String" Nullable="false"/>
        <Property Name="lemma_lang" Type="Edm.String" Nullable="false"/>
        <Property Name="lemma_pos" Type="Edm.String" Nullable="false"/>
      </EntityType>
      <EntityType Name="PartsOfSpeech">
        <Key>
          <PropertyRef Name="code"/>
        </Key>
        <Property Name="code" Type="Edm.String" Nullable="false"/>
        <Property Name="name" Type="Edm.String"/>
      </EntityType>
      <EntityType Name="Cases">
        <Key>
          <PropertyRef Name="code"/>
        </Key>
        <Property Name="code" Type="Edm.String" Nullable="false"/>
        <Property Name="name" Type="Edm.String"/>
      </EntityType>
      <EntityType Name="Genders">
        <Key>
          <PropertyRef Name="code"/>
        </Key>
        <Property Name="code" Type="Edm.String" Nullable="false"/>
        <Property Name="name" Type="Edm.String"/>
      </EntityType>
      <EntityType Name="Numbers">
        <Key>
          <PropertyRef Name="code"/>
        </Key>
        <Property Name="code" Type="Edm.String" Nullable="false"/>
        <Property Name="name" Type="Edm.String"/>
      </EntityType>
      <EntityType Name="Persons">
        <Key>
          <PropertyRef Name="code"/>
        </Key>
        <Property Name="code" Type="Edm.String" Nullable="false"/>
        <Property Name="name" Type="Edm.String"/>
      </EntityType>
      <EntityType Name="Tenses">
        <Key>
          <PropertyRef Name="code"/>
        </Key>
        <Property Name="code" Type="Edm.String" Nullable="false"/>
        <Property Name="name" Type="Edm.String"/>
      </EntityType>
      <EntityType Name="Aspects">
        <Key>
          <PropertyRef Name="code"/>
        </Key>
        <Property Name="code" Type="Edm.String" Nullable="false"/>
        <Property Name="name" Type="Edm.String"/>
      </EntityType>
      <EntityType Name="Moods">
        <Key>
          <PropertyRef Name="code"/>
        </Key>
        <Property Name="code" Type="Edm.String" Nullable="false"/>
        <Property Name="name" Type="Edm.String"/>
      </EntityType>
      <EntityType Name="Voices">
        <Key>
          <PropertyRef Name="code"/>
        </Key>
        <Property Name="code" Type="Edm.String" Nullable="false"/>
        <Property Name="name" Type="Edm.String"/>
      </EntityType>
      <EntityType Name="Degrees">
        <Key>
          <PropertyRef Name="code"/>
        </Key>
        <Property Name="code" Type="Edm.String" Nullable="false"/>
        <Property Name="name" Type="Edm.String"/>
      </EntityType>
      <EntityType Name="VerbForms">
        <Key>
          <PropertyRef Name="code"/>
        </Key>
        <Property Name="code" Type="Edm.String" Nullable="false"/>
        <Property Name="name" Type="Edm.String"/>
      </EntityType>
      <EntityType Name="Languages">
        <Key>
          <PropertyRef Name="code"/>
        </Key>
        <Property Name="code" Type="Edm.String" Nullable="false"/>
        <Property Name="name" Type="Edm.String"/>
      </EntityType>
      <EntityType Name="TextTypes">
        <Key>
          <PropertyRef Name="code"/>
        </Key>
        <Property Name="code" Type="Edm.String" Nullable="false"/>
        <Property Name="name" Type="Edm.String"/>
      </EntityType>
      <EntityType Name="TextSizes">
        <Key>
          <PropertyRef Name="code"/>
        </Key>
        <Property Name="code" Type="Edm.String" Nullable="false"/>
        <Property Name="name" Type="Edm.String"/>
      </EntityType>
      <EntityType Name="TextLocations">
        <Key>
          <PropertyRef Name="code"/>
        </Key>
        <Property Name="code" Type="Edm.String" Nullable="false"/>
        <Property Name="name" Type="Edm.String"/>
      </EntityType>
      <EntityType Name="TextModifiers">
        <Key>
          <PropertyRef Name="code"/>
        </Key>
        <Property Name="code" Type="Edm.String" Nullable="false"/>
        <Property Name="name" Type="Edm.String"/>
      </EntityType>
      <EntityType Name="Profile">
        <Key>
          <PropertyRef Name="id"/>
        </Key>
        <Property Name="id" Type="Edm.String" MaxLength="36" Nullable="false"/>
        <Property Name="pwd" Type="Edm.String" MaxLength="32"/>
        <Property Name="pin" Type="Edm.Int32"/>
        <NavigationProperty Name="defaultLang" Type="TextsService.Languages">
          <ReferentialConstraint Property="defaultLang_code" ReferencedProperty="code"/>
        </NavigationProperty>
        <Property Name="defaultLang_code" Type="Edm.String"/>
        <Property Name="gptType" Type="Edm.String" DefaultValue="text"/>
        <Property Name="gptSize" Type="Edm.String" DefaultValue="small"/>
        <Property Name="gptLocation" Type="Edm.String" DefaultValue="shop"/>
        <Property Name="gptModifier" Type="Edm.String" DefaultValue="typical"/>
        <Property Name="name" Type="Edm.String"/>
        <Property Name="pos" Type="Edm.String"/>
      </EntityType>
      <EntityType Name="Decks_words">
        <Key>
          <PropertyRef Name="up__ID"/>
          <PropertyRef Name="word_import_ID"/>
          <PropertyRef Name="word_morphem"/>
          <PropertyRef Name="word_lang"/>
          <PropertyRef Name="word_pos"/>
        </Key>
        <NavigationProperty Name="up_" Type="TextsService.Decks" Nullable="false" Partner="words">
          <ReferentialConstraint Property="up__ID" ReferencedProperty="ID"/>
        </NavigationProperty>
        <Property Name="up__ID" Type="Edm.Guid" Nullable="false"/>
        <NavigationProperty Name="word" Type="TextsService.Slova">
          <ReferentialConstraint Property="word_import_ID" ReferencedProperty="import_ID"/>
          <ReferentialConstraint Property="word_morphem" ReferencedProperty="morphem"/>
          <ReferentialConstraint Property="word_lang" ReferencedProperty="lang"/>
          <ReferentialConstraint Property="word_pos" ReferencedProperty="pos"/>
        </NavigationProperty>
        <Property Name="word_import_ID" Type="Edm.Guid" Nullable="false"/>
        <Property Name="word_morphem" Type="Edm.String" Nullable="false"/>
        <Property Name="word_lang" Type="Edm.String" Nullable="false"/>
        <Property Name="word_pos" Type="Edm.String" Nullable="false"/>
      </EntityType>
      <EntityType Name="Decks_texts">
        <Key>
          <PropertyRef Name="up__ID"/>
          <PropertyRef Name="text_ID"/>
        </Key>
        <NavigationProperty Name="up_" Type="TextsService.Decks" Nullable="false" Partner="texts">
          <ReferentialConstraint Property="up__ID" ReferencedProperty="ID"/>
        </NavigationProperty>
        <Property Name="up__ID" Type="Edm.Guid" Nullable="false"/>
        <NavigationProperty Name="text" Type="TextsService.Texts">
          <ReferentialConstraint Property="text_ID" ReferencedProperty="ID"/>
        </NavigationProperty>
        <Property Name="text_ID" Type="Edm.Guid" Nullable="false"/>
      </EntityType>
      <EntityType Name="Decks_decks">
        <Key>
          <PropertyRef Name="up__ID"/>
          <PropertyRef Name="deck_ID"/>
        </Key>
        <NavigationProperty Name="up_" Type="TextsService.Decks" Nullable="false" Partner="decks">
          <ReferentialConstraint Property="up__ID" ReferencedProperty="ID"/>
        </NavigationProperty>
        <Property Name="up__ID" Type="Edm.Guid" Nullable="false"/>
        <NavigationProperty Name="deck" Type="TextsService.Decks">
          <ReferentialConstraint Property="deck_ID" ReferencedProperty="ID"/>
        </NavigationProperty>
        <Property Name="deck_ID" Type="Edm.Guid" Nullable="false"/>
      </EntityType>
      <EntityType Name="Decks_tags">
        <Key>
          <PropertyRef Name="up__ID"/>
        </Key>
        <NavigationProperty Name="up_" Type="TextsService.Decks" Nullable="false" Partner="tags">
          <ReferentialConstraint Property="up__ID" ReferencedProperty="ID"/>
        </NavigationProperty>
        <Property Name="up__ID" Type="Edm.Guid" Nullable="false"/>
      </EntityType>
      <EntityType Name="Sentences_tokens">
        <Key>
          <PropertyRef Name="up__import_ID"/>
          <PropertyRef Name="up__hash"/>
          <PropertyRef Name="index"/>
        </Key>
        <NavigationProperty Name="up_" Type="TextsService.Sentences" Nullable="false" Partner="tokens">
          <ReferentialConstraint Property="up__import_ID" ReferencedProperty="import_ID"/>
          <ReferentialConstraint Property="up__hash" ReferencedProperty="hash"/>
        </NavigationProperty>
        <Property Name="up__import_ID" Type="Edm.Guid" Nullable="false"/>
        <Property Name="up__hash" Type="Edm.String" Nullable="false"/>
        <Property Name="index" Type="Edm.Int32" Nullable="false"/>
        <Property Name="form" Type="Edm.String"/>
        <Property Name="lemma" Type="Edm.String"/>
        <Property Name="pos" Type="Edm.String"/>
        <Property Name="feats" Type="Edm.String"/>
        <Property Name="sentence_hash" Type="Edm.String"/>
      </EntityType>
      <EntityType Name="Slova_sentences">
        <Key>
          <PropertyRef Name="up__import_ID"/>
          <PropertyRef Name="up__morphem"/>
          <PropertyRef Name="up__lang"/>
          <PropertyRef Name="up__pos"/>
          <PropertyRef Name="sent_import_ID"/>
          <PropertyRef Name="sent_hash"/>
        </Key>
        <NavigationProperty Name="up_" Type="TextsService.Slova" Nullable="false" Partner="sentences">
          <ReferentialConstraint Property="up__import_ID" ReferencedProperty="import_ID"/>
          <ReferentialConstraint Property="up__morphem" ReferencedProperty="morphem"/>
          <ReferentialConstraint Property="up__lang" ReferencedProperty="lang"/>
          <ReferentialConstraint Property="up__pos" ReferencedProperty="pos"/>
        </NavigationProperty>
        <Property Name="up__import_ID" Type="Edm.Guid" Nullable="false"/>
        <Property Name="up__morphem" Type="Edm.String" Nullable="false"/>
        <Property Name="up__lang" Type="Edm.String" Nullable="false"/>
        <Property Name="up__pos" Type="Edm.String" Nullable="false"/>
        <NavigationProperty Name="sent" Type="TextsService.Sentences">
          <ReferentialConstraint Property="sent_import_ID" ReferencedProperty="import_ID"/>
          <ReferentialConstraint Property="sent_hash" ReferencedProperty="hash"/>
        </NavigationProperty>
        <Property Name="sent_import_ID" Type="Edm.Guid" Nullable="false"/>
        <Property Name="sent_hash" Type="Edm.String" Nullable="false"/>
      </EntityType>
      <ComplexType Name="TextFilter">
        <Property Name="ids" Type="Collection(Edm.Guid)" Nullable="true"/>
      </ComplexType>
      <ComplexType Name="Token">
        <Property Name="importId" Type="Edm.Guid"/>
        <Property Name="hash" Type="Edm.String"/>
        <Property Name="index" Type="Edm.Int32"/>
        <Property Name="lemma" Type="Edm.String"/>
        <Property Name="pos" Type="Edm.String"/>
        <Property Name="feats" Type="Edm.String"/>
      </ComplexType>
      <Action Name="addToParent" IsBound="true">
        <Parameter Name="in" Type="TextsService.Decks"/>
        <Parameter Name="deck" Type="Edm.Guid"/>
      </Action>
      <Action Name="speechToText" IsBound="true">
        <Parameter Name="in" Type="TextsService.Texts"/>
        <Parameter Name="content" Type="Edm.String"/>
        <ReturnType Type="Edm.String"/>
      </Action>
      <Action Name="textToSpeech" IsBound="true">
        <Parameter Name="in" Type="TextsService.Texts"/>
        <Parameter Name="text" Type="Edm.String"/>
        <ReturnType Type="Edm.String"/>
      </Action>
      <Action Name="generateDefinition" IsBound="true">
        <Parameter Name="in" Type="TextsService.Texts"/>
        <Parameter Name="ID" Type="Edm.Guid"/>
        <Parameter Name="hash" Type="Edm.String"/>
        <ReturnType Type="Edm.String"/>
      </Action>
      <Action Name="getGoogleTranslateLink" IsBound="true">
        <Parameter Name="in" Type="TextsService.Texts"/>
        <Parameter Name="lang" Type="Edm.String"/>
        <Parameter Name="text" Type="Edm.String"/>
        <ReturnType Type="Edm.String"/>
      </Action>
      <Action Name="addSpeechToInput" IsBound="true">
        <Parameter Name="_it" Type="TextsService.Texts"/>
        <Parameter Name="content" Type="Edm.String"/>
      </Action>
      <Action Name="parseText" IsBound="true">
        <Parameter Name="_it" Type="TextsService.Texts"/>
      </Action>
      <Action Name="generateText" IsBound="true">
        <Parameter Name="_it" Type="TextsService.Texts"/>
      </Action>
      <Action Name="addToDeck" IsBound="true">
        <Parameter Name="in" Type="TextsService.Texts"/>
        <Parameter Name="deck" Type="Edm.Guid"/>
      </Action>
      <Action Name="mergeToText" IsBound="true">
        <Parameter Name="_it" Type="TextsService.Texts"/>
        <Parameter Name="text" Type="Edm.Guid"/>
      </Action>
      <Action Name="toggleSkip" IsBound="true">
        <Parameter Name="in" Type="TextsService.Slova"/>
        <ReturnType Type="Edm.Boolean"/>
      </Action>
      <Action Name="createDeck" IsBound="false">
        <Parameter Name="name" Type="Edm.String"/>
        <ReturnType Type="TextsService.Decks"/>
      </Action>
      <Action Name="printWords" IsBound="false">
        <Parameter Name="ID" Type="Edm.Guid"/>
        <Parameter Name="morphem" Type="Edm.String"/>
        <Parameter Name="pos" Type="Edm.String"/>
        <Parameter Name="tier" Type="Edm.String"/>
        <ReturnType Type="Edm.String"/>
      </Action>
      <Action Name="resolveDeckFilter" IsBound="false">
        <Parameter Name="deck" Type="Edm.Guid"/>
        <ReturnType Type="TextsService.TextFilter"/>
      </Action>
      <Action Name="syncToken" IsBound="false">
        <Parameter Name="token" Type="TextsService.Token"/>
      </Action>
      <Action Name="getDefinition" IsBound="false">
        <Parameter Name="lang" Type="Edm.String"/>
        <Parameter Name="lemma" Type="Edm.String"/>
        <ReturnType Type="Edm.String"/>
      </Action>
      <Action Name="createText" IsBound="false">
        <Parameter Name="input" Type="Edm.String"/>
        <ReturnType Type="TextsService.Texts"/>
      </Action>
      <Annotations Target="TextsService.createDeck()">
        <Annotation Term="Common.SideEffects">
          <Record Type="Common.SideEffectsType">
            <PropertyValue Property="TargetEntities">
              <Collection>
                <NavigationPropertyPath>/TextsService.EntityContainer/Decks</NavigationPropertyPath>
              </Collection>
            </PropertyValue>
          </Record>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.Decks">
        <Annotation Term="UI.HeaderInfo">
          <Record Type="UI.HeaderInfoType">
            <PropertyValue Property="TypeName" String="Deck"/>
            <PropertyValue Property="TypeNamePlural" String="Decks"/>
            <PropertyValue Property="Title">
              <Record Type="UI.DataField">
                <PropertyValue Property="Value" Path="name"/>
              </Record>
            </PropertyValue>
          </Record>
        </Annotation>
        <Annotation Term="UI.SelectionFields">
          <Collection>
            <PropertyPath>name</PropertyPath>
          </Collection>
        </Annotation>
        <Annotation Term="UI.LineItem">
          <Collection>
            <Record Type="UI.DataFieldForAction">
              <PropertyValue Property="Action" String="TextsService.addToParent"/>
              <PropertyValue Property="Label" String="decks.addToParent"/>
            </Record>
            <Record Type="UI.DataFieldForAction">
              <PropertyValue Property="Action" String="TextsService.EntityContainer/createDeck"/>
              <PropertyValue Property="Label" String="decks.createDeck"/>
            </Record>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="name"/>
            </Record>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="createdAt"/>
            </Record>
          </Collection>
        </Annotation>
        <Annotation Term="UI.Facets">
          <Collection>
            <Record Type="UI.ReferenceFacet">
              <PropertyValue Property="Target" AnnotationPath="texts/@UI.LineItem"/>
              <PropertyValue Property="Label" String="Texts"/>
            </Record>
            <Record Type="UI.ReferenceFacet">
              <PropertyValue Property="Target" AnnotationPath="decks/@UI.LineItem"/>
              <PropertyValue Property="Label" String="Decks"/>
            </Record>
          </Collection>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.Decks/createdAt">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="UI.ExcludeFromNavigationContext" Bool="true"/>
        <Annotation Term="Core.Immutable" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Common.Label" String="Created On"/>
      </Annotations>
      <Annotations Target="TextsService.Decks/createdBy">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="UI.ExcludeFromNavigationContext" Bool="true"/>
        <Annotation Term="Core.Immutable" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Core.Description" String="User's unique ID"/>
        <Annotation Term="Common.Label" String="Created By"/>
      </Annotations>
      <Annotations Target="TextsService.Decks/modifiedAt">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="UI.ExcludeFromNavigationContext" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Common.Label" String="Changed On"/>
      </Annotations>
      <Annotations Target="TextsService.Decks/modifiedBy">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="UI.ExcludeFromNavigationContext" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Core.Description" String="User's unique ID"/>
        <Annotation Term="Common.Label" String="Changed By"/>
      </Annotations>
      <Annotations Target="TextsService.Decks/ID">
        <Annotation Term="Core.ComputedDefaultValue" Bool="true"/>
      </Annotations>
      <Annotations Target="TextsService.addToParent(TextsService.Decks)/deck">
        <Annotation Term="Common.ValueListWithFixedValues" Bool="true"/>
        <Annotation Term="Common.ValueList">
          <Record Type="Common.ValueListType">
            <PropertyValue Property="Label" String="deck"/>
            <PropertyValue Property="CollectionPath" String="Decks"/>
            <PropertyValue Property="Parameters">
              <Collection>
                <Record Type="Common.ValueListParameterInOut">
                  <PropertyValue Property="ValueListProperty" String="ID"/>
                  <PropertyValue Property="LocalDataProperty" PropertyPath="deck"/>
                </Record>
                <Record Type="Common.ValueListParameterDisplayOnly">
                  <PropertyValue Property="ValueListProperty" String="name"/>
                </Record>
              </Collection>
            </PropertyValue>
          </Record>
        </Annotation>
        <Annotation Term="Common.Label" String="deck"/>
      </Annotations>
      <Annotations Target="TextsService.EntityContainer/DecksFilter">
        <Annotation Term="Capabilities.DeleteRestrictions">
          <Record Type="Capabilities.DeleteRestrictionsType">
            <PropertyValue Property="Deletable" Bool="false"/>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.InsertRestrictions">
          <Record Type="Capabilities.InsertRestrictionsType">
            <PropertyValue Property="Insertable" Bool="false"/>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.UpdateRestrictions">
          <Record Type="Capabilities.UpdateRestrictionsType">
            <PropertyValue Property="Updatable" Bool="false"/>
          </Record>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.DecksFilter/code">
        <Annotation Term="Core.ComputedDefaultValue" Bool="true"/>
      </Annotations>
      <Annotations Target="TextsService.DecksFilter/createdBy">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="UI.ExcludeFromNavigationContext" Bool="true"/>
        <Annotation Term="Core.Immutable" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Core.Description" String="User's unique ID"/>
        <Annotation Term="Common.Label" String="Created By"/>
      </Annotations>
      <Annotations Target="TextsService.DecksFilter/count">
        <Annotation Term="Core.Computed" Bool="true"/>
      </Annotations>
      <Annotations Target="TextsService.PosFilter">
        <Annotation Term="UI.SelectionFields">
          <Collection>
            <PropertyPath>pos</PropertyPath>
            <PropertyPath>tier</PropertyPath>
            <PropertyPath>morphem</PropertyPath>
          </Collection>
        </Annotation>
        <Annotation Term="UI.LineItem">
          <Collection>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="pos"/>
              <Annotation Term="HTML5.CssDefaults">
                <Record Type="HTML5.CssDefaultsType">
                  <PropertyValue Property="width" String="5rem"/>
                </Record>
              </Annotation>
            </Record>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="morphem"/>
            </Record>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="tier"/>
              <Annotation Term="HTML5.CssDefaults">
                <Record Type="HTML5.CssDefaultsType">
                  <PropertyValue Property="width" String="5rem"/>
                </Record>
              </Annotation>
            </Record>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="count"/>
              <Annotation Term="HTML5.CssDefaults">
                <Record Type="HTML5.CssDefaultsType">
                  <PropertyValue Property="width" String="5rem"/>
                </Record>
              </Annotation>
            </Record>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="skip"/>
              <Annotation Term="HTML5.CssDefaults">
                <Record Type="HTML5.CssDefaultsType">
                  <PropertyValue Property="width" String="5rem"/>
                </Record>
              </Annotation>
            </Record>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="textName"/>
            </Record>
          </Collection>
        </Annotation>
        <Annotation Term="UI.Identification">
          <Collection>
            <Record Type="UI.DataFieldForAction">
              <PropertyValue Property="Action" String="TextsService.toggleSkip"/>
              <PropertyValue Property="Label" String="texts.toggleSkip"/>
            </Record>
          </Collection>
        </Annotation>
        <Annotation Term="UI.HeaderInfo">
          <Record Type="UI.HeaderInfoType">
            <PropertyValue Property="TypeName" String="Slovo"/>
            <PropertyValue Property="TypeNamePlural" String="Slova"/>
            <PropertyValue Property="Title">
              <Record Type="UI.DataField">
                <PropertyValue Property="Value" Path="morphem"/>
              </Record>
            </PropertyValue>
            <PropertyValue Property="Description">
              <Record Type="UI.DataField">
                <PropertyValue Property="Value">
                  <Apply Function="odata.concat">
                    <String>[</String>
                    <Path>tier</Path>
                    <String>] </String>
                    <Path>pos</Path>
                    <String> / </String>
                    <Path>lang</Path>
                  </Apply>
                </PropertyValue>
              </Record>
            </PropertyValue>
          </Record>
        </Annotation>
        <Annotation Term="UI.HeaderFacets">
          <Collection>
            <Record Type="UI.ReferenceFacet">
              <PropertyValue Property="Target" AnnotationPath="@UI.FieldGroup#External"/>
            </Record>
          </Collection>
        </Annotation>
        <Annotation Term="UI.FieldGroup" Qualifier="External">
          <Record Type="UI.FieldGroupType">
            <PropertyValue Property="Data">
              <Collection>
                <Record Type="UI.DataFieldWithUrl">
                  <PropertyValue Property="Label" String="definition"/>
                  <PropertyValue Property="Value" Path="definition"/>
                  <PropertyValue Property="Url" Path="definition"/>
                </Record>
              </Collection>
            </PropertyValue>
          </Record>
        </Annotation>
        <Annotation Term="UI.Facets">
          <Collection>
            <Record Type="UI.ReferenceFacet">
              <PropertyValue Property="Target" AnnotationPath="forms/@UI.LineItem"/>
              <PropertyValue Property="Label" String="forms"/>
            </Record>
            <Record Type="UI.ReferenceFacet">
              <PropertyValue Property="Target" AnnotationPath="sentences/@UI.LineItem"/>
              <PropertyValue Property="Label" String="sentences"/>
            </Record>
          </Collection>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.EntityContainer/PosFilter">
        <Annotation Term="Capabilities.DeleteRestrictions">
          <Record Type="Capabilities.DeleteRestrictionsType">
            <PropertyValue Property="Deletable" Bool="false"/>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.InsertRestrictions">
          <Record Type="Capabilities.InsertRestrictionsType">
            <PropertyValue Property="Insertable" Bool="false"/>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.UpdateRestrictions">
          <Record Type="Capabilities.UpdateRestrictionsType">
            <PropertyValue Property="Updatable" Bool="false"/>
          </Record>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.PosFilter/code">
        <Annotation Term="Validation.AllowedValues">
          <Collection>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="ADJ"/>
              <PropertyValue Property="Value" String="adjective"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="ADP"/>
              <PropertyValue Property="Value" String="adposition"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="ADV"/>
              <PropertyValue Property="Value" String="adverb"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="AUX"/>
              <PropertyValue Property="Value" String="auxiliary"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="CCONJ"/>
              <PropertyValue Property="Value" String="coordinating conjunction"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="DET"/>
              <PropertyValue Property="Value" String="determiner"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="INTJ"/>
              <PropertyValue Property="Value" String="interjection"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="NOUN"/>
              <PropertyValue Property="Value" String="noun"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="NUM"/>
              <PropertyValue Property="Value" String="numeral"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="PART"/>
              <PropertyValue Property="Value" String="particle"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="PRON"/>
              <PropertyValue Property="Value" String="pronoun"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="PROPN"/>
              <PropertyValue Property="Value" String="proper noun"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="PUNCT"/>
              <PropertyValue Property="Value" String="punctuation"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="SCONJ"/>
              <PropertyValue Property="Value" String="subordinating conjunction"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="SYM"/>
              <PropertyValue Property="Value" String="symbol"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="VERB"/>
              <PropertyValue Property="Value" String="verb"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="X"/>
              <PropertyValue Property="Value" String="other"/>
            </Record>
          </Collection>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.PosFilter/text">
        <Annotation Term="Validation.AllowedValues">
          <Collection>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="ADJ"/>
              <PropertyValue Property="Value" String="adjective"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="ADP"/>
              <PropertyValue Property="Value" String="adposition"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="ADV"/>
              <PropertyValue Property="Value" String="adverb"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="AUX"/>
              <PropertyValue Property="Value" String="auxiliary"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="CCONJ"/>
              <PropertyValue Property="Value" String="coordinating conjunction"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="DET"/>
              <PropertyValue Property="Value" String="determiner"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="INTJ"/>
              <PropertyValue Property="Value" String="interjection"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="NOUN"/>
              <PropertyValue Property="Value" String="noun"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="NUM"/>
              <PropertyValue Property="Value" String="numeral"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="PART"/>
              <PropertyValue Property="Value" String="particle"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="PRON"/>
              <PropertyValue Property="Value" String="pronoun"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="PROPN"/>
              <PropertyValue Property="Value" String="proper noun"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="PUNCT"/>
              <PropertyValue Property="Value" String="punctuation"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="SCONJ"/>
              <PropertyValue Property="Value" String="subordinating conjunction"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="SYM"/>
              <PropertyValue Property="Value" String="symbol"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="VERB"/>
              <PropertyValue Property="Value" String="verb"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="X"/>
              <PropertyValue Property="Value" String="other"/>
            </Record>
          </Collection>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.PosFilter/createdBy">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="UI.ExcludeFromNavigationContext" Bool="true"/>
        <Annotation Term="Core.Immutable" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Core.Description" String="User's unique ID"/>
        <Annotation Term="Common.Label" String="Created By"/>
      </Annotations>
      <Annotations Target="TextsService.PosFilter/count">
        <Annotation Term="Core.Computed" Bool="true"/>
      </Annotations>
      <Annotations Target="TextsService.LangsFilter">
        <Annotation Term="UI.SelectionFields">
          <Collection>
            <PropertyPath>pos</PropertyPath>
            <PropertyPath>tier</PropertyPath>
            <PropertyPath>morphem</PropertyPath>
          </Collection>
        </Annotation>
        <Annotation Term="UI.LineItem">
          <Collection>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="pos"/>
              <Annotation Term="HTML5.CssDefaults">
                <Record Type="HTML5.CssDefaultsType">
                  <PropertyValue Property="width" String="5rem"/>
                </Record>
              </Annotation>
            </Record>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="morphem"/>
            </Record>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="tier"/>
              <Annotation Term="HTML5.CssDefaults">
                <Record Type="HTML5.CssDefaultsType">
                  <PropertyValue Property="width" String="5rem"/>
                </Record>
              </Annotation>
            </Record>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="count"/>
              <Annotation Term="HTML5.CssDefaults">
                <Record Type="HTML5.CssDefaultsType">
                  <PropertyValue Property="width" String="5rem"/>
                </Record>
              </Annotation>
            </Record>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="skip"/>
              <Annotation Term="HTML5.CssDefaults">
                <Record Type="HTML5.CssDefaultsType">
                  <PropertyValue Property="width" String="5rem"/>
                </Record>
              </Annotation>
            </Record>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="textName"/>
            </Record>
          </Collection>
        </Annotation>
        <Annotation Term="UI.Identification">
          <Collection>
            <Record Type="UI.DataFieldForAction">
              <PropertyValue Property="Action" String="TextsService.toggleSkip"/>
              <PropertyValue Property="Label" String="texts.toggleSkip"/>
            </Record>
          </Collection>
        </Annotation>
        <Annotation Term="UI.HeaderInfo">
          <Record Type="UI.HeaderInfoType">
            <PropertyValue Property="TypeName" String="Slovo"/>
            <PropertyValue Property="TypeNamePlural" String="Slova"/>
            <PropertyValue Property="Title">
              <Record Type="UI.DataField">
                <PropertyValue Property="Value" Path="morphem"/>
              </Record>
            </PropertyValue>
            <PropertyValue Property="Description">
              <Record Type="UI.DataField">
                <PropertyValue Property="Value">
                  <Apply Function="odata.concat">
                    <String>[</String>
                    <Path>tier</Path>
                    <String>] </String>
                    <Path>pos</Path>
                    <String> / </String>
                    <Path>lang</Path>
                  </Apply>
                </PropertyValue>
              </Record>
            </PropertyValue>
          </Record>
        </Annotation>
        <Annotation Term="UI.HeaderFacets">
          <Collection>
            <Record Type="UI.ReferenceFacet">
              <PropertyValue Property="Target" AnnotationPath="@UI.FieldGroup#External"/>
            </Record>
          </Collection>
        </Annotation>
        <Annotation Term="UI.FieldGroup" Qualifier="External">
          <Record Type="UI.FieldGroupType">
            <PropertyValue Property="Data">
              <Collection>
                <Record Type="UI.DataFieldWithUrl">
                  <PropertyValue Property="Label" String="definition"/>
                  <PropertyValue Property="Value" Path="definition"/>
                  <PropertyValue Property="Url" Path="definition"/>
                </Record>
              </Collection>
            </PropertyValue>
          </Record>
        </Annotation>
        <Annotation Term="UI.Facets">
          <Collection>
            <Record Type="UI.ReferenceFacet">
              <PropertyValue Property="Target" AnnotationPath="forms/@UI.LineItem"/>
              <PropertyValue Property="Label" String="forms"/>
            </Record>
            <Record Type="UI.ReferenceFacet">
              <PropertyValue Property="Target" AnnotationPath="sentences/@UI.LineItem"/>
              <PropertyValue Property="Label" String="sentences"/>
            </Record>
          </Collection>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.EntityContainer/LangsFilter">
        <Annotation Term="Capabilities.DeleteRestrictions">
          <Record Type="Capabilities.DeleteRestrictionsType">
            <PropertyValue Property="Deletable" Bool="false"/>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.InsertRestrictions">
          <Record Type="Capabilities.InsertRestrictionsType">
            <PropertyValue Property="Insertable" Bool="false"/>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.UpdateRestrictions">
          <Record Type="Capabilities.UpdateRestrictionsType">
            <PropertyValue Property="Updatable" Bool="false"/>
          </Record>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.LangsFilter/code">
        <Annotation Term="Validation.AllowedValues">
          <Collection>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="en"/>
              <PropertyValue Property="Value" String="English"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="de"/>
              <PropertyValue Property="Value" String="Deutsch"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="hr"/>
              <PropertyValue Property="Value" String="Hrvatski"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="ru"/>
              <PropertyValue Property="Value" String="Russian"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="cu"/>
              <PropertyValue Property="Value" String="Old Church Slavonic"/>
            </Record>
          </Collection>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.LangsFilter/text">
        <Annotation Term="Validation.AllowedValues">
          <Collection>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="en"/>
              <PropertyValue Property="Value" String="English"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="de"/>
              <PropertyValue Property="Value" String="Deutsch"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="hr"/>
              <PropertyValue Property="Value" String="Hrvatski"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="ru"/>
              <PropertyValue Property="Value" String="Russian"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="cu"/>
              <PropertyValue Property="Value" String="Old Church Slavonic"/>
            </Record>
          </Collection>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.LangsFilter/createdBy">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="UI.ExcludeFromNavigationContext" Bool="true"/>
        <Annotation Term="Core.Immutable" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Core.Description" String="User's unique ID"/>
        <Annotation Term="Common.Label" String="Created By"/>
      </Annotations>
      <Annotations Target="TextsService.LangsFilter/count">
        <Annotation Term="Core.Computed" Bool="true"/>
      </Annotations>
      <Annotations Target="TextsService.TiersFilter">
        <Annotation Term="UI.SelectionFields">
          <Collection>
            <PropertyPath>pos</PropertyPath>
            <PropertyPath>tier</PropertyPath>
            <PropertyPath>morphem</PropertyPath>
          </Collection>
        </Annotation>
        <Annotation Term="UI.LineItem">
          <Collection>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="pos"/>
              <Annotation Term="HTML5.CssDefaults">
                <Record Type="HTML5.CssDefaultsType">
                  <PropertyValue Property="width" String="5rem"/>
                </Record>
              </Annotation>
            </Record>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="morphem"/>
            </Record>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="tier"/>
              <Annotation Term="HTML5.CssDefaults">
                <Record Type="HTML5.CssDefaultsType">
                  <PropertyValue Property="width" String="5rem"/>
                </Record>
              </Annotation>
            </Record>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="count"/>
              <Annotation Term="HTML5.CssDefaults">
                <Record Type="HTML5.CssDefaultsType">
                  <PropertyValue Property="width" String="5rem"/>
                </Record>
              </Annotation>
            </Record>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="skip"/>
              <Annotation Term="HTML5.CssDefaults">
                <Record Type="HTML5.CssDefaultsType">
                  <PropertyValue Property="width" String="5rem"/>
                </Record>
              </Annotation>
            </Record>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="textName"/>
            </Record>
          </Collection>
        </Annotation>
        <Annotation Term="UI.Identification">
          <Collection>
            <Record Type="UI.DataFieldForAction">
              <PropertyValue Property="Action" String="TextsService.toggleSkip"/>
              <PropertyValue Property="Label" String="texts.toggleSkip"/>
            </Record>
          </Collection>
        </Annotation>
        <Annotation Term="UI.HeaderInfo">
          <Record Type="UI.HeaderInfoType">
            <PropertyValue Property="TypeName" String="Slovo"/>
            <PropertyValue Property="TypeNamePlural" String="Slova"/>
            <PropertyValue Property="Title">
              <Record Type="UI.DataField">
                <PropertyValue Property="Value" Path="morphem"/>
              </Record>
            </PropertyValue>
            <PropertyValue Property="Description">
              <Record Type="UI.DataField">
                <PropertyValue Property="Value">
                  <Apply Function="odata.concat">
                    <String>[</String>
                    <Path>tier</Path>
                    <String>] </String>
                    <Path>pos</Path>
                    <String> / </String>
                    <Path>lang</Path>
                  </Apply>
                </PropertyValue>
              </Record>
            </PropertyValue>
          </Record>
        </Annotation>
        <Annotation Term="UI.HeaderFacets">
          <Collection>
            <Record Type="UI.ReferenceFacet">
              <PropertyValue Property="Target" AnnotationPath="@UI.FieldGroup#External"/>
            </Record>
          </Collection>
        </Annotation>
        <Annotation Term="UI.FieldGroup" Qualifier="External">
          <Record Type="UI.FieldGroupType">
            <PropertyValue Property="Data">
              <Collection>
                <Record Type="UI.DataFieldWithUrl">
                  <PropertyValue Property="Label" String="definition"/>
                  <PropertyValue Property="Value" Path="definition"/>
                  <PropertyValue Property="Url" Path="definition"/>
                </Record>
              </Collection>
            </PropertyValue>
          </Record>
        </Annotation>
        <Annotation Term="UI.Facets">
          <Collection>
            <Record Type="UI.ReferenceFacet">
              <PropertyValue Property="Target" AnnotationPath="forms/@UI.LineItem"/>
              <PropertyValue Property="Label" String="forms"/>
            </Record>
            <Record Type="UI.ReferenceFacet">
              <PropertyValue Property="Target" AnnotationPath="sentences/@UI.LineItem"/>
              <PropertyValue Property="Label" String="sentences"/>
            </Record>
          </Collection>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.EntityContainer/TiersFilter">
        <Annotation Term="Capabilities.DeleteRestrictions">
          <Record Type="Capabilities.DeleteRestrictionsType">
            <PropertyValue Property="Deletable" Bool="false"/>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.InsertRestrictions">
          <Record Type="Capabilities.InsertRestrictionsType">
            <PropertyValue Property="Insertable" Bool="false"/>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.UpdateRestrictions">
          <Record Type="Capabilities.UpdateRestrictionsType">
            <PropertyValue Property="Updatable" Bool="false"/>
          </Record>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.TiersFilter/code">
        <Annotation Term="Core.Computed" Bool="true"/>
      </Annotations>
      <Annotations Target="TextsService.TiersFilter/text">
        <Annotation Term="Core.Computed" Bool="true"/>
      </Annotations>
      <Annotations Target="TextsService.TiersFilter/createdBy">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="UI.ExcludeFromNavigationContext" Bool="true"/>
        <Annotation Term="Core.Immutable" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Core.Description" String="User's unique ID"/>
        <Annotation Term="Common.Label" String="Created By"/>
      </Annotations>
      <Annotations Target="TextsService.TiersFilter/count">
        <Annotation Term="Core.Computed" Bool="true"/>
      </Annotations>
      <Annotations Target="TextsService.SlovaDistinct">
        <Annotation Term="UI.SelectionFields">
          <Collection>
            <PropertyPath>pos</PropertyPath>
            <PropertyPath>tier</PropertyPath>
            <PropertyPath>morphem</PropertyPath>
          </Collection>
        </Annotation>
        <Annotation Term="UI.LineItem">
          <Collection>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="pos"/>
              <Annotation Term="HTML5.CssDefaults">
                <Record Type="HTML5.CssDefaultsType">
                  <PropertyValue Property="width" String="5rem"/>
                </Record>
              </Annotation>
            </Record>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="morphem"/>
            </Record>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="tier"/>
              <Annotation Term="HTML5.CssDefaults">
                <Record Type="HTML5.CssDefaultsType">
                  <PropertyValue Property="width" String="5rem"/>
                </Record>
              </Annotation>
            </Record>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="count"/>
              <Annotation Term="HTML5.CssDefaults">
                <Record Type="HTML5.CssDefaultsType">
                  <PropertyValue Property="width" String="5rem"/>
                </Record>
              </Annotation>
            </Record>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="skip"/>
              <Annotation Term="HTML5.CssDefaults">
                <Record Type="HTML5.CssDefaultsType">
                  <PropertyValue Property="width" String="5rem"/>
                </Record>
              </Annotation>
            </Record>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="textName"/>
            </Record>
          </Collection>
        </Annotation>
        <Annotation Term="UI.Identification">
          <Collection>
            <Record Type="UI.DataFieldForAction">
              <PropertyValue Property="Action" String="TextsService.toggleSkip"/>
              <PropertyValue Property="Label" String="texts.toggleSkip"/>
            </Record>
          </Collection>
        </Annotation>
        <Annotation Term="UI.HeaderInfo">
          <Record Type="UI.HeaderInfoType">
            <PropertyValue Property="TypeName" String="Slovo"/>
            <PropertyValue Property="TypeNamePlural" String="Slova"/>
            <PropertyValue Property="Title">
              <Record Type="UI.DataField">
                <PropertyValue Property="Value" Path="morphem"/>
              </Record>
            </PropertyValue>
            <PropertyValue Property="Description">
              <Record Type="UI.DataField">
                <PropertyValue Property="Value">
                  <Apply Function="odata.concat">
                    <String>[</String>
                    <Path>tier</Path>
                    <String>] </String>
                    <Path>pos</Path>
                    <String> / </String>
                    <Path>lang</Path>
                  </Apply>
                </PropertyValue>
              </Record>
            </PropertyValue>
          </Record>
        </Annotation>
        <Annotation Term="UI.HeaderFacets">
          <Collection>
            <Record Type="UI.ReferenceFacet">
              <PropertyValue Property="Target" AnnotationPath="@UI.FieldGroup#External"/>
            </Record>
          </Collection>
        </Annotation>
        <Annotation Term="UI.FieldGroup" Qualifier="External">
          <Record Type="UI.FieldGroupType">
            <PropertyValue Property="Data">
              <Collection>
                <Record Type="UI.DataFieldWithUrl">
                  <PropertyValue Property="Label" String="definition"/>
                  <PropertyValue Property="Value" Path="definition"/>
                  <PropertyValue Property="Url" Path="definition"/>
                </Record>
              </Collection>
            </PropertyValue>
          </Record>
        </Annotation>
        <Annotation Term="UI.Facets">
          <Collection>
            <Record Type="UI.ReferenceFacet">
              <PropertyValue Property="Target" AnnotationPath="forms/@UI.LineItem"/>
              <PropertyValue Property="Label" String="forms"/>
            </Record>
            <Record Type="UI.ReferenceFacet">
              <PropertyValue Property="Target" AnnotationPath="sentences/@UI.LineItem"/>
              <PropertyValue Property="Label" String="sentences"/>
            </Record>
          </Collection>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.EntityContainer/SlovaDistinct">
        <Annotation Term="Capabilities.DeleteRestrictions">
          <Record Type="Capabilities.DeleteRestrictionsType">
            <PropertyValue Property="Deletable" Bool="false"/>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.InsertRestrictions">
          <Record Type="Capabilities.InsertRestrictionsType">
            <PropertyValue Property="Insertable" Bool="false"/>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.UpdateRestrictions">
          <Record Type="Capabilities.UpdateRestrictionsType">
            <PropertyValue Property="Updatable" Bool="false"/>
          </Record>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.SlovaDistinct/pos">
        <Annotation Term="Validation.AllowedValues">
          <Collection>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="ADJ"/>
              <PropertyValue Property="Value" String="adjective"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="ADP"/>
              <PropertyValue Property="Value" String="adposition"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="ADV"/>
              <PropertyValue Property="Value" String="adverb"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="AUX"/>
              <PropertyValue Property="Value" String="auxiliary"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="CCONJ"/>
              <PropertyValue Property="Value" String="coordinating conjunction"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="DET"/>
              <PropertyValue Property="Value" String="determiner"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="INTJ"/>
              <PropertyValue Property="Value" String="interjection"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="NOUN"/>
              <PropertyValue Property="Value" String="noun"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="NUM"/>
              <PropertyValue Property="Value" String="numeral"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="PART"/>
              <PropertyValue Property="Value" String="particle"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="PRON"/>
              <PropertyValue Property="Value" String="pronoun"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="PROPN"/>
              <PropertyValue Property="Value" String="proper noun"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="PUNCT"/>
              <PropertyValue Property="Value" String="punctuation"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="SCONJ"/>
              <PropertyValue Property="Value" String="subordinating conjunction"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="SYM"/>
              <PropertyValue Property="Value" String="symbol"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="VERB"/>
              <PropertyValue Property="Value" String="verb"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="X"/>
              <PropertyValue Property="Value" String="other"/>
            </Record>
          </Collection>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.SlovaDistinct/lang">
        <Annotation Term="Validation.AllowedValues">
          <Collection>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="en"/>
              <PropertyValue Property="Value" String="English"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="de"/>
              <PropertyValue Property="Value" String="Deutsch"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="hr"/>
              <PropertyValue Property="Value" String="Hrvatski"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="ru"/>
              <PropertyValue Property="Value" String="Russian"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="cu"/>
              <PropertyValue Property="Value" String="Old Church Slavonic"/>
            </Record>
          </Collection>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.SlovaDistinct/tier">
        <Annotation Term="Core.Computed" Bool="true"/>
      </Annotations>
      <Annotations Target="TextsService.SlovaDistinct/createdBy">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="UI.ExcludeFromNavigationContext" Bool="true"/>
        <Annotation Term="Core.Immutable" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Core.Description" String="User's unique ID"/>
        <Annotation Term="Common.Label" String="Created By"/>
      </Annotations>
      <Annotations Target="TextsService.TextsFilter">
        <Annotation Term="UI.SelectionFields">
          <Collection>
            <PropertyPath>pos</PropertyPath>
            <PropertyPath>tier</PropertyPath>
            <PropertyPath>morphem</PropertyPath>
          </Collection>
        </Annotation>
        <Annotation Term="UI.LineItem">
          <Collection>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="pos"/>
              <Annotation Term="HTML5.CssDefaults">
                <Record Type="HTML5.CssDefaultsType">
                  <PropertyValue Property="width" String="5rem"/>
                </Record>
              </Annotation>
            </Record>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="morphem"/>
            </Record>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="tier"/>
              <Annotation Term="HTML5.CssDefaults">
                <Record Type="HTML5.CssDefaultsType">
                  <PropertyValue Property="width" String="5rem"/>
                </Record>
              </Annotation>
            </Record>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="count"/>
              <Annotation Term="HTML5.CssDefaults">
                <Record Type="HTML5.CssDefaultsType">
                  <PropertyValue Property="width" String="5rem"/>
                </Record>
              </Annotation>
            </Record>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="skip"/>
              <Annotation Term="HTML5.CssDefaults">
                <Record Type="HTML5.CssDefaultsType">
                  <PropertyValue Property="width" String="5rem"/>
                </Record>
              </Annotation>
            </Record>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="textName"/>
            </Record>
          </Collection>
        </Annotation>
        <Annotation Term="UI.Identification">
          <Collection>
            <Record Type="UI.DataFieldForAction">
              <PropertyValue Property="Action" String="TextsService.toggleSkip"/>
              <PropertyValue Property="Label" String="texts.toggleSkip"/>
            </Record>
          </Collection>
        </Annotation>
        <Annotation Term="UI.HeaderInfo">
          <Record Type="UI.HeaderInfoType">
            <PropertyValue Property="TypeName" String="Slovo"/>
            <PropertyValue Property="TypeNamePlural" String="Slova"/>
            <PropertyValue Property="Title">
              <Record Type="UI.DataField">
                <PropertyValue Property="Value" Path="morphem"/>
              </Record>
            </PropertyValue>
            <PropertyValue Property="Description">
              <Record Type="UI.DataField">
                <PropertyValue Property="Value">
                  <Apply Function="odata.concat">
                    <String>[</String>
                    <Path>tier</Path>
                    <String>] </String>
                    <Path>pos</Path>
                    <String> / </String>
                    <Path>lang</Path>
                  </Apply>
                </PropertyValue>
              </Record>
            </PropertyValue>
          </Record>
        </Annotation>
        <Annotation Term="UI.HeaderFacets">
          <Collection>
            <Record Type="UI.ReferenceFacet">
              <PropertyValue Property="Target" AnnotationPath="@UI.FieldGroup#External"/>
            </Record>
          </Collection>
        </Annotation>
        <Annotation Term="UI.FieldGroup" Qualifier="External">
          <Record Type="UI.FieldGroupType">
            <PropertyValue Property="Data">
              <Collection>
                <Record Type="UI.DataFieldWithUrl">
                  <PropertyValue Property="Label" String="definition"/>
                  <PropertyValue Property="Value" Path="definition"/>
                  <PropertyValue Property="Url" Path="definition"/>
                </Record>
              </Collection>
            </PropertyValue>
          </Record>
        </Annotation>
        <Annotation Term="UI.Facets">
          <Collection>
            <Record Type="UI.ReferenceFacet">
              <PropertyValue Property="Target" AnnotationPath="forms/@UI.LineItem"/>
              <PropertyValue Property="Label" String="forms"/>
            </Record>
            <Record Type="UI.ReferenceFacet">
              <PropertyValue Property="Target" AnnotationPath="sentences/@UI.LineItem"/>
              <PropertyValue Property="Label" String="sentences"/>
            </Record>
          </Collection>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.EntityContainer/TextsFilter">
        <Annotation Term="Capabilities.DeleteRestrictions">
          <Record Type="Capabilities.DeleteRestrictionsType">
            <PropertyValue Property="Deletable" Bool="false"/>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.InsertRestrictions">
          <Record Type="Capabilities.InsertRestrictionsType">
            <PropertyValue Property="Insertable" Bool="false"/>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.UpdateRestrictions">
          <Record Type="Capabilities.UpdateRestrictionsType">
            <PropertyValue Property="Updatable" Bool="false"/>
          </Record>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.TextsFilter/code">
        <Annotation Term="Core.ComputedDefaultValue" Bool="true"/>
      </Annotations>
      <Annotations Target="TextsService.TextsFilter/text">
        <Annotation Term="Common.Label" String="name"/>
      </Annotations>
      <Annotations Target="TextsService.TextsFilter/createdBy">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="UI.ExcludeFromNavigationContext" Bool="true"/>
        <Annotation Term="Core.Immutable" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Core.Description" String="User's unique ID"/>
        <Annotation Term="Common.Label" String="Created By"/>
      </Annotations>
      <Annotations Target="TextsService.TextsFilter/count">
        <Annotation Term="Core.Computed" Bool="true"/>
      </Annotations>
      <Annotations Target="TextsService.AuthorsFilter">
        <Annotation Term="UI.HeaderInfo">
          <Record Type="UI.HeaderInfoType">
            <PropertyValue Property="TypeName" String="Text"/>
            <PropertyValue Property="TypeNamePlural" String="Texts"/>
            <PropertyValue Property="Title">
              <Record Type="UI.DataField">
                <PropertyValue Property="Value" Path="lang_code"/>
              </Record>
            </PropertyValue>
            <PropertyValue Property="Description">
              <Record Type="UI.DataField">
                <PropertyValue Property="Value" Path="name"/>
              </Record>
            </PropertyValue>
          </Record>
        </Annotation>
        <Annotation Term="UI.SelectionFields">
          <Collection>
            <PropertyPath>createdBy</PropertyPath>
            <PropertyPath>name</PropertyPath>
            <PropertyPath>lang_code</PropertyPath>
          </Collection>
        </Annotation>
        <Annotation Term="UI.PresentationVariant">
          <Record Type="UI.PresentationVariantType">
            <PropertyValue Property="SortOrder">
              <Collection>
                <Record Type="Common.SortOrderType">
                  <PropertyValue Property="Property" PropertyPath="createdAt"/>
                  <PropertyValue Property="Descending" Bool="true"/>
                </Record>
              </Collection>
            </PropertyValue>
            <PropertyValue Property="Visualizations">
              <Collection>
                <AnnotationPath>@UI.LineItem</AnnotationPath>
              </Collection>
            </PropertyValue>
          </Record>
        </Annotation>
        <Annotation Term="UI.LineItem">
          <Collection>
            <Record Type="UI.DataFieldForAction">
              <PropertyValue Property="Action" String="TextsService.mergeToText"/>
              <PropertyValue Property="Label" String="texts.mergeToText"/>
            </Record>
            <Record Type="UI.DataFieldForAction">
              <PropertyValue Property="Action" String="TextsService.addToDeck"/>
              <PropertyValue Property="Label" String="texts.addToDeck"/>
            </Record>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="authorName"/>
              <Annotation Term="HTML5.CssDefaults">
                <Record Type="HTML5.CssDefaultsType">
                  <PropertyValue Property="width" String="10rem"/>
                </Record>
              </Annotation>
            </Record>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="complexity"/>
            </Record>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="name"/>
              <Annotation Term="HTML5.CssDefaults">
                <Record Type="HTML5.CssDefaultsType">
                  <PropertyValue Property="width" String="auto"/>
                </Record>
              </Annotation>
            </Record>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="lang_code"/>
              <Annotation Term="HTML5.CssDefaults">
                <Record Type="HTML5.CssDefaultsType">
                  <PropertyValue Property="width" String="5rem"/>
                </Record>
              </Annotation>
            </Record>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="createdAt"/>
              <Annotation Term="HTML5.CssDefaults">
                <Record Type="HTML5.CssDefaultsType">
                  <PropertyValue Property="width" String="15rem"/>
                </Record>
              </Annotation>
            </Record>
          </Collection>
        </Annotation>
        <Annotation Term="UI.Facets">
          <Collection>
            <Record Type="UI.ReferenceFacet">
              <PropertyValue Property="Target" AnnotationPath="words/@UI.LineItem"/>
              <PropertyValue Property="Label" String="Words"/>
              <Annotation Term="UI.Hidden" Path="HasDraftEntity"/>
            </Record>
            <Record Type="UI.ReferenceFacet">
              <PropertyValue Property="Target" AnnotationPath="sentences/@UI.LineItem"/>
              <PropertyValue Property="Label" String="Sentences"/>
              <Annotation Term="UI.Hidden" Path="HasDraftEntity"/>
            </Record>
          </Collection>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.EntityContainer/AuthorsFilter">
        <Annotation Term="UI.PresentationVariant">
          <Record Type="UI.PresentationVariantType">
            <PropertyValue Property="SortOrder">
              <Collection>
                <Record Type="Common.SortOrderType">
                  <PropertyValue Property="Property" PropertyPath="createdAt"/>
                  <PropertyValue Property="Descending" Bool="true"/>
                </Record>
              </Collection>
            </PropertyValue>
            <PropertyValue Property="Visualizations">
              <Collection>
                <AnnotationPath>@UI.LineItem</AnnotationPath>
              </Collection>
            </PropertyValue>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.DeleteRestrictions">
          <Record Type="Capabilities.DeleteRestrictionsType">
            <PropertyValue Property="Deletable" Bool="false"/>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.InsertRestrictions">
          <Record Type="Capabilities.InsertRestrictionsType">
            <PropertyValue Property="Insertable" Bool="false"/>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.UpdateRestrictions">
          <Record Type="Capabilities.UpdateRestrictionsType">
            <PropertyValue Property="Updatable" Bool="false"/>
          </Record>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.AuthorsFilter/code">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="UI.ExcludeFromNavigationContext" Bool="true"/>
        <Annotation Term="Core.Immutable" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Core.Description" String="User's unique ID"/>
        <Annotation Term="Common.Label" String="Created By"/>
      </Annotations>
      <Annotations Target="TextsService.AuthorsFilter/text">
        <Annotation Term="Core.Computed" Bool="true"/>
      </Annotations>
      <Annotations Target="TextsService.AuthorsFilter/createdBy">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="UI.ExcludeFromNavigationContext" Bool="true"/>
        <Annotation Term="Core.Immutable" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Core.Description" String="User's unique ID"/>
        <Annotation Term="Common.Label" String="Created By"/>
      </Annotations>
      <Annotations Target="TextsService.AuthorsFilter/count">
        <Annotation Term="Core.Computed" Bool="true"/>
      </Annotations>
      <Annotations Target="TextsService.createText()">
        <Annotation Term="Common.SideEffects">
          <Record Type="Common.SideEffectsType">
            <PropertyValue Property="TargetEntities">
              <Collection>
                <NavigationPropertyPath>/TextsService.EntityContainer/Texts</NavigationPropertyPath>
                <NavigationPropertyPath>/TextsService.EntityContainer/PosFilter</NavigationPropertyPath>
                <NavigationPropertyPath>/TextsService.EntityContainer/LangsFilter</NavigationPropertyPath>
                <NavigationPropertyPath>/TextsService.EntityContainer/TextsFilter</NavigationPropertyPath>
                <NavigationPropertyPath>/TextsService.EntityContainer/AuthorsFilter</NavigationPropertyPath>
              </Collection>
            </PropertyValue>
          </Record>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.TextsVH/ID">
        <Annotation Term="Core.ComputedDefaultValue" Bool="true"/>
      </Annotations>
      <Annotations Target="TextsService.TextsVH/name">
        <Annotation Term="Common.Label" String="name"/>
      </Annotations>
      <Annotations Target="TextsService.TextsVH/createdBy">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="UI.ExcludeFromNavigationContext" Bool="true"/>
        <Annotation Term="Core.Immutable" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Core.Description" String="User's unique ID"/>
        <Annotation Term="Common.Label" String="Created By"/>
      </Annotations>
      <Annotations Target="TextsService.TextsVH/createdAt">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="UI.ExcludeFromNavigationContext" Bool="true"/>
        <Annotation Term="Core.Immutable" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Common.Label" String="Created On"/>
      </Annotations>
      <Annotations Target="TextsService.Texts">
        <Annotation Term="UI.HeaderInfo">
          <Record Type="UI.HeaderInfoType">
            <PropertyValue Property="TypeName" String="Text"/>
            <PropertyValue Property="TypeNamePlural" String="Texts"/>
            <PropertyValue Property="Title">
              <Record Type="UI.DataField">
                <PropertyValue Property="Value" Path="lang_code"/>
              </Record>
            </PropertyValue>
            <PropertyValue Property="Description">
              <Record Type="UI.DataField">
                <PropertyValue Property="Value" Path="name"/>
              </Record>
            </PropertyValue>
          </Record>
        </Annotation>
        <Annotation Term="UI.SelectionFields">
          <Collection>
            <PropertyPath>createdBy</PropertyPath>
            <PropertyPath>name</PropertyPath>
            <PropertyPath>lang_code</PropertyPath>
          </Collection>
        </Annotation>
        <Annotation Term="UI.PresentationVariant">
          <Record Type="UI.PresentationVariantType">
            <PropertyValue Property="SortOrder">
              <Collection>
                <Record Type="Common.SortOrderType">
                  <PropertyValue Property="Property" PropertyPath="createdAt"/>
                  <PropertyValue Property="Descending" Bool="true"/>
                </Record>
              </Collection>
            </PropertyValue>
            <PropertyValue Property="Visualizations">
              <Collection>
                <AnnotationPath>@UI.LineItem</AnnotationPath>
              </Collection>
            </PropertyValue>
          </Record>
        </Annotation>
        <Annotation Term="UI.LineItem">
          <Collection>
            <Record Type="UI.DataFieldForAction">
              <PropertyValue Property="Action" String="TextsService.mergeToText"/>
              <PropertyValue Property="Label" String="texts.mergeToText"/>
            </Record>
            <Record Type="UI.DataFieldForAction">
              <PropertyValue Property="Action" String="TextsService.addToDeck"/>
              <PropertyValue Property="Label" String="texts.addToDeck"/>
            </Record>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="authorName"/>
              <Annotation Term="HTML5.CssDefaults">
                <Record Type="HTML5.CssDefaultsType">
                  <PropertyValue Property="width" String="10rem"/>
                </Record>
              </Annotation>
            </Record>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="complexity"/>
            </Record>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="name"/>
              <Annotation Term="HTML5.CssDefaults">
                <Record Type="HTML5.CssDefaultsType">
                  <PropertyValue Property="width" String="auto"/>
                </Record>
              </Annotation>
            </Record>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="lang_code"/>
              <Annotation Term="HTML5.CssDefaults">
                <Record Type="HTML5.CssDefaultsType">
                  <PropertyValue Property="width" String="5rem"/>
                </Record>
              </Annotation>
            </Record>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="createdAt"/>
              <Annotation Term="HTML5.CssDefaults">
                <Record Type="HTML5.CssDefaultsType">
                  <PropertyValue Property="width" String="15rem"/>
                </Record>
              </Annotation>
            </Record>
          </Collection>
        </Annotation>
        <Annotation Term="UI.Facets">
          <Collection>
            <Record Type="UI.ReferenceFacet">
              <PropertyValue Property="Target" AnnotationPath="words/@UI.LineItem"/>
              <PropertyValue Property="Label" String="Words"/>
              <Annotation Term="UI.Hidden" Path="HasDraftEntity"/>
            </Record>
            <Record Type="UI.ReferenceFacet">
              <PropertyValue Property="Target" AnnotationPath="sentences/@UI.LineItem"/>
              <PropertyValue Property="Label" String="Sentences"/>
              <Annotation Term="UI.Hidden" Path="HasDraftEntity"/>
            </Record>
          </Collection>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.EntityContainer/Texts">
        <Annotation Term="UI.PresentationVariant">
          <Record Type="UI.PresentationVariantType">
            <PropertyValue Property="SortOrder">
              <Collection>
                <Record Type="Common.SortOrderType">
                  <PropertyValue Property="Property" PropertyPath="createdAt"/>
                  <PropertyValue Property="Descending" Bool="true"/>
                </Record>
              </Collection>
            </PropertyValue>
            <PropertyValue Property="Visualizations">
              <Collection>
                <AnnotationPath>@UI.LineItem</AnnotationPath>
              </Collection>
            </PropertyValue>
          </Record>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.Texts/createdAt">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="UI.ExcludeFromNavigationContext" Bool="true"/>
        <Annotation Term="Core.Immutable" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Common.Label" String="Created On"/>
      </Annotations>
      <Annotations Target="TextsService.Texts/createdBy">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="UI.ExcludeFromNavigationContext" Bool="true"/>
        <Annotation Term="Core.Immutable" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Core.Description" String="User's unique ID"/>
        <Annotation Term="Common.Label" String="Created By"/>
      </Annotations>
      <Annotations Target="TextsService.Texts/modifiedAt">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="UI.ExcludeFromNavigationContext" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Common.Label" String="Changed On"/>
      </Annotations>
      <Annotations Target="TextsService.Texts/modifiedBy">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="UI.ExcludeFromNavigationContext" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Core.Description" String="User's unique ID"/>
        <Annotation Term="Common.Label" String="Changed By"/>
      </Annotations>
      <Annotations Target="TextsService.Texts/ID">
        <Annotation Term="Core.ComputedDefaultValue" Bool="true"/>
      </Annotations>
      <Annotations Target="TextsService.Texts/lang">
        <Annotation Term="Common.Label" String="lang"/>
      </Annotations>
      <Annotations Target="TextsService.Texts/lang_code">
        <Annotation Term="Common.Label" String="lang"/>
      </Annotations>
      <Annotations Target="TextsService.Texts/name">
        <Annotation Term="Common.Label" String="name"/>
      </Annotations>
      <Annotations Target="TextsService.Texts/sent">
        <Annotation Term="Common.Label" String="sent"/>
      </Annotations>
      <Annotations Target="TextsService.Texts/indx">
        <Annotation Term="Common.Label" String="indx"/>
      </Annotations>
      <Annotations Target="TextsService.Texts/lemma">
        <Annotation Term="Common.Label" String="lemma"/>
      </Annotations>
      <Annotations Target="TextsService.Texts/pos">
        <Annotation Term="Common.Label" String="pos"/>
      </Annotations>
      <Annotations Target="TextsService.Texts/pos_code">
        <Annotation Term="Common.Label" String="pos"/>
      </Annotations>
      <Annotations Target="TextsService.Texts/feats">
        <Annotation Term="Common.Label" String="feats"/>
      </Annotations>
      <Annotations Target="TextsService.Texts/case">
        <Annotation Term="Common.Label" String="case"/>
      </Annotations>
      <Annotations Target="TextsService.Texts/case_code">
        <Annotation Term="Common.Label" String="case"/>
      </Annotations>
      <Annotations Target="TextsService.Texts/gender">
        <Annotation Term="Common.Label" String="gender"/>
      </Annotations>
      <Annotations Target="TextsService.Texts/gender_code">
        <Annotation Term="Common.Label" String="gender"/>
      </Annotations>
      <Annotations Target="TextsService.Texts/number">
        <Annotation Term="Common.Label" String="number"/>
      </Annotations>
      <Annotations Target="TextsService.Texts/number_code">
        <Annotation Term="Common.Label" String="number"/>
      </Annotations>
      <Annotations Target="TextsService.Texts/person">
        <Annotation Term="Common.Label" String="person"/>
      </Annotations>
      <Annotations Target="TextsService.Texts/person_code">
        <Annotation Term="Common.Label" String="person"/>
      </Annotations>
      <Annotations Target="TextsService.Texts/tense">
        <Annotation Term="Common.Label" String="tense"/>
      </Annotations>
      <Annotations Target="TextsService.Texts/tense_code">
        <Annotation Term="Common.Label" String="tense"/>
      </Annotations>
      <Annotations Target="TextsService.Texts/aspect">
        <Annotation Term="Common.Label" String="aspect"/>
      </Annotations>
      <Annotations Target="TextsService.Texts/aspect_code">
        <Annotation Term="Common.Label" String="aspect"/>
      </Annotations>
      <Annotations Target="TextsService.Texts/mood">
        <Annotation Term="Common.Label" String="mood"/>
      </Annotations>
      <Annotations Target="TextsService.Texts/mood_code">
        <Annotation Term="Common.Label" String="mood"/>
      </Annotations>
      <Annotations Target="TextsService.Texts/voice">
        <Annotation Term="Common.Label" String="voice"/>
      </Annotations>
      <Annotations Target="TextsService.Texts/voice_code">
        <Annotation Term="Common.Label" String="voice"/>
      </Annotations>
      <Annotations Target="TextsService.Texts/degree">
        <Annotation Term="Common.Label" String="degree"/>
      </Annotations>
      <Annotations Target="TextsService.Texts/degree_code">
        <Annotation Term="Common.Label" String="degree"/>
      </Annotations>
      <Annotations Target="TextsService.Texts/verbForm">
        <Annotation Term="Common.Label" String="verbForm"/>
      </Annotations>
      <Annotations Target="TextsService.Texts/verbForm_code">
        <Annotation Term="Common.Label" String="verbForm"/>
      </Annotations>
      <Annotations Target="TextsService.Texts/authorName">
        <Annotation Term="Core.Computed" Bool="true"/>
      </Annotations>
      <Annotations Target="TextsService.addSpeechToInput(TextsService.Texts)">
        <Annotation Term="Common.SideEffects">
          <Record Type="Common.SideEffectsType">
            <PropertyValue Property="TargetProperties">
              <Collection>
                <String>_it/input</String>
              </Collection>
            </PropertyValue>
          </Record>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.parseText(TextsService.Texts)">
        <Annotation Term="Common.SideEffects">
          <Record Type="Common.SideEffectsType">
            <PropertyValue Property="TargetEntities">
              <Collection>
                <NavigationPropertyPath>_it/sentences</NavigationPropertyPath>
                <NavigationPropertyPath>_it/words</NavigationPropertyPath>
              </Collection>
            </PropertyValue>
            <PropertyValue Property="TargetProperties">
              <Collection>
                <String>_it/text</String>
                <String>_it/input</String>
              </Collection>
            </PropertyValue>
          </Record>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.generateText(TextsService.Texts)">
        <Annotation Term="Common.SideEffects">
          <Record Type="Common.SideEffectsType">
            <PropertyValue Property="TargetProperties">
              <Collection>
                <String>_it/input</String>
              </Collection>
            </PropertyValue>
          </Record>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.addToDeck(TextsService.Texts)/deck">
        <Annotation Term="Common.ValueListWithFixedValues" Bool="true"/>
        <Annotation Term="Common.ValueList">
          <Record Type="Common.ValueListType">
            <PropertyValue Property="Label" String="deck"/>
            <PropertyValue Property="CollectionPath" String="Decks"/>
            <PropertyValue Property="Parameters">
              <Collection>
                <Record Type="Common.ValueListParameterInOut">
                  <PropertyValue Property="ValueListProperty" String="ID"/>
                  <PropertyValue Property="LocalDataProperty" PropertyPath="deck"/>
                </Record>
                <Record Type="Common.ValueListParameterDisplayOnly">
                  <PropertyValue Property="ValueListProperty" String="name"/>
                </Record>
              </Collection>
            </PropertyValue>
          </Record>
        </Annotation>
        <Annotation Term="Common.Label" String="deck"/>
      </Annotations>
      <Annotations Target="TextsService.mergeToText(TextsService.Texts)">
        <Annotation Term="Common.SideEffects">
          <Record Type="Common.SideEffectsType">
            <PropertyValue Property="TargetEntities">
              <Collection>
                <NavigationPropertyPath>/TextsService.EntityContainer/Texts</NavigationPropertyPath>
              </Collection>
            </PropertyValue>
          </Record>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.mergeToText(TextsService.Texts)/text">
        <Annotation Term="Common.ValueListWithFixedValues" Bool="true"/>
        <Annotation Term="Common.ValueList">
          <Record Type="Common.ValueListType">
            <PropertyValue Property="Label" String="text"/>
            <PropertyValue Property="CollectionPath" String="TextsVH"/>
            <PropertyValue Property="Parameters">
              <Collection>
                <Record Type="Common.ValueListParameterInOut">
                  <PropertyValue Property="ValueListProperty" String="ID"/>
                  <PropertyValue Property="LocalDataProperty" PropertyPath="text"/>
                </Record>
                <Record Type="Common.ValueListParameterDisplayOnly">
                  <PropertyValue Property="ValueListProperty" String="name"/>
                </Record>
              </Collection>
            </PropertyValue>
          </Record>
        </Annotation>
        <Annotation Term="Common.Label" String="text"/>
      </Annotations>
      <Annotations Target="TextsService.Sentences">
        <Annotation Term="UI.HeaderInfo">
          <Record Type="UI.HeaderInfoType">
            <PropertyValue Property="TypeName" String="Sentence"/>
            <PropertyValue Property="TypeNamePlural" String="Sentences"/>
            <PropertyValue Property="Title">
              <Record Type="UI.DataField">
                <PropertyValue Property="Value" Path="text"/>
              </Record>
            </PropertyValue>
            <PropertyValue Property="Description">
              <Record Type="UI.DataField">
                <PropertyValue Property="Value" Path="lang_code"/>
              </Record>
            </PropertyValue>
          </Record>
        </Annotation>
        <Annotation Term="UI.LineItem">
          <Collection>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="text"/>
              <Annotation Term="HTML5.CssDefaults">
                <Record Type="HTML5.CssDefaultsType">
                  <PropertyValue Property="width" String="auto"/>
                </Record>
              </Annotation>
            </Record>
          </Collection>
        </Annotation>
        <Annotation Term="UI.Facets">
          <Collection>
            <Record Type="UI.ReferenceFacet">
              <PropertyValue Property="Target" AnnotationPath="tokens/@UI.LineItem"/>
              <PropertyValue Property="Label" String="Tokens"/>
            </Record>
          </Collection>
        </Annotation>
        <Annotation Term="UI.HeaderFacets">
          <Collection>
            <Record Type="UI.ReferenceFacet">
              <PropertyValue Property="Target" AnnotationPath="@UI.FieldGroup#Translation"/>
            </Record>
          </Collection>
        </Annotation>
        <Annotation Term="UI.FieldGroup" Qualifier="Translation">
          <Record Type="UI.FieldGroupType">
            <PropertyValue Property="Data">
              <Collection>
                <Record Type="UI.DataFieldWithUrl">
                  <PropertyValue Property="Label" String="translation"/>
                  <PropertyValue Property="Value" Path="translation"/>
                  <PropertyValue Property="Url" Path="translation"/>
                </Record>
              </Collection>
            </PropertyValue>
          </Record>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.EntityContainer/Sentences">
        <Annotation Term="Capabilities.DeleteRestrictions">
          <Record Type="Capabilities.DeleteRestrictionsType">
            <PropertyValue Property="Deletable" Bool="false"/>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.InsertRestrictions">
          <Record Type="Capabilities.InsertRestrictionsType">
            <PropertyValue Property="Insertable" Bool="false"/>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.UpdateRestrictions">
          <Record Type="Capabilities.UpdateRestrictionsType">
            <PropertyValue Property="Updatable" Bool="false"/>
          </Record>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.Sentences/createdBy">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="UI.ExcludeFromNavigationContext" Bool="true"/>
        <Annotation Term="Core.Immutable" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Core.Description" String="User's unique ID"/>
        <Annotation Term="Common.Label" String="Created By"/>
      </Annotations>
      <Annotations Target="TextsService.Slova">
        <Annotation Term="UI.SelectionFields">
          <Collection>
            <PropertyPath>pos</PropertyPath>
            <PropertyPath>tier</PropertyPath>
            <PropertyPath>morphem</PropertyPath>
          </Collection>
        </Annotation>
        <Annotation Term="UI.LineItem">
          <Collection>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="pos"/>
              <Annotation Term="HTML5.CssDefaults">
                <Record Type="HTML5.CssDefaultsType">
                  <PropertyValue Property="width" String="5rem"/>
                </Record>
              </Annotation>
            </Record>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="morphem"/>
            </Record>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="tier"/>
              <Annotation Term="HTML5.CssDefaults">
                <Record Type="HTML5.CssDefaultsType">
                  <PropertyValue Property="width" String="5rem"/>
                </Record>
              </Annotation>
            </Record>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="count"/>
              <Annotation Term="HTML5.CssDefaults">
                <Record Type="HTML5.CssDefaultsType">
                  <PropertyValue Property="width" String="5rem"/>
                </Record>
              </Annotation>
            </Record>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="skip"/>
              <Annotation Term="HTML5.CssDefaults">
                <Record Type="HTML5.CssDefaultsType">
                  <PropertyValue Property="width" String="5rem"/>
                </Record>
              </Annotation>
            </Record>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="textName"/>
            </Record>
          </Collection>
        </Annotation>
        <Annotation Term="UI.Identification">
          <Collection>
            <Record Type="UI.DataFieldForAction">
              <PropertyValue Property="Action" String="TextsService.toggleSkip"/>
              <PropertyValue Property="Label" String="texts.toggleSkip"/>
            </Record>
          </Collection>
        </Annotation>
        <Annotation Term="UI.HeaderInfo">
          <Record Type="UI.HeaderInfoType">
            <PropertyValue Property="TypeName" String="Slovo"/>
            <PropertyValue Property="TypeNamePlural" String="Slova"/>
            <PropertyValue Property="Title">
              <Record Type="UI.DataField">
                <PropertyValue Property="Value" Path="morphem"/>
              </Record>
            </PropertyValue>
            <PropertyValue Property="Description">
              <Record Type="UI.DataField">
                <PropertyValue Property="Value">
                  <Apply Function="odata.concat">
                    <String>[</String>
                    <Path>tier</Path>
                    <String>] </String>
                    <Path>pos</Path>
                    <String> / </String>
                    <Path>lang</Path>
                  </Apply>
                </PropertyValue>
              </Record>
            </PropertyValue>
          </Record>
        </Annotation>
        <Annotation Term="UI.HeaderFacets">
          <Collection>
            <Record Type="UI.ReferenceFacet">
              <PropertyValue Property="Target" AnnotationPath="@UI.FieldGroup#External"/>
            </Record>
          </Collection>
        </Annotation>
        <Annotation Term="UI.FieldGroup" Qualifier="External">
          <Record Type="UI.FieldGroupType">
            <PropertyValue Property="Data">
              <Collection>
                <Record Type="UI.DataFieldWithUrl">
                  <PropertyValue Property="Label" String="definition"/>
                  <PropertyValue Property="Value" Path="definition"/>
                  <PropertyValue Property="Url" Path="definition"/>
                </Record>
              </Collection>
            </PropertyValue>
          </Record>
        </Annotation>
        <Annotation Term="UI.Facets">
          <Collection>
            <Record Type="UI.ReferenceFacet">
              <PropertyValue Property="Target" AnnotationPath="forms/@UI.LineItem"/>
              <PropertyValue Property="Label" String="forms"/>
            </Record>
            <Record Type="UI.ReferenceFacet">
              <PropertyValue Property="Target" AnnotationPath="sentences/@UI.LineItem"/>
              <PropertyValue Property="Label" String="sentences"/>
            </Record>
          </Collection>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.EntityContainer/Slova">
        <Annotation Term="Capabilities.DeleteRestrictions">
          <Record Type="Capabilities.DeleteRestrictionsType">
            <PropertyValue Property="Deletable" Bool="false"/>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.InsertRestrictions">
          <Record Type="Capabilities.InsertRestrictionsType">
            <PropertyValue Property="Insertable" Bool="false"/>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.UpdateRestrictions">
          <Record Type="Capabilities.UpdateRestrictionsType">
            <PropertyValue Property="Updatable" Bool="false"/>
          </Record>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.Slova/lang">
        <Annotation Term="Validation.AllowedValues">
          <Collection>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="en"/>
              <PropertyValue Property="Value" String="English"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="de"/>
              <PropertyValue Property="Value" String="Deutsch"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="hr"/>
              <PropertyValue Property="Value" String="Hrvatski"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="ru"/>
              <PropertyValue Property="Value" String="Russian"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="cu"/>
              <PropertyValue Property="Value" String="Old Church Slavonic"/>
            </Record>
          </Collection>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.Slova/pos">
        <Annotation Term="Validation.AllowedValues">
          <Collection>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="ADJ"/>
              <PropertyValue Property="Value" String="adjective"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="ADP"/>
              <PropertyValue Property="Value" String="adposition"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="ADV"/>
              <PropertyValue Property="Value" String="adverb"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="AUX"/>
              <PropertyValue Property="Value" String="auxiliary"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="CCONJ"/>
              <PropertyValue Property="Value" String="coordinating conjunction"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="DET"/>
              <PropertyValue Property="Value" String="determiner"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="INTJ"/>
              <PropertyValue Property="Value" String="interjection"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="NOUN"/>
              <PropertyValue Property="Value" String="noun"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="NUM"/>
              <PropertyValue Property="Value" String="numeral"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="PART"/>
              <PropertyValue Property="Value" String="particle"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="PRON"/>
              <PropertyValue Property="Value" String="pronoun"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="PROPN"/>
              <PropertyValue Property="Value" String="proper noun"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="PUNCT"/>
              <PropertyValue Property="Value" String="punctuation"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="SCONJ"/>
              <PropertyValue Property="Value" String="subordinating conjunction"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="SYM"/>
              <PropertyValue Property="Value" String="symbol"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="VERB"/>
              <PropertyValue Property="Value" String="verb"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="X"/>
              <PropertyValue Property="Value" String="other"/>
            </Record>
          </Collection>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.Slova/createdBy">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="UI.ExcludeFromNavigationContext" Bool="true"/>
        <Annotation Term="Core.Immutable" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Core.Description" String="User's unique ID"/>
        <Annotation Term="Common.Label" String="Created By"/>
      </Annotations>
      <Annotations Target="TextsService.Slova/textName">
        <Annotation Term="Common.Label" String="name"/>
      </Annotations>
      <Annotations Target="TextsService.Slova/definition">
        <Annotation Term="Core.Computed" Bool="true"/>
      </Annotations>
      <Annotations Target="TextsService.Slova/skip">
        <Annotation Term="Core.Computed" Bool="true"/>
      </Annotations>
      <Annotations Target="TextsService.Slova/tier">
        <Annotation Term="Core.Computed" Bool="true"/>
      </Annotations>
      <Annotations Target="TextsService.toggleSkip(TextsService.Slova)">
        <Annotation Term="Common.SideEffects">
          <Record Type="Common.SideEffectsType">
            <PropertyValue Property="TargetEntities">
              <Collection>
                <NavigationPropertyPath>/TextsService.EntityContainer/Slova</NavigationPropertyPath>
              </Collection>
            </PropertyValue>
          </Record>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.Forms">
        <Annotation Term="UI.HeaderInfo">
          <Record Type="UI.HeaderInfoType">
            <PropertyValue Property="TypeName" String="Form"/>
            <PropertyValue Property="TypeNamePlural" String="Forms"/>
            <PropertyValue Property="Title">
              <Record Type="UI.DataField">
                <PropertyValue Property="Value" Path="form"/>
              </Record>
            </PropertyValue>
          </Record>
        </Annotation>
        <Annotation Term="UI.LineItem">
          <Collection>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="form"/>
            </Record>
          </Collection>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.EntityContainer/Forms">
        <Annotation Term="Capabilities.DeleteRestrictions">
          <Record Type="Capabilities.DeleteRestrictionsType">
            <PropertyValue Property="Deletable" Bool="false"/>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.InsertRestrictions">
          <Record Type="Capabilities.InsertRestrictionsType">
            <PropertyValue Property="Insertable" Bool="false"/>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.UpdateRestrictions">
          <Record Type="Capabilities.UpdateRestrictionsType">
            <PropertyValue Property="Updatable" Bool="false"/>
          </Record>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.Forms/Case">
        <Annotation Term="Validation.AllowedValues">
          <Collection>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="Nom"/>
              <PropertyValue Property="Value" String="nominative"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="Acc"/>
              <PropertyValue Property="Value" String="accusative"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="Dat"/>
              <PropertyValue Property="Value" String="dative"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="Gen"/>
              <PropertyValue Property="Value" String="genitive"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="Voc"/>
              <PropertyValue Property="Value" String="vocative"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="Ins"/>
              <PropertyValue Property="Value" String="instrumental"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="Loc"/>
              <PropertyValue Property="Value" String="locative"/>
            </Record>
          </Collection>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.Forms/Gender">
        <Annotation Term="Validation.AllowedValues">
          <Collection>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="Com"/>
              <PropertyValue Property="Value" String="common"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="Fem"/>
              <PropertyValue Property="Value" String="feminine"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="Masc"/>
              <PropertyValue Property="Value" String="masculine"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="Neut"/>
              <PropertyValue Property="Value" String="neuter"/>
            </Record>
          </Collection>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.Forms/Number">
        <Annotation Term="Validation.AllowedValues">
          <Collection>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="Sing"/>
              <PropertyValue Property="Value" String="singular"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="Plur"/>
              <PropertyValue Property="Value" String="plural"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="Dual"/>
              <PropertyValue Property="Value" String="dual"/>
            </Record>
          </Collection>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.Forms/Animacy">
        <Annotation Term="Validation.AllowedValues">
          <Collection>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="Anim"/>
              <PropertyValue Property="Value" String="animate"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="Hum"/>
              <PropertyValue Property="Value" String="human"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="Inan"/>
              <PropertyValue Property="Value" String="inanimate"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="Nhum"/>
              <PropertyValue Property="Value" String="non-human"/>
            </Record>
          </Collection>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.Forms/Tense">
        <Annotation Term="Validation.AllowedValues">
          <Collection>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="Past"/>
              <PropertyValue Property="Value" String="past"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="Pres"/>
              <PropertyValue Property="Value" String="present"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="Fut"/>
              <PropertyValue Property="Value" String="future"/>
            </Record>
          </Collection>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.Forms/Aspect">
        <Annotation Term="Validation.AllowedValues">
          <Collection>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="Imp"/>
              <PropertyValue Property="Value" String="imperfect"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="Perf"/>
              <PropertyValue Property="Value" String="perfect"/>
            </Record>
          </Collection>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.Forms/Mood">
        <Annotation Term="Validation.AllowedValues">
          <Collection>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="Ind"/>
              <PropertyValue Property="Value" String="indicative"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="Imp"/>
              <PropertyValue Property="Value" String="imperative"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="Cnd"/>
              <PropertyValue Property="Value" String="conditional"/>
            </Record>
          </Collection>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.Forms/Voice">
        <Annotation Term="Validation.AllowedValues">
          <Collection>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="Act"/>
              <PropertyValue Property="Value" String="active"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="Pass"/>
              <PropertyValue Property="Value" String="passive"/>
            </Record>
          </Collection>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.Forms/Person">
        <Annotation Term="Validation.AllowedValues">
          <Collection>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="_0"/>
              <PropertyValue Property="Value" String="zero"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="_1"/>
              <PropertyValue Property="Value" String="first"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="_2"/>
              <PropertyValue Property="Value" String="second"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="_3"/>
              <PropertyValue Property="Value" String="third"/>
            </Record>
          </Collection>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.Forms/VerbForm">
        <Annotation Term="Validation.AllowedValues">
          <Collection>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="Inf"/>
              <PropertyValue Property="Value" String="infinitive"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="Fin"/>
              <PropertyValue Property="Value" String="finite"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="Part"/>
              <PropertyValue Property="Value" String="participle"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="Conv"/>
              <PropertyValue Property="Value" String="converb"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="Ger"/>
              <PropertyValue Property="Value" String="gerund"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="Sup"/>
              <PropertyValue Property="Value" String="supine"/>
            </Record>
          </Collection>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.Forms/PronType">
        <Annotation Term="Validation.AllowedValues">
          <Collection>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="Prs"/>
              <PropertyValue Property="Value" String="possessive"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="Rcp"/>
              <PropertyValue Property="Value" String="reciprocal"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="Int"/>
              <PropertyValue Property="Value" String="interrogative"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="Rel"/>
              <PropertyValue Property="Value" String="relative"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="Neg"/>
              <PropertyValue Property="Value" String="negative"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="Ind"/>
              <PropertyValue Property="Value" String="indefinite"/>
            </Record>
          </Collection>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.Forms/Reflex">
        <Annotation Term="Validation.AllowedValues">
          <Collection>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="Yes"/>
              <PropertyValue Property="Value" String="yes"/>
            </Record>
          </Collection>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.Forms/NumType">
        <Annotation Term="Validation.AllowedValues">
          <Collection>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="Card"/>
              <PropertyValue Property="Value" String="cardinal"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="Ord"/>
              <PropertyValue Property="Value" String="ordinal"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="Mult"/>
              <PropertyValue Property="Value" String="multiplicative"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="Sets"/>
              <PropertyValue Property="Value" String="sets"/>
            </Record>
          </Collection>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.Forms/NumForm">
        <Annotation Term="Validation.AllowedValues">
          <Collection>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="Digit"/>
              <PropertyValue Property="Value" String="digit"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="Word"/>
              <PropertyValue Property="Value" String="word"/>
            </Record>
          </Collection>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.Forms/Definite">
        <Annotation Term="Validation.AllowedValues">
          <Collection>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="Ind"/>
              <PropertyValue Property="Value" String="indefinite"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="Def"/>
              <PropertyValue Property="Value" String="definite"/>
            </Record>
          </Collection>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.Forms/Degree">
        <Annotation Term="Validation.AllowedValues">
          <Collection>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="Pos"/>
              <PropertyValue Property="Value" String="positive"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="Cmp"/>
              <PropertyValue Property="Value" String="comparative"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="Sup"/>
              <PropertyValue Property="Value" String="superlative"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="Dim"/>
              <PropertyValue Property="Value" String="diminutive"/>
            </Record>
          </Collection>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.Forms/Poss">
        <Annotation Term="Validation.AllowedValues">
          <Collection>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="Yes"/>
              <PropertyValue Property="Value" String="yes"/>
            </Record>
          </Collection>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.Forms/Variant">
        <Annotation Term="Validation.AllowedValues">
          <Collection>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="Short"/>
              <PropertyValue Property="Value" String="short"/>
            </Record>
          </Collection>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.Forms/Abbr">
        <Annotation Term="Validation.AllowedValues">
          <Collection>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="Yes"/>
              <PropertyValue Property="Value" String="yes"/>
            </Record>
          </Collection>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.Forms/Polarity">
        <Annotation Term="Validation.AllowedValues">
          <Collection>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="Pos"/>
              <PropertyValue Property="Value" String="positive"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="Neg"/>
              <PropertyValue Property="Value" String="negative"/>
            </Record>
          </Collection>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.Forms/Typo">
        <Annotation Term="Validation.AllowedValues">
          <Collection>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="Yes"/>
              <PropertyValue Property="Value" String="yes"/>
            </Record>
          </Collection>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.Forms/Foreign">
        <Annotation Term="Validation.AllowedValues">
          <Collection>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="Yes"/>
              <PropertyValue Property="Value" String="yes"/>
            </Record>
          </Collection>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.Forms/ExtPos">
        <Annotation Term="Validation.AllowedValues">
          <Collection>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="ADP"/>
              <PropertyValue Property="Value" String="adposition"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="ADV"/>
              <PropertyValue Property="Value" String="adverb"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="CCONJ"/>
              <PropertyValue Property="Value" String="coordinating conjunction"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="PRON"/>
              <PropertyValue Property="Value" String="pronoun"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="SCONJ"/>
              <PropertyValue Property="Value" String="subordinator"/>
            </Record>
          </Collection>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.EntityContainer/PartsOfSpeech">
        <Annotation Term="Capabilities.DeleteRestrictions">
          <Record Type="Capabilities.DeleteRestrictionsType">
            <PropertyValue Property="Deletable" Bool="false"/>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.InsertRestrictions">
          <Record Type="Capabilities.InsertRestrictionsType">
            <PropertyValue Property="Insertable" Bool="false"/>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.UpdateRestrictions">
          <Record Type="Capabilities.UpdateRestrictionsType">
            <PropertyValue Property="Updatable" Bool="false"/>
          </Record>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.EntityContainer/Cases">
        <Annotation Term="Capabilities.DeleteRestrictions">
          <Record Type="Capabilities.DeleteRestrictionsType">
            <PropertyValue Property="Deletable" Bool="false"/>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.InsertRestrictions">
          <Record Type="Capabilities.InsertRestrictionsType">
            <PropertyValue Property="Insertable" Bool="false"/>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.UpdateRestrictions">
          <Record Type="Capabilities.UpdateRestrictionsType">
            <PropertyValue Property="Updatable" Bool="false"/>
          </Record>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.EntityContainer/Genders">
        <Annotation Term="Capabilities.DeleteRestrictions">
          <Record Type="Capabilities.DeleteRestrictionsType">
            <PropertyValue Property="Deletable" Bool="false"/>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.InsertRestrictions">
          <Record Type="Capabilities.InsertRestrictionsType">
            <PropertyValue Property="Insertable" Bool="false"/>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.UpdateRestrictions">
          <Record Type="Capabilities.UpdateRestrictionsType">
            <PropertyValue Property="Updatable" Bool="false"/>
          </Record>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.EntityContainer/Numbers">
        <Annotation Term="Capabilities.DeleteRestrictions">
          <Record Type="Capabilities.DeleteRestrictionsType">
            <PropertyValue Property="Deletable" Bool="false"/>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.InsertRestrictions">
          <Record Type="Capabilities.InsertRestrictionsType">
            <PropertyValue Property="Insertable" Bool="false"/>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.UpdateRestrictions">
          <Record Type="Capabilities.UpdateRestrictionsType">
            <PropertyValue Property="Updatable" Bool="false"/>
          </Record>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.EntityContainer/Persons">
        <Annotation Term="Capabilities.DeleteRestrictions">
          <Record Type="Capabilities.DeleteRestrictionsType">
            <PropertyValue Property="Deletable" Bool="false"/>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.InsertRestrictions">
          <Record Type="Capabilities.InsertRestrictionsType">
            <PropertyValue Property="Insertable" Bool="false"/>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.UpdateRestrictions">
          <Record Type="Capabilities.UpdateRestrictionsType">
            <PropertyValue Property="Updatable" Bool="false"/>
          </Record>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.EntityContainer/Tenses">
        <Annotation Term="Capabilities.DeleteRestrictions">
          <Record Type="Capabilities.DeleteRestrictionsType">
            <PropertyValue Property="Deletable" Bool="false"/>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.InsertRestrictions">
          <Record Type="Capabilities.InsertRestrictionsType">
            <PropertyValue Property="Insertable" Bool="false"/>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.UpdateRestrictions">
          <Record Type="Capabilities.UpdateRestrictionsType">
            <PropertyValue Property="Updatable" Bool="false"/>
          </Record>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.EntityContainer/Aspects">
        <Annotation Term="Capabilities.DeleteRestrictions">
          <Record Type="Capabilities.DeleteRestrictionsType">
            <PropertyValue Property="Deletable" Bool="false"/>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.InsertRestrictions">
          <Record Type="Capabilities.InsertRestrictionsType">
            <PropertyValue Property="Insertable" Bool="false"/>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.UpdateRestrictions">
          <Record Type="Capabilities.UpdateRestrictionsType">
            <PropertyValue Property="Updatable" Bool="false"/>
          </Record>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.EntityContainer/Moods">
        <Annotation Term="Capabilities.DeleteRestrictions">
          <Record Type="Capabilities.DeleteRestrictionsType">
            <PropertyValue Property="Deletable" Bool="false"/>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.InsertRestrictions">
          <Record Type="Capabilities.InsertRestrictionsType">
            <PropertyValue Property="Insertable" Bool="false"/>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.UpdateRestrictions">
          <Record Type="Capabilities.UpdateRestrictionsType">
            <PropertyValue Property="Updatable" Bool="false"/>
          </Record>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.EntityContainer/Voices">
        <Annotation Term="Capabilities.DeleteRestrictions">
          <Record Type="Capabilities.DeleteRestrictionsType">
            <PropertyValue Property="Deletable" Bool="false"/>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.InsertRestrictions">
          <Record Type="Capabilities.InsertRestrictionsType">
            <PropertyValue Property="Insertable" Bool="false"/>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.UpdateRestrictions">
          <Record Type="Capabilities.UpdateRestrictionsType">
            <PropertyValue Property="Updatable" Bool="false"/>
          </Record>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.EntityContainer/Degrees">
        <Annotation Term="Capabilities.DeleteRestrictions">
          <Record Type="Capabilities.DeleteRestrictionsType">
            <PropertyValue Property="Deletable" Bool="false"/>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.InsertRestrictions">
          <Record Type="Capabilities.InsertRestrictionsType">
            <PropertyValue Property="Insertable" Bool="false"/>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.UpdateRestrictions">
          <Record Type="Capabilities.UpdateRestrictionsType">
            <PropertyValue Property="Updatable" Bool="false"/>
          </Record>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.EntityContainer/VerbForms">
        <Annotation Term="Capabilities.DeleteRestrictions">
          <Record Type="Capabilities.DeleteRestrictionsType">
            <PropertyValue Property="Deletable" Bool="false"/>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.InsertRestrictions">
          <Record Type="Capabilities.InsertRestrictionsType">
            <PropertyValue Property="Insertable" Bool="false"/>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.UpdateRestrictions">
          <Record Type="Capabilities.UpdateRestrictionsType">
            <PropertyValue Property="Updatable" Bool="false"/>
          </Record>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.EntityContainer/Languages">
        <Annotation Term="Capabilities.DeleteRestrictions">
          <Record Type="Capabilities.DeleteRestrictionsType">
            <PropertyValue Property="Deletable" Bool="false"/>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.InsertRestrictions">
          <Record Type="Capabilities.InsertRestrictionsType">
            <PropertyValue Property="Insertable" Bool="false"/>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.UpdateRestrictions">
          <Record Type="Capabilities.UpdateRestrictionsType">
            <PropertyValue Property="Updatable" Bool="false"/>
          </Record>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.EntityContainer/TextTypes">
        <Annotation Term="Capabilities.DeleteRestrictions">
          <Record Type="Capabilities.DeleteRestrictionsType">
            <PropertyValue Property="Deletable" Bool="false"/>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.InsertRestrictions">
          <Record Type="Capabilities.InsertRestrictionsType">
            <PropertyValue Property="Insertable" Bool="false"/>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.UpdateRestrictions">
          <Record Type="Capabilities.UpdateRestrictionsType">
            <PropertyValue Property="Updatable" Bool="false"/>
          </Record>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.EntityContainer/TextSizes">
        <Annotation Term="Capabilities.DeleteRestrictions">
          <Record Type="Capabilities.DeleteRestrictionsType">
            <PropertyValue Property="Deletable" Bool="false"/>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.InsertRestrictions">
          <Record Type="Capabilities.InsertRestrictionsType">
            <PropertyValue Property="Insertable" Bool="false"/>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.UpdateRestrictions">
          <Record Type="Capabilities.UpdateRestrictionsType">
            <PropertyValue Property="Updatable" Bool="false"/>
          </Record>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.EntityContainer/TextLocations">
        <Annotation Term="Capabilities.DeleteRestrictions">
          <Record Type="Capabilities.DeleteRestrictionsType">
            <PropertyValue Property="Deletable" Bool="false"/>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.InsertRestrictions">
          <Record Type="Capabilities.InsertRestrictionsType">
            <PropertyValue Property="Insertable" Bool="false"/>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.UpdateRestrictions">
          <Record Type="Capabilities.UpdateRestrictionsType">
            <PropertyValue Property="Updatable" Bool="false"/>
          </Record>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.EntityContainer/TextModifiers">
        <Annotation Term="Capabilities.DeleteRestrictions">
          <Record Type="Capabilities.DeleteRestrictionsType">
            <PropertyValue Property="Deletable" Bool="false"/>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.InsertRestrictions">
          <Record Type="Capabilities.InsertRestrictionsType">
            <PropertyValue Property="Insertable" Bool="false"/>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.UpdateRestrictions">
          <Record Type="Capabilities.UpdateRestrictionsType">
            <PropertyValue Property="Updatable" Bool="false"/>
          </Record>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.Profile/id">
        <Annotation Term="Common.Label" String="id"/>
      </Annotations>
      <Annotations Target="TextsService.Profile/defaultLang">
        <Annotation Term="Common.Label" String="lang"/>
      </Annotations>
      <Annotations Target="TextsService.Profile/defaultLang_code">
        <Annotation Term="Common.Label" String="lang"/>
      </Annotations>
      <Annotations Target="TextsService.Profile/name">
        <Annotation Term="Common.Label" String="name"/>
      </Annotations>
      <Annotations Target="TextsService.Decks_texts">
        <Annotation Term="UI.HeaderInfo">
          <Record Type="UI.HeaderInfoType">
            <PropertyValue Property="TypeName" String="Text"/>
            <PropertyValue Property="TypeNamePlural" String="Texts"/>
            <PropertyValue Property="Title">
              <Record Type="UI.DataField">
                <PropertyValue Property="Value" Path="text/name"/>
              </Record>
            </PropertyValue>
            <PropertyValue Property="Description">
              <Record Type="UI.DataField">
                <PropertyValue Property="Value" Path="text/lang_code"/>
              </Record>
            </PropertyValue>
          </Record>
        </Annotation>
        <Annotation Term="UI.LineItem">
          <Collection>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="text/name"/>
              <Annotation Term="HTML5.CssDefaults">
                <Record Type="HTML5.CssDefaultsType">
                  <PropertyValue Property="width" String="auto"/>
                </Record>
              </Annotation>
            </Record>
          </Collection>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.EntityContainer/Decks_texts">
        <Annotation Term="Capabilities.DeleteRestrictions">
          <Record Type="Capabilities.DeleteRestrictionsType">
            <PropertyValue Property="Deletable" Bool="true"/>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.InsertRestrictions">
          <Record Type="Capabilities.InsertRestrictionsType">
            <PropertyValue Property="Insertable" Bool="false"/>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.UpdateRestrictions">
          <Record Type="Capabilities.UpdateRestrictionsType">
            <PropertyValue Property="Updatable" Bool="false"/>
          </Record>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.Decks_decks">
        <Annotation Term="UI.HeaderInfo">
          <Record Type="UI.HeaderInfoType">
            <PropertyValue Property="TypeName" String="Deck"/>
            <PropertyValue Property="TypeNamePlural" String="Decks"/>
            <PropertyValue Property="Title">
              <Record Type="UI.DataField">
                <PropertyValue Property="Value" Path="deck/name"/>
              </Record>
            </PropertyValue>
          </Record>
        </Annotation>
        <Annotation Term="UI.LineItem">
          <Collection>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="deck/name"/>
              <Annotation Term="HTML5.CssDefaults">
                <Record Type="HTML5.CssDefaultsType">
                  <PropertyValue Property="width" String="auto"/>
                </Record>
              </Annotation>
            </Record>
          </Collection>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.EntityContainer/Decks_decks">
        <Annotation Term="Capabilities.DeleteRestrictions">
          <Record Type="Capabilities.DeleteRestrictionsType">
            <PropertyValue Property="Deletable" Bool="true"/>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.InsertRestrictions">
          <Record Type="Capabilities.InsertRestrictionsType">
            <PropertyValue Property="Insertable" Bool="false"/>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.UpdateRestrictions">
          <Record Type="Capabilities.UpdateRestrictionsType">
            <PropertyValue Property="Updatable" Bool="false"/>
          </Record>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.Sentences_tokens">
        <Annotation Term="UI.HeaderInfo">
          <Record Type="UI.HeaderInfoType">
            <PropertyValue Property="TypeName" String="Token"/>
            <PropertyValue Property="TypeNamePlural" String="Tokens"/>
          </Record>
        </Annotation>
        <Annotation Term="UI.LineItem">
          <Collection>
            <Record Type="UI.DataFieldForAnnotation">
              <PropertyValue Property="Target" AnnotationPath="@UI.FieldGroup#MobileFixConcat"/>
              <PropertyValue Property="Label" String="Type Information"/>
              <Annotation Term="HTML5.CssDefaults">
                <Record Type="HTML5.CssDefaultsType">
                  <PropertyValue Property="width" String="25rem"/>
                </Record>
              </Annotation>
            </Record>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="index"/>
            </Record>
          </Collection>
        </Annotation>
        <Annotation Term="UI.FieldGroup" Qualifier="MobileFixConcat">
          <Record Type="UI.FieldGroupType">
            <PropertyValue Property="Data">
              <Collection>
                <Record Type="UI.DataField">
                  <PropertyValue Property="Value" Path="form"/>
                </Record>
                <Record Type="UI.DataField">
                  <PropertyValue Property="Value" Path="lemma"/>
                </Record>
                <Record Type="UI.DataField">
                  <PropertyValue Property="Value" Path="pos"/>
                </Record>
              </Collection>
            </PropertyValue>
          </Record>
        </Annotation>
        <Annotation Term="UI.FieldGroup" Qualifier="Mobile">
          <Record Type="UI.FieldGroupType">
            <PropertyValue Property="Data">
              <Collection>
                <Record Type="UI.DataField">
                  <PropertyValue Property="Value">
                    <Apply Function="odata.concat">
                      <Path>form</Path>
                      <String> -> </String>
                      <Path>lemma</Path>
                      <String> [</String>
                      <Path>pos</Path>
                      <String>]</String>
                    </Apply>
                  </PropertyValue>
                </Record>
              </Collection>
            </PropertyValue>
          </Record>
        </Annotation>
      </Annotations>
      <Annotations Target="TextsService.Slova_sentences">
        <Annotation Term="UI.HeaderInfo">
          <Record Type="UI.HeaderInfoType">
            <PropertyValue Property="TypeName" String="Sentence"/>
            <PropertyValue Property="TypeNamePlural" String="Sentences"/>
            <PropertyValue Property="Title">
              <Record Type="UI.DataField">
                <PropertyValue Property="Value" Path="sent/text"/>
              </Record>
            </PropertyValue>
            <PropertyValue Property="Description">
              <Record Type="UI.DataField">
                <PropertyValue Property="Value" Path="sent/lang_code"/>
              </Record>
            </PropertyValue>
          </Record>
        </Annotation>
        <Annotation Term="UI.LineItem">
          <Collection>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="sent/text"/>
              <Annotation Term="HTML5.CssDefaults">
                <Record Type="HTML5.CssDefaultsType">
                  <PropertyValue Property="width" String="auto"/>
                </Record>
              </Annotation>
            </Record>
          </Collection>
        </Annotation>
        <Annotation Term="UI.Facets">
          <Collection>
            <Record Type="UI.ReferenceFacet">
              <PropertyValue Property="Target" AnnotationPath="sent/tokens/@UI.LineItem"/>
            </Record>
          </Collection>
        </Annotation>
        <Annotation Term="UI.HeaderFacets">
          <Collection>
            <Record Type="UI.ReferenceFacet">
              <PropertyValue Property="Target" AnnotationPath="@UI.FieldGroup#Translation"/>
            </Record>
          </Collection>
        </Annotation>
        <Annotation Term="UI.FieldGroup" Qualifier="Translation">
          <Record Type="UI.FieldGroupType">
            <PropertyValue Property="Data">
              <Collection>
                <Record Type="UI.DataFieldWithUrl">
                  <PropertyValue Property="Label" String="translation"/>
                  <PropertyValue Property="Value" Path="sent/translation"/>
                  <PropertyValue Property="Url" Path="sent/translation"/>
                </Record>
              </Collection>
            </PropertyValue>
          </Record>
        </Annotation>
      </Annotations>
    </Schema>
  </edmx:DataServices>
</edmx:Edmx>