Annotation Interface Namespaces
Wrapper for declaration of multiple namespaces on an element.
Usage example:
@Namespaces({@Namespace("xs", "http://www.w3.org/2001/XMLSchema#"),
@Namespace("owl", "http://www.w3.org/2002/07/owl#")})
- See Also:
-
Required Element Summary
Required Elements
-
Element Details
-
value
Namespace[] value
-