Skip to main content
Shakewell

Markup and Content

XSD

The modern schema language: written in XML itself, namespace-aware, and able to declare that a value must be a date or a bounded number.

Definition

What XSD Means

XSD stands for

XML Schema Definition

XSD fixed what DTDs could not do. It is typed, so an attribute can be declared a date, an integer within bounds, or a string matching a pattern, and validation catches errors a DTD would pass.

Grammar, types and rules are three separate layers of enforcement. A schema says what may appear; something like Schematron says what your project actually permits.

Also written: XML Schema, xml schema definition

Get In Touch

Beyond the Definition

Knowing what a term means is the easy half. If you need to know what it obligates on your program, that is the conversation we are built for.