1 package org.sapia.magnet; 2 3 14 public interface MagnetDictionary { 15 16 17 public static final String NAMESPACE_URI_MAGNET = "http://schemas.sapia-oss.org/magnet/core/"; 18 19 20 public static final String NAMESPACE_PREFIX_MAGNET = "MAGNET"; 21 22 23 public static final String NAMESPACE_URI_CORUS_INTEROP = "http://schemas.sapia-oss.org/corus/interoperability/"; 24 25 26 public static final String NAMESPACE_PREFIX_CORUS_INTEROP = "COR-IOP"; 27 28 } 29 | Popular Tags |