Assetize

Presentation XML · Containers

System Library <systemlib>

The root of a system library (library, lookups, menus): a sibling of presentation.

<systemlib> has no Application Designer property sheet: it is written by the framework or an add-on and edited in XML. Its properties are the attributes the stock screens actually use.

In the 204 stock presentations it appears 6 times on 6 screens; it contains <table> (418), <dialog> (373), <menu> (215), <section> (16), <recordhover> (11).

Where it goes

Sits inside: not stated in the references. May contain: <table>, <dialog>, <menu>, <section>, <recordhover>, <header>, <action>, <hyperlink>, <presentation>, <pushbutton>, <controlcontainer>, <datasrc>, <helpgrid>, <popup>.

Properties

PropertyValueWhat it doesSource
versionstringNot on Application Designer's systemlib property sheet: written in XML only. Stock screens: 6 uses on 6 screens, values 7.1.0.0 (5), 7.6 (1).204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · LIBRARY#library
xmlns:xsdstringNot on Application Designer's systemlib property sheet: written in XML only. Stock screens: 4 uses on 4 screens, values http://www.w3.org/2001/XMLSchema (4).204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · LIBRARY#library
xmlns:xsistringNot on Application Designer's systemlib property sheet: written in XML only. Stock screens: 4 uses on 4 screens, values http://www.w3.org/2001/XMLSchema-instance (4).204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · LIBRARY#library
xsi:nonamespaceschemalocationstringNot on Application Designer's systemlib property sheet: written in XML only. Stock screens: 4 uses on 4 screens, values ../../../applications/maximo/properties/systemlib.xsd (4).204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · LIBRARY#library

Example

<!-- LIBRARY · library -->
<systemlib id="library" version="7.1.0.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nonamespaceschemalocation="../../../applications/maximo/properties/systemlib.xsd">

Sources: 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · LIBRARY#library