Validates boolean literals. Boolean shapes accept only true or false values
and do not support additional constraints.
Inheritance
When a resource!ResourceShape extends a parent via extends,
boolean-valued entries are merged according to the following rules. The child is the extending shape; the
parent is the inherited shape.
Field
Override Rule
kind
Cannot be overridden
model
Must be strictly equal — mismatch signals incompatible shapes
No user-facing constraints: nothing to narrow or validate beyond kind and model match.
Shape definition for boolean values.
Validates boolean literals. Boolean shapes accept only
trueorfalsevalues and do not support additional constraints.Inheritance
When a resource!ResourceShape extends a parent via extends, boolean-valued entries are merged according to the following rules. The child is the extending shape; the parent is the inherited shape.
kindmodelNo user-facing constraints: nothing to narrow or validate beyond
kindandmodelmatch.See
XSD 1.0 Part 2: Datatypes § 3.2.2 boolean