Skip to main content

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.

PropertyValue
EnabledYes
Maximum SeverityError
MessageXML namespace is invalid.
CodeAPIMATICCODEGEN_V006
TypeValidation
Rule SystemSemantic
Broad CategoryXML Attributes
Products ImpactedCode Generation, Developer Experience Portal
Tagsapimatic 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.

For More Information