class com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDGroupTraverser extends com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractParticleTraverser
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDGroupTraverser
  super_class: com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractParticleTraverser
{
  void <init>(com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler, com.sun.org.apache.xerces.internal.impl.xs.traversers.XSAttributeChecker);
    descriptor: (Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDHandler;Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSAttributeChecker;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDGroupTraverser this
        start local 1 // com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler handler
        start local 2 // com.sun.org.apache.xerces.internal.impl.xs.traversers.XSAttributeChecker gAttrCheck
         0: .line 58
            aload 0 /* this */
            aload 1 /* handler */
            aload 2 /* gAttrCheck */
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractParticleTraverser.<init>:(Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDHandler;Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSAttributeChecker;)V
         1: .line 59
            return
        end local 2 // com.sun.org.apache.xerces.internal.impl.xs.traversers.XSAttributeChecker gAttrCheck
        end local 1 // com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler handler
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDGroupTraverser this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDGroupTraverser;
            0    2     1     handler  Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDHandler;
            0    2     2  gAttrCheck  Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSAttributeChecker;
    MethodParameters:
            Name  Flags
      handler     
      gAttrCheck  

  com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl traverseLocal(org.w3c.dom.Element, com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDocumentInfo, com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar);
    descriptor: (Lorg/w3c/dom/Element;Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDocumentInfo;Lcom/sun/org/apache/xerces/internal/impl/xs/SchemaGrammar;)Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
    flags: (0x0000) 
    Code:
      stack=7, locals=15, args_size=4
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDGroupTraverser this
        start local 1 // org.w3c.dom.Element elmNode
        start local 2 // com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDocumentInfo schemaDoc
        start local 3 // com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar grammar
         0: .line 66
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDGroupTraverser.fAttrChecker:Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSAttributeChecker;
            aload 1 /* elmNode */
            iconst_0
         1: .line 67
            aload 2 /* schemaDoc */
         2: .line 66
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.traversers.XSAttributeChecker.checkAttributes:(Lorg/w3c/dom/Element;ZLcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDocumentInfo;)[Ljava/lang/Object;
            astore 4 /* attrValues */
        start local 4 // java.lang.Object[] attrValues
         3: .line 68
            aload 4 /* attrValues */
            getstatic com.sun.org.apache.xerces.internal.impl.xs.traversers.XSAttributeChecker.ATTIDX_REF:I
            aaload
            checkcast com.sun.org.apache.xerces.internal.xni.QName
            astore 5 /* refAttr */
        start local 5 // com.sun.org.apache.xerces.internal.xni.QName refAttr
         4: .line 69
            aload 4 /* attrValues */
            getstatic com.sun.org.apache.xerces.internal.impl.xs.traversers.XSAttributeChecker.ATTIDX_MINOCCURS:I
            aaload
            checkcast com.sun.org.apache.xerces.internal.impl.xs.util.XInt
            astore 6 /* minAttr */
        start local 6 // com.sun.org.apache.xerces.internal.impl.xs.util.XInt minAttr
         5: .line 70
            aload 4 /* attrValues */
            getstatic com.sun.org.apache.xerces.internal.impl.xs.traversers.XSAttributeChecker.ATTIDX_MAXOCCURS:I
            aaload
            checkcast com.sun.org.apache.xerces.internal.impl.xs.util.XInt
            astore 7 /* maxAttr */
        start local 7 // com.sun.org.apache.xerces.internal.impl.xs.util.XInt maxAttr
         6: .line 72
            aconst_null
            astore 8 /* group */
        start local 8 // com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl group
         7: .line 75
            aload 5 /* refAttr */
            ifnonnull 10
         8: .line 76
            aload 0 /* this */
            ldc "s4s-att-must-appear"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "group (local)"
            aastore
            dup
            iconst_1
            ldc "ref"
            aastore
            aload 1 /* elmNode */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDGroupTraverser.reportSchemaError:(Ljava/lang/String;[Ljava/lang/Object;Lorg/w3c/dom/Element;)V
         9: .line 77
            goto 11
        10: .line 80
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDGroupTraverser org.w3c.dom.Element com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDocumentInfo com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar java.lang.Object[] com.sun.org.apache.xerces.internal.xni.QName com.sun.org.apache.xerces.internal.impl.xs.util.XInt com.sun.org.apache.xerces.internal.impl.xs.util.XInt com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDGroupTraverser.fSchemaHandler:Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDHandler;
            aload 2 /* schemaDoc */
            iconst_4
            aload 5 /* refAttr */
            aload 1 /* elmNode */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.getGlobalDecl:(Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDocumentInfo;ILcom/sun/org/apache/xerces/internal/xni/QName;Lorg/w3c/dom/Element;)Ljava/lang/Object;
            checkcast com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl
            astore 8 /* group */
        11: .line 83
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 9 /* annotation */
        start local 9 // com.sun.org.apache.xerces.internal.impl.xs.XSAnnotationImpl annotation
        12: .line 85
            aload 1 /* elmNode */
            invokestatic com.sun.org.apache.xerces.internal.util.DOMUtil.getFirstChildElement:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Element;
            astore 10 /* child */
        start local 10 // org.w3c.dom.Element child
        13: .line 86
            aload 10 /* child */
            ifnull 17
            aload 10 /* child */
            invokestatic com.sun.org.apache.xerces.internal.util.DOMUtil.getLocalName:(Lorg/w3c/dom/Node;)Ljava/lang/String;
            getstatic com.sun.org.apache.xerces.internal.impl.xs.SchemaSymbols.ELT_ANNOTATION:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 17
        14: .line 87
            aload 0 /* this */
            aload 10 /* child */
            aload 4 /* attrValues */
            iconst_0
            aload 2 /* schemaDoc */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDGroupTraverser.traverseAnnotationDecl:(Lorg/w3c/dom/Element;[Ljava/lang/Object;ZLcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDocumentInfo;)Lcom/sun/org/apache/xerces/internal/impl/xs/XSAnnotationImpl;
            astore 9 /* annotation */
        15: .line 88
            aload 10 /* child */
            invokestatic com.sun.org.apache.xerces.internal.util.DOMUtil.getNextSiblingElement:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Element;
            astore 10 /* child */
        16: .line 89
            goto 20
        17: .line 91
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSAnnotationImpl org.w3c.dom.Element
      StackMap stack:
            aload 1 /* elmNode */
            invokestatic com.sun.org.apache.xerces.internal.util.DOMUtil.getSyntheticAnnotation:(Lorg/w3c/dom/Node;)Ljava/lang/String;
            astore 11 /* text */
        start local 11 // java.lang.String text
        18: .line 92
            aload 11 /* text */
            ifnull 20
        19: .line 93
            aload 0 /* this */
            aload 1 /* elmNode */
            aload 11 /* text */
            aload 4 /* attrValues */
            iconst_0
            aload 2 /* schemaDoc */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDGroupTraverser.traverseSyntheticAnnotation:(Lorg/w3c/dom/Element;Ljava/lang/String;[Ljava/lang/Object;ZLcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDocumentInfo;)Lcom/sun/org/apache/xerces/internal/impl/xs/XSAnnotationImpl;
            astore 9 /* annotation */
        end local 11 // java.lang.String text
        20: .line 97
      StackMap locals:
      StackMap stack:
            aload 10 /* child */
            ifnull 22
        21: .line 98
            aload 0 /* this */
            ldc "s4s-elt-must-match.1"
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "group (local)"
            aastore
            dup
            iconst_1
            ldc "(annotation?)"
            aastore
            dup
            iconst_2
            aload 1 /* elmNode */
            invokestatic com.sun.org.apache.xerces.internal.util.DOMUtil.getLocalName:(Lorg/w3c/dom/Node;)Ljava/lang/String;
            aastore
            aload 1 /* elmNode */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDGroupTraverser.reportSchemaError:(Ljava/lang/String;[Ljava/lang/Object;Lorg/w3c/dom/Element;)V
        22: .line 101
      StackMap locals:
      StackMap stack:
            aload 6 /* minAttr */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.util.XInt.intValue:()I
            istore 11 /* minOccurs */
        start local 11 // int minOccurs
        23: .line 102
            aload 7 /* maxAttr */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.util.XInt.intValue:()I
            istore 12 /* maxOccurs */
        start local 12 // int maxOccurs
        24: .line 104
            aconst_null
            astore 13 /* particle */
        start local 13 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl particle
        25: .line 107
            aload 8 /* group */
            ifnull 50
            aload 8 /* group */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl.fModelGroup:Lcom/sun/org/apache/xerces/internal/impl/xs/XSModelGroupImpl;
            ifnull 50
        26: .line 108
            iload 11 /* minOccurs */
            ifne 27
            iload 12 /* maxOccurs */
            ifeq 50
        27: .line 110
      StackMap locals: int int com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDGroupTraverser.fSchemaHandler:Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDHandler;
            getfield com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.fDeclPool:Lcom/sun/org/apache/xerces/internal/impl/xs/XSDeclarationPool;
            ifnull 30
        28: .line 111
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDGroupTraverser.fSchemaHandler:Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDHandler;
            getfield com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.fDeclPool:Lcom/sun/org/apache/xerces/internal/impl/xs/XSDeclarationPool;
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSDeclarationPool.getParticleDecl:()Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
            astore 13 /* particle */
        29: .line 112
            goto 31
        30: .line 113
      StackMap locals:
      StackMap stack:
            new com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl
            dup
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.<init>:()V
            astore 13 /* particle */
        31: .line 115
      StackMap locals:
      StackMap stack:
            aload 13 /* particle */
            iconst_3
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fType:S
        32: .line 116
            aload 13 /* particle */
            aload 8 /* group */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl.fModelGroup:Lcom/sun/org/apache/xerces/internal/impl/xs/XSModelGroupImpl;
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fValue:Lcom/sun/org/apache/xerces/internal/xs/XSTerm;
        33: .line 117
            aload 13 /* particle */
            iload 11 /* minOccurs */
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fMinOccurs:I
        34: .line 118
            aload 13 /* particle */
            iload 12 /* maxOccurs */
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fMaxOccurs:I
        35: .line 119
            aload 8 /* group */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl.fModelGroup:Lcom/sun/org/apache/xerces/internal/impl/xs/XSModelGroupImpl;
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fCompositor:S
            bipush 103
            if_icmpne 41
        36: .line 120
            aload 4 /* attrValues */
            getstatic com.sun.org.apache.xerces.internal.impl.xs.traversers.XSAttributeChecker.ATTIDX_FROMDEFAULT:I
            aaload
            checkcast java.lang.Long
            astore 14 /* defaultVals */
        start local 14 // java.lang.Long defaultVals
        37: .line 121
            aload 0 /* this */
            aload 13 /* particle */
            getstatic com.sun.org.apache.xerces.internal.impl.xs.SchemaSymbols.ELT_GROUP:Ljava/lang/String;
        38: .line 122
            aload 1 /* elmNode */
            invokeinterface org.w3c.dom.Element.getParentNode:()Lorg/w3c/dom/Node;
            checkcast org.w3c.dom.Element
            iconst_2
        39: .line 123
            aload 14 /* defaultVals */
            invokevirtual java.lang.Long.longValue:()J
        40: .line 121
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDGroupTraverser.checkOccurrences:(Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;Ljava/lang/String;Lorg/w3c/dom/Element;IJ)Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
            astore 13 /* particle */
        end local 14 // java.lang.Long defaultVals
        41: .line 125
      StackMap locals:
      StackMap stack:
            aload 5 /* refAttr */
            ifnull 49
        42: .line 127
            aload 9 /* annotation */
            ifnull 46
        43: .line 128
            new com.sun.org.apache.xerces.internal.impl.xs.util.XSObjectListImpl
            dup
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.util.XSObjectListImpl.<init>:()V
            astore 14 /* annotations */
        start local 14 // com.sun.org.apache.xerces.internal.xs.XSObjectList annotations
        44: .line 129
            aload 14 /* annotations */
            checkcast com.sun.org.apache.xerces.internal.impl.xs.util.XSObjectListImpl
            aload 9 /* annotation */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.util.XSObjectListImpl.addXSObject:(Lcom/sun/org/apache/xerces/internal/xs/XSObject;)V
        45: .line 130
            goto 47
        end local 14 // com.sun.org.apache.xerces.internal.xs.XSObjectList annotations
        46: .line 131
      StackMap locals:
      StackMap stack:
            getstatic com.sun.org.apache.xerces.internal.impl.xs.util.XSObjectListImpl.EMPTY_LIST:Lcom/sun/org/apache/xerces/internal/impl/xs/util/XSObjectListImpl;
            astore 14 /* annotations */
        start local 14 // com.sun.org.apache.xerces.internal.xs.XSObjectList annotations
        47: .line 133
      StackMap locals: com.sun.org.apache.xerces.internal.xs.XSObjectList
      StackMap stack:
            aload 13 /* particle */
            aload 14 /* annotations */
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fAnnotations:Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
        end local 14 // com.sun.org.apache.xerces.internal.xs.XSObjectList annotations
        48: .line 134
            goto 50
        49: .line 135
      StackMap locals:
      StackMap stack:
            aload 13 /* particle */
            aload 8 /* group */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl.fAnnotations:Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fAnnotations:Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
        50: .line 139
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDGroupTraverser.fAttrChecker:Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSAttributeChecker;
            aload 4 /* attrValues */
            aload 2 /* schemaDoc */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.traversers.XSAttributeChecker.returnAttrArray:([Ljava/lang/Object;Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDocumentInfo;)V
        51: .line 141
            aload 13 /* particle */
            areturn
        end local 13 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl particle
        end local 12 // int maxOccurs
        end local 11 // int minOccurs
        end local 10 // org.w3c.dom.Element child
        end local 9 // com.sun.org.apache.xerces.internal.impl.xs.XSAnnotationImpl annotation
        end local 8 // com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl group
        end local 7 // com.sun.org.apache.xerces.internal.impl.xs.util.XInt maxAttr
        end local 6 // com.sun.org.apache.xerces.internal.impl.xs.util.XInt minAttr
        end local 5 // com.sun.org.apache.xerces.internal.xni.QName refAttr
        end local 4 // java.lang.Object[] attrValues
        end local 3 // com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar grammar
        end local 2 // com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDocumentInfo schemaDoc
        end local 1 // org.w3c.dom.Element elmNode
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDGroupTraverser this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   52     0         this  Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDGroupTraverser;
            0   52     1      elmNode  Lorg/w3c/dom/Element;
            0   52     2    schemaDoc  Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDocumentInfo;
            0   52     3      grammar  Lcom/sun/org/apache/xerces/internal/impl/xs/SchemaGrammar;
            3   52     4   attrValues  [Ljava/lang/Object;
            4   52     5      refAttr  Lcom/sun/org/apache/xerces/internal/xni/QName;
            5   52     6      minAttr  Lcom/sun/org/apache/xerces/internal/impl/xs/util/XInt;
            6   52     7      maxAttr  Lcom/sun/org/apache/xerces/internal/impl/xs/util/XInt;
            7   52     8        group  Lcom/sun/org/apache/xerces/internal/impl/xs/XSGroupDecl;
           12   52     9   annotation  Lcom/sun/org/apache/xerces/internal/impl/xs/XSAnnotationImpl;
           13   52    10        child  Lorg/w3c/dom/Element;
           18   20    11         text  Ljava/lang/String;
           23   52    11    minOccurs  I
           24   52    12    maxOccurs  I
           25   52    13     particle  Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
           37   41    14  defaultVals  Ljava/lang/Long;
           44   46    14  annotations  Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
           47   48    14  annotations  Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
    MethodParameters:
           Name  Flags
      elmNode    
      schemaDoc  
      grammar    

  com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl traverseGlobal(org.w3c.dom.Element, com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDocumentInfo, com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar);
    descriptor: (Lorg/w3c/dom/Element;Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDocumentInfo;Lcom/sun/org/apache/xerces/internal/impl/xs/SchemaGrammar;)Lcom/sun/org/apache/xerces/internal/impl/xs/XSGroupDecl;
    flags: (0x0000) 
    Code:
      stack=8, locals=13, args_size=4
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDGroupTraverser this
        start local 1 // org.w3c.dom.Element elmNode
        start local 2 // com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDocumentInfo schemaDoc
        start local 3 // com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar grammar
         0: .line 150
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDGroupTraverser.fAttrChecker:Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSAttributeChecker;
            aload 1 /* elmNode */
            iconst_1
         1: .line 151
            aload 2 /* schemaDoc */
         2: .line 150
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.traversers.XSAttributeChecker.checkAttributes:(Lorg/w3c/dom/Element;ZLcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDocumentInfo;)[Ljava/lang/Object;
            astore 4 /* attrValues */
        start local 4 // java.lang.Object[] attrValues
         3: .line 152
            aload 4 /* attrValues */
            getstatic com.sun.org.apache.xerces.internal.impl.xs.traversers.XSAttributeChecker.ATTIDX_NAME:I
            aaload
            checkcast java.lang.String
            astore 5 /* strNameAttr */
        start local 5 // java.lang.String strNameAttr
         4: .line 155
            aload 5 /* strNameAttr */
            ifnonnull 6
         5: .line 156
            aload 0 /* this */
            ldc "s4s-att-must-appear"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "group (global)"
            aastore
            dup
            iconst_1
            ldc "name"
            aastore
            aload 1 /* elmNode */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDGroupTraverser.reportSchemaError:(Ljava/lang/String;[Ljava/lang/Object;Lorg/w3c/dom/Element;)V
         6: .line 161
      StackMap locals: java.lang.Object[] java.lang.String
      StackMap stack:
            new com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl
            dup
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl.<init>:()V
            astore 6 /* group */
        start local 6 // com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl group
         7: .line 162
            aconst_null
            astore 7 /* particle */
        start local 7 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl particle
         8: .line 165
            aload 1 /* elmNode */
            invokestatic com.sun.org.apache.xerces.internal.util.DOMUtil.getFirstChildElement:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Element;
            astore 8 /* l_elmChild */
        start local 8 // org.w3c.dom.Element l_elmChild
         9: .line 166
            aconst_null
            astore 9 /* annotation */
        start local 9 // com.sun.org.apache.xerces.internal.impl.xs.XSAnnotationImpl annotation
        10: .line 167
            aload 8 /* l_elmChild */
            ifnonnull 16
        11: .line 168
            aload 0 /* this */
            ldc "s4s-elt-must-match.2"
        12: .line 169
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "group (global)"
            aastore
            dup
            iconst_1
            ldc "(annotation?, (all | choice | sequence))"
            aastore
        13: .line 170
            aload 1 /* elmNode */
        14: .line 168
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDGroupTraverser.reportSchemaError:(Ljava/lang/String;[Ljava/lang/Object;Lorg/w3c/dom/Element;)V
        15: .line 171
            goto 52
        16: .line 172
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDGroupTraverser org.w3c.dom.Element com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDocumentInfo com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar java.lang.Object[] java.lang.String com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl org.w3c.dom.Element com.sun.org.apache.xerces.internal.impl.xs.XSAnnotationImpl
      StackMap stack:
            aload 8 /* l_elmChild */
            invokeinterface org.w3c.dom.Element.getLocalName:()Ljava/lang/String;
            astore 10 /* childName */
        start local 10 // java.lang.String childName
        17: .line 173
            aload 10 /* childName */
            getstatic com.sun.org.apache.xerces.internal.impl.xs.SchemaSymbols.ELT_ANNOTATION:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 23
        18: .line 174
            aload 0 /* this */
            aload 8 /* l_elmChild */
            aload 4 /* attrValues */
            iconst_1
            aload 2 /* schemaDoc */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDGroupTraverser.traverseAnnotationDecl:(Lorg/w3c/dom/Element;[Ljava/lang/Object;ZLcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDocumentInfo;)Lcom/sun/org/apache/xerces/internal/impl/xs/XSAnnotationImpl;
            astore 9 /* annotation */
        19: .line 175
            aload 8 /* l_elmChild */
            invokestatic com.sun.org.apache.xerces.internal.util.DOMUtil.getNextSiblingElement:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Element;
            astore 8 /* l_elmChild */
        20: .line 176
            aload 8 /* l_elmChild */
            ifnull 26
        21: .line 177
            aload 8 /* l_elmChild */
            invokeinterface org.w3c.dom.Element.getLocalName:()Ljava/lang/String;
            astore 10 /* childName */
        22: .line 178
            goto 26
        23: .line 180
      StackMap locals: java.lang.String
      StackMap stack:
            aload 1 /* elmNode */
            invokestatic com.sun.org.apache.xerces.internal.util.DOMUtil.getSyntheticAnnotation:(Lorg/w3c/dom/Node;)Ljava/lang/String;
            astore 11 /* text */
        start local 11 // java.lang.String text
        24: .line 181
            aload 11 /* text */
            ifnull 26
        25: .line 182
            aload 0 /* this */
            aload 1 /* elmNode */
            aload 11 /* text */
            aload 4 /* attrValues */
            iconst_0
            aload 2 /* schemaDoc */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDGroupTraverser.traverseSyntheticAnnotation:(Lorg/w3c/dom/Element;Ljava/lang/String;[Ljava/lang/Object;ZLcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDocumentInfo;)Lcom/sun/org/apache/xerces/internal/impl/xs/XSAnnotationImpl;
            astore 9 /* annotation */
        end local 11 // java.lang.String text
        26: .line 186
      StackMap locals:
      StackMap stack:
            aload 8 /* l_elmChild */
            ifnonnull 32
        27: .line 187
            aload 0 /* this */
            ldc "s4s-elt-must-match.2"
        28: .line 188
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "group (global)"
            aastore
            dup
            iconst_1
            ldc "(annotation?, (all | choice | sequence))"
            aastore
        29: .line 189
            aload 1 /* elmNode */
        30: .line 187
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDGroupTraverser.reportSchemaError:(Ljava/lang/String;[Ljava/lang/Object;Lorg/w3c/dom/Element;)V
        31: .line 190
            goto 45
      StackMap locals:
      StackMap stack:
        32: aload 10 /* childName */
            getstatic com.sun.org.apache.xerces.internal.impl.xs.SchemaSymbols.ELT_ALL:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 35
        33: .line 191
            aload 0 /* this */
            aload 8 /* l_elmChild */
            aload 2 /* schemaDoc */
            aload 3 /* grammar */
            iconst_4
            aload 6 /* group */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDGroupTraverser.traverseAll:(Lorg/w3c/dom/Element;Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDocumentInfo;Lcom/sun/org/apache/xerces/internal/impl/xs/SchemaGrammar;ILcom/sun/org/apache/xerces/internal/xs/XSObject;)Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
            astore 7 /* particle */
        34: .line 192
            goto 45
      StackMap locals:
      StackMap stack:
        35: aload 10 /* childName */
            getstatic com.sun.org.apache.xerces.internal.impl.xs.SchemaSymbols.ELT_CHOICE:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 38
        36: .line 193
            aload 0 /* this */
            aload 8 /* l_elmChild */
            aload 2 /* schemaDoc */
            aload 3 /* grammar */
            iconst_4
            aload 6 /* group */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDGroupTraverser.traverseChoice:(Lorg/w3c/dom/Element;Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDocumentInfo;Lcom/sun/org/apache/xerces/internal/impl/xs/SchemaGrammar;ILcom/sun/org/apache/xerces/internal/xs/XSObject;)Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
            astore 7 /* particle */
        37: .line 194
            goto 45
      StackMap locals:
      StackMap stack:
        38: aload 10 /* childName */
            getstatic com.sun.org.apache.xerces.internal.impl.xs.SchemaSymbols.ELT_SEQUENCE:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 41
        39: .line 195
            aload 0 /* this */
            aload 8 /* l_elmChild */
            aload 2 /* schemaDoc */
            aload 3 /* grammar */
            iconst_4
            aload 6 /* group */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDGroupTraverser.traverseSequence:(Lorg/w3c/dom/Element;Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDocumentInfo;Lcom/sun/org/apache/xerces/internal/impl/xs/SchemaGrammar;ILcom/sun/org/apache/xerces/internal/xs/XSObject;)Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
            astore 7 /* particle */
        40: .line 196
            goto 45
        41: .line 197
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "s4s-elt-must-match.1"
        42: .line 198
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "group (global)"
            aastore
            dup
            iconst_1
            ldc "(annotation?, (all | choice | sequence))"
            aastore
            dup
            iconst_2
            aload 8 /* l_elmChild */
            invokestatic com.sun.org.apache.xerces.internal.util.DOMUtil.getLocalName:(Lorg/w3c/dom/Node;)Ljava/lang/String;
            aastore
        43: .line 199
            aload 8 /* l_elmChild */
        44: .line 197
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDGroupTraverser.reportSchemaError:(Ljava/lang/String;[Ljava/lang/Object;Lorg/w3c/dom/Element;)V
        45: .line 202
      StackMap locals:
      StackMap stack:
            aload 8 /* l_elmChild */
            ifnull 52
        46: .line 203
            aload 8 /* l_elmChild */
            invokestatic com.sun.org.apache.xerces.internal.util.DOMUtil.getNextSiblingElement:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Element;
            ifnull 52
        47: .line 204
            aload 0 /* this */
            ldc "s4s-elt-must-match.1"
        48: .line 205
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "group (global)"
            aastore
            dup
            iconst_1
            ldc "(annotation?, (all | choice | sequence))"
            aastore
            dup
            iconst_2
        49: .line 206
            aload 8 /* l_elmChild */
            invokestatic com.sun.org.apache.xerces.internal.util.DOMUtil.getNextSiblingElement:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Element;
            invokestatic com.sun.org.apache.xerces.internal.util.DOMUtil.getLocalName:(Lorg/w3c/dom/Node;)Ljava/lang/String;
            aastore
        50: .line 207
            aload 8 /* l_elmChild */
            invokestatic com.sun.org.apache.xerces.internal.util.DOMUtil.getNextSiblingElement:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Element;
        51: .line 204
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDGroupTraverser.reportSchemaError:(Ljava/lang/String;[Ljava/lang/Object;Lorg/w3c/dom/Element;)V
        end local 10 // java.lang.String childName
        52: .line 212
      StackMap locals:
      StackMap stack:
            aload 5 /* strNameAttr */
            ifnull 75
        53: .line 213
            aload 6 /* group */
            aload 5 /* strNameAttr */
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl.fName:Ljava/lang/String;
        54: .line 214
            aload 6 /* group */
            aload 2 /* schemaDoc */
            getfield com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDocumentInfo.fTargetNamespace:Ljava/lang/String;
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl.fTargetNamespace:Ljava/lang/String;
        55: .line 215
            aload 7 /* particle */
            ifnonnull 57
        56: .line 216
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.getEmptySequence:()Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
            astore 7 /* particle */
        57: .line 218
      StackMap locals:
      StackMap stack:
            aload 6 /* group */
            aload 7 /* particle */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fValue:Lcom/sun/org/apache/xerces/internal/xs/XSTerm;
            checkcast com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl.fModelGroup:Lcom/sun/org/apache/xerces/internal/impl/xs/XSModelGroupImpl;
        58: .line 220
            aload 9 /* annotation */
            ifnull 62
        59: .line 221
            new com.sun.org.apache.xerces.internal.impl.xs.util.XSObjectListImpl
            dup
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.util.XSObjectListImpl.<init>:()V
            astore 10 /* annotations */
        start local 10 // com.sun.org.apache.xerces.internal.xs.XSObjectList annotations
        60: .line 222
            aload 10 /* annotations */
            checkcast com.sun.org.apache.xerces.internal.impl.xs.util.XSObjectListImpl
            aload 9 /* annotation */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.util.XSObjectListImpl.addXSObject:(Lcom/sun/org/apache/xerces/internal/xs/XSObject;)V
        61: .line 223
            goto 63
        end local 10 // com.sun.org.apache.xerces.internal.xs.XSObjectList annotations
        62: .line 224
      StackMap locals:
      StackMap stack:
            getstatic com.sun.org.apache.xerces.internal.impl.xs.util.XSObjectListImpl.EMPTY_LIST:Lcom/sun/org/apache/xerces/internal/impl/xs/util/XSObjectListImpl;
            astore 10 /* annotations */
        start local 10 // com.sun.org.apache.xerces.internal.xs.XSObjectList annotations
        63: .line 226
      StackMap locals: com.sun.org.apache.xerces.internal.xs.XSObjectList
      StackMap stack:
            aload 6 /* group */
            aload 10 /* annotations */
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl.fAnnotations:Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
        64: .line 228
            aload 3 /* grammar */
            aload 6 /* group */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl.fName:Ljava/lang/String;
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar.getGlobalGroupDecl:(Ljava/lang/String;)Lcom/sun/org/apache/xerces/internal/impl/xs/XSGroupDecl;
            ifnonnull 66
        65: .line 229
            aload 3 /* grammar */
            aload 6 /* group */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar.addGlobalGroupDecl:(Lcom/sun/org/apache/xerces/internal/impl/xs/XSGroupDecl;)V
        66: .line 233
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDGroupTraverser.fSchemaHandler:Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDHandler;
            aload 2 /* schemaDoc */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.schemaDocument2SystemId:(Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDocumentInfo;)Ljava/lang/String;
            astore 11 /* loc */
        start local 11 // java.lang.String loc
        67: .line 234
            aload 3 /* grammar */
            aload 6 /* group */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl.fName:Ljava/lang/String;
            aload 11 /* loc */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar.getGlobalGroupDecl:(Ljava/lang/String;Ljava/lang/String;)Lcom/sun/org/apache/xerces/internal/impl/xs/XSGroupDecl;
            astore 12 /* group2 */
        start local 12 // com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl group2
        68: .line 235
            aload 12 /* group2 */
            ifnonnull 70
        69: .line 236
            aload 3 /* grammar */
            aload 6 /* group */
            aload 11 /* loc */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar.addGlobalGroupDecl:(Lcom/sun/org/apache/xerces/internal/impl/xs/XSGroupDecl;Ljava/lang/String;)V
        70: .line 240
      StackMap locals: java.lang.String com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDGroupTraverser.fSchemaHandler:Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDHandler;
            getfield com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.fTolerateDuplicates:Z
            ifeq 76
        71: .line 241
            aload 12 /* group2 */
            ifnull 73
        72: .line 242
            aload 12 /* group2 */
            astore 6 /* group */
        73: .line 244
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDGroupTraverser.fSchemaHandler:Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDHandler;
            aload 6 /* group */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.addGlobalGroupDecl:(Lcom/sun/org/apache/xerces/internal/impl/xs/XSGroupDecl;)V
        end local 12 // com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl group2
        end local 11 // java.lang.String loc
        end local 10 // com.sun.org.apache.xerces.internal.xs.XSObjectList annotations
        74: .line 246
            goto 76
        75: .line 249
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 6 /* group */
        76: .line 252
      StackMap locals:
      StackMap stack:
            aload 6 /* group */
            ifnull 85
        77: .line 255
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDGroupTraverser.fSchemaHandler:Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDHandler;
            iconst_4
        78: .line 256
            new com.sun.org.apache.xerces.internal.xni.QName
            dup
            getstatic com.sun.org.apache.xerces.internal.util.XMLSymbols.EMPTY_STRING:Ljava/lang/String;
            aload 5 /* strNameAttr */
            aload 5 /* strNameAttr */
            aload 2 /* schemaDoc */
            getfield com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDocumentInfo.fTargetNamespace:Ljava/lang/String;
            invokespecial com.sun.org.apache.xerces.internal.xni.QName.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        79: .line 257
            aload 2 /* schemaDoc */
            aload 1 /* elmNode */
        80: .line 255
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.getGrpOrAttrGrpRedefinedByRestriction:(ILcom/sun/org/apache/xerces/internal/xni/QName;Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDocumentInfo;Lorg/w3c/dom/Element;)Ljava/lang/Object;
            astore 10 /* redefinedGrp */
        start local 10 // java.lang.Object redefinedGrp
        81: .line 258
            aload 10 /* redefinedGrp */
            ifnull 85
        82: .line 260
            aload 3 /* grammar */
            aload 6 /* group */
            aload 10 /* redefinedGrp */
            checkcast com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl
        83: .line 261
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDGroupTraverser.fSchemaHandler:Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDHandler;
            aload 1 /* elmNode */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.element2Locator:(Lorg/w3c/dom/Element;)Lcom/sun/org/apache/xerces/internal/impl/xs/util/SimpleLocator;
        84: .line 260
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar.addRedefinedGroupDecl:(Lcom/sun/org/apache/xerces/internal/impl/xs/XSGroupDecl;Lcom/sun/org/apache/xerces/internal/impl/xs/XSGroupDecl;Lcom/sun/org/apache/xerces/internal/impl/xs/util/SimpleLocator;)V
        end local 10 // java.lang.Object redefinedGrp
        85: .line 265
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDGroupTraverser.fAttrChecker:Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSAttributeChecker;
            aload 4 /* attrValues */
            aload 2 /* schemaDoc */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.traversers.XSAttributeChecker.returnAttrArray:([Ljava/lang/Object;Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDocumentInfo;)V
        86: .line 267
            aload 6 /* group */
            areturn
        end local 9 // com.sun.org.apache.xerces.internal.impl.xs.XSAnnotationImpl annotation
        end local 8 // org.w3c.dom.Element l_elmChild
        end local 7 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl particle
        end local 6 // com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl group
        end local 5 // java.lang.String strNameAttr
        end local 4 // java.lang.Object[] attrValues
        end local 3 // com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar grammar
        end local 2 // com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDocumentInfo schemaDoc
        end local 1 // org.w3c.dom.Element elmNode
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDGroupTraverser this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   87     0          this  Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDGroupTraverser;
            0   87     1       elmNode  Lorg/w3c/dom/Element;
            0   87     2     schemaDoc  Lcom/sun/org/apache/xerces/internal/impl/xs/traversers/XSDocumentInfo;
            0   87     3       grammar  Lcom/sun/org/apache/xerces/internal/impl/xs/SchemaGrammar;
            3   87     4    attrValues  [Ljava/lang/Object;
            4   87     5   strNameAttr  Ljava/lang/String;
            7   87     6         group  Lcom/sun/org/apache/xerces/internal/impl/xs/XSGroupDecl;
            8   87     7      particle  Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
            9   87     8    l_elmChild  Lorg/w3c/dom/Element;
           10   87     9    annotation  Lcom/sun/org/apache/xerces/internal/impl/xs/XSAnnotationImpl;
           17   52    10     childName  Ljava/lang/String;
           24   26    11          text  Ljava/lang/String;
           60   62    10   annotations  Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
           63   74    10   annotations  Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
           67   74    11           loc  Ljava/lang/String;
           68   74    12        group2  Lcom/sun/org/apache/xerces/internal/impl/xs/XSGroupDecl;
           81   85    10  redefinedGrp  Ljava/lang/Object;
    MethodParameters:
           Name  Flags
      elmNode    
      schemaDoc  
      grammar    
}
SourceFile: "XSDGroupTraverser.java"