root / branches / sc50-v2.0 / sources2-0-011 / academic / gen / filters / defaultStandard / isShortPub.cond @ 322
1 |
<?xml version="1.0"?>
|
---|---|
2 |
<sm:genericCond xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" code="isShortPub" info="Is this a short publication"> |
3 |
<sm:targetModel>
|
4 |
<sm:root axis="rootFilter"/> |
5 |
<sm:ifNone>
|
6 |
<sm:fixedResult return="false"/> |
7 |
</sm:ifNone>
|
8 |
</sm:targetModel>
|
9 |
<sm:expression>
|
10 |
<sm:comparison operator="="> |
11 |
<sm:leftOperand>
|
12 |
<sm:shortTitleText/>
|
13 |
</sm:leftOperand>
|
14 |
<sm:rightOperand>
|
15 |
<sm:fixedString value="short"/> |
16 |
</sm:rightOperand>
|
17 |
</sm:comparison>
|
18 |
</sm:expression>
|
19 |
</sm:genericCond>
|