diff --git a/index.html b/index.html
index 6439910..df9556a 100644
--- a/index.html
+++ b/index.html
@@ -401,12 +401,7 @@
DID Parameters
Identifies a certain version timestamp of a DID document to be resolved.
That is, the most recent version of the DID document that was valid for a DID
before the specified `versionTime`. If present, the associated value
- MUST be an ASCII string which is a valid XML
- datetime value, as defined in section 3.3.7 of W3C XML Schema Definition Language
- (XSD) 1.1 Part 2: Datatypes [[XMLSCHEMA11-2]]. This datetime value MUST be
- normalized to UTC 00:00:00 and without sub-second decimal precision.
- For example: 2020-12-20T19:17:47Z.
+ MUST be represented in the datetime format as defined in .
@@ -454,6 +449,19 @@ DID Parameters
dereferenced.
+
+ Datetime
+
+
+ All datetime values in this specification MUST be an
+ ASCII string which is a valid XML datetime value defined by the
+ [[VC-DATA-MODEL]] in .
+ Additionally, timestamps used in DID Resolution MUST be adjusted to UTC
+ without sub-second decimal precision. For example: 2020-12-20T19:17:47Z
+
+
+
+