Function me::AllowedAttribute(runtimeId, attr)

me::AllowedAttribute

The function me::AllowedAttribute returns 1 if the attribute is allowed for the runtime id.

me::AllowedAttribute(
        runtimeId,  ! (input) an element
        attr        ! (input) an element
)

Arguments

runtimeId

An element in the set AllIdentifiers referencing a runtime identifier.

attr

An element in the set AllAttributeNames

Return Value

Returns 1 if the attribute attr of runtime identifier runtimeId is allowed. When runtimeId doesn’t reference a runtime identifier an error will be raised.

See also

The procedures me::SetAttribute and me::Create.