media-types
media-types copied to clipboard
A collection of media-type designs
The model, template and sending attributes have a potential to contradict each other. Trying to sort out the interdependencies between these three, I want to propose this change. Even if...
This adds a `range` base-level constraint for use inside the `template` tag. The use case I'm thinking of is stuff like this: ``` xml Ben \d+ 1-100 name joined_at ```...
I was working on the schema for this example and it failed with the transclude since it was a string and I was looking for a boolean. I changed the...