Difference: VOResourceV10 (1 vs. 33)

Revision 332009-06-08 - RayPlante

 
META TOPICPARENT name="RWP03Specs"
Changed:
<
<
Jumps: ResourceMetadata :: RegDMServices :: registry mail archive :: VOResourceV010
Meetings: InterOpMay2005ResReg :: InterOpMay2006ResReg
>
>
Jumps: VOResourceV102RFC :: ResourceMetadata :: RegDMServices :: registry mail archive :: VOResourceV010
Meetings: InterOpMay2005ResReg :: InterOpMay2006ResReg
 

Registry Working Group WP3 (Metadata Specifications)

VOResource v1.0

Contents


News

Changed:
<
<
>
>
 

The Specification Document

The following document is the current internal draft of the specification that will go through the IVOA standards process.

External Working Draft
VOResource: an XML Encoding Schema for Resource Metadata, Version 1.01
Discussion: VOResourceV10Disc

Internal Working Draft
VOResource: an XML Encoding Schema for Resource Metadata, Version 1.02, 20061030
Discussion: VOResourceV10Disc

The Schema

External Working Draft
The VOResource Schema: VOResource-v1.0r9.xsd

Internal Working Draft
The VOResource Schema: VOResource-v1.02r1.xsd

NOTE: Looking for all current extension schemas compatible with the latest version of the core VOResource schema? Refer to RegUpgradeSummer2006.

Sample Instance Documents

These examples have been verified against v1.0r9 using Xerces. To verify, place VOResource-v1.0.xsd into the same directory as instance document.

Sample Java Classes

As a further test, Java classes for this schema were successfully generated using Axis' wsdl2java; the results can be found in VOResourceJava-r7.zip.

Summary of Changes

v1.02R1
  • made status required

R9

  • made validatedBy required
  • vr:AccessURL/@use: removed whitespace restriction, changed back from xs:string to xs:NMTOKEN (in which whitespace collapse is implicit)
  • dropped vr:PaddedURI as equivalent to xs:anyURI
  • dropped vr:PaddedString as equivalent to xs:token

R7

  • integration of STC
  • do not formally control relationshipType names in Schema
  • flexible <date> format, require xs:dateTime on created, updated attributes (re-instated use of union)

R6

  • initial test integration of STC
  • removed use of union in date handling

R5:

  • implementation of new Service model (Service with Capabilities)
  • allow extensible relationshipType vocabulary via extension type

R4: For more info, see Kyoto presentation on VOResource v1.0

  • All dates are UTC; encode with new type UTCDateTime
  • Allow string values to be padded with spaces
  • Added "served-by" relationship as requested
  • Added validationLevel element to Resource
  • Various corrections in occurances




META FILEATTACHMENT attr="h" comment="" date="1116207745" name="WD-VOResource-20050428.html" path="WD-VOResource-20050428.html" size="92585" user="RayPlante" version="1.1"
META FILEATTACHMENT attr="h" comment="" date="1116208856" name="VOResource-v1.0r1.xsd" path="VOResource-v1.0r1.xsd" size="43025" user="RayPlante" version="1.2"
META FILEATTACHMENT attr="h" comment="version moved to external working draft" date="1149055891" name="WD-VOResource-v1.html" path="WD-VOResource-v1.html" size="207306" user="RayPlante" version="1.7"
META FILEATTACHMENT attr="" comment="release candidate v1.02R1" date="1162198263" name="VOResource-v1.0.xsd" path="VOResource-v1.0.xsd" size="54369" user="RayPlante" version="1.9"
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.02r1" date="1162198890" name="organisation.xml" path="organisation.xml" size="1966" user="RayPlante" version="1.7"
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.02r1" date="1162198970" name="webform.xml" path="webform.xml" size="1920" user="RayPlante" version="1.4"
META FILEATTACHMENT attr="" comment="Java classes generated from v1.0r7" date="1147826737" name="VOResourceJava.zip" path="VOResourceJava.zip" size="37248" user="RayPlante" version="1.5"
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.02r1" date="1162199020" name="webservice.xml" path="webservice.xml" size="2601" user="RayPlante" version="1.3"
META FILEATTACHMENT attr="h" comment="" date="1147656397" name="IVOA_wb_300.jpg" path="IVOA_wb_300.jpg" size="12903" user="RayPlante" version="1.1"
META FILEATTACHMENT attr="h" comment="version moved to external working draft" date="1149055995" name="VOResource-20060530.html" path="VOResource-20060530.html" size="207306" user="RayPlante" version="1.2"
META FILEATTACHMENT attr="" comment="typo corrections" date="1151339876" name="VOResource-20060620.html" path="VOResource-20060620.html" size="211206" user="RayPlante" version="1.3"
META FILEATTACHMENT attr="" comment="v1.02 internal WD" date="1162306688" name="VOResource-20061030.html" path="VOResource-20061030.html" size="211759" user="RayPlante" version="1.1"

Revision 322006-10-31 - RayPlante

 
META TOPICPARENT name="RWP03Specs"
Jumps: ResourceMetadata :: RegDMServices :: registry mail archive :: VOResourceV010
Meetings: InterOpMay2005ResReg :: InterOpMay2006ResReg

Registry Working Group WP3 (Metadata Specifications)

VOResource v1.0

Contents


News

Changed:
<
<
>
>
 

The Specification Document

The following document is the current internal draft of the specification that will go through the IVOA standards process.

External Working Draft
VOResource: an XML Encoding Schema for Resource Metadata, Version 1.01
Discussion: VOResourceV10Disc

Changed:
<
<
Internal Working Draft
VOResource: an XML Encoding Schema for Resource Metadata, Version 1.02, 20061030
>
>
Internal Working Draft
VOResource: an XML Encoding Schema for Resource Metadata, Version 1.02, 20061030
 Discussion: VOResourceV10Disc

The Schema

External Working Draft
The VOResource Schema: VOResource-v1.0r9.xsd

Internal Working Draft
The VOResource Schema: VOResource-v1.02r1.xsd

NOTE: Looking for all current extension schemas compatible with the latest version of the core VOResource schema? Refer to RegUpgradeSummer2006.

Sample Instance Documents

These examples have been verified against v1.0r9 using Xerces. To verify, place VOResource-v1.0.xsd into the same directory as instance document.

Sample Java Classes

As a further test, Java classes for this schema were successfully generated using Axis' wsdl2java; the results can be found in VOResourceJava-r7.zip.

Summary of Changes

v1.02R1
  • made status required

R9

  • made validatedBy required
  • vr:AccessURL/@use: removed whitespace restriction, changed back from xs:string to xs:NMTOKEN (in which whitespace collapse is implicit)
  • dropped vr:PaddedURI as equivalent to xs:anyURI
  • dropped vr:PaddedString as equivalent to xs:token

R7

  • integration of STC
  • do not formally control relationshipType names in Schema
  • flexible <date> format, require xs:dateTime on created, updated attributes (re-instated use of union)

R6

  • initial test integration of STC
  • removed use of union in date handling

R5:

  • implementation of new Service model (Service with Capabilities)
  • allow extensible relationshipType vocabulary via extension type

R4: For more info, see Kyoto presentation on VOResource v1.0

  • All dates are UTC; encode with new type UTCDateTime
  • Allow string values to be padded with spaces
  • Added "served-by" relationship as requested
  • Added validationLevel element to Resource
  • Various corrections in occurances




<--  
-->

META FILEATTACHMENT attr="h" comment="" date="1116207745" name="WD-VOResource-20050428.html" path="WD-VOResource-20050428.html" size="92585" user="RayPlante" version="1.1"
META FILEATTACHMENT attr="h" comment="" date="1116208856" name="VOResource-v1.0r1.xsd" path="VOResource-v1.0r1.xsd" size="43025" user="RayPlante" version="1.2"
META FILEATTACHMENT attr="h" comment="version moved to external working draft" date="1149055891" name="WD-VOResource-v1.html" path="WD-VOResource-v1.html" size="207306" user="RayPlante" version="1.7"
META FILEATTACHMENT attr="" comment="release candidate v1.02R1" date="1162198263" name="VOResource-v1.0.xsd" path="VOResource-v1.0.xsd" size="54369" user="RayPlante" version="1.9"
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.02r1" date="1162198890" name="organisation.xml" path="organisation.xml" size="1966" user="RayPlante" version="1.7"
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.02r1" date="1162198970" name="webform.xml" path="webform.xml" size="1920" user="RayPlante" version="1.4"
META FILEATTACHMENT attr="" comment="Java classes generated from v1.0r7" date="1147826737" name="VOResourceJava.zip" path="VOResourceJava.zip" size="37248" user="RayPlante" version="1.5"
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.02r1" date="1162199020" name="webservice.xml" path="webservice.xml" size="2601" user="RayPlante" version="1.3"
META FILEATTACHMENT attr="h" comment="" date="1147656397" name="IVOA_wb_300.jpg" path="IVOA_wb_300.jpg" size="12903" user="RayPlante" version="1.1"
META FILEATTACHMENT attr="h" comment="version moved to external working draft" date="1149055995" name="VOResource-20060530.html" path="VOResource-20060530.html" size="207306" user="RayPlante" version="1.2"
META FILEATTACHMENT attr="" comment="typo corrections" date="1151339876" name="VOResource-20060620.html" path="VOResource-20060620.html" size="211206" user="RayPlante" version="1.3"
Added:
>
>
META FILEATTACHMENT attr="" comment="v1.02 internal WD" date="1162306688" name="VOResource-20061030.html" path="VOResource-20061030.html" size="211759" user="RayPlante" version="1.1"
 

Revision 312006-10-30 - RayPlante

 
META TOPICPARENT name="RWP03Specs"
Jumps: ResourceMetadata :: RegDMServices :: registry mail archive :: VOResourceV010
Meetings: InterOpMay2005ResReg :: InterOpMay2006ResReg

Registry Working Group WP3 (Metadata Specifications)

VOResource v1.0

Contents


News

Changed:
<
<
>
>
 

The Specification Document

The following document is the current internal draft of the specification that will go through the IVOA standards process.

Changed:
<
<
External Working Draft
VOResource: an XML Encoding Schema for Resource Metadata, Version 1.0
>
>
External Working Draft
VOResource: an XML Encoding Schema for Resource Metadata, Version 1.01
 Discussion: VOResourceV10Disc

Changed:
<
<
Internal Working Draft
VOResource: an XML Encoding Schema for Resource Metadata, Version 1.0, 20060620
>
>
Internal Working Draft
VOResource: an XML Encoding Schema for Resource Metadata, Version 1.02, 20061030
 Discussion: VOResourceV10Disc

The Schema

External Working Draft
The VOResource Schema: VOResource-v1.0r9.xsd
Changed:
<
<
Internal Working Draft
The VOResource Schema: VOResource-v1.0r7.xsd
>
>
Internal Working Draft
The VOResource Schema: VOResource-v1.02r1.xsd
 
Added:
>
>
NOTE: Looking for all current extension schemas compatible with the latest version of the core VOResource schema? Refer to RegUpgradeSummer2006.
 

Sample Instance Documents

These examples have been verified against v1.0r9 using Xerces. To verify, place VOResource-v1.0.xsd into the same directory as instance document.

Sample Java Classes

As a further test, Java classes for this schema were successfully generated using Axis' wsdl2java; the results can be found in VOResourceJava-r7.zip.

Summary of Changes

Added:
>
>
v1.02R1
  • made status required
 R9

  • made validatedBy required
  • vr:AccessURL/@use: removed whitespace restriction, changed back from xs:string to xs:NMTOKEN (in which whitespace collapse is implicit)
  • dropped vr:PaddedURI as equivalent to xs:anyURI
  • dropped vr:PaddedString as equivalent to xs:token

R7

  • integration of STC
  • do not formally control relationshipType names in Schema
  • flexible <date> format, require xs:dateTime on created, updated attributes (re-instated use of union)

R6

  • initial test integration of STC
  • removed use of union in date handling

R5:

  • implementation of new Service model (Service with Capabilities)
  • allow extensible relationshipType vocabulary via extension type

R4: For more info, see Kyoto presentation on VOResource v1.0

  • All dates are UTC; encode with new type UTCDateTime
  • Allow string values to be padded with spaces
  • Added "served-by" relationship as requested
  • Added validationLevel element to Resource
  • Various corrections in occurances




<--  
-->

META FILEATTACHMENT attr="h" comment="" date="1116207745" name="WD-VOResource-20050428.html" path="WD-VOResource-20050428.html" size="92585" user="RayPlante" version="1.1"
META FILEATTACHMENT attr="h" comment="" date="1116208856" name="VOResource-v1.0r1.xsd" path="VOResource-v1.0r1.xsd" size="43025" user="RayPlante" version="1.2"
META FILEATTACHMENT attr="h" comment="version moved to external working draft" date="1149055891" name="WD-VOResource-v1.html" path="WD-VOResource-v1.html" size="207306" user="RayPlante" version="1.7"
Changed:
<
<
META FILEATTACHMENT attr="" comment="release candidate 9" date="1150816434" name="VOResource-v1.0.xsd" path="VOResource-v1.0.xsd" size="54372" user="RayPlante" version="1.8"
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r7" date="1147824423" name="organisation.xml" path="organisation.xml" size="1951" user="RayPlante" version="1.6"
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r7" date="1147824479" name="webform.xml" path="webform.xml" size="1905" user="RayPlante" version="1.3"
>
>
META FILEATTACHMENT attr="" comment="release candidate v1.02R1" date="1162198263" name="VOResource-v1.0.xsd" path="VOResource-v1.0.xsd" size="54369" user="RayPlante" version="1.9"
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.02r1" date="1162198890" name="organisation.xml" path="organisation.xml" size="1966" user="RayPlante" version="1.7"
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.02r1" date="1162198970" name="webform.xml" path="webform.xml" size="1920" user="RayPlante" version="1.4"
 
