declare namespace javax { namespace xml { namespace bind { namespace 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 ValueXML Schema Value
UNQUALIFIEDunqualified
QUALIFIEDqualified
UNSETnamespace qualification attribute is absent from the * XML Schema fragment
* @author Sekhar Vajjhala, Sun Microsystems, Inc. * @since JAXB2.0 */ // @ts-ignore class XmlNsForm extends java.lang.Enum { // @ts-ignore public static readonly UNQUALIFIED: javax.xml.bind.annotation.XmlNsForm // @ts-ignore public static readonly QUALIFIED: javax.xml.bind.annotation.XmlNsForm // @ts-ignore public static readonly UNSET: javax.xml.bind.annotation.XmlNsForm // @ts-ignore public static values(): javax.xml.bind.annotation.XmlNsForm[] // @ts-ignore public static valueOf(name: java.lang.String | string): javax.xml.bind.annotation.XmlNsForm } } } } }