Jumps: IvoaResReg :: registry mail archive :: ResourceMetadata
Meetings: InterOpMay2004ResReg

Registry Working Group WP3 (Metadata Specifications)

Discussion of VOResource v0.10

Please add your comments about VOResource v0.10 here. Be sure to include your name and date.

-- RayPlante - 22 June 2004

Table Metadata

Simple Quick Change

In order to provide holding places for metadata being entered by AstroGrid datacenters now, we need to add two new elements to the column definition ( ErrorColumn & UcdPlus ):

   <xs:complexType name="ParamType">
      <xs:sequence>
         <xs:element ref="vr:Name" />
         <xs:element ref="vr:Description" minOccurs="0"/>
         <xs:element ref="vs:DataType" minOccurs="0"/>
         <xs:element ref="vs:Unit" minOccurs="0"/>
         <xs:element ref="vs:UCD" minOccurs="0"/>
         <xs:element name="ErrorColumn" type="xs:string" minOccurs="0"/>
         <xs:element name="UcdPlus" type="xs:string" minOccurs="0"/>
      </xs:sequence>
   </xs:complexType>

Once the discussion is complete on UCD versioning and column associations, we can change the above and transform the documents as appropriate

-- MartinHill - 1/7/04

TabularSkyServiceType class change

As above, but also change TabularSkyServiceType to TabularServiceType which then just describes tables. It becomes an element in SkyService, rather than a subclass. This should make it easier to map to VOTable headers, and of course means we can reuse TabularServiceType for RDBMS-based services that are not sky objects.

-- MartinHill - 1/7/04

Factor out UCD, UcdPlus, DataType and Units

Given these are (or will be) used so often, it might be worth defining a tiny 'master' schema for each of these elements so they can be reused more easily. However if they're used more widely, it will become considerably more difficult for them to develop...

-- MartinHill - 1/7/04




Edit | Attach | Watch | Print version | History: r4 < r3 < r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions...
Topic revision: r2 - 2004-07-01 - MartinHill
 
This site is powered by the TWiki collaboration platform Powered by Perl This site is powered by the TWiki collaboration platformCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback