CdmAttribute.fullName

string fullName() const pure nothrow @safe

Returns the fully qualified attribute name.

If a namespace is present, returns "namespace:name". Otherwise, returns just the name.

Returns

The fully qualified attribute name with namespace prefix

if applicable.