XmlId

@SerialInfo
@Target(allowedTargets = [AnnotationTarget.PROPERTY])
annotation class XmlId(source)

Annotation to mark the value as an ID attribute. This implies that the element is an attribute. This will allow the serializer to enforce uniqueness.