META FILEATTACHMENT attr="" comment="Java classes generated from v1.0r7" date="1147826737" name="VOResourceJava.zip" path="VOResourceJava.zip" size="37248" user="RayPlante" version="1.5"
Changed:
<
<
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r7" date="1147824525" name="webservice.xml" path="webservice.xml" size="2586" user="RayPlante" version="1.2"
>
>
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.02r1" date="1162199020" name="webservice.xml" path="webservice.xml" size="2601" user="RayPlante" version="1.3"
 
META FILEATTACHMENT attr="h" comment="" date="1147656397" name="IVOA_wb_300.jpg" path="IVOA_wb_300.jpg" size="12903" user="RayPlante" version="1.1"
META FILEATTACHMENT attr="h" comment="version moved to external working draft" date="1149055995" name="VOResource-20060530.html" path="VOResource-20060530.html" size="207306" user="RayPlante" version="1.2"
META FILEATTACHMENT attr="" comment="typo corrections" date="1151339876" name="VOResource-20060620.html" path="VOResource-20060620.html" size="211206" user="RayPlante" version="1.3"

Revision 302006-06-26 - RayPlante

 
META TOPICPARENT name="RWP03Specs"
Jumps: ResourceMetadata :: RegDMServices :: registry mail archive :: VOResourceV010
Meetings: InterOpMay2005ResReg :: InterOpMay2006ResReg

Registry Working Group WP3 (Metadata Specifications)

VOResource v1.0

Contents


News

The Specification Document

The following document is the current internal draft of the specification that will go through the IVOA standards process.

External Working Draft
VOResource: an XML Encoding Schema for Resource Metadata, Version 1.0
Discussion: VOResourceV10Disc

Internal Working Draft
VOResource: an XML Encoding Schema for Resource Metadata, Version 1.0, 20060620
Discussion: VOResourceV10Disc

The Schema

External Working Draft
The VOResource Schema: VOResource-v1.0r9.xsd

Internal Working Draft
The VOResource Schema: VOResource-v1.0r7.xsd

Sample Instance Documents

These examples have been verified against v1.0r9 using Xerces. To verify, place VOResource-v1.0.xsd into the same directory as instance document.

Sample Java Classes

As a further test, Java classes for this schema were successfully generated using Axis' wsdl2java; the results can be found in VOResourceJava-r7.zip.

Summary of Changes

R9

  • made validatedBy required
  • vr:AccessURL/@use: removed whitespace restriction, changed back from xs:string to xs:NMTOKEN (in which whitespace collapse is implicit)
  • dropped vr:PaddedURI as equivalent to xs:anyURI
  • dropped vr:PaddedString as equivalent to xs:token

R7

  • integration of STC
  • do not formally control relationshipType names in Schema
  • flexible <date> format, require xs:dateTime on created, updated attributes (re-instated use of union)

R6

  • initial test integration of STC
  • removed use of union in date handling

R5:

  • implementation of new Service model (Service with Capabilities)
  • allow extensible relationshipType vocabulary via extension type

R4: For more info, see Kyoto presentation on VOResource v1.0

  • All dates are UTC; encode with new type UTCDateTime
  • Allow string values to be padded with spaces
  • Added "served-by" relationship as requested
  • Added validationLevel element to Resource
  • Various corrections in occurances




<--  
-->

META FILEATTACHMENT attr="h" comment="" date="1116207745" name="WD-VOResource-20050428.html" path="WD-VOResource-20050428.html" size="92585" user="RayPlante" version="1.1"
META FILEATTACHMENT attr="h" comment="" date="1116208856" name="VOResource-v1.0r1.xsd" path="VOResource-v1.0r1.xsd" size="43025" user="RayPlante" version="1.2"
META FILEATTACHMENT attr="h" comment="version moved to external working draft" date="1149055891" name="WD-VOResource-v1.html" path="WD-VOResource-v1.html" size="207306" user="RayPlante" version="1.7"
META FILEATTACHMENT attr="" comment="release candidate 9" date="1150816434" name="VOResource-v1.0.xsd" path="VOResource-v1.0.xsd" size="54372" user="RayPlante" version="1.8"
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r7" date="1147824423" name="organisation.xml" path="organisation.xml" size="1951" user="RayPlante" version="1.6"
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r7" date="1147824479" name="webform.xml" path="webform.xml" size="1905" user="RayPlante" version="1.3"
META FILEATTACHMENT attr="" comment="Java classes generated from v1.0r7" date="1147826737" name="VOResourceJava.zip" path="VOResourceJava.zip" size="37248" user="RayPlante" version="1.5"
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r7" date="1147824525" name="webservice.xml" path="webservice.xml" size="2586" user="RayPlante" version="1.2"
META FILEATTACHMENT attr="h" comment="" date="1147656397" name="IVOA_wb_300.jpg" path="IVOA_wb_300.jpg" size="12903" user="RayPlante" version="1.1"
META FILEATTACHMENT attr="h" comment="version moved to external working draft" date="1149055995" name="VOResource-20060530.html" path="VOResource-20060530.html" size="207306" user="RayPlante" version="1.2"
Changed:
<
<
META FILEATTACHMENT attr="" comment="" date="1150816664" name="VOResource-20060620.html" path="VOResource-20060620.html" size="211064" user="RayPlante" version="1.2"
>
>
META FILEATTACHMENT attr="" comment="typo corrections" date="1151339876" name="VOResource-20060620.html" path="VOResource-20060620.html" size="211206" user="RayPlante" version="1.3"
 

Revision 292006-06-20 - RayPlante

 
META TOPICPARENT name="RWP03Specs"
Jumps: ResourceMetadata :: RegDMServices :: registry mail archive :: VOResourceV010
Meetings: InterOpMay2005ResReg :: InterOpMay2006ResReg

Registry Working Group WP3 (Metadata Specifications)

VOResource v1.0

Contents


News

Changed:
<
<
none
>
>
 

The Specification Document

The following document is the current internal draft of the specification that will go through the IVOA standards process.

Changed:
<
<
Internal Working Draft
VOResource: an XML Encoding Schema for Resource Metadata, Version 1.0
>
>
External Working Draft
VOResource: an XML Encoding Schema for Resource Metadata, Version 1.0
 Discussion: VOResourceV10Disc

Changed:
<
<
Note: This version has not been updated to include validationLevel.
>
>
Internal Working Draft
VOResource: an XML Encoding Schema for Resource Metadata, Version 1.0, 20060620
Added:
>
>
Discussion: VOResourceV10Disc
 

The Schema

Changed:
<
<
Internal Working Draft
The VOResource Schema: VOResource-v1.0r7.xsd
>
>
External Working Draft
The VOResource Schema: VOResource-v1.0r9.xsd
 
Added:
>
>
Internal Working Draft
The VOResource Schema: VOResource-v1.0r7.xsd
 

Sample Instance Documents

Changed:
<
<
These examples have been verified against v1.0r7 using Xerces. To verify, place VOResource-v1.0.xsd into the same directory as instance document.
>
>
These examples have been verified against v1.0r9 using Xerces. To verify, place VOResource-v1.0.xsd into the same directory as instance document.
 
Deleted:
<
<

Differences from R6

 

Sample Java Classes

As a further test, Java classes for this schema were successfully generated using Axis' wsdl2java; the results can be found in VOResourceJava-r7.zip.

Summary of Changes

Added:
>
>
R9

  • made validatedBy required
  • vr:AccessURL/@use: removed whitespace restriction, changed back from xs:string to xs:NMTOKEN (in which whitespace collapse is implicit)
  • dropped vr:PaddedURI as equivalent to xs:anyURI
  • dropped vr:PaddedString as equivalent to xs:token
 R7

  • integration of STC
  • do not formally control relationshipType names in Schema
  • flexible <date> format, require xs:dateTime on created, updated attributes (re-instated use of union)

R6

  • initial test integration of STC
  • removed use of union in date handling

R5:

  • implementation of new Service model (Service with Capabilities)
  • allow extensible relationshipType vocabulary via extension type

R4: For more info, see Kyoto presentation on VOResource v1.0

  • All dates are UTC; encode with new type UTCDateTime
  • Allow string values to be padded with spaces
  • Added "served-by" relationship as requested
  • Added validationLevel element to Resource
  • Various corrections in occurances




<--  
-->

META FILEATTACHMENT attr="h" comment="" date="1116207745" name="WD-VOResource-20050428.html" path="WD-VOResource-20050428.html" size="92585" user="RayPlante" version="1.1"
META FILEATTACHMENT attr="h" comment="" date="1116208856" name="VOResource-v1.0r1.xsd" path="VOResource-v1.0r1.xsd" size="43025" user="RayPlante" version="1.2"
Changed:
<
<
META FILEATTACHMENT attr="" comment="version moved to external working draft" date="1149055891" name="WD-VOResource-v1.html" path="WD-VOResource-v1.html" size="207306" user="RayPlante" version="1.7"
META FILEATTACHMENT attr="" comment="release candidate 7" date="1148080848" name="VOResource-v1.0.xsd" path="VOResource-v1.0.xsd" size="54978" user="RayPlante" version="1.7"
>
>
META FILEATTACHMENT attr="h" comment="version moved to external working draft" date="1149055891" name="WD-VOResource-v1.html" path="WD-VOResource-v1.html" size="207306" user="RayPlante" version="1.7"
META FILEATTACHMENT attr="" comment="release candidate 9" date="1150816434" name="VOResource-v1.0.xsd" path="VOResource-v1.0.xsd" size="54372" user="RayPlante" version="1.8"
 
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r7" date="1147824423" name="organisation.xml" path="organisation.xml" size="1951" user="RayPlante" version="1.6"
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r7" date="1147824479" name="webform.xml" path="webform.xml" size="1905" user="RayPlante" version="1.3"
META FILEATTACHMENT attr="" comment="Java classes generated from v1.0r7" date="1147826737" name="VOResourceJava.zip" path="VOResourceJava.zip" size="37248" user="RayPlante" version="1.5"
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r7" date="1147824525" name="webservice.xml" path="webservice.xml" size="2586" user="RayPlante" version="1.2"
META FILEATTACHMENT attr="h" comment="" date="1147656397" name="IVOA_wb_300.jpg" path="IVOA_wb_300.jpg" size="12903" user="RayPlante" version="1.1"
META FILEATTACHMENT attr="h" comment="version moved to external working draft" date="1149055995" name="VOResource-20060530.html" path="VOResource-20060530.html" size="207306" user="RayPlante" version="1.2"
Added:
>
>
META FILEATTACHMENT attr="" comment="" date="1150816664" name="VOResource-20060620.html" path="VOResource-20060620.html" size="211064" user="RayPlante" version="1.2"
 

Revision 282006-06-01 - RayPlante

 
META TOPICPARENT name="RWP03Specs"
Jumps: ResourceMetadata :: RegDMServices :: registry mail archive :: VOResourceV010
Meetings: InterOpMay2005ResReg :: InterOpMay2006ResReg

Registry Working Group WP3 (Metadata Specifications)

VOResource v1.0

Contents


News

none

The Specification Document

The following document is the current internal draft of the specification that will go through the IVOA standards process.

Changed:
<
<
Internal Working Draft
VOResource: an XML Encoding Schema for Resource Metadata, Version 1.0
>
>
Internal Working Draft
VOResource: an XML Encoding Schema for Resource Metadata, Version 1.0
 Discussion: VOResourceV10Disc

Note: This version has not been updated to include validationLevel.

The Schema

Changed:
<
<
Internal Working Draft
The VOResource Schema: VOResource-v1.0r7.xsd
>
>
Internal Working Draft
The VOResource Schema: VOResource-v1.0r7.xsd
 

Sample Instance Documents

These examples have been verified against v1.0r7 using Xerces. To verify, place VOResource-v1.0.xsd into the same directory as instance document.

Differences from R6

Sample Java Classes

As a further test, Java classes for this schema were successfully generated using Axis' wsdl2java; the results can be found in VOResourceJava-r7.zip.

Summary of Changes

R7

  • integration of STC
  • do not formally control relationshipType names in Schema
  • flexible <date> format, require xs:dateTime on created, updated attributes (re-instated use of union)

R6

  • initial test integration of STC
  • removed use of union in date handling

R5:

  • implementation of new Service model (Service with Capabilities)
  • allow extensible relationshipType vocabulary via extension type

R4: For more info, see Kyoto presentation on VOResource v1.0

  • All dates are UTC; encode with new type UTCDateTime
  • Allow string values to be padded with spaces
  • Added "served-by" relationship as requested
  • Added validationLevel element to Resource
  • Various corrections in occurances




<--  
-->

