-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
dto/src/Resource/schema/dto-1.6.xsd
Line 1 in 86fc1ee
| <xs:schema elementFormDefault="qualified" targetNamespace="micro:dto-1.6" xmlns:xs="http://www.w3.org/2001/XMLSchema"> |
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels