diff --git a/coffee-dto/coffee-dto-xsd/src/main/resources/xsd/hu/icellmobilsoft/coffee/dto/common/common.xsd b/coffee-dto/coffee-dto-xsd/src/main/resources/xsd/hu/icellmobilsoft/coffee/dto/common/common.xsd
index b9581d768..c7a86279e 100644
--- a/coffee-dto/coffee-dto-xsd/src/main/resources/xsd/hu/icellmobilsoft/coffee/dto/common/common.xsd
+++ b/coffee-dto/coffee-dto-xsd/src/main/resources/xsd/hu/icellmobilsoft/coffee/dto/common/common.xsd
@@ -327,6 +327,14 @@
+
+
+ Generic local date
+
+
+
+
+
Időbélyeg típus ISO "yyyy-MM-dd'T'HH:mm:ss.SSSSSSZ"
@@ -337,6 +345,14 @@
value="\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(\.\d{1,6})?Z" />
+
+
+ Generic UTC timestamp without milliseconds part
+
+
+
+
+
diff --git a/docs/en/migration/migration270to280.adoc b/docs/en/migration/migration270to280.adoc
index 1ce17687c..473b5ee79 100644
--- a/docs/en/migration/migration270to280.adoc
+++ b/docs/en/migration/migration270to280.adoc
@@ -98,4 +98,15 @@ Changes are backwards compatible doesn't need any migration.
==== Migration
-* Changes are backwards compatible doesn't need any migration.
\ No newline at end of file
+* Changes are backwards compatible doesn't need any migration.
+
+=== coffee-dto-base
+
+New XSD simple types are added to the `http://common.dto.coffee.icellmobilsoft.hu/common` XSD namespace:
+
+* DateType - xsd:date with yyyy-MM-dd pattern
+* TimestampWithoutMillisType - xsd:dateTime with yyyy-MM-ddTHH:mm:ssZ pattern
+
+==== Migration
+
+Changes are backwards compatible doesn't need any migration.
\ No newline at end of file
diff --git a/docs/hu/migration/migration270to280.adoc b/docs/hu/migration/migration270to280.adoc
index 42162bcdc..71fd46596 100644
--- a/docs/hu/migration/migration270to280.adoc
+++ b/docs/hu/migration/migration270to280.adoc
@@ -99,3 +99,14 @@ A változtatások nem eredményeznek átállási munkálatokat, visszafelé komp
==== Átállás
* A változtatások nem eredményeznek átállási munkálatokat, visszafelé kompatibilis.
+
+=== coffee-dto-base
+
+Új XSD simple type-okkal bővült a `http://common.dto.coffee.icellmobilsoft.hu/common` névterű XSD:
+
+* DateType - xsd:date típus yyyy-MM-dd formátummal
+* TimestampWithoutMillisType - xsd:dateTime típus yyyy-MM-ddTHH:mm:ssZ formátummal
+
+==== Átállás
+
+A változtatások nem eredményeznek átállási munkálatokat, visszafelé kompatibilis.
\ No newline at end of file