Schema element "b:set "
Configure the set of constants.
Definitions
<element name="set" type="b:Set" />
<complexType name="Set">
<complexContent>
<extension base="b:Reusable">
<sequence>
<element ref="b:include" [0..∞] />
<element ref="b:exclude" [0..∞] />
</sequence>
<attribute name="role" type="b:Constant" use! />
<attribute name="default" type="b:Constant" />
</extension>
</complexContent>
</complexType>
Description
Configure which algoritms or settings are permitted in the context.
When the enclosing definition block has a use, then it will
be inspected when the current rules do not lead to a decission.
attribute role
Must be a constant with type ms:Role/ConstantSet
element exclude
List of constants which have as role the value of the role
attribute. These constants are not to be used.
element include
List of constants which have as role the value of the role
attribute. These constants are allowed to be used in the context.
Examples
Setting the default checksum algorithm
mark@overmeer.net
Web-pages generated on 2023-12-19
|