This schema demonstrates how to incorporate images into documentation generated with xnsdoc.
Here are some examples:
This image is created by an absolute URL:
<img src="http://www.buldocs.com/images/nevski.gif"/>
This image is created by a relative URL; in this case you must ensure that the image is copied to the appropriate location after generating and deploying the document to your final destination. In this case
the image is assumed to be located in the resources folder within the schema documentation:
<img src="../resources/xnsdoc-teaser.gif"/>
In the test element you can see how to incorporate images within component documentations.
Components are placed in subfolder of the schema documentation. When using images in components documentation, all links must take care of the folder structure, e.g. to reference images in the
resources folder of the documentation, the following prefix must be used:
../../resources/.
Here are some examples:
This image is created by an absolute URL:
<img src="http://www.buldocs.com/images/nevski.gif"/>
This image is created by a relative URL; in this case you must ensure that the image is copied to the appropriate location after generating and deploying the document to your final destination. In this
case the image is assumed to be located in the resources folder within the schema documentation:
<img src="../../resources/xnsdoc-teaser.gif"/>
A Fuel Dispensing Service is responsible for:
General documentation for the model goes here.