META FILEATTACHMENT attr="h" comment="" date="1116207745" name="WD-VOResource-20050428.html" path="WD-VOResource-20050428.html" size="92585" user="RayPlante" version="1.1"
META FILEATTACHMENT attr="h" comment="" date="1116208856" name="VOResource-v1.0r1.xsd" path="VOResource-v1.0r1.xsd" size="43025" user="RayPlante" version="1.2"
META FILEATTACHMENT attr="" comment="version moved to external working draft" date="1149055891" name="WD-VOResource-v1.html" path="WD-VOResource-v1.html" size="207306" user="RayPlante" version="1.7"
META FILEATTACHMENT attr="" comment="release candidate 7" date="1148080848" name="VOResource-v1.0.xsd" path="VOResource-v1.0.xsd" size="54978" user="RayPlante" version="1.7"
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r7" date="1147824423" name="organisation.xml" path="organisation.xml" size="1951" user="RayPlante" version="1.6"
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r7" date="1147824479" name="webform.xml" path="webform.xml" size="1905" user="RayPlante" version="1.3"
META FILEATTACHMENT attr="" comment="Java classes generated from v1.0r7" date="1147826737" name="VOResourceJava.zip" path="VOResourceJava.zip" size="37248" user="RayPlante" version="1.5"
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r7" date="1147824525" name="webservice.xml" path="webservice.xml" size="2586" user="RayPlante" version="1.2"
META FILEATTACHMENT attr="h" comment="" date="1147656397" name="IVOA_wb_300.jpg" path="IVOA_wb_300.jpg" size="12903" user="RayPlante" version="1.1"
META FILEATTACHMENT attr="h" comment="version moved to external working draft" date="1149055995" name="VOResource-20060530.html" path="VOResource-20060530.html" size="207306" user="RayPlante" version="1.2"

Revision 272006-05-31 - RayPlante

 
META TOPICPARENT name="RWP03Specs"
Jumps: ResourceMetadata :: RegDMServices :: registry mail archive :: VOResourceV010
Meetings: InterOpMay2005ResReg :: InterOpMay2006ResReg

Registry Working Group WP3 (Metadata Specifications)

VOResource v1.0

Contents


News

none

The Specification Document

The following document is the current internal draft of the specification that will go through the IVOA standards process.

Internal Working Draft
VOResource: an XML Encoding Schema for Resource Metadata, Version 1.0
Discussion: VOResourceV10Disc

Note: This version has not been updated to include validationLevel.

The Schema

Internal Working Draft
The VOResource Schema: VOResource-v1.0r7.xsd

Sample Instance Documents

These examples have been verified against v1.0r7 using Xerces. To verify, place VOResource-v1.0.xsd into the same directory as instance document.

Differences from R6

Sample Java Classes

As a further test, Java classes for this schema were successfully generated using Axis' wsdl2java; the results can be found in VOResourceJava-r7.zip.

Summary of Changes

R7

  • integration of STC
  • do not formally control relationshipType names in Schema
  • flexible <date> format, require xs:dateTime on created, updated attributes (re-instated use of union)

R6

  • initial test integration of STC
  • removed use of union in date handling

R5:

  • implementation of new Service model (Service with Capabilities)
  • allow extensible relationshipType vocabulary via extension type

R4: For more info, see Kyoto presentation on VOResource v1.0

  • All dates are UTC; encode with new type UTCDateTime
  • Allow string values to be padded with spaces
  • Added "served-by" relationship as requested
  • Added validationLevel element to Resource
  • Various corrections in occurances




<--  
-->

META FILEATTACHMENT attr="h" comment="" date="1116207745" name="WD-VOResource-20050428.html" path="WD-VOResource-20050428.html" size="92585" user="RayPlante" version="1.1"
META FILEATTACHMENT attr="h" comment="" date="1116208856" name="VOResource-v1.0r1.xsd" path="VOResource-v1.0r1.xsd" size="43025" user="RayPlante" version="1.2"
Changed:
<
<
META FILEATTACHMENT attr="" comment="version moved to external working draft" date="1149053108" name="WD-VOResource-v1.html" path="WD-VOResource-v1.html" size="206624" user="RayPlante" version="1.6"
>
>
META FILEATTACHMENT attr="" comment="version moved to external working draft" date="1149055891" name="WD-VOResource-v1.html" path="WD-VOResource-v1.html" size="207306" user="RayPlante" version="1.7"
 
META FILEATTACHMENT attr="" comment="release candidate 7" date="1148080848" name="VOResource-v1.0.xsd" path="VOResource-v1.0.xsd" size="54978" user="RayPlante" version="1.7"
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r7" date="1147824423" name="organisation.xml" path="organisation.xml" size="1951" user="RayPlante" version="1.6"
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r7" date="1147824479" name="webform.xml" path="webform.xml" size="1905" user="RayPlante" version="1.3"
META FILEATTACHMENT attr="" comment="Java classes generated from v1.0r7" date="1147826737" name="VOResourceJava.zip" path="VOResourceJava.zip" size="37248" user="RayPlante" version="1.5"
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r7" date="1147824525" name="webservice.xml" path="webservice.xml" size="2586" user="RayPlante" version="1.2"
META FILEATTACHMENT attr="h" comment="" date="1147656397" name="IVOA_wb_300.jpg" path="IVOA_wb_300.jpg" size="12903" user="RayPlante" version="1.1"
Changed:
<
<
META FILEATTACHMENT attr="h" comment="version moved to external working draft" date="1149052993" name="VOResource-20060530.html" path="VOResource-20060530.html" size="206624" user="RayPlante" version="1.1"
>
>
META FILEATTACHMENT attr="h" comment="version moved to external working draft" date="1149055995" name="VOResource-20060530.html" path="VOResource-20060530.html" size="207306" user="RayPlante" version="1.2"
 

Revision 262006-05-31 - RayPlante

 
META TOPICPARENT name="RWP03Specs"
Jumps: ResourceMetadata :: RegDMServices :: registry mail archive :: VOResourceV010
Meetings: InterOpMay2005ResReg :: InterOpMay2006ResReg

Registry Working Group WP3 (Metadata Specifications)

VOResource v1.0

Contents


News

none

The Specification Document

The following document is the current internal draft of the specification that will go through the IVOA standards process.

Internal Working Draft
VOResource: an XML Encoding Schema for Resource Metadata, Version 1.0
Discussion: VOResourceV10Disc

Note: This version has not been updated to include validationLevel.

The Schema

Internal Working Draft
The VOResource Schema: VOResource-v1.0r7.xsd

Sample Instance Documents

These examples have been verified against v1.0r7 using Xerces. To verify, place VOResource-v1.0.xsd into the same directory as instance document.

Differences from R6

Sample Java Classes

As a further test, Java classes for this schema were successfully generated using Axis' wsdl2java; the results can be found in VOResourceJava-r7.zip.

Summary of Changes

R7

  • integration of STC
  • do not formally control relationshipType names in Schema
  • flexible <date> format, require xs:dateTime on created, updated attributes (re-instated use of union)

R6

  • initial test integration of STC
  • removed use of union in date handling

R5:

  • implementation of new Service model (Service with Capabilities)
  • allow extensible relationshipType vocabulary via extension type

R4: For more info, see Kyoto presentation on VOResource v1.0

  • All dates are UTC; encode with new type UTCDateTime
  • Allow string values to be padded with spaces
  • Added "served-by" relationship as requested
  • Added validationLevel element to Resource
  • Various corrections in occurances




<--  
-->

META FILEATTACHMENT attr="h" comment="" date="1116207745" name="WD-VOResource-20050428.html" path="WD-VOResource-20050428.html" size="92585" user="RayPlante" version="1.1"
META FILEATTACHMENT attr="h" comment="" date="1116208856" name="VOResource-v1.0r1.xsd" path="VOResource-v1.0r1.xsd" size="43025" user="RayPlante" version="1.2"
Changed:
<
<
META FILEATTACHMENT attr="" comment="" date="1149051532" name="WD-VOResource-v1.html" path="WD-VOResource-v1.html" size="145712" user="RayPlante" version="1.5"
>
>
META FILEATTACHMENT attr="" comment="version moved to external working draft" date="1149053108" name="WD-VOResource-v1.html" path="WD-VOResource-v1.html" size="206624" user="RayPlante" version="1.6"
 
META FILEATTACHMENT attr="" comment="release candidate 7" date="1148080848" name="VOResource-v1.0.xsd" path="VOResource-v1.0.xsd" size="54978" user="RayPlante" version="1.7"
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r7" date="1147824423" name="organisation.xml" path="organisation.xml" size="1951" user="RayPlante" version="1.6"
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r7" date="1147824479" name="webform.xml" path="webform.xml" size="1905" user="RayPlante" version="1.3"
META FILEATTACHMENT attr="" comment="Java classes generated from v1.0r7" date="1147826737" name="VOResourceJava.zip" path="VOResourceJava.zip" size="37248" user="RayPlante" version="1.5"
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r7" date="1147824525" name="webservice.xml" path="webservice.xml" size="2586" user="RayPlante" version="1.2"
META FILEATTACHMENT attr="h" comment="" date="1147656397" name="IVOA_wb_300.jpg" path="IVOA_wb_300.jpg" size="12903" user="RayPlante" version="1.1"
Added:
>
>
META FILEATTACHMENT attr="h" comment="version moved to external working draft" date="1149052993" name="VOResource-20060530.html" path="VOResource-20060530.html" size="206624" user="RayPlante" version="1.1"
 

Revision 252006-05-31 - RayPlante

 
META TOPICPARENT name="RWP03Specs"
Jumps: ResourceMetadata :: RegDMServices :: registry mail archive :: VOResourceV010
Meetings: InterOpMay2005ResReg :: InterOpMay2006ResReg

Registry Working Group WP3 (Metadata Specifications)

VOResource v1.0

Contents


News

none

The Specification Document

The following document is the current internal draft of the specification that will go through the IVOA standards process.

Internal Working Draft
VOResource: an XML Encoding Schema for Resource Metadata, Version 1.0
Discussion: VOResourceV10Disc

Note: This version has not been updated to include validationLevel.

The Schema

Internal Working Draft
The VOResource Schema: VOResource-v1.0r7.xsd

Sample Instance Documents

These examples have been verified against v1.0r7 using Xerces. To verify, place VOResource-v1.0.xsd into the same directory as instance document.

Differences from R6

Sample Java Classes

As a further test, Java classes for this schema were successfully generated using Axis' wsdl2java; the results can be found in VOResourceJava-r7.zip.

Summary of Changes

R7

  • integration of STC
  • do not formally control relationshipType names in Schema
  • flexible <date> format, require xs:dateTime on created, updated attributes (re-instated use of union)

R6

  • initial test integration of STC
  • removed use of union in date handling

R5:

  • implementation of new Service model (Service with Capabilities)
  • allow extensible relationshipType vocabulary via extension type

R4: For more info, see Kyoto presentation on VOResource v1.0

  • All dates are UTC; encode with new type UTCDateTime
  • Allow string values to be padded with spaces
  • Added "served-by" relationship as requested
  • Added validationLevel element to Resource
  • Various corrections in occurances




<--  
-->

META FILEATTACHMENT attr="h" comment="" date="1116207745" name="WD-VOResource-20050428.html" path="WD-VOResource-20050428.html" size="92585" user="RayPlante" version="1.1"
META FILEATTACHMENT attr="h" comment="" date="1116208856" name="VOResource-v1.0r1.xsd" path="VOResource-v1.0r1.xsd" size="43025" user="RayPlante" version="1.2"
Changed:
<
<
META FILEATTACHMENT attr="" comment="" date="1148082713" name="WD-VOResource-v1.html" path="WD-VOResource-v1.html" size="145979" user="RayPlante" version="1.4"
>
>
META FILEATTACHMENT attr="" comment="" date="1149051532" name="WD-VOResource-v1.html" path="WD-VOResource-v1.html" size="145712" user="RayPlante" version="1.5"
 
META FILEATTACHMENT attr="" comment="release candidate 7" date="1148080848" name="VOResource-v1.0.xsd" path="VOResource-v1.0.xsd" size="54978" user="RayPlante" version="1.7"
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r7" date="1147824423" name="organisation.xml" path="organisation.xml" size="1951" user="RayPlante" version="1.6"
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r7" date="1147824479" name="webform.xml" path="webform.xml" size="1905" user="RayPlante" version="1.3"
META FILEATTACHMENT attr="" comment="Java classes generated from v1.0r7" date="1147826737" name="VOResourceJava.zip" path="VOResourceJava.zip" size="37248" user="RayPlante" version="1.5"
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r7" date="1147824525" name="webservice.xml" path="webservice.xml" size="2586" user="RayPlante" version="1.2"
META FILEATTACHMENT attr="h" comment="" date="1147656397" name="IVOA_wb_300.jpg" path="IVOA_wb_300.jpg" size="12903" user="RayPlante" version="1.1"

Revision 242006-05-19 - RayPlante

 
META TOPICPARENT name="RWP03Specs"
Jumps: ResourceMetadata :: RegDMServices :: registry mail archive :: VOResourceV010
Meetings: InterOpMay2005ResReg :: InterOpMay2006ResReg

Registry Working Group WP3 (Metadata Specifications)

VOResource v1.0

Contents


News

none

The Specification Document

The following document is the current internal draft of the specification that will go through the IVOA standards process.

Internal Working Draft
VOResource: an XML Encoding Schema for Resource Metadata, Version 1.0
Discussion: VOResourceV10Disc

Note: This version has not been updated to include validationLevel.

The Schema

Internal Working Draft
The VOResource Schema: VOResource-v1.0r7.xsd

Sample Instance Documents

These examples have been verified against v1.0r7 using Xerces. To verify, place VOResource-v1.0.xsd into the same directory as instance document.

Differences from R6

Sample Java Classes

As a further test, Java classes for this schema were successfully generated using Axis' wsdl2java; the results can be found in VOResourceJava-r7.zip.

Summary of Changes

R7

  • integration of STC
  • do not formally control relationshipType names in Schema
  • flexible <date> format, require xs:dateTime on created, updated attributes (re-instated use of union)

R6

  • initial test integration of STC
  • removed use of union in date handling

R5:

  • implementation of new Service model (Service with Capabilities)
  • allow extensible relationshipType vocabulary via extension type

