Validation elements for Schema Declarations

class tendril.validation.schema.SchemaPolicy(context, name, vmax, vmin)[source]

Bases: tendril.validation.base.ValidationPolicy

validate(name, version)[source]
render()[source]
exception tendril.validation.schema.SchemaNotSupportedError(policy, value)[source]

Bases: tendril.validation.base.ValidationError

msg = 'The file specifies a schema which is not supported.'
render()[source]