Revision 1445
Added by Antoine POURCHEZ over 12 years ago
bibM.model | ||
---|---|---|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
|
2 |
<sm:dataFormPrim xmlns:sc="http://www.utc.fr/ics/scenari/v3/core" xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" name="Entrée de bibliographie"> |
|
3 |
<sm:identification targetNamespace="utc.fr:ics/opale3" targetPrefix="op" code="bibM" itemExtension="xml"/> |
|
4 |
<sm:structure> |
|
5 |
<sm:field code="id" name="Identifiant" occurence="one" family="property"> |
|
6 |
<sm:help quickHelp="Renseigner un identifiant"/> |
|
7 |
<sm:string/> |
|
8 |
</sm:field> |
|
9 |
<sm:field code="type" name="Type" occurence="one" family="property"> |
|
10 |
<sm:help quickHelp="Choisir un type de bibliographie"/> |
|
11 |
<sm:enum> |
|
12 |
<sm:option key="web" name="Référence webographique"/> |
|
13 |
<sm:option key="bib" name="Référence bibliographique"/> |
|
14 |
</sm:enum> |
|
15 |
</sm:field> |
|
16 |
<sm:field code="desc" name="Entrée bibliographique" occurence="one" family="content"> |
|
17 |
<sm:help quickHelp="Nom de l'auteur en majuscules, utilisez les balises pour définir le titre principal"/> |
|
18 |
<sm:otherType sc:refUri="/academic/model/Re/refs/bibTxt.model"/> |
|
19 |
</sm:field> |
|
20 |
</sm:structure> |
|
21 |
<sm:storage> |
|
22 |
<sm:fullTitleBuilder> |
|
23 |
<sm:fieldValue refCode="id"/> |
|
24 |
</sm:fullTitleBuilder> |
|
25 |
</sm:storage> |
|
26 |
<sm:authoring> |
|
27 |
<sm:formEditor indentXml="true"> |
|
28 |
<sm:stringField refCode="id" defaultStyle="property" tagStyle="color :gray" textStyle="color :#c236e3 ;"/> |
|
29 |
<sm:enumField refCode="type" defaultStyle="property" tagStyle="color :gray"/> |
|
30 |
<sm:otherTypeField refCode="desc" defaultStyle="property" tagStyle="color :gray"/> |
|
31 |
</sm:formEditor> |
|
32 |
<sm:htmlPreview> |
|
33 |
<sm:contentView titleFormat="fullTitleText"/> |
|
34 |
</sm:htmlPreview> |
|
35 |
</sm:authoring> |
|
1 |
<?xml version="1.0" encoding="UTF-8"?><sm:dataFormPrim xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" xmlns:sc="http://www.utc.fr/ics/scenari/v3/core" name=";Entrée de bibliographie"> |
|
2 |
<sm:identification targetNamespace="utc.fr:ics/opale3" targetPrefix="op" code="bibM" itemExtension="xml"/> |
|
3 |
<sm:structure> |
|
4 |
<sm:field code="id" name=";Identifiant" occurence="one" family="property"> |
|
5 |
<sm:help quickHelp=";Renseigner un identifiant"/> |
|
6 |
<sm:string/> |
|
7 |
</sm:field> |
|
8 |
<sm:field code="type" name=";Type" occurence="one" family="property"> |
|
9 |
<sm:help quickHelp=";Choisir un type de bibliographie"/> |
|
10 |
<sm:enum> |
|
11 |
<sm:option key="web" name=";Référence webographique"/> |
|
12 |
<sm:option key="bib" name=";Référence bibliographique"/> |
|
13 |
</sm:enum> |
|
14 |
</sm:field> |
|
15 |
<sm:field code="desc" name=";Entrée bibliographique" occurence="one" family="content"> |
|
16 |
<sm:help quickHelp=";Nom de l'auteur en majuscules, utilisez les balises pour définir le titre principal"/> |
|
17 |
<sm:otherType sc:refUri="/academic/model/Re/refs/bibTxt.model"/> |
|
18 |
</sm:field> |
|
19 |
</sm:structure> |
|
20 |
<sm:storage> |
|
21 |
<sm:fullTitleBuilder> |
|
22 |
<sm:fieldValue refCode="id"/> |
|
23 |
</sm:fullTitleBuilder> |
|
24 |
</sm:storage> |
|
25 |
<sm:authoring> |
|
26 |
<sm:formEditor indentXml="true"> |
|
27 |
<sm:stringField refCode="id" defaultStyle="property" tagStyle="color :gray" textStyle="color :#c236e3 ;"/> |
|
28 |
<sm:enumField refCode="type" defaultStyle="property" tagStyle="color :gray"/> |
|
29 |
<sm:otherTypeField refCode="desc" defaultStyle="property" tagStyle="color :gray"/> |
|
30 |
</sm:formEditor> |
|
31 |
<sm:htmlPreview> |
|
32 |
<sm:contentView titleFormat="fullTitleText"/> |
|
33 |
</sm:htmlPreview> |
|
34 |
</sm:authoring> |
|
36 | 35 |
</sm:dataFormPrim> |
Also available in: Unified diff
migration 3.6.003