R4: For more info, see Kyoto presentation on VOResource v1.0

  • All dates are UTC; encode with new type UTCDateTime
  • Allow string values to be padded with spaces
  • Added "served-by" relationship as requested
  • Added validationLevel element to Resource
  • Various corrections in occurances




<--  
-->

META FILEATTACHMENT attr="h" comment="" date="1116207745" name="WD-VOResource-20050428.html" path="WD-VOResource-20050428.html" size="92585" user="RayPlante" version="1.1"
META FILEATTACHMENT attr="h" comment="" date="1116208856" name="VOResource-v1.0r1.xsd" path="VOResource-v1.0r1.xsd" size="43025" user="RayPlante" version="1.2"
Changed:
<
<
META FILEATTACHMENT attr="" comment="" date="1147601202" name="WD-VOResource-v1.html" path="WD-VOResource-v1.html" size="146756" user="RayPlante" version="1.3"
>
>
META FILEATTACHMENT attr="" comment="" date="1148082713" name="WD-VOResource-v1.html" path="WD-VOResource-v1.html" size="145979" user="RayPlante" version="1.4"
 
META FILEATTACHMENT attr="" comment="release candidate 7" date="1148080848" name="VOResource-v1.0.xsd" path="VOResource-v1.0.xsd" size="54978" user="RayPlante" version="1.7"
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r7" date="1147824423" name="organisation.xml" path="organisation.xml" size="1951" user="RayPlante" version="1.6"
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r7" date="1147824479" name="webform.xml" path="webform.xml" size="1905" user="RayPlante" version="1.3"
META FILEATTACHMENT attr="" comment="Java classes generated from v1.0r7" date="1147826737" name="VOResourceJava.zip" path="VOResourceJava.zip" size="37248" user="RayPlante" version="1.5"
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r7" date="1147824525" name="webservice.xml" path="webservice.xml" size="2586" user="RayPlante" version="1.2"
META FILEATTACHMENT attr="h" comment="" date="1147656397" name="IVOA_wb_300.jpg" path="IVOA_wb_300.jpg" size="12903" user="RayPlante" version="1.1"

Revision 232006-05-19 - RayPlante

 
META TOPICPARENT name="RWP03Specs"
Jumps: ResourceMetadata :: RegDMServices :: registry mail archive :: VOResourceV010
Meetings: InterOpMay2005ResReg :: InterOpMay2006ResReg

Registry Working Group WP3 (Metadata Specifications)

VOResource v1.0

Contents


News

none

The Specification Document

The following document is the current internal draft of the specification that will go through the IVOA standards process.

Internal Working Draft
VOResource: an XML Encoding Schema for Resource Metadata, Version 1.0
Discussion: VOResourceV10Disc

Note: This version has not been updated to include validationLevel.

The Schema

Internal Working Draft
The VOResource Schema: VOResource-v1.0r7.xsd

Sample Instance Documents

These examples have been verified against v1.0r7 using Xerces. To verify, place VOResource-v1.0.xsd into the same directory as instance document.

Differences from R6

Sample Java Classes

As a further test, Java classes for this schema were successfully generated using Axis' wsdl2java; the results can be found in VOResourceJava-r7.zip.

Summary of Changes

R7

  • integration of STC
  • do not formally control relationshipType names in Schema
  • flexible <date> format, require xs:dateTime on created, updated attributes (re-instated use of union)

R6

  • initial test integration of STC
  • removed use of union in date handling

R5:

  • implementation of new Service model (Service with Capabilities)
  • allow extensible relationshipType vocabulary via extension type

R4: For more info, see Kyoto presentation on VOResource v1.0

  • All dates are UTC; encode with new type UTCDateTime
  • Allow string values to be padded with spaces
  • Added "served-by" relationship as requested
  • Added validationLevel element to Resource
  • Various corrections in occurances




<--  
-->

META FILEATTACHMENT attr="h" comment="" date="1116207745" name="WD-VOResource-20050428.html" path="WD-VOResource-20050428.html" size="92585" user="RayPlante" version="1.1"
META FILEATTACHMENT attr="h" comment="" date="1116208856" name="VOResource-v1.0r1.xsd" path="VOResource-v1.0r1.xsd" size="43025" user="RayPlante" version="1.2"
META FILEATTACHMENT attr="" comment="" date="1147601202" name="WD-VOResource-v1.html" path="WD-VOResource-v1.html" size="146756" user="RayPlante" version="1.3"
Changed:
<
<
META FILEATTACHMENT attr="" comment="release candidate 7" date="1147824375" name="VOResource-v1.0.xsd" path="VOResource-v1.0.xsd" size="54333" user="RayPlante" version="1.6"
>
>
META FILEATTACHMENT attr="" comment="release candidate 7" date="1148080848" name="VOResource-v1.0.xsd" path="VOResource-v1.0.xsd" size="54978" user="RayPlante" version="1.7"
 
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r7" date="1147824423" name="organisation.xml" path="organisation.xml" size="1951" user="RayPlante" version="1.6"
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r7" date="1147824479" name="webform.xml" path="webform.xml" size="1905" user="RayPlante" version="1.3"
META FILEATTACHMENT attr="" comment="Java classes generated from v1.0r7" date="1147826737" name="VOResourceJava.zip" path="VOResourceJava.zip" size="37248" user="RayPlante" version="1.5"
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r7" date="1147824525" name="webservice.xml" path="webservice.xml" size="2586" user="RayPlante" version="1.2"
META FILEATTACHMENT attr="h" comment="" date="1147656397" name="IVOA_wb_300.jpg" path="IVOA_wb_300.jpg" size="12903" user="RayPlante" version="1.1"

Revision 222006-05-17 - RayPlante

 
META TOPICPARENT name="RWP03Specs"
Jumps: ResourceMetadata :: RegDMServices :: registry mail archive :: VOResourceV010
Meetings: InterOpMay2005ResReg :: InterOpMay2006ResReg

Registry Working Group WP3 (Metadata Specifications)

VOResource v1.0

Contents


News

none

The Specification Document

The following document is the current internal draft of the specification that will go through the IVOA standards process.

Internal Working Draft
VOResource: an XML Encoding Schema for Resource Metadata, Version 1.0
Discussion: VOResourceV10Disc

Note: This version has not been updated to include validationLevel.

The Schema

Internal Working Draft
The VOResource Schema: VOResource-v1.0r7.xsd

Sample Instance Documents

These examples have been verified against v1.0r7 using Xerces. To verify, place VOResource-v1.0.xsd into the same directory as instance document.

Differences from R6

Sample Java Classes

Changed:
<
<
NOTE: these have not been updated to R7 yet.
>
>
As a further test, Java classes for this schema were successfully generated using Axis' wsdl2java; the results can be found in VOResourceJava-r7.zip.
 
Deleted:
<
<
As a further test, Java classes for this schema were successfully generated using Axis' wsdl2java; the results can be found in VOResourceJava-r5.zip.
 

Summary of Changes

R7

  • integration of STC
  • do not formally control relationshipType names in Schema
  • flexible <date> format, require xs:dateTime on created, updated attributes (re-instated use of union)

R6

  • initial test integration of STC
  • removed use of union in date handling

R5:

  • implementation of new Service model (Service with Capabilities)
  • allow extensible relationshipType vocabulary via extension type

R4: For more info, see Kyoto presentation on VOResource v1.0

  • All dates are UTC; encode with new type UTCDateTime
  • Allow string values to be padded with spaces
  • Added "served-by" relationship as requested
  • Added validationLevel element to Resource
  • Various corrections in occurances




<--  
-->

META FILEATTACHMENT attr="h" comment="" date="1116207745" name="WD-VOResource-20050428.html" path="WD-VOResource-20050428.html" size="92585" user="RayPlante" version="1.1"
META FILEATTACHMENT attr="h" comment="" date="1116208856" name="VOResource-v1.0r1.xsd" path="VOResource-v1.0r1.xsd" size="43025" user="RayPlante" version="1.2"
META FILEATTACHMENT attr="" comment="" date="1147601202" name="WD-VOResource-v1.html" path="WD-VOResource-v1.html" size="146756" user="RayPlante" version="1.3"
META FILEATTACHMENT attr="" comment="release candidate 7" date="1147824375" name="VOResource-v1.0.xsd" path="VOResource-v1.0.xsd" size="54333" user="RayPlante" version="1.6"
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r7" date="1147824423" name="organisation.xml" path="organisation.xml" size="1951" user="RayPlante" version="1.6"
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r7" date="1147824479" name="webform.xml" path="webform.xml" size="1905" user="RayPlante" version="1.3"
Changed:
<
<
META FILEATTACHMENT attr="" comment="Java classes generated from v1.0r7" date="1147825958" name="VOResourceJava.zip" path="VOResourceJava.zip" size="35810" user="RayPlante" version="1.4"
>
>
META FILEATTACHMENT attr="" comment="Java classes generated from v1.0r7" date="1147826737" name="VOResourceJava.zip" path="VOResourceJava.zip" size="37248" user="RayPlante" version="1.5"
 
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r7" date="1147824525" name="webservice.xml" path="webservice.xml" size="2586" user="RayPlante" version="1.2"
META FILEATTACHMENT attr="h" comment="" date="1147656397" name="IVOA_wb_300.jpg" path="IVOA_wb_300.jpg" size="12903" user="RayPlante" version="1.1"

Revision 212006-05-17 - RayPlante

 
META TOPICPARENT name="RWP03Specs"
Jumps: ResourceMetadata :: RegDMServices :: registry mail archive :: VOResourceV010
Meetings: InterOpMay2005ResReg :: InterOpMay2006ResReg

Registry Working Group WP3 (Metadata Specifications)

VOResource v1.0

Contents


News

none

The Specification Document

The following document is the current internal draft of the specification that will go through the IVOA standards process.

Internal Working Draft
VOResource: an XML Encoding Schema for Resource Metadata, Version 1.0
Discussion: VOResourceV10Disc

Note: This version has not been updated to include validationLevel.

The Schema

Internal Working Draft
The VOResource Schema: VOResource-v1.0r7.xsd

Sample Instance Documents

These examples have been verified against v1.0r7 using Xerces. To verify, place VOResource-v1.0.xsd into the same directory as instance document.

Differences from R6

Deleted:
<
<
  • integration of STC
  • do not formally control relationshipType names in Schema
  • flexible <date> format, require xs:dateTime on created, updated attributes
 

Sample Java Classes

NOTE: these have not been updated to R7 yet.

As a further test, Java classes for this schema were successfully generated using Axis' wsdl2java; the results can be found in VOResourceJava-r5.zip.

Summary of Changes

Added:
>
>
R7

  • integration of STC
  • do not formally control relationshipType names in Schema
  • flexible <date> format, require xs:dateTime on created, updated attributes (re-instated use of union)
 R6
Changed:
<
<
coming soon
>
>
  • initial test integration of STC
Added:
>
>
  • removed use of union in date handling
  R5:
Added:
>
>
  • implementation of new Service model (Service with Capabilities)
  • allow extensible relationshipType vocabulary via extension type

R4:

 For more info, see Kyoto presentation on VOResource v1.0

  • All dates are UTC; encode with new type UTCDateTime
  • Allow string values to be padded with spaces
  • Added "served-by" relationship as requested
  • Added validationLevel element to Resource
  • Various corrections in occurances




<--  
-->

META FILEATTACHMENT attr="h" comment="" date="1116207745" name="WD-VOResource-20050428.html" path="WD-VOResource-20050428.html" size="92585" user="RayPlante" version="1.1"
META FILEATTACHMENT attr="h" comment="" date="1116208856" name="VOResource-v1.0r1.xsd" path="VOResource-v1.0r1.xsd" size="43025" user="RayPlante" version="1.2"
META FILEATTACHMENT attr="" comment="" date="1147601202" name="WD-VOResource-v1.html" path="WD-VOResource-v1.html" size="146756" user="RayPlante" version="1.3"
META FILEATTACHMENT attr="" comment="release candidate 7" date="1147824375" name="VOResource-v1.0.xsd" path="VOResource-v1.0.xsd" size="54333" user="RayPlante" version="1.6"
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r7" date="1147824423" name="organisation.xml" path="organisation.xml" size="1951" user="RayPlante" version="1.6"
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r7" date="1147824479" name="webform.xml" path="webform.xml" size="1905" user="RayPlante" version="1.3"
Changed:
<
<
META FILEATTACHMENT attr="" comment="Java classes generated from v1.0r5" date="1118252581" name="VOResourceJava.zip" path="VOResourceJava.zip" size="31414" user="RayPlante" version="1.3"
>
>
META FILEATTACHMENT attr="" comment="Java classes generated from v1.0r7" date="1147825958" name="VOResourceJava.zip" path="VOResourceJava.zip" size="35810" user="RayPlante" version="1.4"
 
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r7" date="1147824525" name="webservice.xml" path="webservice.xml" size="2586" user="RayPlante" version="1.2"
META FILEATTACHMENT attr="h" comment="" date="1147656397" name="IVOA_wb_300.jpg" path="IVOA_wb_300.jpg" size="12903" user="RayPlante" version="1.1"

Revision 202006-05-17 - RayPlante

 
META TOPICPARENT name="RWP03Specs"
Jumps: ResourceMetadata :: RegDMServices :: registry mail archive :: VOResourceV010
Meetings: InterOpMay2005ResReg :: InterOpMay2006ResReg

Registry Working Group WP3 (Metadata Specifications)

VOResource v1.0

Contents


News

none

The Specification Document

The following document is the current internal draft of the specification that will go through the IVOA standards process.

