Schema analyzer

Use the schema analyzer to analyze your type definitions.

The schema analyzer analyzes type definitions and ensures internal consistency. For example, if you defined a group as fixed, but accidentally defined one of its items with no Padded To length, errors occur during analysis.

The analyzer checks your data definitions for logical consistency. It does not compare your definitions to your actual data. The resulting analyzer messages indicate whether your schema definitions are acceptable; not whether they match your data.