Revision 49285
Added by Sandro La Bruzzo over 5 years ago
FieldType.proto | ||
---|---|---|
117 | 117 |
|
118 | 118 |
message ExternalReference { |
119 | 119 |
|
120 |
optional string sitename = 1; // source |
|
121 |
optional string label = 2; // title |
|
122 |
optional string url = 3; // text() |
|
123 |
optional string description = 4; // ?? not mapped yet ?? |
|
124 |
optional Qualifier qualifier = 5; // type |
|
125 |
optional string refidentifier = 6; // site internal identifier |
|
126 |
optional string query = 7; // maps the oaf:reference/@query attribute |
|
127 |
optional DataInfo dataInfo = 8; // ExternalReferences might be also inferred |
|
120 |
extensions 100 to 199; |
|
121 |
|
|
122 |
optional string sitename = 1; // source |
|
123 |
optional string label = 2; // title |
|
124 |
optional string url = 3; // text() |
|
125 |
optional string description = 4; // ?? not mapped yet ?? |
|
126 |
optional Qualifier qualifier = 5; // type |
|
127 |
optional string refidentifier = 6; // site internal identifier |
|
128 |
optional string query = 7; // maps the oaf:reference/@query attribute |
|
129 |
optional DataInfo dataInfo = 8; // ExternalReferences might be also inferred |
|
130 |
|
|
131 |
|
|
128 | 132 |
} |
Also available in: Unified diff
added extension for ExternalReference