Changeset 2713 for trunk/src/examples
- Timestamp:
- Oct 6, 2006, 1:20:03 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/examples/config/minimalistic_extended-properties.xml
r2706 r2713 25 25 --> 26 26 <extended-properties> 27 <class name="ReporterData">28 <property29 name="species"30 title="Species"31 description="The organism from which the reporter is derived"32 column="species"33 type="string"34 length="255"35 />36 <property37 name="clusterId"38 title="Cluster ID"39 description="A unique identifier for a Unigene entry"40 column="clusterId"41 type="string"42 length="255"43 >44 <link45 regexp="\w+\.\d+"46 url="http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?db=unigene&term={value}[ClusterID]"47 />48 </property>49 <property50 name="length"51 title="Length"52 description="The length of the sequence"53 column="length"54 type="int"55 />56 <property57 name="sequence"58 title="Sequence"59 description="The nucleotide sequence of the reporter"60 column="sequence"61 type="string"62 length="65535"63 />64 <property65 name="vector"66 title="Vector"67 description="The vector from which the reporter is derived"68 column="vector"69 type="string"70 length="65535"71 />72 <property73 name="tissue"74 title="Tissue"75 description="The tissue from which the reporter is derived"76 column="tissue"77 type="string"78 length="65535"79 />80 <property81 name="library"82 title="Library"83 description="The library from which the reporter is derived"84 column="library"85 type="string"86 length="65535"87 />88 <property89 name="accession"90 title="Accession"91 description=""92 column="accession"93 type="string"94 length="255"95 />96 <property97 name="nid"98 title="NID"99 description=""100 column="nid"101 type="string"102 length="255"103 />104 <property105 name="chromosome"106 title="Chromosome"107 description="The chromosome from which the reporter is derived"108 column="chromosome"109 type="string"110 length="255"111 />112 <property113 name="cytoband"114 title="Cytoband"115 description="The cytoband from which the reporter is derived"116 column="cytoband"117 type="string"118 length="255"119 />120 <property121 name="markers"122 title="Markers"123 description=""124 column="markers"125 type="string"126 length="255"127 />128 <property129 name="antibiotics"130 title="Antibiotics"131 description=""132 column="antibiotics"133 type="string"134 length="255"135 />136 <property137 name="locusLink"138 title="LocusLink"139 description=""140 column="locuslink"141 type="string"142 length="255"143 >144 <link145 regexp="\d+"146 url="http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?db=gene&cmd=Retrieve&dopt=Graphics&list_uids={value}"147 />148 </property>149 <property150 name="omim"151 title="OMIM"152 description=""153 column="omim"154 type="string"155 length="255"156 >157 <link158 regexp="\d+"159 url="http://www.ncbi.nlm.nih.gov/entrez/dispomim.cgi?id={value}"160 />161 </property>162 </class>163 27 </extended-properties> 164 28
Note: See TracChangeset
for help on using the changeset viewer.