Fields in biz.c24.io.api.data declared as NamespaceEnum |
static NamespaceEnum |
NamespaceEnum.ANY
Specifies that all elements / attributes from any namespace are allowed. |
static NamespaceEnum |
NamespaceEnum.LOCAL
Specifies that only elements / attributes not in any namespace are allowed. |
static NamespaceEnum |
NamespaceEnum.OTHER
Specifes that only elements / attributes from namespaces other than the target namespace are allowed. |
static NamespaceEnum |
NamespaceEnum.TARGET
Specifies that only elements / attribute from the target namespace are allowed. |