Internal Working Draft
VOResource: an XML Encoding Schema for Resource Metadata, Version 1.0
Discussion: VOResourceV10Disc

Note: This version has not been updated to include validationLevel.

The Schema

Changed:
<
<
Internal Working Draft
The VOResource Schema: VOResource-v1.0r6.xsd
>
>
Internal Working Draft
The VOResource Schema: VOResource-v1.0r7.xsd
 

Sample Instance Documents

Changed:
<
<
These examples have been verified against v1.0r6 using Xerces. To verify, place VOResource-v1.0.xsd into the same directory as instance document.
>
>
These examples have been verified against v1.0r7 using Xerces. To verify, place VOResource-v1.0.xsd into the same directory as instance document.
 
Added:
>
>

Differences from R6

  • integration of STC
  • do not formally control relationshipType names in Schema
  • flexible <date> format, require xs:dateTime on created, updated attributes
 

Sample Java Classes

Changed:
<
<
NOTE: these have not been updated to R6 yet.
>
>
NOTE: these have not been updated to R7 yet.
  As a further test, Java classes for this schema were successfully generated using Axis' wsdl2java; the results can be found in VOResourceJava-r5.zip.

Summary of Changes

R6

coming soon

R5: For more info, see Kyoto presentation on VOResource v1.0

  • All dates are UTC; encode with new type UTCDateTime
  • Allow string values to be padded with spaces
  • Added "served-by" relationship as requested
  • Added validationLevel element to Resource
  • Various corrections in occurances




<--  
-->

META FILEATTACHMENT attr="h" comment="" date="1116207745" name="WD-VOResource-20050428.html" path="WD-VOResource-20050428.html" size="92585" user="RayPlante" version="1.1"
META FILEATTACHMENT attr="h" comment="" date="1116208856" name="VOResource-v1.0r1.xsd" path="VOResource-v1.0r1.xsd" size="43025" user="RayPlante" version="1.2"
META FILEATTACHMENT attr="" comment="" date="1147601202" name="WD-VOResource-v1.html" path="WD-VOResource-v1.html" size="146756" user="RayPlante" version="1.3"
Changed:
<
<
META FILEATTACHMENT attr="" comment="release candidate 6" date="1147600062" name="VOResource-v1.0.xsd" path="VOResource-v1.0.xsd" size="56878" user="RayPlante" version="1.5"
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r6" date="1147604277" name="organisation.xml" path="organisation.xml" size="1881" user="RayPlante" version="1.5"
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r6" date="1147604308" name="webform.xml" path="webform.xml" size="1866" user="RayPlante" version="1.2"
>
>
META FILEATTACHMENT attr="" comment="release candidate 7" date="1147824375" name="VOResource-v1.0.xsd" path="VOResource-v1.0.xsd" size="54333" user="RayPlante" version="1.6"
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r7" date="1147824423" name="organisation.xml" path="organisation.xml" size="1951" user="RayPlante" version="1.6"
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r7" date="1147824479" name="webform.xml" path="webform.xml" size="1905" user="RayPlante" version="1.3"
 
META FILEATTACHMENT attr="" comment="Java classes generated from v1.0r5" date="1118252581" name="VOResourceJava.zip" path="VOResourceJava.zip" size="31414" user="RayPlante" version="1.3"
Changed:
<
<
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r6" date="1147604345" name="webservice.xml" path="webservice.xml" size="2512" user="RayPlante" version="1.1"
>
>
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r7" date="1147824525" name="webservice.xml" path="webservice.xml" size="2586" user="RayPlante" version="1.2"
 
META FILEATTACHMENT attr="h" comment="" date="1147656397" name="IVOA_wb_300.jpg" path="IVOA_wb_300.jpg" size="12903" user="RayPlante" version="1.1"

Revision 192006-05-15 - RayPlante

 
META TOPICPARENT name="RWP03Specs"
Changed:
<
<
Jumps: ResourceMetadata :: RegDMServices :: registry mail archive :: VOResourceV010
Meetings: InterOpMay2005ResReg :: InterOpMay2005ResReg
>
>
Jumps: ResourceMetadata :: RegDMServices :: registry mail archive :: VOResourceV010
Meetings: InterOpMay2005ResReg :: InterOpMay2006ResReg
 

Registry Working Group WP3 (Metadata Specifications)

VOResource v1.0

Contents


News

none

The Specification Document

The following document is the current internal draft of the specification that will go through the IVOA standards process.

Internal Working Draft
VOResource: an XML Encoding Schema for Resource Metadata, Version 1.0
Discussion: VOResourceV10Disc

Note: This version has not been updated to include validationLevel.

The Schema

Internal Working Draft
The VOResource Schema: VOResource-v1.0r6.xsd

Sample Instance Documents

These examples have been verified against v1.0r6 using Xerces. To verify, place VOResource-v1.0.xsd into the same directory as instance document.

Sample Java Classes

NOTE: these have not been updated to R6 yet.

As a further test, Java classes for this schema were successfully generated using Axis' wsdl2java; the results can be found in VOResourceJava-r5.zip.

Summary of Changes

R6

coming soon

R5: For more info, see Kyoto presentation on VOResource v1.0

  • All dates are UTC; encode with new type UTCDateTime
  • Allow string values to be padded with spaces
  • Added "served-by" relationship as requested
  • Added validationLevel element to Resource
  • Various corrections in occurances




<--  
-->

META FILEATTACHMENT attr="h" comment="" date="1116207745" name="WD-VOResource-20050428.html" path="WD-VOResource-20050428.html" size="92585" user="RayPlante" version="1.1"
META FILEATTACHMENT attr="h" comment="" date="1116208856" name="VOResource-v1.0r1.xsd" path="VOResource-v1.0r1.xsd" size="43025" user="RayPlante" version="1.2"
META FILEATTACHMENT attr="" comment="" date="1147601202" name="WD-VOResource-v1.html" path="WD-VOResource-v1.html" size="146756" user="RayPlante" version="1.3"
META FILEATTACHMENT attr="" comment="release candidate 6" date="1147600062" name="VOResource-v1.0.xsd" path="VOResource-v1.0.xsd" size="56878" user="RayPlante" version="1.5"
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r6" date="1147604277" name="organisation.xml" path="organisation.xml" size="1881" user="RayPlante" version="1.5"
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r6" date="1147604308" name="webform.xml" path="webform.xml" size="1866" user="RayPlante" version="1.2"
META FILEATTACHMENT attr="" comment="Java classes generated from v1.0r5" date="1118252581" name="VOResourceJava.zip" path="VOResourceJava.zip" size="31414" user="RayPlante" version="1.3"
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r6" date="1147604345" name="webservice.xml" path="webservice.xml" size="2512" user="RayPlante" version="1.1"
META FILEATTACHMENT attr="h" comment="" date="1147656397" name="IVOA_wb_300.jpg" path="IVOA_wb_300.jpg" size="12903" user="RayPlante" version="1.1"

Revision 182006-05-15 - RayPlante

 
META TOPICPARENT name="RWP03Specs"
Jumps: ResourceMetadata :: RegDMServices :: registry mail archive :: VOResourceV010
Meetings: InterOpMay2005ResReg :: InterOpMay2005ResReg

Registry Working Group WP3 (Metadata Specifications)

VOResource v1.0

Contents


News

none

The Specification Document

The following document is the current internal draft of the specification that will go through the IVOA standards process.

Internal Working Draft
VOResource: an XML Encoding Schema for Resource Metadata, Version 1.0
Discussion: VOResourceV10Disc

Note: This version has not been updated to include validationLevel.

The Schema

Internal Working Draft
The VOResource Schema: VOResource-v1.0r6.xsd

Sample Instance Documents

These examples have been verified against v1.0r6 using Xerces. To verify, place VOResource-v1.0.xsd into the same directory as instance document.

Sample Java Classes

NOTE: these have not been updated to R6 yet.

As a further test, Java classes for this schema were successfully generated using Axis' wsdl2java; the results can be found in VOResourceJava-r5.zip.

Summary of Changes

R6

coming soon

R5: For more info, see Kyoto presentation on VOResource v1.0

  • All dates are UTC; encode with new type UTCDateTime
  • Allow string values to be padded with spaces
  • Added "served-by" relationship as requested
  • Added validationLevel element to Resource
  • Various corrections in occurances




<--  
-->

META FILEATTACHMENT attr="h" comment="" date="1116207745" name="WD-VOResource-20050428.html" path="WD-VOResource-20050428.html" size="92585" user="RayPlante" version="1.1"
META FILEATTACHMENT attr="h" comment="" date="1116208856" name="VOResource-v1.0r1.xsd" path="VOResource-v1.0r1.xsd" size="43025" user="RayPlante" version="1.2"
META FILEATTACHMENT attr="" comment="" date="1147601202" name="WD-VOResource-v1.html" path="WD-VOResource-v1.html" size="146756" user="RayPlante" version="1.3"
META FILEATTACHMENT attr="" comment="release candidate 6" date="1147600062" name="VOResource-v1.0.xsd" path="VOResource-v1.0.xsd" size="56878" user="RayPlante" version="1.5"
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r6" date="1147604277" name="organisation.xml" path="organisation.xml" size="1881" user="RayPlante" version="1.5"
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r6" date="1147604308" name="webform.xml" path="webform.xml" size="1866" user="RayPlante" version="1.2"
META FILEATTACHMENT attr="" comment="Java classes generated from v1.0r5" date="1118252581" name="VOResourceJava.zip" path="VOResourceJava.zip" size="31414" user="RayPlante" version="1.3"
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r6" date="1147604345" name="webservice.xml" path="webservice.xml" size="2512" user="RayPlante" version="1.1"
Added:
>
>
META FILEATTACHMENT attr="h" comment="" date="1147656397" name="IVOA_wb_300.jpg" path="IVOA_wb_300.jpg" size="12903" user="RayPlante" version="1.1"
 

Revision 172006-05-15 - RayPlante

 
META TOPICPARENT name="RWP03Specs"
Changed:
<
<
Jumps: ResourceMetadata :: registry mail archive :: VOResourceV010
Meetings: InterOpMay2005ResReg
>
>
Jumps: ResourceMetadata :: RegDMServices :: registry mail archive :: VOResourceV010
Meetings: InterOpMay2005ResReg :: InterOpMay2005ResReg
 

Registry Working Group WP3 (Metadata Specifications)

VOResource v1.0

Contents


News

none

The Specification Document

The following document is the current internal draft of the specification that will go through the IVOA standards process.

Internal Working Draft
VOResource: an XML Encoding Schema for Resource Metadata, Version 1.0
Discussion: VOResourceV10Disc

Note: This version has not been updated to include validationLevel.

The Schema

Internal Working Draft
The VOResource Schema: VOResource-v1.0r6.xsd

Sample Instance Documents

These examples have been verified against v1.0r6 using Xerces. To verify, place VOResource-v1.0.xsd into the same directory as instance document.

Sample Java Classes

NOTE: these have not been updated to R6 yet.

As a further test, Java classes for this schema were successfully generated using Axis' wsdl2java; the results can be found in VOResourceJava-r5.zip.

Summary of Changes

R6

coming soon

R5: For more info, see Kyoto presentation on VOResource v1.0

  • All dates are UTC; encode with new type UTCDateTime
  • Allow string values to be padded with spaces
  • Added "served-by" relationship as requested
  • Added validationLevel element to Resource
  • Various corrections in occurances




<--  
-->

META FILEATTACHMENT attr="h" comment="" date="1116207745" name="WD-VOResource-20050428.html" path="WD-VOResource-20050428.html" size="92585" user="RayPlante" version="1.1"
META FILEATTACHMENT attr="h" comment="" date="1116208856" name="VOResource-v1.0r1.xsd" path="VOResource-v1.0r1.xsd" size="43025" user="RayPlante" version="1.2"
META FILEATTACHMENT attr="" comment="" date="1147601202" name="WD-VOResource-v1.html" path="WD-VOResource-v1.html" size="146756" user="RayPlante" version="1.3"
META FILEATTACHMENT attr="" comment="release candidate 6" date="1147600062" name="VOResource-v1.0.xsd" path="VOResource-v1.0.xsd" size="56878" user="RayPlante" version="1.5"
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r6" date="1147604277" name="organisation.xml" path="organisation.xml" size="1881" user="RayPlante" version="1.5"
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r6" date="1147604308" name="webform.xml" path="webform.xml" size="1866" user="RayPlante" version="1.2"
META FILEATTACHMENT attr="" comment="Java classes generated from v1.0r5" date="1118252581" name="VOResourceJava.zip" path="VOResourceJava.zip" size="31414" user="RayPlante" version="1.3"
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r6" date="1147604345" name="webservice.xml" path="webservice.xml" size="2512" user="RayPlante" version="1.1"

Revision 162006-05-14 - RayPlante

 
META TOPICPARENT name="RWP03Specs"
Jumps: ResourceMetadata :: registry mail archive :: VOResourceV010
Meetings: InterOpMay2005ResReg

Registry Working Group WP3 (Metadata Specifications)

VOResource v1.0

Contents


News

none

The Specification Document

The following document is the current internal draft of the specification that will go through the IVOA standards process.

Internal Working Draft
VOResource: an XML Encoding Schema for Resource Metadata, Version 1.0
Discussion: VOResourceV10Disc

Note: This version has not been updated to include validationLevel.

The Schema

Internal Working Draft
The VOResource Schema: VOResource-v1.0r6.xsd

Sample Instance Documents

Added:
>
>
 
Changed:
<
<
These examples have been verified against v1.0r5 using Xerces. To verify, place VOResource-v1.0.xsd into the same directory as instance document.
>
>
These examples have been verified against v1.0r6 using Xerces. To verify, place VOResource-v1.0.xsd into the same directory as instance document.
 

