pub(super) fn simple_type(
node: Node<'_, '_>,
) -> Result<(String, SimpleType), UciError>Expand description
A named simpleType that restricts a base. whiteSpace is ignored
(normalization, not a constraint). An unsupported facet fails the
compile rather than being dropped.