Schema element "b:data-source "
Abstract base-class for various data source elements.
Definitions
<element name="data-source" type="b:DataSource" abstract="true" />
<complexType name="DataSource">
<sequence />
</complexType>
Description
This element is abstract, so is not seen in any structure; its assigns a
place for its extensions which describe how to get bytes (octets).
The following data sources are provided by the base implementation:
b:fetch , download via a browser-like user agent;
b:resource , contained in another Unit; and
b:blob , inlined in this Unit.
mark@overmeer.net
Web-pages generated on 2023-12-19
|