/* * Copyright (c) 2004, 2011, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. * * * * * * * * * * * * * * * * * * * * */ package javax.xml.bind.annotation; /** * Enumeration of XML Schema namespace qualifications. * *
See "Package Specification" in javax.xml.bind.package javadoc for * additional common information.
* *Usage *
* The namespace qualification values are used in the annotations * defined in this packge. The enumeration values are mapped as follows: * *
*
Enum Value | *XML Schema Value | *
UNQUALIFIED | *unqualified | *
QUALIFIED | *qualified | *
UNSET | *namespace qualification attribute is absent from the * XML Schema fragment | *