Sample Java Classes

NOTE: these have not been updated to R6 yet.

As a further test, Java classes for this schema were successfully generated using Axis' wsdl2java; the results can be found in VOResourceJava-r5.zip.

Summary of Changes

R6

coming soon

R5: For more info, see Kyoto presentation on VOResource v1.0

  • All dates are UTC; encode with new type UTCDateTime
  • Allow string values to be padded with spaces
  • Added "served-by" relationship as requested
  • Added validationLevel element to Resource
  • Various corrections in occurances




<--  
-->

META FILEATTACHMENT attr="h" comment="" date="1116207745" name="WD-VOResource-20050428.html" path="WD-VOResource-20050428.html" size="92585" user="RayPlante" version="1.1"
META FILEATTACHMENT attr="h" comment="" date="1116208856" name="VOResource-v1.0r1.xsd" path="VOResource-v1.0r1.xsd" size="43025" user="RayPlante" version="1.2"
META FILEATTACHMENT attr="" comment="" date="1147601202" name="WD-VOResource-v1.html" path="WD-VOResource-v1.html" size="146756" user="RayPlante" version="1.3"
META FILEATTACHMENT attr="" comment="release candidate 6" date="1147600062" name="VOResource-v1.0.xsd" path="VOResource-v1.0.xsd" size="56878" user="RayPlante" version="1.5"
Changed:
<
<
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r5" date="1118251657" name="organisation.xml" path="organisation.xml" size="1904" user="RayPlante" version="1.4"
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r4" date="1118209690" name="webform.xml" path="webform.xml" size="1797" user="RayPlante" version="1.1"
>
>
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r6" date="1147604277" name="organisation.xml" path="organisation.xml" size="1881" user="RayPlante" version="1.5"
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r6" date="1147604308" name="webform.xml" path="webform.xml" size="1866" user="RayPlante" version="1.2"
 
META FILEATTACHMENT attr="" comment="Java classes generated from v1.0r5" date="1118252581" name="VOResourceJava.zip" path="VOResourceJava.zip" size="31414" user="RayPlante" version="1.3"
Added:
>
>
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r6" date="1147604345" name="webservice.xml" path="webservice.xml" size="2512" user="RayPlante" version="1.1"
 

Revision 152006-05-14 - RayPlante

 
META TOPICPARENT name="RWP03Specs"
Jumps: ResourceMetadata :: registry mail archive :: VOResourceV010
Meetings: InterOpMay2005ResReg

Registry Working Group WP3 (Metadata Specifications)

VOResource v1.0

Contents


News

none

The Specification Document

The following document is the current internal draft of the specification that will go through the IVOA standards process.

Internal Working Draft
VOResource: an XML Encoding Schema for Resource Metadata, Version 1.0
Discussion: VOResourceV10Disc

Note: This version has not been updated to include validationLevel.

The Schema

Internal Working Draft
The VOResource Schema: VOResource-v1.0r6.xsd

Sample Instance Documents

These examples have been verified against v1.0r5 using Xerces. To verify, place VOResource-v1.0.xsd into the same directory as instance document.

Sample Java Classes

NOTE: these have not been updated to R6 yet.

As a further test, Java classes for this schema were successfully generated using Axis' wsdl2java; the results can be found in VOResourceJava-r5.zip.

Summary of Changes

R6

coming soon

R5: For more info, see Kyoto presentation on VOResource v1.0

  • All dates are UTC; encode with new type UTCDateTime
  • Allow string values to be padded with spaces
  • Added "served-by" relationship as requested
  • Added validationLevel element to Resource
  • Various corrections in occurances




<--  
-->

META FILEATTACHMENT attr="h" comment="" date="1116207745" name="WD-VOResource-20050428.html" path="WD-VOResource-20050428.html" size="92585" user="RayPlante" version="1.1"
META FILEATTACHMENT attr="h" comment="" date="1116208856" name="VOResource-v1.0r1.xsd" path="VOResource-v1.0r1.xsd" size="43025" user="RayPlante" version="1.2"
Changed:
<
<
META FILEATTACHMENT attr="" comment="" date="1147599729" name="WD-VOResource-v1.html" path="WD-VOResource-v1.html" size="144195" user="RayPlante" version="1.2"
>
>
META FILEATTACHMENT attr="" comment="" date="1147601202" name="WD-VOResource-v1.html" path="WD-VOResource-v1.html" size="146756" user="RayPlante" version="1.3"
 
META FILEATTACHMENT attr="" comment="release candidate 6" date="1147600062" name="VOResource-v1.0.xsd" path="VOResource-v1.0.xsd" size="56878" user="RayPlante" version="1.5"
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r5" date="1118251657" name="organisation.xml" path="organisation.xml" size="1904" user="RayPlante" version="1.4"
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r4" date="1118209690" name="webform.xml" path="webform.xml" size="1797" user="RayPlante" version="1.1"
META FILEATTACHMENT attr="" comment="Java classes generated from v1.0r5" date="1118252581" name="VOResourceJava.zip" path="VOResourceJava.zip" size="31414" user="RayPlante" version="1.3"

Revision 142006-05-14 - RayPlante

 
META TOPICPARENT name="RWP03Specs"
Changed:
<
<
Jumps: ResourceMetadata :: registry mail archive :: VOResourceV010
Meetings: InterOpMay2005ResReg

Registry Working Group WP3 (Metadata Specifications)

VOResource v1.0

Contents


News

none

The Specification Document

The following document is the current internal draft of the specification that will go through the IVOA standards process.

Internal Working Draft
VOResource: an XML Encoding Schema for Resource Metadata, Version 1.0
Discussion: VOResourceV10Disc

Note: This version has not been updated to include validationLevel.

The Schema

Internal Working Draft
The VOResource Schema: VOResource-v1.0r5.xsd

Sample Instance Documents

These examples have been verified against v1.0r5 using Xerces. To verify, place VOResource-v1.0.xsd into the same directory as instance document.

Sample Java Classes

As a further test, Java classes for this schema were successfully generated using Axis' wsdl2java; the results can be found in VOResourceJava-r5.zip.

Summary of Changes

For more info, see Kyoto presentation on VOResource v1.0

  • All dates are UTC; encode with new type UTCDateTime
  • Allow string values to be padded with spaces
  • Added "served-by" relationship as requested
  • Added validationLevel element to Resource
  • Various corrections in occurances




<--  
-->
>
>
Jumps: ResourceMetadata :: registry mail archive :: VOResourceV010
Meetings: InterOpMay2005ResReg

Registry Working Group WP3 (Metadata Specifications)

VOResource v1.0

Contents


News

none

The Specification Document

The following document is the current internal draft of the specification that will go through the IVOA standards process.

Internal Working Draft
VOResource: an XML Encoding Schema for Resource Metadata, Version 1.0
Discussion: VOResourceV10Disc

Note: This version has not been updated to include validationLevel.

The Schema

Internal Working Draft
The VOResource Schema: VOResource-v1.0r6.xsd

Sample Instance Documents

These examples have been verified against v1.0r5 using Xerces. To verify, place VOResource-v1.0.xsd into the same directory as instance document.

Sample Java Classes

NOTE: these have not been updated to R6 yet.

As a further test, Java classes for this schema were successfully generated using Axis' wsdl2java; the results can be found in VOResourceJava-r5.zip.

Summary of Changes

R6

coming soon

R5: For more info, see Kyoto presentation on VOResource v1.0

  • All dates are UTC; encode with new type UTCDateTime
  • Allow string values to be padded with spaces
  • Added "served-by" relationship as requested
  • Added validationLevel element to Resource
  • Various corrections in occurances
Added:
>
>



<--  
-->
 
META FILEATTACHMENT attr="h" comment="" date="1116207745" name="WD-VOResource-20050428.html" path="WD-VOResource-20050428.html" size="92585" user="RayPlante" version="1.1"
META FILEATTACHMENT attr="h" comment="" date="1116208856" name="VOResource-v1.0r1.xsd" path="VOResource-v1.0r1.xsd" size="43025" user="RayPlante" version="1.2"
Changed:
<
<
META FILEATTACHMENT attr="" comment="" date="1118044923" name="WD-VOResource-v1.html" path="WD-VOResource-v1.html" size="110422" user="RayPlante" version="1.1"
META FILEATTACHMENT attr="" comment="release candidate 5" date="1118251618" name="VOResource-v1.0.xsd" path="VOResource-v1.0.xsd" size="48010" user="RayPlante" version="1.4"
>
>
META FILEATTACHMENT attr="" comment="" date="1147599729" name="WD-VOResource-v1.html" path="WD-VOResource-v1.html" size="144195" user="RayPlante" version="1.2"
META FILEATTACHMENT attr="" comment="release candidate 6" date="1147600062" name="VOResource-v1.0.xsd" path="VOResource-v1.0.xsd" size="56878" user="RayPlante" version="1.5"
 
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r5" date="1118251657" name="organisation.xml" path="organisation.xml" size="1904" user="RayPlante" version="1.4"
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r4" date="1118209690" name="webform.xml" path="webform.xml" size="1797" user="RayPlante" version="1.1"
META FILEATTACHMENT attr="" comment="Java classes generated from v1.0r5" date="1118252581" name="VOResourceJava.zip" path="VOResourceJava.zip" size="31414" user="RayPlante" version="1.3"

Revision 132005-06-08 - RayPlante

 
META TOPICPARENT name="RWP03Specs"
Jumps: ResourceMetadata :: registry mail archive :: VOResourceV010
Meetings: InterOpMay2005ResReg

Registry Working Group WP3 (Metadata Specifications)

VOResource v1.0

Contents


News

none

The Specification Document

The following document is the current internal draft of the specification that will go through the IVOA standards process.

Internal Working Draft
VOResource: an XML Encoding Schema for Resource Metadata, Version 1.0
Discussion: VOResourceV10Disc

Note: This version has not been updated to include validationLevel.

The Schema

Changed:
<
<
Internal Working Draft
The VOResource Schema: VOResource-v1.0r4.xsd
>
>
Internal Working Draft
The VOResource Schema: VOResource-v1.0r5.xsd
 

Sample Instance Documents

Changed:
<
<
These examples have been verified against v1.0r4 using Xerces. To verify, place VOResource-v1.0.xsd into the same directory as instance document.
>
>
These examples have been verified against v1.0r5 using Xerces. To verify, place VOResource-v1.0.xsd into the same directory as instance document.
 

Sample Java Classes

Changed:
<
<
As a further test, Java classes for this schema were successfully generated using Axis' wsdl2java; the results can be found in VOResourceJava-r4.zip.
>
>
As a further test, Java classes for this schema were successfully generated using Axis' wsdl2java; the results can be found in VOResourceJava-r5.zip.
 

Summary of Changes

For more info, see Kyoto presentation on VOResource v1.0

  • All dates are UTC; encode with new type UTCDateTime
  • Allow string values to be padded with spaces
  • Added "served-by" relationship as requested
  • Added validationLevel element to Resource
  • Various corrections in occurances




<--  
-->

META FILEATTACHMENT attr="h" comment="" date="1116207745" name="WD-VOResource-20050428.html" path="WD-VOResource-20050428.html" size="92585" user="RayPlante" version="1.1"
META FILEATTACHMENT attr="h" comment="" date="1116208856" name="VOResource-v1.0r1.xsd" path="VOResource-v1.0r1.xsd" size="43025" user="RayPlante" version="1.2"
META FILEATTACHMENT attr="" comment="" date="1118044923" name="WD-VOResource-v1.html" path="WD-VOResource-v1.html" size="110422" user="RayPlante" version="1.1"
META FILEATTACHMENT attr="" comment="release candidate 5" date="1118251618" name="VOResource-v1.0.xsd" path="VOResource-v1.0.xsd" size="48010" user="RayPlante" version="1.4"
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r5" date="1118251657" name="organisation.xml" path="organisation.xml" size="1904" user="RayPlante" version="1.4"
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r4" date="1118209690" name="webform.xml" path="webform.xml" size="1797" user="RayPlante" version="1.1"
Changed:
<
<
META FILEATTACHMENT attr="" comment="Java classes generated from v1.0r4" date="1118245182" name="VOResourceJava.zip" path="VOResourceJava.zip" size="31409" user="RayPlante" version="1.2"
>
>
META FILEATTACHMENT attr="" comment="Java classes generated from v1.0r5" date="1118252581" name="VOResourceJava.zip" path="VOResourceJava.zip" size="31414" user="RayPlante" version="1.3"
 

Revision 122005-06-08 - RayPlante

 
META TOPICPARENT name="RWP03Specs"
Jumps: ResourceMetadata :: registry mail archive :: VOResourceV010
Meetings: InterOpMay2005ResReg

Registry Working Group WP3 (Metadata Specifications)

VOResource v1.0

Contents


News

none

The Specification Document

The following document is the current internal draft of the specification that will go through the IVOA standards process.

Internal Working Draft
VOResource: an XML Encoding Schema for Resource Metadata, Version 1.0
Discussion: VOResourceV10Disc

Note: This version has not been updated to include validationLevel.

The Schema

Internal Working Draft
The VOResource Schema: VOResource-v1.0r4.xsd

Sample Instance Documents

These examples have been verified against v1.0r4 using Xerces. To verify, place VOResource-v1.0.xsd into the same directory as instance document.

Sample Java Classes

As a further test, Java classes for this schema were successfully generated using Axis' wsdl2java; the results can be found in VOResourceJava-r4.zip.

Summary of Changes

