... | @@ -29,10 +29,10 @@ The **`<scenario>`** tag is the root tag of every TULIP bootstrap file. A bootst |
... | @@ -29,10 +29,10 @@ The **`<scenario>`** tag is the root tag of every TULIP bootstrap file. A bootst |
|
The **`<about>`** tag provides general information about the scenario itself. Provided data will usually show up in the TULIP splash-screen, shown while the application starts up. The about contains a **`<title>`** specifying the name of the application, a **`<description>`** giving a more verbose account of what the scenario is about, and last but not least a **`<version>`** tag
|
|
The **`<about>`** tag provides general information about the scenario itself. Provided data will usually show up in the TULIP splash-screen, shown while the application starts up. The about contains a **`<title>`** specifying the name of the application, a **`<description>`** giving a more verbose account of what the scenario is about, and last but not least a **`<version>`** tag
|
|
|
|
|
|
```xml
|
|
```xml
|
|
<**about**>
|
|
<about>
|
|
<**title**>BIMEET\</**title**>
|
|
<title>BIMEET</title>
|
|
|
|
|
|
<**description**\>BIMEET (BIM-based EU-wide Standardized Qualification Framework
|
|
<description>BIMEET (BIM-based EU-wide Standardized Qualification Framework
|
|
for achieving Energy Efficiency) project aims to leverage the take-up of
|
|
for achieving Energy Efficiency) project aims to leverage the take-up of
|
|
ICT and BIM through a significant upgrade of the skills and capacities of
|
|
ICT and BIM through a significant upgrade of the skills and capacities of
|
|
the EU construction workforce. BIMEET will develop skills matrices related to
|
|
the EU construction workforce. BIMEET will develop skills matrices related to
|
... | @@ -40,11 +40,12 @@ The **`<about>`** tag provides general information about the scenario itself. Pr |
... | @@ -40,11 +40,12 @@ The **`<about>`** tag provides general information about the scenario itself. Pr |
|
form of the European Qualifications Framework. BIMEET will also develop a
|
|
form of the European Qualifications Framework. BIMEET will also develop a
|
|
training platform which will support registering labeled training offering
|
|
training platform which will support registering labeled training offering
|
|
and finding suitable BIM training in different levels of Architecture,
|
|
and finding suitable BIM training in different levels of Architecture,
|
|
Engineering and Construction (AEC) sector.\</**description**\>
|
|
Engineering and Construction (AEC) sector.</description>
|
|
|
|
|
|
<**version**>1.0.0</**version**>
|
|
<version>1.0.0</version>
|
|
</**about**>
|
|
</about>
|
|
```
|
|
```
|
|
|
|
|
|
### StageSet Tag
|
|
### StageSet Tag
|
|
The optional **`<StageSet>`** tag comes in handy when the scenario uses more than one screen. Single screen scenarios usually don't require this tag. When multiple screens are required though, this tag gives authors the possibility to control how those screens will be used by TULIP. As we have seen in Figure 1, the **`<StageSet>`** includes a sequence of **`<stage>`** elements. Each **`<stage>`** element normally corresponds to one particular screen.
|
|
The optional **`<StageSet>`** tag comes in handy when the scenario uses more than one screen. Single screen scenarios usually don't require this tag. When multiple screens are required though, this tag gives authors the possibility to control how those screens will be used by TULIP. As we have seen in Figure 1, the **`<StageSet>`** includes a sequence of **`<stage>`** elements. Each **`<stage>`** element normally corresponds to one particular screen.
|
|
|
|
|
... | | ... | |