Schema element "b:definitions "
Definitions are used to regulate Units and its dependencies.
Those are grouped and reusable by other Units via b:use .
Definitions
<element name="definitions" type="b:Definitions" />
<complexType name="Definitions">
<complexContent>
<extension base="b:Reusable">
<sequence>
<element ref="b:use" [0..∞] />
<element ref="b:has" [0..∞] />
<element ref="b:let" [0..∞] />
<element ref="b:set" [0..∞] />
</sequence>
</extension>
</complexContent>
</complexType>
Description
A block of definitions contains facts which are used by the
content of the Unit, but are not the payload. Especially the
ms:Role/Collection and ms:Role/Namespace
Units may carry a lot of those.
element has
The unit has logical relations to other units, which are
often packaged in a different data collection, maybe on a different
server. See b:has .
element let
element set
element use
(Virtually) include an other set of definitions.
mark@overmeer.net
Web-pages generated on 2023-12-19
|