For more info, see Kyoto presentation on VOResource v1.0

  • All dates are UTC; encode with new type UTCDateTime
  • Allow string values to be padded with spaces
  • Added "served-by" relationship as requested
  • Added validationLevel element to Resource
  • Various corrections in occurances




<--  
-->

META FILEATTACHMENT attr="h" comment="" date="1116207745" name="WD-VOResource-20050428.html" path="WD-VOResource-20050428.html" size="92585" user="RayPlante" version="1.1"
META FILEATTACHMENT attr="h" comment="" date="1116208856" name="VOResource-v1.0r1.xsd" path="VOResource-v1.0r1.xsd" size="43025" user="RayPlante" version="1.2"
META FILEATTACHMENT attr="" comment="" date="1118044923" name="WD-VOResource-v1.html" path="WD-VOResource-v1.html" size="110422" user="RayPlante" version="1.1"
Changed:
<
<
META FILEATTACHMENT attr="" comment="release candidate 4" date="1118245103" name="VOResource-v1.0.xsd" path="VOResource-v1.0.xsd" size="48008" user="RayPlante" version="1.3"
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r4" date="1118247115" name="organisation.xml" path="organisation.xml" size="1902" user="RayPlante" version="1.3"
>
>
META FILEATTACHMENT attr="" comment="release candidate 5" date="1118251618" name="VOResource-v1.0.xsd" path="VOResource-v1.0.xsd" size="48010" user="RayPlante" version="1.4"
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r5" date="1118251657" name="organisation.xml" path="organisation.xml" size="1904" user="RayPlante" version="1.4"
 
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r4" date="1118209690" name="webform.xml" path="webform.xml" size="1797" user="RayPlante" version="1.1"
META FILEATTACHMENT attr="" comment="Java classes generated from v1.0r4" date="1118245182" name="VOResourceJava.zip" path="VOResourceJava.zip" size="31409" user="RayPlante" version="1.2"

Revision 112005-06-08 - RayPlante

 
META TOPICPARENT name="RWP03Specs"
Jumps: ResourceMetadata :: registry mail archive :: VOResourceV010
Meetings: InterOpMay2005ResReg

Registry Working Group WP3 (Metadata Specifications)

VOResource v1.0

Contents


News

none

The Specification Document

The following document is the current internal draft of the specification that will go through the IVOA standards process.

Internal Working Draft
VOResource: an XML Encoding Schema for Resource Metadata, Version 1.0
Discussion: VOResourceV10Disc

Note: This version has not been updated to include validationLevel.

The Schema

Internal Working Draft
The VOResource Schema: VOResource-v1.0r4.xsd

Sample Instance Documents

These examples have been verified against v1.0r4 using Xerces. To verify, place VOResource-v1.0.xsd into the same directory as instance document.

Sample Java Classes

As a further test, Java classes for this schema were successfully generated using Axis' wsdl2java; the results can be found in VOResourceJava-r4.zip.

Summary of Changes

For more info, see Kyoto presentation on VOResource v1.0

  • All dates are UTC; encode with new type UTCDateTime
  • Allow string values to be padded with spaces
  • Added "served-by" relationship as requested
  • Added validationLevel element to Resource
  • Various corrections in occurances




<--  
-->

META FILEATTACHMENT attr="h" comment="" date="1116207745" name="WD-VOResource-20050428.html" path="WD-VOResource-20050428.html" size="92585" user="RayPlante" version="1.1"
META FILEATTACHMENT attr="h" comment="" date="1116208856" name="VOResource-v1.0r1.xsd" path="VOResource-v1.0r1.xsd" size="43025" user="RayPlante" version="1.2"
META FILEATTACHMENT attr="" comment="" date="1118044923" name="WD-VOResource-v1.html" path="WD-VOResource-v1.html" size="110422" user="RayPlante" version="1.1"
META FILEATTACHMENT attr="" comment="release candidate 4" date="1118245103" name="VOResource-v1.0.xsd" path="VOResource-v1.0.xsd" size="48008" user="RayPlante" version="1.3"
Changed:
<
<
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r4" date="1118245368" name="organisation.xml" path="organisation.xml" size="1868" user="RayPlante" version="1.2"
>
>
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r4" date="1118247115" name="organisation.xml" path="organisation.xml" size="1902" user="RayPlante" version="1.3"
 
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r4" date="1118209690" name="webform.xml" path="webform.xml" size="1797" user="RayPlante" version="1.1"
META FILEATTACHMENT attr="" comment="Java classes generated from v1.0r4" date="1118245182" name="VOResourceJava.zip" path="VOResourceJava.zip" size="31409" user="RayPlante" version="1.2"

Revision 102005-06-08 - RayPlante

 
META TOPICPARENT name="RWP03Specs"
Jumps: ResourceMetadata :: registry mail archive :: VOResourceV010
Meetings: InterOpMay2005ResReg

Registry Working Group WP3 (Metadata Specifications)

VOResource v1.0

Contents


News

none

The Specification Document

The following document is the current internal draft of the specification that will go through the IVOA standards process.

Internal Working Draft
VOResource: an XML Encoding Schema for Resource Metadata, Version 1.0
Discussion: VOResourceV10Disc

Added:
>
>
Note: This version has not been updated to include validationLevel.
 
Deleted:
<
<
 

The Schema

Changed:
<
<
Internal Working Draft
The VOResource Schema: VOResource-v1.0r3.xsd
>
>
Internal Working Draft
The VOResource Schema: VOResource-v1.0r4.xsd
 

Sample Instance Documents

Changed:
<
<
These examples have been verified against v1.0r3 using Xerces. To verify, place VOResource-v1.0.xsd into the same directory as instance document.
>
>
These examples have been verified against v1.0r4 using Xerces. To verify, place VOResource-v1.0.xsd into the same directory as instance document.
 

Sample Java Classes

Changed:
<
<
As a further test, Java classes for this schema were successfully generated using Axis' wsdl2java; the results can be found in VOResourceJava-r3.zip.
>
>
As a further test, Java classes for this schema were successfully generated using Axis' wsdl2java; the results can be found in VOResourceJava-r4.zip.
 

Summary of Changes

Changed:
<
<
For more info, see Kyoto presentation on VOResource v1.0
>
>
For more info, see Kyoto presentation on VOResource v1.0
 
  • All dates are UTC; encode with new type UTCDateTime
  • Allow string values to be padded with spaces
  • Added "served-by" relationship as requested
Added:
>
>
  • Added validationLevel element to Resource
 
  • Various corrections in occurances




<--  
-->

META FILEATTACHMENT attr="h" comment="" date="1116207745" name="WD-VOResource-20050428.html" path="WD-VOResource-20050428.html" size="92585" user="RayPlante" version="1.1"
META FILEATTACHMENT attr="h" comment="" date="1116208856" name="VOResource-v1.0r1.xsd" path="VOResource-v1.0r1.xsd" size="43025" user="RayPlante" version="1.2"
META FILEATTACHMENT attr="" comment="" date="1118044923" name="WD-VOResource-v1.html" path="WD-VOResource-v1.html" size="110422" user="RayPlante" version="1.1"
Changed:
<
<
META FILEATTACHMENT attr="" comment="release candidate 3" date="1118086605" name="VOResource-v1.0.xsd" path="VOResource-v1.0.xsd" size="43528" user="RayPlante" version="1.2"
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r3" date="1118209648" name="organisation.xml" path="organisation.xml" size="1822" user="RayPlante" version="1.1"
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r3" date="1118209690" name="webform.xml" path="webform.xml" size="1797" user="RayPlante" version="1.1"
META FILEATTACHMENT attr="" comment="Java classes generated from v1.0r3" date="1118210680" name="VOResourceJava.zip" path="VOResourceJava.zip" size="28439" user="RayPlante" version="1.1"
>
>
META FILEATTACHMENT attr="" comment="release candidate 4" date="1118245103" name="VOResource-v1.0.xsd" path="VOResource-v1.0.xsd" size="48008" user="RayPlante" version="1.3"
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r4" date="1118245368" name="organisation.xml" path="organisation.xml" size="1868" user="RayPlante" version="1.2"
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r4" date="1118209690" name="webform.xml" path="webform.xml" size="1797" user="RayPlante" version="1.1"
META FILEATTACHMENT attr="" comment="Java classes generated from v1.0r4" date="1118245182" name="VOResourceJava.zip" path="VOResourceJava.zip" size="31409" user="RayPlante" version="1.2"
 

Revision 92005-06-08 - RayPlante

 
META TOPICPARENT name="RWP03Specs"
Jumps: ResourceMetadata :: registry mail archive :: VOResourceV010
Meetings: InterOpMay2005ResReg

Registry Working Group WP3 (Metadata Specifications)

VOResource v1.0

Contents


News

none

The Specification Document

The following document is the current internal draft of the specification that will go through the IVOA standards process.

Internal Working Draft
VOResource: an XML Encoding Schema for Resource Metadata, Version 1.0
Discussion: VOResourceV10Disc

The Schema

Internal Working Draft
The VOResource Schema: VOResource-v1.0r3.xsd

Sample Instance Documents

These examples have been verified against v1.0r3 using Xerces. To verify, place VOResource-v1.0.xsd into the same directory as instance document.

Sample Java Classes

As a further test, Java classes for this schema were successfully generated using Axis' wsdl2java; the results can be found in VOResourceJava-r3.zip.

Summary of Changes

For more info, see Kyoto presentation on VOResource v1.0

  • All dates are UTC; encode with new type UTCDateTime
  • Allow string values to be padded with spaces
Changed:
<
<
  • Added "service-for" relationship as requested
>
>
  • Added "served-by" relationship as requested
 
  • Various corrections in occurances




<--  
-->

META FILEATTACHMENT attr="h" comment="" date="1116207745" name="WD-VOResource-20050428.html" path="WD-VOResource-20050428.html" size="92585" user="RayPlante" version="1.1"
META FILEATTACHMENT attr="h" comment="" date="1116208856" name="VOResource-v1.0r1.xsd" path="VOResource-v1.0r1.xsd" size="43025" user="RayPlante" version="1.2"
META FILEATTACHMENT attr="" comment="" date="1118044923" name="WD-VOResource-v1.html" path="WD-VOResource-v1.html" size="110422" user="RayPlante" version="1.1"
META FILEATTACHMENT attr="" comment="release candidate 3" date="1118086605" name="VOResource-v1.0.xsd" path="VOResource-v1.0.xsd" size="43528" user="RayPlante" version="1.2"
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r3" date="1118209648" name="organisation.xml" path="organisation.xml" size="1822" user="RayPlante" version="1.1"
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r3" date="1118209690" name="webform.xml" path="webform.xml" size="1797" user="RayPlante" version="1.1"
META FILEATTACHMENT attr="" comment="Java classes generated from v1.0r3" date="1118210680" name="VOResourceJava.zip" path="VOResourceJava.zip" size="28439" user="RayPlante" version="1.1"

Revision 82005-06-08 - RayPlante

 
META TOPICPARENT name="RWP03Specs"
Jumps: ResourceMetadata :: registry mail archive :: VOResourceV010
Meetings: InterOpMay2005ResReg

Registry Working Group WP3 (Metadata Specifications)

VOResource v1.0

Contents


News

none

The Specification Document

The following document is the current internal draft of the specification that will go through the IVOA standards process.

Internal Working Draft
VOResource: an XML Encoding Schema for Resource Metadata, Version 1.0
Discussion: VOResourceV10Disc

The Schema

Internal Working Draft
The VOResource Schema: VOResource-v1.0r3.xsd
Changed:
<
<
Sample Instance Documents:
>
>

Sample Instance Documents

Added:
>
>
 

These examples have been verified against v1.0r3 using Xerces. To verify, place VOResource-v1.0.xsd into the same directory as instance document.

Added:
>
>

Sample Java Classes

 As a further test, Java classes for this schema were successfully generated using Axis' wsdl2java; the results can be found in VOResourceJava-r3.zip.
Added:
>
>

Summary of Changes

For more info, see Kyoto presentation on VOResource v1.0

  • All dates are UTC; encode with new type UTCDateTime
  • Allow string values to be padded with spaces
  • Added "service-for" relationship as requested
  • Various corrections in occurances
 


<--  
-->

META FILEATTACHMENT attr="h" comment="" date="1116207745" name="WD-VOResource-20050428.html" path="WD-VOResource-20050428.html" size="92585" user="RayPlante" version="1.1"
META FILEATTACHMENT attr="h" comment="" date="1116208856" name="VOResource-v1.0r1.xsd" path="VOResource-v1.0r1.xsd" size="43025" user="RayPlante" version="1.2"
META FILEATTACHMENT attr="" comment="" date="1118044923" name="WD-VOResource-v1.html" path="WD-VOResource-v1.html" size="110422" user="RayPlante" version="1.1"
META FILEATTACHMENT attr="" comment="release candidate 3" date="1118086605" name="VOResource-v1.0.xsd" path="VOResource-v1.0.xsd" size="43528" user="RayPlante" version="1.2"
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r3" date="1118209648" name="organisation.xml" path="organisation.xml" size="1822" user="RayPlante" version="1.1"
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r3" date="1118209690" name="webform.xml" path="webform.xml" size="1797" user="RayPlante" version="1.1"
META FILEATTACHMENT attr="" comment="Java classes generated from v1.0r3" date="1118210680" name="VOResourceJava.zip" path="VOResourceJava.zip" size="28439" user="RayPlante" version="1.1"

