sch:let
A declaration of a named variable.
Element information
Namespace: http://purl.oclc.org/dsdl/schematron
Schema document: schematron.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Empty content
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
name | [1..1] | sch:nameValue | The name of the variable. | |
value | [1..1] | xsd:string | An expression evaluated in the current context. |
Used in
- Anonymous type of element sch:pattern
- Anonymous type of element sch:phase
- Anonymous type of element sch:rule
- Anonymous type of element sch:schema
Sample instance
<sch:let name="string" value="string"/>