valid-xml-namespace-conventions
Overview
This rule belongs to the apimatic-codegen-validation ruleset and states that:
An XML namespace must be a non-null, non-empty and well-formed URI.
| Property | Value |
|---|---|
| Enabled | Yes |
| Maximum Severity | Error |
| Message | XML namespace is invalid. |
| Code | APIMATICCODEGEN_V006 |
| Type | Validation |
| Rule System | Semantic |
| Broad Category | XML Attributes |
| Products Impacted | Code Generation, Developer Experience Portal |
| Tags | apimatic code generation codegen sdks portal docs validation apimatic xml namespace |
Suggested Fixes
- Check that the namespace is not empty or null.
- Check that the namespace is a valid URI.