@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface UserDefinedFunctionIdentification
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
name
Get the local name that identifies the user defined function
This value must be a valid XML NCName.
|
java.lang.String |
namespaceURI
Get the namespace URI that identifies the user defined function
This value must be a valid XML anyURI.
|