public interface javax.xml.bind.annotation.XmlSchema extends java.lang.annotation.Annotation
  minor version: 0
  major version: 59
  flags: flags: (0x2601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT, ACC_ANNOTATION
  this_class: javax.xml.bind.annotation.XmlSchema
  super_class: java.lang.Object
{
  public static final java.lang.String NO_LOCATION;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "##generate"

  public abstract javax.xml.bind.annotation.XmlNs[] xmlns();
    descriptor: ()[Ljavax/xml/bind/annotation/XmlNs;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: {}

  public abstract java.lang.String namespace();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: ""

  public abstract javax.xml.bind.annotation.XmlNsForm elementFormDefault();
    descriptor: ()Ljavax/xml/bind/annotation/XmlNsForm;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: javax.xml.bind.annotation.XmlNsForm.UNSET:Ljavax/xml/bind/annotation/XmlNsForm;

  public abstract javax.xml.bind.annotation.XmlNsForm attributeFormDefault();
    descriptor: ()Ljavax/xml/bind/annotation/XmlNsForm;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: javax.xml.bind.annotation.XmlNsForm.UNSET:Ljavax/xml/bind/annotation/XmlNsForm;

  public abstract java.lang.String location();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: "##generate"
}
SourceFile: "XmlSchema.java"
    RuntimeVisibleAnnotations: 
      java.lang.annotation.Retention(value = java.lang.annotation.RetentionPolicy.RUNTIME:Ljava/lang/annotation/RetentionPolicy;)
      java.lang.annotation.Target(value = {java.lang.annotation.ElementType.PACKAGE:Ljava/lang/annotation/ElementType;})