common/tools/test/pckg_status/database/package_test_status.dtd
author Arnaud Lenoir
Tue, 12 Jan 2010 17:18:11 +0000
changeset 840 3b9cc38657db
permissions -rw-r--r--
Arnaudl: Added scripts and files related to the development of "task 286 - Package test status prep"
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
840
3b9cc38657db Arnaudl: Added scripts and files related to the development of "task 286 - Package test status prep"
Arnaud Lenoir
parents:
diff changeset
     1
<!-- This is the template used to fill the package test status for a package -->
3b9cc38657db Arnaudl: Added scripts and files related to the development of "task 286 - Package test status prep"
Arnaud Lenoir
parents:
diff changeset
     2
3b9cc38657db Arnaudl: Added scripts and files related to the development of "task 286 - Package test status prep"
Arnaud Lenoir
parents:
diff changeset
     3
<!-- Root for package -->
3b9cc38657db Arnaudl: Added scripts and files related to the development of "task 286 - Package test status prep"
Arnaud Lenoir
parents:
diff changeset
     4
<!ELEMENT package (domain,owner,location,testable*)>
3b9cc38657db Arnaudl: Added scripts and files related to the development of "task 286 - Package test status prep"
Arnaud Lenoir
parents:
diff changeset
     5
<!ATTLIST package
3b9cc38657db Arnaudl: Added scripts and files related to the development of "task 286 - Package test status prep"
Arnaud Lenoir
parents:
diff changeset
     6
 pckgname CDATA #REQUIRED
3b9cc38657db Arnaudl: Added scripts and files related to the development of "task 286 - Package test status prep"
Arnaud Lenoir
parents:
diff changeset
     7
 pckg_id CDATA #REQUIRED>
3b9cc38657db Arnaudl: Added scripts and files related to the development of "task 286 - Package test status prep"
Arnaud Lenoir
parents:
diff changeset
     8
