001package org.andromda.schema2xmi; 002 003 004/** 005 * Contains the Schema2XMI Global variables. 006 * 007 * @author Chad Brandon 008 */ 009class Schema2XMIGlobals 010{ 011 /** 012 * "::" The token used to separate packages. 013 */ 014 public static String PACKAGE_SEPARATOR = "::"; 015 016 /** 017 * "netBeansMDR" The namespace of the NetBeans MDR repository. 018 */ 019 public static String REPOSITORY_NAMESPACE_NETBEANSMDR = "netBeansMDR"; 020}