diff --git a/src/Hl7.Fhir.Base/Model/Generated/Attachment.cs b/src/Hl7.Fhir.Base/Model/Generated/Attachment.cs
index f36e5236b..42a295e79 100644
--- a/src/Hl7.Fhir.Base/Model/Generated/Attachment.cs
+++ b/src/Hl7.Fhir.Base/Model/Generated/Attachment.cs
@@ -155,9 +155,11 @@ public byte[] Data
}
}
- ///
- /// Uri where the data can be found
- ///
+ ///
+ /// Uri where the data can be found
+ ///
+ [DeclaredType(Type = typeof(FhirUrl), Since = FhirRelease.R4)]
+ [DeclaredType(Type = typeof(FhirUri), Since = FhirRelease.STU3)]
[FhirElement("url", InSummary=true, Order=60)]
[DataMember]
public Hl7.Fhir.Model.FhirUrl UrlElement