Commit ffbe8bab authored by Sonia Zorba's avatar Sonia Zorba
Browse files

Added MD5 property to NodeProperties

parent 8f719996
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -40,6 +40,7 @@ public abstract class NodeProperties {
    public static final String SUBJECT_URI = "ivo://ivoa.net/vospace/core#subject";     // the topic of the resource     
    public static final String TITLE_URI = "ivo://ivoa.net/vospace/core#title";       // a name given to the resource  
    public static final String TYPE_URI = "ivo://ivoa.net/vospace/core#type";        // the nature or genre of the resource
    public static final String MD5_URI = "ivo://ivoa.net/vospace/core#MD5";        // MD5 of a DataNode. This should be a standard property, however it is currently used only in examples and it is not present in the list of standard properties
    //
    // Non-standard properties
    public static final String ASYNC_TRANS_URN = "urn:async_trans";