1 /*
2 * Copyright (c) 1997, 2018 Oracle and/or its affiliates. All rights reserved.
3 *
4 * This program and the accompanying materials are made available under the
5 * terms of the Eclipse Distribution License v. 1.0, which is available at
6 * http://www.eclipse.org/org/documents/edl-v10.php.
7 *
8 * SPDX-License-Identifier: BSD-3-Clause
9 */
10
11 package com.sun.xml.bind.v2.model.core;
12
13 /**
14 * @author Kohsuke Kawaguchi
15 */
16 public enum ID {
17 ID,IDREF,NONE
18 }
19