XML

XML Schema (XSD)

XML Schema Definition Language (XSD) is the W3C Recommendation for describing the structure and constraints of XML documents using an XML-based grammar. XSD 1.1 is the current version and provides element/attribute declarations, complex and simple types, keys/keyrefs, assertions, and conditional type assignment.

API entry from apis.yml

apis.yml Raw ↑
aid: xml:xml-schema
name: XML Schema (XSD)
description: XML Schema Definition Language (XSD) is the W3C Recommendation for describing the structure
  and constraints of XML documents using an XML-based grammar. XSD 1.1 is the current version and provides
  element/attribute declarations, complex and simple types, keys/keyrefs, assertions, and conditional
  type assignment.
humanURL: https://www.w3.org/XML/Schema
tags:
- Schema
- Standard
- Validation
- W3C
- XML
properties:
- type: Documentation
  url: https://www.w3.org/XML/Schema
- type: Specification
  url: https://www.w3.org/TR/xmlschema11-1/