<!ELEMENT domain (#PCDATA)>
3b9cc38657db Arnaudl: Added scripts and files related to the development of "task 286 - Package test status prep"
Arnaud Lenoir
parents:
diff changeset
     9
 <!ATTLIST domain type (Base_OS_Serivices|Data_Communications|Device_Connectivity|Device_Management|Location|Multimedia|Multimedia_Apss|Personal_Comms|Productivity|Runtimes_and_Web|Security|Tools|User_Interface|undefined) "undefined">
3b9cc38657db Arnaudl: Added scripts and files related to the development of "task 286 - Package test status prep"
Arnaud Lenoir
parents:
diff changeset
    10
<!-- owner is child of package -->
3b9cc38657db Arnaudl: Added scripts and files related to the development of "task 286 - Package test status prep"
Arnaud Lenoir
parents:
diff changeset
    11
<!ELEMENT owner (surname,firstname,company,city,country,email)>
3b9cc38657db Arnaudl: Added scripts and files related to the development of "task 286 - Package test status prep"
Arnaud Lenoir
parents:
diff changeset
    12
<!ELEMENT surname (#PCDATA)>
3b9cc38657db Arnaudl: Added scripts and files related to the development of "task 286 - Package test status prep"
Arnaud Lenoir
parents:
diff changeset
    13
<!ELEMENT firstname (#PCDATA)>
3b9cc38657db Arnaudl: Added scripts and files related to the development of "task 286 - Package test status prep"
Arnaud Lenoir
parents:
diff changeset
    14
<!ELEMENT company (#PCDATA)>
3b9cc38657db Arnaudl: Added scripts and files related to the development of "task 286 - Package test status prep"
Arnaud Lenoir
parents:
diff changeset
    15
<!ELEMENT city (#PCDATA)>
3b9cc38657db Arnaudl: Added scripts and files related to the development of "task 286 - Package test status prep"
Arnaud Lenoir
parents:
diff changeset
    16
<!ELEMENT country (#PCDATA)>
3b9cc38657db Arnaudl: Added scripts and files related to the development of "task 286 - Package test status prep"
Arnaud Lenoir
parents:
diff changeset
    17
<!ELEMENT email (#PCDATA)>
3b9cc38657db Arnaudl: Added scripts and files related to the development of "task 286 - Package test status prep"
Arnaud Lenoir
parents:
diff changeset
    18
<!-- location  is child of package-->
3b9cc38657db Arnaudl: Added scripts and files related to the development of "task 286 - Package test status prep"
Arnaud Lenoir
parents:
diff changeset
    19
<!ELEMENT location (license,branch,repository)>
3b9cc38657db Arnaudl: Added scripts and files related to the development of "task 286 - Package test status prep"
Arnaud Lenoir
parents:
diff changeset
    20
<!ATTLIST license type (oss|sfl|rnd|undefined) "undefined">
3b9cc38657db Arnaudl: Added scripts and files related to the development of "task 286 - Package test status prep"
Arnaud Lenoir
parents:
diff changeset
    21
 <!ATTLIST branch type (MCL|RCL_1|FCL|undefined) "undefined">
3b9cc38657db Arnaudl: Added scripts and files related to the development of "task 286 - Package test status prep"
Arnaud Lenoir
parents:
diff changeset
    22
<!ELEMENT repository (#PCDATA)>
3b9cc38657db Arnaudl: Added scripts and files related to the development of "task 286 - Package test status prep"
Arnaud Lenoir
parents:
diff changeset
    23
<!-- testable is child of package -->
3b9cc38657db Arnaudl: Added scripts and files related to the development of "task 286 - Package test status prep"
Arnaud Lenoir
parents:
diff changeset
    24
<!ELEMENT testable (suite,builditem*,mapping,run)>
3b9cc38657db Arnaudl: Added scripts and files related to the development of "task 286 - Package test status prep"
Arnaud Lenoir
parents:
diff changeset
    25
<!-- suite is a child of testable -->
3b9cc38657db Arnaudl: Added scripts and files related to the development of "task 286 - Package test status prep"
Arnaud Lenoir
parents:
diff changeset
    26
<!ELEMENT suite (test_level*,test_type,suite_type*)>
3b9cc38657db Arnaudl: Added scripts and files related to the development of "task 286 - Package test status prep"
Arnaud Lenoir
parents:
diff changeset
    27
<!-- test_level: Platform (aka system test) or Package -->
3b9cc38657db Arnaudl: Added scripts and files related to the development of "task 286 - Package test status prep"
Arnaud Lenoir
parents:
diff changeset
    28
<!ATTLIST test_level type (platform|package) "package">
3b9cc38657db Arnaudl: Added scripts and files related to the development of "task 286 - Package test status prep"
Arnaud Lenoir
parents:
diff changeset
    29
<!-- test_type: stif, tef or rtest (maybe MTF???) -->
3b9cc38657db Arnaudl: Added scripts and files related to the development of "task 286 - Package test status prep"
Arnaud Lenoir
parents:
diff changeset
    30
<!ATTLIST test_type type (stif|tef|rtest|undefined) "undefined">
3b9cc38657db Arnaudl: Added scripts and files related to the development of "task 286 - Package test status prep"
Arnaud Lenoir
parents:
diff changeset
    31
<!-- suite_type: Only one at the time smoketest or sanity, both of them are part of the regression and we can have one or both ticked for a test suite -->
3b9cc38657db Arnaudl: Added scripts and files related to the development of "task 286 - Package test status prep"
Arnaud Lenoir
parents:
diff changeset
    32
<!ATTLIST suite_type type (smoketest|sanitytest|regressiontest) "regressiontest">
3b9cc38657db Arnaudl: Added scripts and files related to the development of "task 286 - Package test status prep"
Arnaud Lenoir
parents:
diff changeset
    33
<!-- builditem is a child of testable -->
3b9cc38657db Arnaudl: Added scripts and files related to the development of "task 286 - Package test status prep"
Arnaud Lenoir
parents:
diff changeset
    34
<!ELEMENT builditem (build_type,bldinf_location,pckg_def_xml_loc,pckg_test_def_xml_loc)>
3b9cc38657db Arnaudl: Added scripts and files related to the development of "task 286 - Package test status prep"
Arnaud Lenoir
parents:
diff changeset
    35
<!-- build_type: production or test -->
3b9cc38657db Arnaudl: Added scripts and files related to the development of "task 286 - Package test status prep"
Arnaud Lenoir
parents:
diff changeset
    36
<!ATTLIST build_type type (production_build|test_build|undefined) "undefined">
3b9cc38657db Arnaudl: Added scripts and files related to the development of "task 286 - Package test status prep"
Arnaud Lenoir
parents:
diff changeset
    37
<!ELEMENT bldinf_location (#PCDATA)>
3b9cc38657db Arnaudl: Added scripts and files related to the development of "task 286 - Package test status prep"
Arnaud Lenoir
parents:
diff changeset
    38
<!ELEMENT pckg_def_xml_loc (#PCDATA)>
3b9cc38657db Arnaudl: Added scripts and files related to the development of "task 286 - Package test status prep"
Arnaud Lenoir
parents:
diff changeset
    39
<!ELEMENT pckg_test_def_xml_loc (#PCDATA)>
3b9cc38657db Arnaudl: Added scripts and files related to the development of "task 286 - Package test status prep"
Arnaud Lenoir
parents:
diff changeset
    40
<!-- mapping is a child of testable src for where the file come from and dest where the file will be in ROM -->
3b9cc38657db Arnaudl: Added scripts and files related to the development of "task 286 - Package test status prep"
Arnaud Lenoir
parents:
diff changeset
    41
<!ELEMENT mapping (src,dest)>
3b9cc38657db Arnaudl: Added scripts and files related to the development of "task 286 - Package test status prep"
Arnaud Lenoir
parents:
diff changeset
    42
<!ELEMENT src (#PCDATA)>
3b9cc38657db Arnaudl: Added scripts and files related to the development of "task 286 - Package test status prep"
Arnaud Lenoir
parents:
diff changeset
    43
<!ELEMENT dest (#PCDATA)>
3b9cc38657db Arnaudl: Added scripts and files related to the development of "task 286 - Package test status prep"
Arnaud Lenoir
parents:
diff changeset
    44
<!-- run is a child of testable -->
3b9cc38657db Arnaudl: Added scripts and files related to the development of "task 286 - Package test status prep"
Arnaud Lenoir
parents:
diff changeset
    45
<!ELEMENT run (cmd,param+)>
3b9cc38657db Arnaudl: Added scripts and files related to the development of "task 286 - Package test status prep"
Arnaud Lenoir
parents:
diff changeset
    46
<!ELEMENT cmd (#PCDATA)>
3b9cc38657db Arnaudl: Added scripts and files related to the development of "task 286 - Package test status prep"
Arnaud Lenoir
parents:
diff changeset
    47
<!ELEMENT param (#PCDATA)>