Revision 72005-06-08 - RayPlante

 
META TOPICPARENT name="RWP03Specs"
Changed:
<
<
Jumps: IvoaResReg :: registry mail archive :: ResourceMetadata :: RWP03RefBack :: RWP03Disc :: VOResourceV010
>
>
Jumps: ResourceMetadata :: registry mail archive :: VOResourceV010
Meetings: InterOpMay2005ResReg
 

Registry Working Group WP3 (Metadata Specifications)

VOResource v1.0

Contents


News

none

The Specification Document

The following document is the current internal draft of the specification that will go through the IVOA standards process.

Internal Working Draft
VOResource: an XML Encoding Schema for Resource Metadata, Version 1.0
Discussion: VOResourceV10Disc

The Schema

Internal Working Draft
The VOResource Schema: VOResource-v1.0r3.xsd

Sample Instance Documents:

These examples have been verified against v1.0r3 using Xerces. To verify, place VOResource-v1.0.xsd into the same directory as instance document.

As a further test, Java classes for this schema were successfully generated using Axis' wsdl2java; the results can be found in VOResourceJava-r3.zip.




<--  
-->

META FILEATTACHMENT attr="h" comment="" date="1116207745" name="WD-VOResource-20050428.html" path="WD-VOResource-20050428.html" size="92585" user="RayPlante" version="1.1"
META FILEATTACHMENT attr="h" comment="" date="1116208856" name="VOResource-v1.0r1.xsd" path="VOResource-v1.0r1.xsd" size="43025" user="RayPlante" version="1.2"
META FILEATTACHMENT attr="" comment="" date="1118044923" name="WD-VOResource-v1.html" path="WD-VOResource-v1.html" size="110422" user="RayPlante" version="1.1"
META FILEATTACHMENT attr="" comment="release candidate 3" date="1118086605" name="VOResource-v1.0.xsd" path="VOResource-v1.0.xsd" size="43528" user="RayPlante" version="1.2"
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r3" date="1118209648" name="organisation.xml" path="organisation.xml" size="1822" user="RayPlante" version="1.1"
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r3" date="1118209690" name="webform.xml" path="webform.xml" size="1797" user="RayPlante" version="1.1"
META FILEATTACHMENT attr="" comment="Java classes generated from v1.0r3" date="1118210680" name="VOResourceJava.zip" path="VOResourceJava.zip" size="28439" user="RayPlante" version="1.1"

Revision 62005-06-08 - RayPlante

 
META TOPICPARENT name="RWP03Specs"
Jumps: IvoaResReg :: registry mail archive :: ResourceMetadata :: RWP03RefBack :: RWP03Disc :: VOResourceV010

Registry Working Group WP3 (Metadata Specifications)

VOResource v1.0

Contents


News

none

The Specification Document

The following document is the current internal draft of the specification that will go through the IVOA standards process.

Internal Working Draft
VOResource: an XML Encoding Schema for Resource Metadata, Version 1.0
Discussion: VOResourceV10Disc

The Schema

Changed:
<
<
Internal Working Draft
The VOResource Schema: VOResource-v1.0r3.xsd
>
>
Internal Working Draft
The VOResource Schema: VOResource-v1.0r3.xsd
Deleted:
<
<
Note: unlike previous v1.0 release candidates made available here, this schema has been verified against a limited set of example instance documents using Xerces.
 
Added:
>
>
Sample Instance Documents:
 
Added:
>
>
These examples have been verified against v1.0r3 using Xerces. To verify, place VOResource-v1.0.xsd into the same directory as instance document.
 
Added:
>
>
As a further test, Java classes for this schema were successfully generated using Axis' wsdl2java; the results can be found in VOResourceJava-r3.zip.
 
Deleted:
<
<

 


<--  
-->
Changed:
<
<
>
>
Deleted:
<
<
 
META FILEATTACHMENT attr="h" comment="" date="1116207745" name="WD-VOResource-20050428.html" path="WD-VOResource-20050428.html" size="92585" user="RayPlante" version="1.1"
META FILEATTACHMENT attr="h" comment="" date="1116208856" name="VOResource-v1.0r1.xsd" path="VOResource-v1.0r1.xsd" size="43025" user="RayPlante" version="1.2"
META FILEATTACHMENT attr="" comment="" date="1118044923" name="WD-VOResource-v1.html" path="WD-VOResource-v1.html" size="110422" user="RayPlante" version="1.1"
META FILEATTACHMENT attr="" comment="release candidate 3" date="1118086605" name="VOResource-v1.0.xsd" path="VOResource-v1.0.xsd" size="43528" user="RayPlante" version="1.2"
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r3" date="1118209648" name="organisation.xml" path="organisation.xml" size="1822" user="RayPlante" version="1.1"
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r3" date="1118209690" name="webform.xml" path="webform.xml" size="1797" user="RayPlante" version="1.1"
Added:
>
>
META FILEATTACHMENT attr="" comment="Java classes generated from v1.0r3" date="1118210680" name="VOResourceJava.zip" path="VOResourceJava.zip" size="28439" user="RayPlante" version="1.1"
 

Revision 52005-06-08 - RayPlante

 
META TOPICPARENT name="RWP03Specs"
Jumps: IvoaResReg :: registry mail archive :: ResourceMetadata :: RWP03RefBack :: RWP03Disc :: VOResourceV010

Registry Working Group WP3 (Metadata Specifications)

VOResource v1.0

Contents


News

none

The Specification Document

The following document is the current internal draft of the specification that will go through the IVOA standards process.

Internal Working Draft
VOResource: an XML Encoding Schema for Resource Metadata, Version 1.0
Discussion: VOResourceV10Disc

The Schema

Internal Working Draft
The VOResource Schema: VOResource-v1.0r3.xsd
Note: unlike previous v1.0 release candidates made available here, this schema has been verified against a limited set of example instance documents using Xerces.




<--  
-->
Added:
>
>

 
META FILEATTACHMENT attr="h" comment="" date="1116207745" name="WD-VOResource-20050428.html" path="WD-VOResource-20050428.html" size="92585" user="RayPlante" version="1.1"
META FILEATTACHMENT attr="h" comment="" date="1116208856" name="VOResource-v1.0r1.xsd" path="VOResource-v1.0r1.xsd" size="43025" user="RayPlante" version="1.2"
META FILEATTACHMENT attr="" comment="" date="1118044923" name="WD-VOResource-v1.html" path="WD-VOResource-v1.html" size="110422" user="RayPlante" version="1.1"
META FILEATTACHMENT attr="" comment="release candidate 3" date="1118086605" name="VOResource-v1.0.xsd" path="VOResource-v1.0.xsd" size="43528" user="RayPlante" version="1.2"
Added:
>
>
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r3" date="1118209648" name="organisation.xml" path="organisation.xml" size="1822" user="RayPlante" version="1.1"
META FILEATTACHMENT attr="" comment="compliant with VOResource v1.0r3" date="1118209690" name="webform.xml" path="webform.xml" size="1797" user="RayPlante" version="1.1"
 

Revision 42005-06-06 - RayPlante

 
META TOPICPARENT name="RWP03Specs"
Jumps: IvoaResReg :: registry mail archive :: ResourceMetadata :: RWP03RefBack :: RWP03Disc :: VOResourceV010

Registry Working Group WP3 (Metadata Specifications)

VOResource v1.0

Contents


News

none

The Specification Document

The following document is the current internal draft of the specification that will go through the IVOA standards process.

Internal Working Draft
VOResource: an XML Encoding Schema for Resource Metadata, Version 1.0
Discussion: VOResourceV10Disc

The Schema

Changed:
<
<
Internal Working Draft
The VOResource Schema: VOResource-v1.0r2.xsd
Warning: this schema is for illustrative purposes only; it has not been verified!
>
>
Internal Working Draft
The VOResource Schema: VOResource-v1.0r3.xsd
Note: unlike previous v1.0 release candidates made available here, this schema has been verified against a limited set of example instance documents using Xerces.
 




<--  
-->

META FILEATTACHMENT attr="h" comment="" date="1116207745" name="WD-VOResource-20050428.html" path="WD-VOResource-20050428.html" size="92585" user="RayPlante" version="1.1"
META FILEATTACHMENT attr="h" comment="" date="1116208856" name="VOResource-v1.0r1.xsd" path="VOResource-v1.0r1.xsd" size="43025" user="RayPlante" version="1.2"
META FILEATTACHMENT attr="" comment="" date="1118044923" name="WD-VOResource-v1.html" path="WD-VOResource-v1.html" size="110422" user="RayPlante" version="1.1"
Changed:
<
<
META FILEATTACHMENT attr="" comment="" date="1118045166" name="VOResource-v1.0.xsd" path="VOResource-v1.0.xsd" size="43405" user="RayPlante" version="1.1"
>
>
META FILEATTACHMENT attr="" comment="release candidate 3" date="1118086605" name="VOResource-v1.0.xsd" path="VOResource-v1.0.xsd" size="43528" user="RayPlante" version="1.2"
 

Revision 32005-06-06 - RayPlante

 
META TOPICPARENT name="RWP03Specs"
Changed:
<
<
Jumps: IvoaResReg :: registry mail archive :: ResourceMetadata :: RWP03RefBack :: RWP03Disc :: VOResourceV010

Registry Working Group WP3 (Metadata Specifications)

VOResource v1.0

Contents


News

none

The Specification Document

The following document is the current internal draft of the specification that will go through the IVOA standards process.

Internal Working Draft
VOResource: an XML Encoding Schema for Resource Metadata, Version 1.0
Discussion: VOResourceV10Disc

The Schema

Internal Working Draft
The VOResource Schema: VOResource-v1.0r1.xsd
Warning: this schema is for illustrative purposes only; it has not been verified!




<--  
-->

META FILEATTACHMENT attr="" comment="" date="1116207745" name="WD-VOResource-20050428.html" path="WD-VOResource-20050428.html" size="92585" user="RayPlante" version="1.1"
META FILEATTACHMENT attr="" comment="" date="1116208856" name="VOResource-v1.0r1.xsd" path="VOResource-v1.0r1.xsd" size="43025" user="RayPlante" version="1.2"
>
>
Jumps: IvoaResReg :: registry mail archive :: ResourceMetadata :: RWP03RefBack :: RWP03Disc :: VOResourceV010

Registry Working Group WP3 (Metadata Specifications)

VOResource v1.0

Contents


News

none

The Specification Document

The following document is the current internal draft of the specification that will go through the IVOA standards process.

Internal Working Draft
VOResource: an XML Encoding Schema for Resource Metadata, Version 1.0
Discussion: VOResourceV10Disc

The Schema

Internal Working Draft
The VOResource Schema: VOResource-v1.0r2.xsd
Warning: this schema is for illustrative purposes only; it has not been verified!




<--  
-->

META FILEATTACHMENT attr="h" comment="" date="1116207745" name="WD-VOResource-20050428.html" path="WD-VOResource-20050428.html" size="92585" user="RayPlante" version="1.1"
META FILEATTACHMENT attr="h" comment="" date="1116208856" name="VOResource-v1.0r1.xsd" path="VOResource-v1.0r1.xsd" size="43025" user="RayPlante" version="1.2"
META FILEATTACHMENT attr="" comment="" date="1118044923" name="WD-VOResource-v1.html" path="WD-VOResource-v1.html" size="110422" user="RayPlante" version="1.1"
Added:
>
>
META FILEATTACHMENT attr="" comment="" date="1118045166" name="VOResource-v1.0.xsd" path="VOResource-v1.0.xsd" size="43405" user="RayPlante" version="1.1"
 

Revision 22005-05-16 - RayPlante

 
META TOPICPARENT name="RWP03Specs"
Jumps: IvoaResReg :: registry mail archive :: ResourceMetadata :: RWP03RefBack :: RWP03Disc :: VOResourceV010

Registry Working Group WP3 (Metadata Specifications)

VOResource v1.0

Contents


News

none

The Specification Document

The following document is the current internal draft of the specification that will go through the IVOA standards process.

Changed:
<
<
Internal Working Draft
VOResource: an XML Encoding Schema for Resource Metadata, Version 1.0
>
>
Internal Working Draft
VOResource: an XML Encoding Schema for Resource Metadata, Version 1.0
Deleted:
<
<
coming soon
 Discussion: VOResourceV10Disc
Added:
>
>
 
Added:
>
>
 

The Schema

Changed:
<
<
Internal Working Draft
The VOResource Schema: VOResource-v1.0.xsd
>
>
Internal Working Draft
The VOResource Schema: VOResource-v1.0r1.xsd
Added:
>
>
Warning: this schema is for illustrative purposes only; it has not been verified!
 

Added:
>
>
 


<--  
-->
Added:
>
>
META FILEATTACHMENT attr="" comment="" date="1116207745" name="WD-VOResource-20050428.html" path="WD-VOResource-20050428.html" size="92585" user="RayPlante" version="1.1"
META FILEATTACHMENT attr="" comment="" date="1116208856" name="VOResource-v1.0r1.xsd" path="VOResource-v1.0r1.xsd" size="43025" user="RayPlante" version="1.2"
 

Revision 12005-05-15 - RayPlante

 
META TOPICPARENT name="RWP03Specs"
Jumps: IvoaResReg :: registry mail archive :: ResourceMetadata :: RWP03RefBack :: RWP03Disc :: VOResourceV010

Registry Working Group WP3 (Metadata Specifications)

VOResource v1.0

Contents


News

none

The Specification Document

The following document is the current internal draft of the specification that will go through the IVOA standards process.

Internal Working Draft
VOResource: an XML Encoding Schema for Resource Metadata, Version 1.0
coming soon
Discussion: VOResourceV10Disc

The Schema

Internal Working Draft
The VOResource Schema: VOResource-v1.0.xsd




<--  
-->
 
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