The use of _______ in XML facilitates more rigorous data validation than JSON.
- DTD
- JSON Schema
- XML Schema
- XPath
XML Schema (XSD) is commonly used in XML to define the structure and constraints of the data. It enables more rigorous data validation compared to JSON, as JSON relies on a less formalized schema approach. XML Schema provides a way to enforce specific data types, constraints, and relationships within XML documents.
Loading...
Related Quiz
- In terms of bandwidth and resources, which is generally more efficient, SOAP or REST?
- Integration testing in a CI/CD pipeline often requires _______ to automate test processes.
- In microservices architecture, why is it essential to have independent deployment for each service?
- How does JWT differ from session-based authentication in terms of scalability?
- _______ is a technique in web services that dynamically allocates resources to handle varying loads.