Hyperlinks

class Hyperlinks "Hyperlinks"
    extends Modelica.Icons.Information;

    annotation (Documentation(info = "<html>\n<ol>\n<li> Hyperlinks should always be made when referring to a component or package.</li>\n<li> The hyperlink text in between <code>&lt;a href=&quot;...&quot;&gt;</code> and <code>&lt;/a&gt;</code> should include the full main package name.</li>\n<li> A link to an external component should include the full name of the package that it is referred to.</li>\n<li> Modelica hyperlinks have to use the scheme <code>&quot;modelica://...&quot;</code></li>\n<li> For hyperlinks referring to a Modelica component, see Example 1 and 2.</li>\n<li> No links to commercial web sites are allowed.</li>\n</ol>\n<h5>Example 1</h5>\n<pre>\n&lt;a href=\"modelica://Modelica.Mechanics.MultiBody.UsersGuide.Tutorial.LoopStructures.PlanarLoops\"&gt;\n         Modelica.Mechanics.MultiBody.UsersGuide.Tutorial.LoopStructures.PlanarLoops&lt;/a&gt;</pre>\n<p>appears as</p>\n<a href=\"modelica://Modelica.Mechanics.MultiBody.UsersGuide.Tutorial.LoopStructures.PlanarLoops\">\n         Modelica.Mechanics.MultiBody.UsersGuide.Tutorial.LoopStructures.PlanarLoops</a>\n<h5>Example 2</h5>\n<pre>\n&lt;p&gt;\n  The feeder cables are connected to an\n  &lt;a href=\"modelica://Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage\"&gt;\n  induction machine&lt;/a&gt;.\n&lt;/p&gt;</pre>\n<p>appears as</p>\n<p>\n  The feeder cables are connected to an\n  <a href=\"modelica://Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage\">\n  induction machine</a>.\n</p>\n</html>"));
end Hyperlinks;