source: BMXNET_RPMS_dotNET_UTILITIES-BMX/branch/IHS BMX Framework/IndianHealthService.BMXNet.GeneratedDocumentation/Help/Settings/conceptual_art.xml@ 1146

Last change on this file since 1146 was 1146, checked in by Sam Habiel, 13 years ago

Initial Import of BMX4

File size: 1.1 KB
Line 
1<?xml version="1.0" encoding="utf-8" ?>
2<!--
3 This document specifies the ID-to-file mappings for all images that appear in conceptual documentation.
4
5 To include an image using MAML you must reference the image's ID instead of its file path. The following
6 example inserts an image with an ID of "myimage" into the documentation.
7
8 <para>Here's an image:</para>
9 <mediaLink>
10 <image xlink:href="myimage" />
11 </mediaLink>
12
13 The following example can be used in this document to specify an image file for "myimage".
14
15 <item id="myimage">
16 <image file="image.jpg">
17 <altText>Alternate text for the image.</altText>
18 </image>
19 </item>
20
21 - The id attribute is not case-sensitive.
22 - The image's file attribute is a name and path relative to at least one of the specified art link target
23 input paths, which are found in your project's conceptual configuration files. To reference artwork in
24 your project's Help\Art folder, simply specify the image's name without a path as in the example above.
25 - The altText element is optional.
26 -->
27<root>
28 <!-- insert <item> elements here -->
29</root>
Note: See TracBrowser for help on using the repository browser.