You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem description
Our application uses an XSD schema for validating input data. Many elements in the schema lack sufficient descriptions, making it difficult for our developers to understand and use the schema. Documentation needs to be added for all elements in the schema to provide clearer and more complete descriptions.
Steps to resolve
Analyze the current XSD schema and identify elements that lack sufficient descriptions.
Add xs:documentation annotations for each element that requires additional description.
Make changes to the build and documentation system to make these descriptions available to our developers and documenters.
Expected outcome
After adding documentation for XSD elements, our developers will be better able to understand and use the schema, leading to faster development and fewer errors.
The text was updated successfully, but these errors were encountered:
dto/src/Resource/schema/dto-1.6.xsd
Line 1 in 86fc1ee
Problem description
Our application uses an XSD schema for validating input data. Many elements in the schema lack sufficient descriptions, making it difficult for our developers to understand and use the schema. Documentation needs to be added for all elements in the schema to provide clearer and more complete descriptions.
Steps to resolve
Expected outcome
After adding documentation for XSD elements, our developers will be better able to understand and use the schema, leading to faster development and fewer errors.
The text was updated successfully, but these errors were encountered: