/* * This software is Copyright 2005,2006,2007,2008 Langdale Consultants. * Langdale Consultants can be contacted at: http://www.langdale.com.au */ package au.com.langdale.xmi; /** * Namespace for model elements contained in a XMI document. * The local name is generally an ordinal or a UUID code. * */ public class XMI { public final static String NS = "http://langdale.com.au/2005/xuid#"; }