Ignore:
Timestamp:
10/24/14 14:01:20 (10 years ago)
Author:
Oliver Schonefeld
Message:
  • more work-in-progress
File:
1 edited

Legend:

Unmodified
Added
Removed
  • SRUClient/trunk/src/main/java/eu/clarin/sru/client/fcs/ClarinFCSRecordData.java

    r2467 r5743  
    3030     * The record schema for CLARIN-FCS records.
    3131     */
    32     public static final String RECORD_SCHEMA = "http://clarin.eu/fcs/1.0";
     32    public static final String RECORD_SCHEMA =
     33            "http://clarin.eu/fcs/resource";
     34    /**
     35     * The legacy record schema for CLARIN-FCS records.
     36     *
     37     * @deprecated Only use to talk to legacy clients
     38     */
     39    @Deprecated
     40    public static final String LEGACY_RECORD_SCHEMA =
     41            "http://clarin.eu/fcs/1.0";
    3342    private final Resource resource;
    3443
     
    5463    /**
    5564     * Get the CLARIN-FCS record resource.
    56      * 
     65     *
    5766     * @return a {@link Resource} object
    5867     */
Note: See TracChangeset for help on using the changeset viewer.