NamedValueType (Complex Type)

Namespace: http://midpoint.evolveum.com/xml/ns/public/common/common-3

Supertype: AnyValueType
Any value (property, reference, container) along with its name. This is a workaround to avoid using xsd:anyType directly in a container. It is mapped to a property; however, it cannot be always serialized as a property.
Item Summary  
Name Type Multiplicity Description
value property
anyType
[0,1]  
textValue property
string
[0,1] If the value is not directly representable in XML/JSON/YAML we at least store its text version (debugDump or toString or similar) here. 
name property
QName
[0,1]