. Any attribute set to * BooleanAttribute::false will not render. */ enum BooleanAttribute { /** Render an attribute with no value */ case true; /** Do not render this attribute */ case false; }