<?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="AdminService" 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="Devices" EntityType="AdminService.Devices">
          <NavigationPropertyBinding Path="operator" Target="Operators"/>
          <NavigationPropertyBinding Path="quarry" Target="Quarries"/>
          <NavigationPropertyBinding Path="descriptions" Target="DeviceDescriptions"/>
          <NavigationPropertyBinding Path="changes" Target="ChangeView"/>
        </EntitySet>
        <EntitySet Name="Operators" EntityType="AdminService.Operators">
          <NavigationPropertyBinding Path="device" Target="Devices"/>
          <NavigationPropertyBinding Path="quarry" Target="Quarries"/>
        </EntitySet>
        <EntitySet Name="Quarries" EntityType="AdminService.Quarries">
          <NavigationPropertyBinding Path="plant" Target="Plants"/>
        </EntitySet>
        <EntitySet Name="Plants" EntityType="AdminService.Plants"/>
        <EntitySet Name="DeviceDescriptions" EntityType="AdminService.DeviceDescriptions">
          <NavigationPropertyBinding Path="device" Target="Devices"/>
          <NavigationPropertyBinding Path="language" Target="Languages"/>
        </EntitySet>
        <EntitySet Name="Languages" EntityType="AdminService.Languages">
          <NavigationPropertyBinding Path="texts" Target="Languages_texts"/>
          <NavigationPropertyBinding Path="localized" Target="Languages_texts"/>
        </EntitySet>
        <EntitySet Name="Integrations" EntityType="AdminService.Integrations"/>
        <EntitySet Name="EquipmentGroups" EntityType="AdminService.EquipmentGroups">
          <NavigationPropertyBinding Path="equipments" Target="Equipment"/>
          <NavigationPropertyBinding Path="consumables" Target="EquipmentGroupConsumables"/>
          <NavigationPropertyBinding Path="inspections" Target="EquipmentGroupInspections"/>
        </EntitySet>
        <EntitySet Name="Equipment" EntityType="AdminService.Equipment">
          <NavigationPropertyBinding Path="quarry" Target="Quarries"/>
          <NavigationPropertyBinding Path="device" Target="Devices"/>
          <NavigationPropertyBinding Path="group" Target="EquipmentGroups"/>
        </EntitySet>
        <EntitySet Name="EquipmentGroupConsumables" EntityType="AdminService.EquipmentGroupConsumables">
          <NavigationPropertyBinding Path="group" Target="EquipmentGroups"/>
          <NavigationPropertyBinding Path="consumable" Target="Consumables"/>
        </EntitySet>
        <EntitySet Name="Consumables" EntityType="AdminService.Consumables"/>
        <EntitySet Name="EquipmentGroupInspections" EntityType="AdminService.EquipmentGroupInspections">
          <NavigationPropertyBinding Path="group" Target="EquipmentGroups"/>
          <NavigationPropertyBinding Path="inspection" Target="InspectionPoints"/>
        </EntitySet>
        <EntitySet Name="InspectionPoints" EntityType="AdminService.InspectionPoints"/>
        <EntitySet Name="Shifts" EntityType="AdminService.Shifts">
          <NavigationPropertyBinding Path="deviceID" Target="Devices"/>
          <NavigationPropertyBinding Path="quarryCode" Target="Quarries"/>
          <NavigationPropertyBinding Path="equipmentID" Target="Equipment"/>
          <NavigationPropertyBinding Path="consumables" Target="ShiftConsumables"/>
          <NavigationPropertyBinding Path="inspections" Target="ShiftInspections"/>
          <NavigationPropertyBinding Path="gpsReadings" Target="ShiftGps"/>
        </EntitySet>
        <EntitySet Name="ShiftConsumables" EntityType="AdminService.ShiftConsumables">
          <NavigationPropertyBinding Path="shiftID" Target="Shifts"/>
          <NavigationPropertyBinding Path="consumableID" Target="Consumables"/>
        </EntitySet>
        <EntitySet Name="ShiftInspections" EntityType="AdminService.ShiftInspections">
          <NavigationPropertyBinding Path="shiftID" Target="Shifts"/>
          <NavigationPropertyBinding Path="inspectionID" Target="InspectionPoints"/>
        </EntitySet>
        <EntitySet Name="ShiftGps" EntityType="AdminService.ShiftGps">
          <NavigationPropertyBinding Path="shiftID" Target="Shifts"/>
        </EntitySet>
        <EntitySet Name="Activities" EntityType="AdminService.Activities">
          <NavigationPropertyBinding Path="quarryID" Target="Quarries"/>
          <NavigationPropertyBinding Path="deviceID" Target="Devices"/>
          <NavigationPropertyBinding Path="shifts" Target="ActivitiesShift"/>
        </EntitySet>
        <EntitySet Name="ActivitiesShift" EntityType="AdminService.ActivitiesShift">
          <NavigationPropertyBinding Path="activity" Target="Activities"/>
          <NavigationPropertyBinding Path="shift" Target="Shifts"/>
        </EntitySet>
        <EntitySet Name="ActivityItems" EntityType="AdminService.ActivityItems">
          <NavigationPropertyBinding Path="activityID" Target="Activities"/>
          <NavigationPropertyBinding Path="equipmentID" Target="Equipment"/>
          <NavigationPropertyBinding Path="consumableID" Target="Consumables"/>
          <NavigationPropertyBinding Path="inspectionID" Target="InspectionPoints"/>
        </EntitySet>
        <EntitySet Name="AuditLog" EntityType="AdminService.AuditLog"/>
        <EntitySet Name="ShiftMandatoryQuestionAnswers" EntityType="AdminService.ShiftMandatoryQuestionAnswers">
          <NavigationPropertyBinding Path="shiftID" Target="Shifts"/>
          <NavigationPropertyBinding Path="equipmentID" Target="Equipment"/>
          <NavigationPropertyBinding Path="deviceID" Target="Devices"/>
          <NavigationPropertyBinding Path="quarryCode" Target="Quarries"/>
          <NavigationPropertyBinding Path="equipmentGroupID" Target="EquipmentGroups"/>
          <NavigationPropertyBinding Path="questionConfigID" Target="MandatoryQuestionConfigs"/>
        </EntitySet>
        <EntitySet Name="MandatoryQuestionConfigs" EntityType="AdminService.MandatoryQuestionConfigs">
          <NavigationPropertyBinding Path="equipmentGroupID" Target="EquipmentGroups"/>
        </EntitySet>
        <EntitySet Name="ActivityWorkPeriods" EntityType="AdminService.ActivityWorkPeriods">
          <NavigationPropertyBinding Path="activityID" Target="Activities"/>
          <NavigationPropertyBinding Path="shiftID" Target="Shifts"/>
        </EntitySet>
        <EntitySet Name="ChangeView" EntityType="AdminService.ChangeView"/>
        <EntitySet Name="Languages_texts" EntityType="AdminService.Languages_texts"/>
        <FunctionImport Name="ActiveQuarriesCount" Function="AdminService.ActiveQuarriesCount"/>
        <FunctionImport Name="QuarriesMicroChart" Function="AdminService.QuarriesMicroChart"/>
        <FunctionImport Name="QuarryDonut" Function="AdminService.QuarryDonut"/>
        <ActionImport Name="uploadInspectionPhoto" Action="AdminService.uploadInspectionPhoto"/>
        <ActionImport Name="deleteInspectionPhoto" Action="AdminService.deleteInspectionPhoto"/>
        <ActionImport Name="readInspectionPhoto" Action="AdminService.readInspectionPhoto"/>
      </EntityContainer>
      <EntityType Name="Devices">
        <Key>
          <PropertyRef Name="deviceID"/>
        </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="deviceID" Type="Edm.String" MaxLength="16" Nullable="false"/>
        <NavigationProperty Name="operator" Type="AdminService.Operators">
          <ReferentialConstraint Property="operator_operatorID" ReferencedProperty="operatorID"/>
        </NavigationProperty>
        <Property Name="operator_operatorID" Type="Edm.String" MaxLength="20"/>
        <Property Name="isEnabled" Type="Edm.Boolean"/>
        <NavigationProperty Name="quarry" Type="AdminService.Quarries">
          <ReferentialConstraint Property="quarry_code" ReferencedProperty="code"/>
        </NavigationProperty>
        <Property Name="quarry_code" Type="Edm.String" MaxLength="4"/>
        <NavigationProperty Name="descriptions" Type="Collection(AdminService.DeviceDescriptions)" Partner="device">
          <OnDelete Action="Cascade"/>
        </NavigationProperty>
        <Property Name="markedForDeletion" Type="Edm.Boolean"/>
        <NavigationProperty Name="changes" Type="Collection(AdminService.ChangeView)"/>
      </EntityType>
      <EntityType Name="Operators">
        <Key>
          <PropertyRef Name="operatorID"/>
        </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="operatorID" Type="Edm.String" MaxLength="20" Nullable="false"/>
        <Property Name="firstName" Type="Edm.String" MaxLength="40"/>
        <Property Name="lastName" Type="Edm.String" MaxLength="40"/>
        <Property Name="email" Type="Edm.String" MaxLength="80"/>
        <Property Name="phone" Type="Edm.String" MaxLength="20"/>
        <NavigationProperty Name="device" Type="AdminService.Devices">
          <ReferentialConstraint Property="device_deviceID" ReferencedProperty="deviceID"/>
        </NavigationProperty>
        <Property Name="device_deviceID" Type="Edm.String" MaxLength="16"/>
        <NavigationProperty Name="quarry" Type="AdminService.Quarries">
          <ReferentialConstraint Property="quarry_code" ReferencedProperty="code"/>
        </NavigationProperty>
        <Property Name="quarry_code" Type="Edm.String" MaxLength="4"/>
        <Property Name="isActive" Type="Edm.Boolean"/>
      </EntityType>
      <EntityType Name="Quarries">
        <Key>
          <PropertyRef Name="code"/>
        </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="code" Type="Edm.String" MaxLength="4" Nullable="false"/>
        <Property Name="name" Type="Edm.String"/>
        <NavigationProperty Name="plant" Type="AdminService.Plants">
          <ReferentialConstraint Property="plant_code" ReferencedProperty="code"/>
        </NavigationProperty>
        <Property Name="plant_code" Type="Edm.String" MaxLength="4"/>
        <Property Name="markedForDeletion" Type="Edm.Boolean"/>
      </EntityType>
      <EntityType Name="Plants">
        <Key>
          <PropertyRef Name="code"/>
        </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="code" Type="Edm.String" MaxLength="4" Nullable="false"/>
        <Property Name="name" Type="Edm.String"/>
        <Property Name="city" Type="Edm.String" MaxLength="25"/>
        <Property Name="country" Type="Edm.String" MaxLength="30"/>
      </EntityType>
      <EntityType Name="DeviceDescriptions">
        <Key>
          <PropertyRef Name="device_deviceID"/>
          <PropertyRef Name="language_code"/>
        </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"/>
        <NavigationProperty Name="device" Type="AdminService.Devices" Partner="descriptions">
          <ReferentialConstraint Property="device_deviceID" ReferencedProperty="deviceID"/>
        </NavigationProperty>
        <Property Name="device_deviceID" Type="Edm.String" MaxLength="16" Nullable="false"/>
        <NavigationProperty Name="language" Type="AdminService.Languages">
          <ReferentialConstraint Property="language_code" ReferencedProperty="code"/>
        </NavigationProperty>
        <Property Name="language_code" Type="Edm.String" MaxLength="14" Nullable="false"/>
        <Property Name="description" Type="Edm.String"/>
      </EntityType>
      <EntityType Name="Languages">
        <Key>
          <PropertyRef Name="code"/>
        </Key>
        <Property Name="name" Type="Edm.String" MaxLength="255"/>
        <Property Name="descr" Type="Edm.String" MaxLength="1000"/>
        <Property Name="code" Type="Edm.String" MaxLength="14" Nullable="false"/>
        <NavigationProperty Name="texts" Type="Collection(AdminService.Languages_texts)">
          <OnDelete Action="Cascade"/>
        </NavigationProperty>
        <NavigationProperty Name="localized" Type="AdminService.Languages_texts">
          <ReferentialConstraint Property="code" ReferencedProperty="code"/>
        </NavigationProperty>
      </EntityType>
      <EntityType Name="Integrations">
        <Key>
          <PropertyRef Name="ID"/>
          <PropertyRef Name="name"/>
          <PropertyRef Name="entity"/>
          <PropertyRef Name="operation"/>
        </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" MaxLength="40" Nullable="false"/>
        <Property Name="entity" Type="Edm.String" MaxLength="40" Nullable="false"/>
        <Property Name="operation" Type="Edm.String" MaxLength="16" Nullable="false"/>
        <Property Name="description" Type="Edm.String" MaxLength="256"/>
        <Property Name="url" Type="Edm.String" MaxLength="512"/>
        <Property Name="markedForDeletion" Type="Edm.Boolean"/>
        <Property Name="isEnabled" Type="Edm.Boolean"/>
        <Property Name="direction" Type="Edm.String"/>
        <Property Name="persistentTable" Type="Edm.String"/>
      </EntityType>
      <EntityType Name="EquipmentGroups">
        <Key>
          <PropertyRef Name="groupID"/>
        </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="groupID" Type="Edm.String" MaxLength="10" Nullable="false"/>
        <Property Name="name" Type="Edm.String" MaxLength="50"/>
        <Property Name="description" Type="Edm.String" MaxLength="255"/>
        <NavigationProperty Name="equipments" Type="Collection(AdminService.Equipment)" Partner="group"/>
        <NavigationProperty Name="consumables" Type="Collection(AdminService.EquipmentGroupConsumables)" Partner="group"/>
        <NavigationProperty Name="inspections" Type="Collection(AdminService.EquipmentGroupInspections)" Partner="group"/>
        <Property Name="gps" Type="Edm.Boolean"/>
      </EntityType>
      <EntityType Name="Equipment">
        <Key>
          <PropertyRef Name="equipmentID"/>
        </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="equipmentID" Type="Edm.String" MaxLength="20" Nullable="false"/>
        <NavigationProperty Name="quarry" Type="AdminService.Quarries">
          <ReferentialConstraint Property="quarry_code" ReferencedProperty="code"/>
        </NavigationProperty>
        <Property Name="quarry_code" Type="Edm.String" MaxLength="4"/>
        <NavigationProperty Name="device" Type="AdminService.Devices">
          <ReferentialConstraint Property="device_deviceID" ReferencedProperty="deviceID"/>
        </NavigationProperty>
        <Property Name="device_deviceID" Type="Edm.String" MaxLength="16"/>
        <Property Name="plateNumber" Type="Edm.String" MaxLength="15"/>
        <Property Name="make" Type="Edm.String" MaxLength="40"/>
        <Property Name="model" Type="Edm.String" MaxLength="40"/>
        <Property Name="year" Type="Edm.Int32"/>
        <Property Name="month" Type="Edm.Int32"/>
        <Property Name="imageURL" Type="Edm.String" MaxLength="255"/>
        <NavigationProperty Name="group" Type="AdminService.EquipmentGroups" Partner="equipments">
          <ReferentialConstraint Property="group_groupID" ReferencedProperty="groupID"/>
        </NavigationProperty>
        <Property Name="group_groupID" Type="Edm.String" MaxLength="10"/>
      </EntityType>
      <EntityType Name="EquipmentGroupConsumables">
        <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="group" Type="AdminService.EquipmentGroups" Partner="consumables">
          <ReferentialConstraint Property="group_groupID" ReferencedProperty="groupID"/>
        </NavigationProperty>
        <Property Name="group_groupID" Type="Edm.String" MaxLength="10"/>
        <NavigationProperty Name="consumable" Type="AdminService.Consumables">
          <ReferentialConstraint Property="consumable_consumableID" ReferencedProperty="consumableID"/>
        </NavigationProperty>
        <Property Name="consumable_consumableID" Type="Edm.String" MaxLength="20"/>
      </EntityType>
      <EntityType Name="Consumables">
        <Key>
          <PropertyRef Name="consumableID"/>
        </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="consumableID" Type="Edm.String" MaxLength="20" Nullable="false"/>
        <Property Name="name" Type="Edm.String" MaxLength="50"/>
        <Property Name="unit" Type="Edm.String" MaxLength="10"/>
        <Property Name="description" Type="Edm.String" MaxLength="255"/>
      </EntityType>
      <EntityType Name="EquipmentGroupInspections">
        <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="group" Type="AdminService.EquipmentGroups" Partner="inspections">
          <ReferentialConstraint Property="group_groupID" ReferencedProperty="groupID"/>
        </NavigationProperty>
        <Property Name="group_groupID" Type="Edm.String" MaxLength="10"/>
        <NavigationProperty Name="inspection" Type="AdminService.InspectionPoints">
          <ReferentialConstraint Property="inspection_inspectionID" ReferencedProperty="inspectionID"/>
        </NavigationProperty>
        <Property Name="inspection_inspectionID" Type="Edm.String" MaxLength="20"/>
      </EntityType>
      <EntityType Name="InspectionPoints">
        <Key>
          <PropertyRef Name="inspectionID"/>
        </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="inspectionID" Type="Edm.String" MaxLength="20" Nullable="false"/>
        <Property Name="name" Type="Edm.String" MaxLength="80"/>
        <Property Name="description" Type="Edm.String" MaxLength="255"/>
      </EntityType>
      <EntityType Name="Shifts">
        <Key>
          <PropertyRef Name="shiftID"/>
        </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="shiftID" Type="Edm.Guid" Nullable="false"/>
        <NavigationProperty Name="deviceID" Type="AdminService.Devices">
          <ReferentialConstraint Property="deviceID_deviceID" ReferencedProperty="deviceID"/>
        </NavigationProperty>
        <Property Name="deviceID_deviceID" Type="Edm.String" MaxLength="16"/>
        <NavigationProperty Name="quarryCode" Type="AdminService.Quarries">
          <ReferentialConstraint Property="quarryCode_code" ReferencedProperty="code"/>
        </NavigationProperty>
        <Property Name="quarryCode_code" Type="Edm.String" MaxLength="4"/>
        <Property Name="shiftStartTime" Type="Edm.DateTimeOffset"/>
        <Property Name="shiftEndTime" Type="Edm.DateTimeOffset"/>
        <NavigationProperty Name="equipmentID" Type="AdminService.Equipment">
          <ReferentialConstraint Property="equipmentID_equipmentID" ReferencedProperty="equipmentID"/>
        </NavigationProperty>
        <Property Name="equipmentID_equipmentID" Type="Edm.String" MaxLength="20"/>
        <NavigationProperty Name="consumables" Type="Collection(AdminService.ShiftConsumables)" Partner="shiftID"/>
        <NavigationProperty Name="inspections" Type="Collection(AdminService.ShiftInspections)" Partner="shiftID"/>
        <NavigationProperty Name="gpsReadings" Type="Collection(AdminService.ShiftGps)" Partner="shiftID"/>
      </EntityType>
      <EntityType Name="ShiftConsumables">
        <Key>
          <PropertyRef Name="shiftID_shiftID"/>
          <PropertyRef Name="consumableID_consumableID"/>
        </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"/>
        <NavigationProperty Name="shiftID" Type="AdminService.Shifts" Partner="consumables">
          <ReferentialConstraint Property="shiftID_shiftID" ReferencedProperty="shiftID"/>
        </NavigationProperty>
        <Property Name="shiftID_shiftID" Type="Edm.Guid" Nullable="false"/>
        <NavigationProperty Name="consumableID" Type="AdminService.Consumables">
          <ReferentialConstraint Property="consumableID_consumableID" ReferencedProperty="consumableID"/>
        </NavigationProperty>
        <Property Name="consumableID_consumableID" Type="Edm.String" MaxLength="20" Nullable="false"/>
        <Property Name="unit" Type="Edm.String" MaxLength="20"/>
        <Property Name="quantity" Type="Edm.Int32"/>
      </EntityType>
      <EntityType Name="ShiftInspections">
        <Key>
          <PropertyRef Name="shiftInspectionID"/>
        </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="shiftInspectionID" Type="Edm.Guid" Nullable="false"/>
        <NavigationProperty Name="shiftID" Type="AdminService.Shifts" Partner="inspections">
          <ReferentialConstraint Property="shiftID_shiftID" ReferencedProperty="shiftID"/>
        </NavigationProperty>
        <Property Name="shiftID_shiftID" Type="Edm.Guid"/>
        <NavigationProperty Name="inspectionID" Type="AdminService.InspectionPoints">
          <ReferentialConstraint Property="inspectionID_inspectionID" ReferencedProperty="inspectionID"/>
        </NavigationProperty>
        <Property Name="inspectionID_inspectionID" Type="Edm.String" MaxLength="20"/>
        <Property Name="isOperational" Type="Edm.Boolean"/>
        <Property Name="recordedAt" Type="Edm.DateTimeOffset"/>
        <Property Name="estado_da_atividade" Type="Edm.String"/>
        <Property Name="photos" Type="Edm.String"/>
        <Property Name="description" Type="Edm.String" MaxLength="255"/>
      </EntityType>
      <EntityType Name="ShiftGps">
        <Key>
          <PropertyRef Name="gpsReadingID"/>
        </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="gpsReadingID" Type="Edm.Guid" Nullable="false"/>
        <NavigationProperty Name="shiftID" Type="AdminService.Shifts" Partner="gpsReadings">
          <ReferentialConstraint Property="shiftID_shiftID" ReferencedProperty="shiftID"/>
        </NavigationProperty>
        <Property Name="shiftID_shiftID" Type="Edm.Guid"/>
        <Property Name="recordedAt" Type="Edm.DateTimeOffset"/>
        <Property Name="latitude" Type="Edm.Decimal" Precision="9" Scale="6"/>
        <Property Name="longitude" Type="Edm.Decimal" Precision="9" Scale="6"/>
        <Property Name="accuracy" Type="Edm.Decimal" Precision="9" Scale="2"/>
      </EntityType>
      <EntityType Name="Activities">
        <Key>
          <PropertyRef Name="activitieID"/>
        </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="activitieID" Type="Edm.String" MaxLength="10" Nullable="false"/>
        <NavigationProperty Name="quarryID" Type="AdminService.Quarries">
          <ReferentialConstraint Property="quarryID_code" ReferencedProperty="code"/>
        </NavigationProperty>
        <Property Name="quarryID_code" Type="Edm.String" MaxLength="4"/>
        <NavigationProperty Name="deviceID" Type="AdminService.Devices">
          <ReferentialConstraint Property="deviceID_deviceID" ReferencedProperty="deviceID"/>
        </NavigationProperty>
        <Property Name="deviceID_deviceID" Type="Edm.String" MaxLength="16"/>
        <Property Name="status" Type="Edm.String" MaxLength="20"/>
        <Property Name="startTime" Type="Edm.DateTimeOffset"/>
        <Property Name="changeTime" Type="Edm.DateTimeOffset"/>
        <Property Name="endTime" Type="Edm.DateTimeOffset"/>
        <Property Name="description" Type="Edm.String"/>
        <Property Name="trips" Type="Edm.Int32"/>
        <NavigationProperty Name="shifts" Type="Collection(AdminService.ActivitiesShift)" Partner="activity"/>
        <Property Name="totalTimeUsed" Type="Edm.Double"/>
      </EntityType>
      <EntityType Name="ActivitiesShift">
        <Key>
          <PropertyRef Name="activityShiftID"/>
        </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="activityShiftID" Type="Edm.Guid" Nullable="false"/>
        <NavigationProperty Name="activity" Type="AdminService.Activities" Partner="shifts">
          <ReferentialConstraint Property="activity_activitieID" ReferencedProperty="activitieID"/>
        </NavigationProperty>
        <Property Name="activity_activitieID" Type="Edm.String" MaxLength="10"/>
        <NavigationProperty Name="shift" Type="AdminService.Shifts">
          <ReferentialConstraint Property="shift_shiftID" ReferencedProperty="shiftID"/>
        </NavigationProperty>
        <Property Name="shift_shiftID" Type="Edm.Guid"/>
        <Property Name="startTime" Type="Edm.DateTimeOffset"/>
        <Property Name="endTime" Type="Edm.DateTimeOffset"/>
      </EntityType>
      <EntityType Name="ActivityItems">
        <Key>
          <PropertyRef Name="ActivityItemID"/>
          <PropertyRef Name="activityID_activitieID"/>
        </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="ActivityItemID" Type="Edm.Guid" Nullable="false"/>
        <NavigationProperty Name="activityID" Type="AdminService.Activities">
          <ReferentialConstraint Property="activityID_activitieID" ReferencedProperty="activitieID"/>
        </NavigationProperty>
        <Property Name="activityID_activitieID" Type="Edm.String" MaxLength="10" Nullable="false"/>
        <NavigationProperty Name="equipmentID" Type="AdminService.Equipment">
          <ReferentialConstraint Property="equipmentID_equipmentID" ReferencedProperty="equipmentID"/>
        </NavigationProperty>
        <Property Name="equipmentID_equipmentID" Type="Edm.String" MaxLength="20"/>
        <NavigationProperty Name="consumableID" Type="AdminService.Consumables">
          <ReferentialConstraint Property="consumableID_consumableID" ReferencedProperty="consumableID"/>
        </NavigationProperty>
        <Property Name="consumableID_consumableID" Type="Edm.String" MaxLength="20"/>
        <NavigationProperty Name="inspectionID" Type="AdminService.InspectionPoints">
          <ReferentialConstraint Property="inspectionID_inspectionID" ReferencedProperty="inspectionID"/>
        </NavigationProperty>
        <Property Name="inspectionID_inspectionID" Type="Edm.String" MaxLength="20"/>
        <Property Name="description" Type="Edm.String"/>
      </EntityType>
      <EntityType Name="AuditLog">
        <Key>
          <PropertyRef Name="ID"/>
        </Key>
        <Property Name="ID" Type="Edm.Guid" Nullable="false"/>
        <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="entityName" Type="Edm.String" MaxLength="100"/>
        <Property Name="operation" Type="Edm.String" MaxLength="10"/>
        <Property Name="recordId" Type="Edm.String" MaxLength="255"/>
        <Property Name="fieldName" Type="Edm.String" MaxLength="100"/>
        <Property Name="oldValue" Type="Edm.String"/>
        <Property Name="newValue" Type="Edm.String"/>
        <Property Name="changedBy" Type="Edm.String" MaxLength="255"/>
        <Property Name="changedAt" Type="Edm.DateTimeOffset" Precision="7"/>
      </EntityType>
      <EntityType Name="ShiftMandatoryQuestionAnswers">
        <Key>
          <PropertyRef Name="shiftQuestionAnswerID"/>
        </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="shiftQuestionAnswerID" Type="Edm.Guid" Nullable="false"/>
        <NavigationProperty Name="shiftID" Type="AdminService.Shifts">
          <ReferentialConstraint Property="shiftID_shiftID" ReferencedProperty="shiftID"/>
        </NavigationProperty>
        <Property Name="shiftID_shiftID" Type="Edm.Guid"/>
        <NavigationProperty Name="equipmentID" Type="AdminService.Equipment">
          <ReferentialConstraint Property="equipmentID_equipmentID" ReferencedProperty="equipmentID"/>
        </NavigationProperty>
        <Property Name="equipmentID_equipmentID" Type="Edm.String" MaxLength="20"/>
        <NavigationProperty Name="deviceID" Type="AdminService.Devices">
          <ReferentialConstraint Property="deviceID_deviceID" ReferencedProperty="deviceID"/>
        </NavigationProperty>
        <Property Name="deviceID_deviceID" Type="Edm.String" MaxLength="16"/>
        <NavigationProperty Name="quarryCode" Type="AdminService.Quarries">
          <ReferentialConstraint Property="quarryCode_code" ReferencedProperty="code"/>
        </NavigationProperty>
        <Property Name="quarryCode_code" Type="Edm.String" MaxLength="4"/>
        <NavigationProperty Name="equipmentGroupID" Type="AdminService.EquipmentGroups">
          <ReferentialConstraint Property="equipmentGroupID_groupID" ReferencedProperty="groupID"/>
        </NavigationProperty>
        <Property Name="equipmentGroupID_groupID" Type="Edm.String" MaxLength="10"/>
        <NavigationProperty Name="questionConfigID" Type="AdminService.MandatoryQuestionConfigs">
          <ReferentialConstraint Property="questionConfigID_questionConfigID" ReferencedProperty="questionConfigID"/>
        </NavigationProperty>
        <Property Name="questionConfigID_questionConfigID" Type="Edm.Guid"/>
        <Property Name="displayOrder" Type="Edm.Int32"/>
        <Property Name="questionTextAnswer" Type="Edm.String" MaxLength="255"/>
        <Property Name="displayOrderAnswer" Type="Edm.Int32"/>
      </EntityType>
      <EntityType Name="MandatoryQuestionConfigs">
        <Key>
          <PropertyRef Name="questionConfigID"/>
        </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="questionConfigID" Type="Edm.Guid" Nullable="false"/>
        <NavigationProperty Name="equipmentGroupID" Type="AdminService.EquipmentGroups">
          <ReferentialConstraint Property="equipmentGroupID_groupID" ReferencedProperty="groupID"/>
        </NavigationProperty>
        <Property Name="equipmentGroupID_groupID" Type="Edm.String" MaxLength="10"/>
        <Property Name="displayOrder" Type="Edm.Int32"/>
        <Property Name="questionText" Type="Edm.String" MaxLength="255"/>
        <Property Name="answerType" Type="Edm.String" MaxLength="20" DefaultValue="YES_NO"/>
        <Property Name="isMandatory" Type="Edm.Boolean" DefaultValue="true"/>
        <Property Name="isActive" Type="Edm.Boolean" DefaultValue="true"/>
      </EntityType>
      <EntityType Name="ActivityWorkPeriods">
        <Key>
          <PropertyRef Name="workPeriodID"/>
        </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="workPeriodID" Type="Edm.Guid" Nullable="false"/>
        <NavigationProperty Name="activityID" Type="AdminService.Activities">
          <ReferentialConstraint Property="activityID_activitieID" ReferencedProperty="activitieID"/>
        </NavigationProperty>
        <Property Name="activityID_activitieID" Type="Edm.String" MaxLength="10"/>
        <NavigationProperty Name="shiftID" Type="AdminService.Shifts">
          <ReferentialConstraint Property="shiftID_shiftID" ReferencedProperty="shiftID"/>
        </NavigationProperty>
        <Property Name="shiftID_shiftID" Type="Edm.Guid"/>
        <Property Name="startTime" Type="Edm.DateTimeOffset"/>
        <Property Name="endTime" Type="Edm.DateTimeOffset"/>
      </EntityType>
      <EntityType Name="ChangeView">
        <Key>
          <PropertyRef Name="ID"/>
        </Key>
        <Property Name="ID" Type="Edm.Guid" Nullable="false"/>
        <Property Name="keys" Type="Edm.String" MaxLength="5000"/>
        <Property Name="attribute" Type="Edm.String" MaxLength="5000"/>
        <Property Name="valueChangedFrom" Type="Edm.String" MaxLength="5000"/>
        <Property Name="valueChangedTo" Type="Edm.String" MaxLength="5000"/>
        <Property Name="entity" Type="Edm.String" MaxLength="5000"/>
        <Property Name="serviceEntity" Type="Edm.String" MaxLength="5000"/>
        <Property Name="parentKey" Type="Edm.String"/>
        <Property Name="serviceEntityPath" Type="Edm.String" MaxLength="5000"/>
        <Property Name="modification" Type="Edm.String"/>
        <Property Name="valueDataType" Type="Edm.String" MaxLength="5000"/>
        <Property Name="changeLog_ID" Type="Edm.Guid"/>
        <Property Name="objectID" Type="Edm.String" MaxLength="5000"/>
        <Property Name="parentObjectID" Type="Edm.String" MaxLength="5000"/>
        <Property Name="entityKey" Type="Edm.String"/>
        <Property Name="createdAt" Type="Edm.DateTimeOffset" Precision="7"/>
        <Property Name="createdBy" Type="Edm.String" MaxLength="255"/>
      </EntityType>
      <EntityType Name="Languages_texts">
        <Key>
          <PropertyRef Name="locale"/>
          <PropertyRef Name="code"/>
        </Key>
        <Property Name="locale" Type="Edm.String" MaxLength="14" Nullable="false"/>
        <Property Name="name" Type="Edm.String" MaxLength="255"/>
        <Property Name="descr" Type="Edm.String" MaxLength="1000"/>
        <Property Name="code" Type="Edm.String" MaxLength="14" Nullable="false"/>
      </EntityType>
      <ComplexType Name="TileResponse">
        <Property Name="icon" Type="Edm.String"/>
        <Property Name="info" Type="Edm.String"/>
        <Property Name="number" Type="Edm.Int32"/>
        <Property Name="numberUnit" Type="Edm.String"/>
        <Property Name="title" Type="Edm.String"/>
      </ComplexType>
      <ComplexType Name="MicroChartQuarries">
        <Property Name="active" Type="Edm.Int32"/>
        <Property Name="total" Type="Edm.Int32"/>
        <Property Name="percent" Type="Edm.Int32"/>
      </ComplexType>
      <ComplexType Name="QuarryDonutResponse">
        <Property Name="total" Type="Edm.Int32"/>
        <Property Name="categories" Type="Collection(AdminService.QuarryCategory)" Nullable="true"/>
      </ComplexType>
      <ComplexType Name="QuarryCategory">
        <Property Name="label" Type="Edm.String"/>
        <Property Name="value" Type="Edm.Int32"/>
      </ComplexType>
      <ComplexType Name="UploadPhotoResult">
        <Property Name="fileName" Type="Edm.String"/>
        <Property Name="filePath" Type="Edm.String"/>
      </ComplexType>
      <ComplexType Name="DeletePhotoResult">
        <Property Name="deleted" Type="Edm.Boolean"/>
      </ComplexType>
      <ComplexType Name="ReadPhotoResult">
        <Property Name="fileName" Type="Edm.String"/>
        <Property Name="mimeType" Type="Edm.String"/>
        <Property Name="contentBase64" Type="Edm.String"/>
      </ComplexType>
      <Function Name="ActiveQuarriesCount" IsBound="false" IsComposable="false">
        <ReturnType Type="AdminService.TileResponse"/>
      </Function>
      <Function Name="QuarriesMicroChart" IsBound="false" IsComposable="false">
        <ReturnType Type="AdminService.MicroChartQuarries"/>
      </Function>
      <Function Name="QuarryDonut" IsBound="false" IsComposable="false">
        <ReturnType Type="AdminService.QuarryDonutResponse"/>
      </Function>
      <Action Name="uploadInspectionPhoto" IsBound="false">
        <Parameter Name="fileName" Type="Edm.String"/>
        <Parameter Name="mimeType" Type="Edm.String"/>
        <Parameter Name="contentBase64" Type="Edm.String"/>
        <ReturnType Type="AdminService.UploadPhotoResult"/>
      </Action>
      <Action Name="deleteInspectionPhoto" IsBound="false">
        <Parameter Name="filePath" Type="Edm.String"/>
        <ReturnType Type="AdminService.DeletePhotoResult"/>
      </Action>
      <Action Name="readInspectionPhoto" IsBound="false">
        <Parameter Name="filePath" Type="Edm.String"/>
        <ReturnType Type="AdminService.ReadPhotoResult"/>
      </Action>
      <Annotations Target="AdminService.Devices">
        <Annotation Term="UI.LineItem">
          <Collection>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="deviceID"/>
            </Record>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="isEnabled"/>
            </Record>
          </Collection>
        </Annotation>
        <Annotation Term="UI.Identification">
          <Collection>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="deviceID"/>
            </Record>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="isEnabled"/>
            </Record>
          </Collection>
        </Annotation>
        <Annotation Term="UI.Facets">
          <Collection>
            <Record Type="UI.ReferenceFacet">
              <PropertyValue Property="Label" String="Configuração"/>
              <PropertyValue Property="Target" AnnotationPath="@UI.FieldGroup#Main"/>
            </Record>
            <Record Type="UI.ReferenceFacet">
              <PropertyValue Property="Label" String="Descrições"/>
              <PropertyValue Property="Target" AnnotationPath="descriptions/@UI.LineItem"/>
            </Record>
            <Record Type="UI.ReferenceFacet">
              <PropertyValue Property="ID" String="ChangeHistoryFacet"/>
              <PropertyValue Property="Label" String="Change History"/>
              <PropertyValue Property="Target" AnnotationPath="changes/@UI.PresentationVariant"/>
              <Annotation Term="UI.PartOfPreview" Bool="false"/>
            </Record>
          </Collection>
        </Annotation>
        <Annotation Term="UI.FieldGroup" Qualifier="Main">
          <Record Type="UI.FieldGroupType">
            <PropertyValue Property="Data">
              <Collection>
                <Record Type="UI.DataField">
                  <PropertyValue Property="Label" String="Ativo?"/>
                  <PropertyValue Property="Value" Path="isEnabled"/>
                </Record>
              </Collection>
            </PropertyValue>
          </Record>
        </Annotation>
      </Annotations>
      <Annotations Target="AdminService.Devices/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="AdminService.Devices/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="AdminService.Devices/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="AdminService.Devices/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="AdminService.Operators/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="AdminService.Operators/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="AdminService.Operators/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="AdminService.Operators/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="AdminService.Quarries/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="AdminService.Quarries/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="AdminService.Quarries/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="AdminService.Quarries/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="AdminService.Plants/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="AdminService.Plants/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="AdminService.Plants/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="AdminService.Plants/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="AdminService.DeviceDescriptions">
        <Annotation Term="UI.LineItem">
          <Collection>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="device_deviceID"/>
            </Record>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="language_code"/>
            </Record>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="description"/>
            </Record>
          </Collection>
        </Annotation>
        <Annotation Term="UI.FieldGroup" Qualifier="Main">
          <Collection>
            <Record Type="UI.FieldGroupType">
              <PropertyValue Property="Value" Path="language_code"/>
            </Record>
            <Record Type="UI.FieldGroupType">
              <PropertyValue Property="Value" Path="description"/>
            </Record>
          </Collection>
        </Annotation>
        <Annotation Term="UI.Identification">
          <Collection>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="language_code"/>
            </Record>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="description"/>
            </Record>
          </Collection>
        </Annotation>
        <Annotation Term="UI.Facets">
          <Collection>
            <Record Type="UI.ReferenceFacet">
              <PropertyValue Property="Label" String="Descrição"/>
              <PropertyValue Property="Target" AnnotationPath="@UI.Identification"/>
            </Record>
          </Collection>
        </Annotation>
      </Annotations>
      <Annotations Target="AdminService.DeviceDescriptions/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="AdminService.DeviceDescriptions/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="AdminService.DeviceDescriptions/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="AdminService.DeviceDescriptions/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="AdminService.DeviceDescriptions/language_code">
        <Annotation Term="Common.ValueList">
          <Record Type="Common.ValueListType">
            <PropertyValue Property="CollectionPath" String="Languages"/>
            <PropertyValue Property="Parameters">
              <Collection>
                <Record Type="Common.ValueListParameterInOut">
                  <PropertyValue Property="LocalDataProperty" PropertyPath="language"/>
                  <PropertyValue Property="ValueListProperty" String="code"/>
                </Record>
                <Record Type="Common.ValueListParameterDisplayOnly">
                  <PropertyValue Property="ValueListProperty" String="descr"/>
                </Record>
              </Collection>
            </PropertyValue>
          </Record>
        </Annotation>
      </Annotations>
      <Annotations Target="AdminService.Languages">
        <Annotation Term="UI.Identification">
          <Collection>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="name"/>
            </Record>
          </Collection>
        </Annotation>
      </Annotations>
      <Annotations Target="AdminService.Languages/name">
        <Annotation Term="Common.Label" String="Name"/>
      </Annotations>
      <Annotations Target="AdminService.Languages/descr">
        <Annotation Term="Common.Label" String="Description"/>
      </Annotations>
      <Annotations Target="AdminService.Languages/code">
        <Annotation Term="Common.Text" Path="name"/>
        <Annotation Term="Common.Label" String="Language Code"/>
      </Annotations>
      <Annotations Target="AdminService.Integrations/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="AdminService.Integrations/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="AdminService.Integrations/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="AdminService.Integrations/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="AdminService.Integrations/ID">
        <Annotation Term="Core.ComputedDefaultValue" Bool="true"/>
      </Annotations>
      <Annotations Target="AdminService.Integrations/direction">
        <Annotation Term="Validation.AllowedValues">
          <Collection>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="Input"/>
              <PropertyValue Property="Value" String="I"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="Output"/>
              <PropertyValue Property="Value" String="O"/>
            </Record>
          </Collection>
        </Annotation>
      </Annotations>
      <Annotations Target="AdminService.EquipmentGroups/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="AdminService.EquipmentGroups/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="AdminService.EquipmentGroups/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="AdminService.EquipmentGroups/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="AdminService.Equipment/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="AdminService.Equipment/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="AdminService.Equipment/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="AdminService.Equipment/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="AdminService.EquipmentGroupConsumables/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="AdminService.EquipmentGroupConsumables/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="AdminService.EquipmentGroupConsumables/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="AdminService.EquipmentGroupConsumables/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="AdminService.EquipmentGroupConsumables/ID">
        <Annotation Term="Core.ComputedDefaultValue" Bool="true"/>
      </Annotations>
      <Annotations Target="AdminService.Consumables/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="AdminService.Consumables/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="AdminService.Consumables/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="AdminService.Consumables/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="AdminService.EquipmentGroupInspections/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="AdminService.EquipmentGroupInspections/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="AdminService.EquipmentGroupInspections/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="AdminService.EquipmentGroupInspections/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="AdminService.EquipmentGroupInspections/ID">
        <Annotation Term="Core.ComputedDefaultValue" Bool="true"/>
      </Annotations>
      <Annotations Target="AdminService.InspectionPoints/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="AdminService.InspectionPoints/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="AdminService.InspectionPoints/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="AdminService.InspectionPoints/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="AdminService.Shifts/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="AdminService.Shifts/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="AdminService.Shifts/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="AdminService.Shifts/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="AdminService.Shifts/shiftID">
        <Annotation Term="Core.ComputedDefaultValue" Bool="true"/>
      </Annotations>
      <Annotations Target="AdminService.ShiftConsumables/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="AdminService.ShiftConsumables/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="AdminService.ShiftConsumables/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="AdminService.ShiftConsumables/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="AdminService.ShiftInspections/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="AdminService.ShiftInspections/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="AdminService.ShiftInspections/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="AdminService.ShiftInspections/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="AdminService.ShiftInspections/shiftInspectionID">
        <Annotation Term="Core.ComputedDefaultValue" Bool="true"/>
      </Annotations>
      <Annotations Target="AdminService.ShiftGps/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="AdminService.ShiftGps/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="AdminService.ShiftGps/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="AdminService.ShiftGps/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="AdminService.ShiftGps/gpsReadingID">
        <Annotation Term="Core.ComputedDefaultValue" Bool="true"/>
      </Annotations>
      <Annotations Target="AdminService.Activities/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="AdminService.Activities/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="AdminService.Activities/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="AdminService.Activities/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="AdminService.ActivitiesShift/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="AdminService.ActivitiesShift/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="AdminService.ActivitiesShift/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="AdminService.ActivitiesShift/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="AdminService.ActivitiesShift/activityShiftID">
        <Annotation Term="Core.ComputedDefaultValue" Bool="true"/>
      </Annotations>
      <Annotations Target="AdminService.ActivityItems/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="AdminService.ActivityItems/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="AdminService.ActivityItems/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="AdminService.ActivityItems/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="AdminService.ActivityItems/ActivityItemID">
        <Annotation Term="Core.ComputedDefaultValue" Bool="true"/>
      </Annotations>
      <Annotations Target="AdminService.AuditLog/ID">
        <Annotation Term="Core.ComputedDefaultValue" Bool="true"/>
      </Annotations>
      <Annotations Target="AdminService.AuditLog/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="AdminService.AuditLog/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="AdminService.AuditLog/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="AdminService.AuditLog/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="AdminService.ShiftMandatoryQuestionAnswers/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="AdminService.ShiftMandatoryQuestionAnswers/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="AdminService.ShiftMandatoryQuestionAnswers/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="AdminService.ShiftMandatoryQuestionAnswers/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="AdminService.ShiftMandatoryQuestionAnswers/shiftQuestionAnswerID">
        <Annotation Term="Core.ComputedDefaultValue" Bool="true"/>
      </Annotations>
      <Annotations Target="AdminService.MandatoryQuestionConfigs/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="AdminService.MandatoryQuestionConfigs/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="AdminService.MandatoryQuestionConfigs/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="AdminService.MandatoryQuestionConfigs/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="AdminService.MandatoryQuestionConfigs/questionConfigID">
        <Annotation Term="Core.ComputedDefaultValue" Bool="true"/>
      </Annotations>
      <Annotations Target="AdminService.ActivityWorkPeriods/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="AdminService.ActivityWorkPeriods/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="AdminService.ActivityWorkPeriods/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="AdminService.ActivityWorkPeriods/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="AdminService.ActivityWorkPeriods/workPeriodID">
        <Annotation Term="Core.ComputedDefaultValue" Bool="true"/>
      </Annotations>
      <Annotations Target="AdminService.ChangeView">
        <Annotation Term="UI.PresentationVariant">
          <Record Type="UI.PresentationVariantType">
            <PropertyValue Property="Visualizations">
              <Collection>
                <AnnotationPath>@UI.LineItem</AnnotationPath>
              </Collection>
            </PropertyValue>
            <PropertyValue Property="RequestAtLeast">
              <Collection>
                <PropertyPath>parentKey</PropertyPath>
                <PropertyPath>serviceEntity</PropertyPath>
                <PropertyPath>serviceEntityPath</PropertyPath>
                <PropertyPath>valueDataType</PropertyPath>
              </Collection>
            </PropertyValue>
            <PropertyValue Property="SortOrder">
              <Collection>
                <Record Type="Common.SortOrderType">
                  <PropertyValue Property="Property" PropertyPath="createdAt"/>
                  <PropertyValue Property="Descending" Bool="true"/>
                </Record>
              </Collection>
            </PropertyValue>
          </Record>
        </Annotation>
        <Annotation Term="UI.LineItem">
          <Collection>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="modification"/>
              <Annotation Term="HTML5.CssDefaults">
                <Record Type="HTML5.CssDefaultsType">
                  <PropertyValue Property="width" String="9%"/>
                </Record>
              </Annotation>
            </Record>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="createdAt"/>
              <Annotation Term="HTML5.CssDefaults">
                <Record Type="HTML5.CssDefaultsType">
                  <PropertyValue Property="width" String="12%"/>
                </Record>
              </Annotation>
            </Record>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="createdBy"/>
              <Annotation Term="HTML5.CssDefaults">
                <Record Type="HTML5.CssDefaultsType">
                  <PropertyValue Property="width" String="9%"/>
                </Record>
              </Annotation>
            </Record>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="entity"/>
              <Annotation Term="HTML5.CssDefaults">
                <Record Type="HTML5.CssDefaultsType">
                  <PropertyValue Property="width" String="11%"/>
                </Record>
              </Annotation>
            </Record>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="objectID"/>
              <Annotation Term="HTML5.CssDefaults">
                <Record Type="HTML5.CssDefaultsType">
                  <PropertyValue Property="width" String="14%"/>
                </Record>
              </Annotation>
            </Record>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="attribute"/>
              <Annotation Term="HTML5.CssDefaults">
                <Record Type="HTML5.CssDefaultsType">
                  <PropertyValue Property="width" String="9%"/>
                </Record>
              </Annotation>
            </Record>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="valueChangedTo"/>
              <Annotation Term="HTML5.CssDefaults">
                <Record Type="HTML5.CssDefaultsType">
                  <PropertyValue Property="width" String="11%"/>
                </Record>
              </Annotation>
            </Record>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="valueChangedFrom"/>
              <Annotation Term="HTML5.CssDefaults">
                <Record Type="HTML5.CssDefaultsType">
                  <PropertyValue Property="width" String="11%"/>
                </Record>
              </Annotation>
            </Record>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="parentObjectID"/>
              <Annotation Term="HTML5.CssDefaults">
                <Record Type="HTML5.CssDefaultsType">
                  <PropertyValue Property="width" String="14%"/>
                </Record>
              </Annotation>
              <Annotation Term="UI.Hidden" Bool="true"/>
            </Record>
          </Collection>
        </Annotation>
        <Annotation Term="UI.DeleteHidden" Bool="true"/>
      </Annotations>
      <Annotations Target="AdminService.EntityContainer/ChangeView">
        <Annotation Term="UI.PresentationVariant">
          <Record Type="UI.PresentationVariantType">
            <PropertyValue Property="Visualizations">
              <Collection>
                <AnnotationPath>@UI.LineItem</AnnotationPath>
              </Collection>
            </PropertyValue>
            <PropertyValue Property="RequestAtLeast">
              <Collection>
                <PropertyPath>parentKey</PropertyPath>
                <PropertyPath>serviceEntity</PropertyPath>
                <PropertyPath>serviceEntityPath</PropertyPath>
                <PropertyPath>valueDataType</PropertyPath>
              </Collection>
            </PropertyValue>
            <PropertyValue Property="SortOrder">
              <Collection>
                <Record Type="Common.SortOrderType">
                  <PropertyValue Property="Property" PropertyPath="createdAt"/>
                  <PropertyValue Property="Descending" Bool="true"/>
                </Record>
              </Collection>
            </PropertyValue>
          </Record>
        </Annotation>
        <Annotation Term="UI.DeleteHidden" Bool="true"/>
        <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="AdminService.ChangeView/ID">
        <Annotation Term="UI.Hidden" Bool="true"/>
        <Annotation Term="Core.ComputedDefaultValue" Bool="true"/>
      </Annotations>
      <Annotations Target="AdminService.ChangeView/keys">
        <Annotation Term="Common.Label" String="Changes Keys"/>
      </Annotations>
      <Annotations Target="AdminService.ChangeView/attribute">
        <Annotation Term="Common.Label" String="Field"/>
      </Annotations>
      <Annotations Target="AdminService.ChangeView/valueChangedFrom">
        <Annotation Term="UI.MultiLineText" Bool="true"/>
        <Annotation Term="Common.Label" String="Old Value"/>
      </Annotations>
      <Annotations Target="AdminService.ChangeView/valueChangedTo">
        <Annotation Term="UI.MultiLineText" Bool="true"/>
        <Annotation Term="Common.Label" String="New Value"/>
      </Annotations>
      <Annotations Target="AdminService.ChangeView/entity">
        <Annotation Term="Common.Label" String="Object Type"/>
      </Annotations>
      <Annotations Target="AdminService.ChangeView/serviceEntity">
        <Annotation Term="Common.Label" String="Service Object Type"/>
      </Annotations>
      <Annotations Target="AdminService.ChangeView/parentKey">
        <Annotation Term="Common.Label" String="Parent Key"/>
      </Annotations>
      <Annotations Target="AdminService.ChangeView/serviceEntityPath">
        <Annotation Term="Common.Label" String="Service Entity Path"/>
      </Annotations>
      <Annotations Target="AdminService.ChangeView/modification">
        <Annotation Term="Common.Label" String="Change Type"/>
        <Annotation Term="Validation.AllowedValues">
          <Collection>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="Create"/>
              <PropertyValue Property="Value" String="create"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="Update"/>
              <PropertyValue Property="Value" String="update"/>
            </Record>
            <Record Type="Validation.AllowedValue">
              <Annotation Term="Core.SymbolicName" String="Delete"/>
              <PropertyValue Property="Value" String="delete"/>
            </Record>
          </Collection>
        </Annotation>
      </Annotations>
      <Annotations Target="AdminService.ChangeView/valueDataType">
        <Annotation Term="Common.Label" String="Value Data Type"/>
      </Annotations>
      <Annotations Target="AdminService.ChangeView/changeLog_ID">
        <Annotation Term="UI.Hidden" Bool="true"/>
        <Annotation Term="Common.Label" String="ChangeLog.ID"/>
      </Annotations>
      <Annotations Target="AdminService.ChangeView/objectID">
        <Annotation Term="Common.Label" String="Object ID"/>
      </Annotations>
      <Annotations Target="AdminService.ChangeView/parentObjectID">
        <Annotation Term="Common.Label" String="Parent Object ID"/>
      </Annotations>
      <Annotations Target="AdminService.ChangeView/entityKey">
        <Annotation Term="Common.Label" String="Entity Key"/>
      </Annotations>
      <Annotations Target="AdminService.ChangeView/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="Changed at"/>
      </Annotations>
      <Annotations Target="AdminService.ChangeView/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="Changed by"/>
      </Annotations>
      <Annotations Target="AdminService.Languages_texts/locale">
        <Annotation Term="Common.Label" String="Language Code"/>
      </Annotations>
      <Annotations Target="AdminService.Languages_texts/name">
        <Annotation Term="Common.Label" String="Name"/>
      </Annotations>
      <Annotations Target="AdminService.Languages_texts/descr">
        <Annotation Term="Common.Label" String="Description"/>
      </Annotations>
      <Annotations Target="AdminService.Languages_texts/code">
        <Annotation Term="Common.Text" Path="name"/>
        <Annotation Term="Common.Label" String="Language Code"/>
      </Annotations>
    </Schema>
  </edmx:DataServices>
</edmx:Edmx>