public class com.sun.org.apache.xerces.internal.impl.xs.XSConstraints
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.org.apache.xerces.internal.impl.xs.XSConstraints
  super_class: java.lang.Object
{
  static final int OCCURRENCE_UNKNOWN;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: -2

  static final com.sun.org.apache.xerces.internal.impl.dv.XSSimpleType STRING_TYPE;
    descriptor: Lcom/sun/org/apache/xerces/internal/impl/dv/XSSimpleType;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  private static com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl fEmptyParticle;
    descriptor: Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static final java.util.Comparator<com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl> ELEMENT_PARTICLE_COMPARATOR;
    descriptor: Ljava/util/Comparator;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/Comparator<Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 59
            getstatic com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar.SG_SchemaNS:Lcom/sun/org/apache/xerces/internal/impl/xs/SchemaGrammar$BuiltinSchemaGrammar;
            ldc "string"
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar$BuiltinSchemaGrammar.getGlobalTypeDecl:(Ljava/lang/String;)Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
            checkcast com.sun.org.apache.xerces.internal.impl.dv.XSSimpleType
         1: .line 58
            putstatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.STRING_TYPE:Lcom/sun/org/apache/xerces/internal/impl/dv/XSSimpleType;
         2: .line 61
            aconst_null
            putstatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.fEmptyParticle:Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
         3: .line 79
            new com.sun.org.apache.xerces.internal.impl.xs.XSConstraints$1
            dup
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XSConstraints$1.<init>:()V
         4: .line 78
            putstatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.ELEMENT_PARTICLE_COMPARATOR:Ljava/util/Comparator;
         5: .line 111
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSConstraints this
         0: .line 50
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSConstraints this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSConstraints;

  public static com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl getEmptySequence();
    descriptor: ()Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=0
         0: .line 63
            getstatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.fEmptyParticle:Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
            ifnonnull 11
         1: .line 64
            new com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl
            dup
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.<init>:()V
            astore 0 /* group */
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl group
         2: .line 65
            aload 0 /* group */
            bipush 102
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fCompositor:S
         3: .line 66
            aload 0 /* group */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fParticleCount:I
         4: .line 67
            aload 0 /* group */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fParticles:[Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
         5: .line 68
            aload 0 /* group */
            getstatic com.sun.org.apache.xerces.internal.impl.xs.util.XSObjectListImpl.EMPTY_LIST:Lcom/sun/org/apache/xerces/internal/impl/xs/util/XSObjectListImpl;
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fAnnotations:Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
         6: .line 69
            new com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl
            dup
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.<init>:()V
            astore 1 /* particle */
        start local 1 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl particle
         7: .line 70
            aload 1 /* particle */
            iconst_3
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fType:S
         8: .line 71
            aload 1 /* particle */
            aload 0 /* group */
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fValue:Lcom/sun/org/apache/xerces/internal/xs/XSTerm;
         9: .line 72
            aload 1 /* particle */
            getstatic com.sun.org.apache.xerces.internal.impl.xs.util.XSObjectListImpl.EMPTY_LIST:Lcom/sun/org/apache/xerces/internal/impl/xs/util/XSObjectListImpl;
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fAnnotations:Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
        10: .line 73
            aload 1 /* particle */
            putstatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.fEmptyParticle:Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
        end local 1 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl particle
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl group
        11: .line 75
      StackMap locals:
      StackMap stack:
            getstatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.fEmptyParticle:Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
            areturn
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            2   11     0     group  Lcom/sun/org/apache/xerces/internal/impl/xs/XSModelGroupImpl;
            7   11     1  particle  Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;

  public static boolean checkTypeDerivationOk(com.sun.org.apache.xerces.internal.xs.XSTypeDefinition, com.sun.org.apache.xerces.internal.xs.XSTypeDefinition, short);
    descriptor: (Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;S)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.xs.XSTypeDefinition derived
        start local 1 // com.sun.org.apache.xerces.internal.xs.XSTypeDefinition base
        start local 2 // short block
         0: .line 119
            aload 0 /* derived */
            getstatic com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar.fAnyType:Lcom/sun/org/apache/xerces/internal/impl/xs/XSComplexTypeDecl;
            if_acmpne 3
         1: .line 120
            aload 0 /* derived */
            aload 1 /* base */
            if_acmpne 2
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 123
      StackMap locals:
      StackMap stack:
            aload 0 /* derived */
            getstatic com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar.fAnySimpleType:Lcom/sun/org/apache/xerces/internal/impl/dv/XSSimpleType;
            if_acmpne 8
         4: .line 124
            aload 1 /* base */
            getstatic com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar.fAnyType:Lcom/sun/org/apache/xerces/internal/impl/xs/XSComplexTypeDecl;
            if_acmpeq 7
         5: .line 125
            aload 1 /* base */
            getstatic com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar.fAnySimpleType:Lcom/sun/org/apache/xerces/internal/impl/dv/XSSimpleType;
            if_acmpeq 7
         6: .line 124
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         7: iconst_1
            ireturn
         8: .line 129
      StackMap locals:
      StackMap stack:
            aload 0 /* derived */
            invokeinterface com.sun.org.apache.xerces.internal.xs.XSTypeDefinition.getTypeCategory:()S
            bipush 16
            if_icmpne 16
         9: .line 131
            aload 1 /* base */
            invokeinterface com.sun.org.apache.xerces.internal.xs.XSTypeDefinition.getTypeCategory:()S
            bipush 15
            if_icmpne 13
        10: .line 134
            aload 1 /* base */
            getstatic com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar.fAnyType:Lcom/sun/org/apache/xerces/internal/impl/xs/XSComplexTypeDecl;
            if_acmpne 12
        11: .line 135
            getstatic com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar.fAnySimpleType:Lcom/sun/org/apache/xerces/internal/impl/dv/XSSimpleType;
            astore 1 /* base */
            goto 13
        12: .line 137
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        13: .line 139
      StackMap locals:
      StackMap stack:
            aload 0 /* derived */
            checkcast com.sun.org.apache.xerces.internal.impl.dv.XSSimpleType
        14: .line 140
            aload 1 /* base */
            checkcast com.sun.org.apache.xerces.internal.impl.dv.XSSimpleType
            iload 2 /* block */
        15: .line 139
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.checkSimpleDerivation:(Lcom/sun/org/apache/xerces/internal/impl/dv/XSSimpleType;Lcom/sun/org/apache/xerces/internal/impl/dv/XSSimpleType;S)Z
            ireturn
        16: .line 143
      StackMap locals:
      StackMap stack:
            aload 0 /* derived */
            checkcast com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl
            aload 1 /* base */
            iload 2 /* block */
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.checkComplexDerivation:(Lcom/sun/org/apache/xerces/internal/impl/xs/XSComplexTypeDecl;Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;S)Z
            ireturn
        end local 2 // short block
        end local 1 // com.sun.org.apache.xerces.internal.xs.XSTypeDefinition base
        end local 0 // com.sun.org.apache.xerces.internal.xs.XSTypeDefinition derived
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   17     0  derived  Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
            0   17     1     base  Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
            0   17     2    block  S
    MethodParameters:
         Name  Flags
      derived  
      base     
      block    

  public static boolean checkSimpleDerivationOk(com.sun.org.apache.xerces.internal.impl.dv.XSSimpleType, com.sun.org.apache.xerces.internal.xs.XSTypeDefinition, short);
    descriptor: (Lcom/sun/org/apache/xerces/internal/impl/dv/XSSimpleType;Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;S)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.impl.dv.XSSimpleType derived
        start local 1 // com.sun.org.apache.xerces.internal.xs.XSTypeDefinition base
        start local 2 // short block
         0: .line 154
            aload 0 /* derived */
            getstatic com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar.fAnySimpleType:Lcom/sun/org/apache/xerces/internal/impl/dv/XSSimpleType;
            if_acmpne 5
         1: .line 155
            aload 1 /* base */
            getstatic com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar.fAnyType:Lcom/sun/org/apache/xerces/internal/impl/xs/XSComplexTypeDecl;
            if_acmpeq 4
         2: .line 156
            aload 1 /* base */
            getstatic com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar.fAnySimpleType:Lcom/sun/org/apache/xerces/internal/impl/dv/XSSimpleType;
            if_acmpeq 4
         3: .line 155
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_1
            ireturn
         5: .line 160
      StackMap locals:
      StackMap stack:
            aload 1 /* base */
            invokeinterface com.sun.org.apache.xerces.internal.xs.XSTypeDefinition.getTypeCategory:()S
            bipush 15
            if_icmpne 9
         6: .line 163
            aload 1 /* base */
            getstatic com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar.fAnyType:Lcom/sun/org/apache/xerces/internal/impl/xs/XSComplexTypeDecl;
            if_acmpne 8
         7: .line 164
            getstatic com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar.fAnySimpleType:Lcom/sun/org/apache/xerces/internal/impl/dv/XSSimpleType;
            astore 1 /* base */
            goto 9
         8: .line 166
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         9: .line 168
      StackMap locals:
      StackMap stack:
            aload 0 /* derived */
            aload 1 /* base */
            checkcast com.sun.org.apache.xerces.internal.impl.dv.XSSimpleType
            iload 2 /* block */
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.checkSimpleDerivation:(Lcom/sun/org/apache/xerces/internal/impl/dv/XSSimpleType;Lcom/sun/org/apache/xerces/internal/impl/dv/XSSimpleType;S)Z
            ireturn
        end local 2 // short block
        end local 1 // com.sun.org.apache.xerces.internal.xs.XSTypeDefinition base
        end local 0 // com.sun.org.apache.xerces.internal.impl.dv.XSSimpleType derived
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0  derived  Lcom/sun/org/apache/xerces/internal/impl/dv/XSSimpleType;
            0   10     1     base  Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
            0   10     2    block  S
    MethodParameters:
         Name  Flags
      derived  
      base     
      block    

  public static boolean checkComplexDerivationOk(com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl, com.sun.org.apache.xerces.internal.xs.XSTypeDefinition, short);
    descriptor: (Lcom/sun/org/apache/xerces/internal/impl/xs/XSComplexTypeDecl;Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;S)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl derived
        start local 1 // com.sun.org.apache.xerces.internal.xs.XSTypeDefinition base
        start local 2 // short block
         0: .line 177
            aload 0 /* derived */
            getstatic com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar.fAnyType:Lcom/sun/org/apache/xerces/internal/impl/xs/XSComplexTypeDecl;
            if_acmpne 3
         1: .line 178
            aload 0 /* derived */
            aload 1 /* base */
            if_acmpne 2
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 179
      StackMap locals:
      StackMap stack:
            aload 0 /* derived */
            aload 1 /* base */
            iload 2 /* block */
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.checkComplexDerivation:(Lcom/sun/org/apache/xerces/internal/impl/xs/XSComplexTypeDecl;Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;S)Z
            ireturn
        end local 2 // short block
        end local 1 // com.sun.org.apache.xerces.internal.xs.XSTypeDefinition base
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl derived
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0  derived  Lcom/sun/org/apache/xerces/internal/impl/xs/XSComplexTypeDecl;
            0    4     1     base  Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
            0    4     2    block  S
    MethodParameters:
         Name  Flags
      derived  
      base     
      block    

  private static boolean checkSimpleDerivation(com.sun.org.apache.xerces.internal.impl.dv.XSSimpleType, com.sun.org.apache.xerces.internal.impl.dv.XSSimpleType, short);
    descriptor: (Lcom/sun/org/apache/xerces/internal/impl/dv/XSSimpleType;Lcom/sun/org/apache/xerces/internal/impl/dv/XSSimpleType;S)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=7, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.impl.dv.XSSimpleType derived
        start local 1 // com.sun.org.apache.xerces.internal.impl.dv.XSSimpleType base
        start local 2 // short block
         0: .line 189
            aload 0 /* derived */
            aload 1 /* base */
            if_acmpne 2
         1: .line 190
            iconst_1
            ireturn
         2: .line 194
      StackMap locals:
      StackMap stack:
            iload 2 /* block */
            iconst_2
            iand
            ifne 4
         3: .line 195
            aload 0 /* derived */
            invokeinterface com.sun.org.apache.xerces.internal.impl.dv.XSSimpleType.getBaseType:()Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
            invokeinterface com.sun.org.apache.xerces.internal.xs.XSTypeDefinition.getFinal:()S
            iconst_2
            iand
            ifeq 5
         4: .line 196
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         5: .line 201
      StackMap locals:
      StackMap stack:
            aload 0 /* derived */
            invokeinterface com.sun.org.apache.xerces.internal.impl.dv.XSSimpleType.getBaseType:()Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
            checkcast com.sun.org.apache.xerces.internal.impl.dv.XSSimpleType
            astore 3 /* directBase */
        start local 3 // com.sun.org.apache.xerces.internal.impl.dv.XSSimpleType directBase
         6: .line 202
            aload 3 /* directBase */
            aload 1 /* base */
            if_acmpne 8
         7: .line 203
            iconst_1
            ireturn
         8: .line 206
      StackMap locals: com.sun.org.apache.xerces.internal.impl.dv.XSSimpleType
      StackMap stack:
            aload 3 /* directBase */
            getstatic com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar.fAnySimpleType:Lcom/sun/org/apache/xerces/internal/impl/dv/XSSimpleType;
            if_acmpeq 11
         9: .line 207
            aload 3 /* directBase */
            aload 1 /* base */
            iload 2 /* block */
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.checkSimpleDerivation:(Lcom/sun/org/apache/xerces/internal/impl/dv/XSSimpleType;Lcom/sun/org/apache/xerces/internal/impl/dv/XSSimpleType;S)Z
            ifeq 11
        10: .line 208
            iconst_1
            ireturn
        11: .line 212
      StackMap locals:
      StackMap stack:
            aload 0 /* derived */
            invokeinterface com.sun.org.apache.xerces.internal.impl.dv.XSSimpleType.getVariety:()S
            iconst_2
            if_icmpeq 13
        12: .line 213
            aload 0 /* derived */
            invokeinterface com.sun.org.apache.xerces.internal.impl.dv.XSSimpleType.getVariety:()S
            iconst_3
            if_icmpne 15
        13: .line 214
      StackMap locals:
      StackMap stack:
            aload 1 /* base */
            getstatic com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar.fAnySimpleType:Lcom/sun/org/apache/xerces/internal/impl/dv/XSSimpleType;
            if_acmpne 15
        14: .line 215
            iconst_1
            ireturn
        15: .line 219
      StackMap locals:
      StackMap stack:
            aload 1 /* base */
            invokeinterface com.sun.org.apache.xerces.internal.impl.dv.XSSimpleType.getVariety:()S
            iconst_3
            if_icmpne 25
        16: .line 220
            aload 1 /* base */
            invokeinterface com.sun.org.apache.xerces.internal.impl.dv.XSSimpleType.getMemberTypes:()Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
            astore 4 /* subUnionMemberDV */
        start local 4 // com.sun.org.apache.xerces.internal.xs.XSObjectList subUnionMemberDV
        17: .line 221
            aload 4 /* subUnionMemberDV */
            invokeinterface com.sun.org.apache.xerces.internal.xs.XSObjectList.getLength:()I
            istore 5 /* subUnionSize */
        start local 5 // int subUnionSize
        18: .line 222
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        19: goto 24
        20: .line 223
      StackMap locals: com.sun.org.apache.xerces.internal.xs.XSObjectList int int
      StackMap stack:
            aload 4 /* subUnionMemberDV */
            iload 6 /* i */
            invokeinterface com.sun.org.apache.xerces.internal.xs.XSObjectList.item:(I)Lcom/sun/org/apache/xerces/internal/xs/XSObject;
            checkcast com.sun.org.apache.xerces.internal.impl.dv.XSSimpleType
            astore 1 /* base */
        21: .line 224
            aload 0 /* derived */
            aload 1 /* base */
            iload 2 /* block */
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.checkSimpleDerivation:(Lcom/sun/org/apache/xerces/internal/impl/dv/XSSimpleType;Lcom/sun/org/apache/xerces/internal/impl/dv/XSSimpleType;S)Z
            ifeq 23
        22: .line 225
            iconst_1
            ireturn
        23: .line 222
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        24: iload 6 /* i */
            iload 5 /* subUnionSize */
            if_icmplt 20
        end local 6 // int i
        end local 5 // int subUnionSize
        end local 4 // com.sun.org.apache.xerces.internal.xs.XSObjectList subUnionMemberDV
        25: .line 229
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 3 // com.sun.org.apache.xerces.internal.impl.dv.XSSimpleType directBase
        end local 2 // short block
        end local 1 // com.sun.org.apache.xerces.internal.impl.dv.XSSimpleType base
        end local 0 // com.sun.org.apache.xerces.internal.impl.dv.XSSimpleType derived
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   26     0           derived  Lcom/sun/org/apache/xerces/internal/impl/dv/XSSimpleType;
            0   26     1              base  Lcom/sun/org/apache/xerces/internal/impl/dv/XSSimpleType;
            0   26     2             block  S
            6   26     3        directBase  Lcom/sun/org/apache/xerces/internal/impl/dv/XSSimpleType;
           17   25     4  subUnionMemberDV  Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
           18   25     5      subUnionSize  I
           19   25     6                 i  I
    MethodParameters:
         Name  Flags
      derived  
      base     
      block    

  private static boolean checkComplexDerivation(com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl, com.sun.org.apache.xerces.internal.xs.XSTypeDefinition, short);
    descriptor: (Lcom/sun/org/apache/xerces/internal/impl/xs/XSComplexTypeDecl;Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;S)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl derived
        start local 1 // com.sun.org.apache.xerces.internal.xs.XSTypeDefinition base
        start local 2 // short block
         0: .line 239
            aload 0 /* derived */
            aload 1 /* base */
            if_acmpne 2
         1: .line 240
            iconst_1
            ireturn
         2: .line 243
      StackMap locals:
      StackMap stack:
            aload 0 /* derived */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl.fDerivedBy:S
            iload 2 /* block */
            iand
            ifeq 4
         3: .line 244
            iconst_0
            ireturn
         4: .line 247
      StackMap locals:
      StackMap stack:
            aload 0 /* derived */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl.fBaseType:Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
            astore 3 /* directBase */
        start local 3 // com.sun.org.apache.xerces.internal.xs.XSTypeDefinition directBase
         5: .line 249
            aload 3 /* directBase */
            aload 1 /* base */
            if_acmpne 7
         6: .line 250
            iconst_1
            ireturn
         7: .line 254
      StackMap locals: com.sun.org.apache.xerces.internal.xs.XSTypeDefinition
      StackMap stack:
            aload 3 /* directBase */
            getstatic com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar.fAnyType:Lcom/sun/org/apache/xerces/internal/impl/xs/XSComplexTypeDecl;
            if_acmpeq 9
         8: .line 255
            aload 3 /* directBase */
            getstatic com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar.fAnySimpleType:Lcom/sun/org/apache/xerces/internal/impl/dv/XSSimpleType;
            if_acmpne 10
         9: .line 256
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        10: .line 261
      StackMap locals:
      StackMap stack:
            aload 3 /* directBase */
            invokeinterface com.sun.org.apache.xerces.internal.xs.XSTypeDefinition.getTypeCategory:()S
            bipush 15
            if_icmpne 12
        11: .line 262
            aload 3 /* directBase */
            checkcast com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl
            aload 1 /* base */
            iload 2 /* block */
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.checkComplexDerivation:(Lcom/sun/org/apache/xerces/internal/impl/xs/XSComplexTypeDecl;Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;S)Z
            ireturn
        12: .line 265
      StackMap locals:
      StackMap stack:
            aload 3 /* directBase */
            invokeinterface com.sun.org.apache.xerces.internal.xs.XSTypeDefinition.getTypeCategory:()S
            bipush 16
            if_icmpne 20
        13: .line 267
            aload 1 /* base */
            invokeinterface com.sun.org.apache.xerces.internal.xs.XSTypeDefinition.getTypeCategory:()S
            bipush 15
            if_icmpne 17
        14: .line 270
            aload 1 /* base */
            getstatic com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar.fAnyType:Lcom/sun/org/apache/xerces/internal/impl/xs/XSComplexTypeDecl;
            if_acmpne 16
        15: .line 271
            getstatic com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar.fAnySimpleType:Lcom/sun/org/apache/xerces/internal/impl/dv/XSSimpleType;
            astore 1 /* base */
            goto 17
        16: .line 273
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        17: .line 275
      StackMap locals:
      StackMap stack:
            aload 3 /* directBase */
            checkcast com.sun.org.apache.xerces.internal.impl.dv.XSSimpleType
        18: .line 276
            aload 1 /* base */
            checkcast com.sun.org.apache.xerces.internal.impl.dv.XSSimpleType
            iload 2 /* block */
        19: .line 275
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.checkSimpleDerivation:(Lcom/sun/org/apache/xerces/internal/impl/dv/XSSimpleType;Lcom/sun/org/apache/xerces/internal/impl/dv/XSSimpleType;S)Z
            ireturn
        20: .line 279
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 3 // com.sun.org.apache.xerces.internal.xs.XSTypeDefinition directBase
        end local 2 // short block
        end local 1 // com.sun.org.apache.xerces.internal.xs.XSTypeDefinition base
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl derived
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   21     0     derived  Lcom/sun/org/apache/xerces/internal/impl/xs/XSComplexTypeDecl;
            0   21     1        base  Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
            0   21     2       block  S
            5   21     3  directBase  Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
    MethodParameters:
         Name  Flags
      derived  
      base     
      block    

  public static java.lang.Object ElementDefaultValidImmediate(com.sun.org.apache.xerces.internal.xs.XSTypeDefinition, java.lang.String, com.sun.org.apache.xerces.internal.impl.dv.ValidationContext, com.sun.org.apache.xerces.internal.impl.dv.ValidatedInfo);
    descriptor: (Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;Ljava/lang/String;Lcom/sun/org/apache/xerces/internal/impl/dv/ValidationContext;Lcom/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo;)Ljava/lang/Object;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // com.sun.org.apache.xerces.internal.xs.XSTypeDefinition type
        start local 1 // java.lang.String value
        start local 2 // com.sun.org.apache.xerces.internal.impl.dv.ValidationContext context
        start local 3 // com.sun.org.apache.xerces.internal.impl.dv.ValidatedInfo vinfo
         0: .line 289
            aconst_null
            astore 4 /* dv */
        start local 4 // com.sun.org.apache.xerces.internal.impl.dv.XSSimpleType dv
         1: .line 294
            aload 0 /* type */
            invokeinterface com.sun.org.apache.xerces.internal.xs.XSTypeDefinition.getTypeCategory:()S
            bipush 16
            if_icmpne 4
         2: .line 295
            aload 0 /* type */
            checkcast com.sun.org.apache.xerces.internal.impl.dv.XSSimpleType
            astore 4 /* dv */
         3: .line 296
            goto 12
         4: .line 301
      StackMap locals: com.sun.org.apache.xerces.internal.impl.dv.XSSimpleType
      StackMap stack:
            aload 0 /* type */
            checkcast com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl
            astore 5 /* ctype */
        start local 5 // com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl ctype
         5: .line 304
            aload 5 /* ctype */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl.fContentType:S
            iconst_1
            if_icmpne 8
         6: .line 305
            aload 5 /* ctype */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl.fXSSimpleType:Lcom/sun/org/apache/xerces/internal/impl/dv/XSSimpleType;
            astore 4 /* dv */
         7: .line 306
            goto 12
         8: .line 308
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl
      StackMap stack:
            aload 5 /* ctype */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl.fContentType:S
            iconst_3
            if_icmpne 11
         9: .line 309
            aload 5 /* ctype */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl.getParticle:()Lcom/sun/org/apache/xerces/internal/xs/XSParticle;
            checkcast com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.emptiable:()Z
            ifne 12
        10: .line 310
            aconst_null
            areturn
        11: .line 313
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 5 // com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl ctype
        12: .line 318
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 5 /* actualValue */
        start local 5 // java.lang.Object actualValue
        13: .line 319
            aload 4 /* dv */
            ifnonnull 15
        14: .line 323
            getstatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.STRING_TYPE:Lcom/sun/org/apache/xerces/internal/impl/dv/XSSimpleType;
            astore 4 /* dv */
        15: .line 327
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 4 /* dv */
            aload 1 /* value */
            aload 2 /* context */
            aload 3 /* vinfo */
            invokeinterface com.sun.org.apache.xerces.internal.impl.dv.XSSimpleType.validate:(Ljava/lang/String;Lcom/sun/org/apache/xerces/internal/impl/dv/ValidationContext;Lcom/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo;)Ljava/lang/Object;
            astore 5 /* actualValue */
        16: .line 329
            aload 3 /* vinfo */
            ifnull 21
        17: .line 330
            aload 4 /* dv */
            aload 3 /* vinfo */
            invokevirtual com.sun.org.apache.xerces.internal.impl.dv.ValidatedInfo.stringValue:()Ljava/lang/String;
            aload 2 /* context */
            aload 3 /* vinfo */
            invokeinterface com.sun.org.apache.xerces.internal.impl.dv.XSSimpleType.validate:(Ljava/lang/String;Lcom/sun/org/apache/xerces/internal/impl/dv/ValidationContext;Lcom/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo;)Ljava/lang/Object;
            astore 5 /* actualValue */
        18: .line 331
            goto 21
      StackMap locals:
      StackMap stack: com.sun.org.apache.xerces.internal.impl.dv.InvalidDatatypeValueException
        19: pop
        20: .line 332
            aconst_null
            areturn
        21: .line 335
      StackMap locals:
      StackMap stack:
            aload 5 /* actualValue */
            areturn
        end local 5 // java.lang.Object actualValue
        end local 4 // com.sun.org.apache.xerces.internal.impl.dv.XSSimpleType dv
        end local 3 // com.sun.org.apache.xerces.internal.impl.dv.ValidatedInfo vinfo
        end local 2 // com.sun.org.apache.xerces.internal.impl.dv.ValidationContext context
        end local 1 // java.lang.String value
        end local 0 // com.sun.org.apache.xerces.internal.xs.XSTypeDefinition type
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   22     0         type  Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
            0   22     1        value  Ljava/lang/String;
            0   22     2      context  Lcom/sun/org/apache/xerces/internal/impl/dv/ValidationContext;
            0   22     3        vinfo  Lcom/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo;
            1   22     4           dv  Lcom/sun/org/apache/xerces/internal/impl/dv/XSSimpleType;
            5   12     5        ctype  Lcom/sun/org/apache/xerces/internal/impl/xs/XSComplexTypeDecl;
           13   22     5  actualValue  Ljava/lang/Object;
      Exception table:
        from    to  target  type
          15    18      19  Class com.sun.org.apache.xerces.internal.impl.dv.InvalidDatatypeValueException
    MethodParameters:
         Name  Flags
      type     
      value    
      context  
      vinfo    

  static void reportSchemaError(com.sun.org.apache.xerces.internal.impl.XMLErrorReporter, com.sun.org.apache.xerces.internal.impl.xs.util.SimpleLocator, java.lang.String, java.lang.Object[]);
    descriptor: (Lcom/sun/org/apache/xerces/internal/impl/XMLErrorReporter;Lcom/sun/org/apache/xerces/internal/impl/xs/util/SimpleLocator;Ljava/lang/String;[Ljava/lang/Object;)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // com.sun.org.apache.xerces.internal.impl.XMLErrorReporter errorReporter
        start local 1 // com.sun.org.apache.xerces.internal.impl.xs.util.SimpleLocator loc
        start local 2 // java.lang.String key
        start local 3 // java.lang.Object[] args
         0: .line 341
            aload 1 /* loc */
            ifnull 5
         1: .line 342
            aload 0 /* errorReporter */
            aload 1 /* loc */
            ldc "http://www.w3.org/TR/xml-schema-1"
         2: .line 343
            aload 2 /* key */
            aload 3 /* args */
            iconst_1
         3: .line 342
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError:(Lcom/sun/org/apache/xerces/internal/xni/XMLLocator;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;S)Ljava/lang/String;
            pop
         4: .line 344
            goto 8
         5: .line 346
      StackMap locals:
      StackMap stack:
            aload 0 /* errorReporter */
            ldc "http://www.w3.org/TR/xml-schema-1"
         6: .line 347
            aload 2 /* key */
            aload 3 /* args */
            iconst_1
         7: .line 346
            invokevirtual com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError:(Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;S)Ljava/lang/String;
            pop
         8: .line 349
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.lang.Object[] args
        end local 2 // java.lang.String key
        end local 1 // com.sun.org.apache.xerces.internal.impl.xs.util.SimpleLocator loc
        end local 0 // com.sun.org.apache.xerces.internal.impl.XMLErrorReporter errorReporter
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    9     0  errorReporter  Lcom/sun/org/apache/xerces/internal/impl/XMLErrorReporter;
            0    9     1            loc  Lcom/sun/org/apache/xerces/internal/impl/xs/util/SimpleLocator;
            0    9     2            key  Ljava/lang/String;
            0    9     3           args  [Ljava/lang/Object;
    MethodParameters:
               Name  Flags
      errorReporter  
      loc            
      key            
      args           

  public static void fullSchemaChecking(com.sun.org.apache.xerces.internal.impl.xs.XSGrammarBucket, com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler, com.sun.org.apache.xerces.internal.impl.xs.models.CMBuilder, com.sun.org.apache.xerces.internal.impl.XMLErrorReporter);
    descriptor: (Lcom/sun/org/apache/xerces/internal/impl/xs/XSGrammarBucket;Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;Lcom/sun/org/apache/xerces/internal/impl/xs/models/CMBuilder;Lcom/sun/org/apache/xerces/internal/impl/XMLErrorReporter;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=8, locals=18, args_size=4
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSGrammarBucket grammarBucket
        start local 1 // com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler SGHandler
        start local 2 // com.sun.org.apache.xerces.internal.impl.xs.models.CMBuilder cmBuilder
        start local 3 // com.sun.org.apache.xerces.internal.impl.XMLErrorReporter errorReporter
         0: .line 363
            aload 0 /* grammarBucket */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSGrammarBucket.getGrammars:()[Lcom/sun/org/apache/xerces/internal/impl/xs/SchemaGrammar;
            astore 4 /* grammars */
        start local 4 // com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar[] grammars
         1: .line 364
            aload 4 /* grammars */
            arraylength
            iconst_1
            isub
            istore 5 /* i */
        start local 5 // int i
         2: goto 5
         3: .line 365
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar[] int
      StackMap stack:
            aload 1 /* SGHandler */
            aload 4 /* grammars */
            iload 5 /* i */
            aaload
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar.getSubstitutionGroups:()[Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler.addSubstitutionGroup:([Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;)V
         4: .line 364
            iinc 5 /* i */ -1
      StackMap locals:
      StackMap stack:
         5: iload 5 /* i */
            ifge 3
        end local 5 // int i
         6: .line 368
            new com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl
            dup
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.<init>:()V
            astore 5 /* fakeDerived */
        start local 5 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl fakeDerived
         7: .line 369
            new com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl
            dup
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.<init>:()V
            astore 6 /* fakeBase */
        start local 6 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl fakeBase
         8: .line 370
            aload 5 /* fakeDerived */
            iconst_3
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fType:S
         9: .line 371
            aload 6 /* fakeBase */
            iconst_3
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fType:S
        10: .line 374
            aload 4 /* grammars */
            arraylength
            iconst_1
            isub
            istore 7 /* g */
        start local 7 // int g
        11: goto 50
        12: .line 375
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSGrammarBucket com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler com.sun.org.apache.xerces.internal.impl.xs.models.CMBuilder com.sun.org.apache.xerces.internal.impl.XMLErrorReporter com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar[] com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl int
      StackMap stack:
            aload 4 /* grammars */
            iload 7 /* g */
            aaload
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar.getRedefinedGroupDecls:()[Lcom/sun/org/apache/xerces/internal/impl/xs/XSGroupDecl;
            astore 8 /* redefinedGroups */
        start local 8 // com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl[] redefinedGroups
        13: .line 376
            aload 4 /* grammars */
            iload 7 /* g */
            aaload
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar.getRGLocators:()[Lcom/sun/org/apache/xerces/internal/impl/xs/util/SimpleLocator;
            astore 9 /* rgLocators */
        start local 9 // com.sun.org.apache.xerces.internal.impl.xs.util.SimpleLocator[] rgLocators
        14: .line 377
            iconst_0
            istore 10 /* i */
        start local 10 // int i
        15: goto 48
        16: .line 378
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl[] com.sun.org.apache.xerces.internal.impl.xs.util.SimpleLocator[] int
      StackMap stack:
            aload 8 /* redefinedGroups */
            iload 10 /* i */
            iinc 10 /* i */ 1
            aaload
            astore 11 /* derivedGrp */
        start local 11 // com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl derivedGrp
        17: .line 379
            aload 11 /* derivedGrp */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl.fModelGroup:Lcom/sun/org/apache/xerces/internal/impl/xs/XSModelGroupImpl;
            astore 12 /* derivedMG */
        start local 12 // com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl derivedMG
        18: .line 380
            aload 8 /* redefinedGroups */
            iload 10 /* i */
            iinc 10 /* i */ 1
            aaload
            astore 13 /* baseGrp */
        start local 13 // com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl baseGrp
        19: .line 381
            aload 13 /* baseGrp */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl.fModelGroup:Lcom/sun/org/apache/xerces/internal/impl/xs/XSModelGroupImpl;
            astore 14 /* baseMG */
        start local 14 // com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl baseMG
        20: .line 382
            aload 5 /* fakeDerived */
            aload 12 /* derivedMG */
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fValue:Lcom/sun/org/apache/xerces/internal/xs/XSTerm;
        21: .line 383
            aload 6 /* fakeBase */
            aload 14 /* baseMG */
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fValue:Lcom/sun/org/apache/xerces/internal/xs/XSTerm;
        22: .line 384
            aload 14 /* baseMG */
            ifnonnull 29
        23: .line 385
            aload 12 /* derivedMG */
            ifnull 48
        24: .line 386
            aload 3 /* errorReporter */
            aload 9 /* rgLocators */
            iload 10 /* i */
            iconst_2
            idiv
            iconst_1
            isub
            aaload
        25: .line 387
            ldc "src-redefine.6.2.2"
        26: .line 388
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 11 /* derivedGrp */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl.fName:Ljava/lang/String;
            aastore
            dup
            iconst_1
            ldc "rcase-Recurse.2"
            aastore
        27: .line 386
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.reportSchemaError:(Lcom/sun/org/apache/xerces/internal/impl/XMLErrorReporter;Lcom/sun/org/apache/xerces/internal/impl/xs/util/SimpleLocator;Ljava/lang/String;[Ljava/lang/Object;)V
        28: .line 390
            goto 48
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSGrammarBucket com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler com.sun.org.apache.xerces.internal.impl.xs.models.CMBuilder com.sun.org.apache.xerces.internal.impl.XMLErrorReporter com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar[] com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl int com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl[] com.sun.org.apache.xerces.internal.impl.xs.util.SimpleLocator[] int com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl
      StackMap stack:
        29: aload 12 /* derivedMG */
            ifnonnull 36
        30: .line 391
            aload 6 /* fakeBase */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.emptiable:()Z
            ifne 48
        31: .line 392
            aload 3 /* errorReporter */
            aload 9 /* rgLocators */
            iload 10 /* i */
            iconst_2
            idiv
            iconst_1
            isub
            aaload
        32: .line 393
            ldc "src-redefine.6.2.2"
        33: .line 394
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 11 /* derivedGrp */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl.fName:Ljava/lang/String;
            aastore
            dup
            iconst_1
            ldc "rcase-Recurse.2"
            aastore
        34: .line 392
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.reportSchemaError:(Lcom/sun/org/apache/xerces/internal/impl/XMLErrorReporter;Lcom/sun/org/apache/xerces/internal/impl/xs/util/SimpleLocator;Ljava/lang/String;[Ljava/lang/Object;)V
        35: .line 396
            goto 48
        36: .line 398
      StackMap locals:
      StackMap stack:
            aload 5 /* fakeDerived */
            aload 1 /* SGHandler */
            aload 6 /* fakeBase */
            aload 1 /* SGHandler */
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.particleValidRestriction:(Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;)Z
            pop
        37: .line 399
            goto 48
      StackMap locals:
      StackMap stack: com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
        38: astore 15 /* e */
        start local 15 // com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException e
        39: .line 400
            aload 15 /* e */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.getKey:()Ljava/lang/String;
            astore 16 /* key */
        start local 16 // java.lang.String key
        40: .line 401
            aload 3 /* errorReporter */
            aload 9 /* rgLocators */
            iload 10 /* i */
            iconst_2
            idiv
            iconst_1
            isub
            aaload
        41: .line 402
            aload 16 /* key */
        42: .line 403
            aload 15 /* e */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.getArgs:()[Ljava/lang/Object;
        43: .line 401
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.reportSchemaError:(Lcom/sun/org/apache/xerces/internal/impl/XMLErrorReporter;Lcom/sun/org/apache/xerces/internal/impl/xs/util/SimpleLocator;Ljava/lang/String;[Ljava/lang/Object;)V
        44: .line 404
            aload 3 /* errorReporter */
            aload 9 /* rgLocators */
            iload 10 /* i */
            iconst_2
            idiv
            iconst_1
            isub
            aaload
        45: .line 405
            ldc "src-redefine.6.2.2"
        46: .line 406
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 11 /* derivedGrp */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl.fName:Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 16 /* key */
            aastore
        47: .line 404
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.reportSchemaError:(Lcom/sun/org/apache/xerces/internal/impl/XMLErrorReporter;Lcom/sun/org/apache/xerces/internal/impl/xs/util/SimpleLocator;Ljava/lang/String;[Ljava/lang/Object;)V
        end local 16 // java.lang.String key
        end local 15 // com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException e
        end local 14 // com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl baseMG
        end local 13 // com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl baseGrp
        end local 12 // com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl derivedMG
        end local 11 // com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl derivedGrp
        48: .line 377
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSGrammarBucket com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler com.sun.org.apache.xerces.internal.impl.xs.models.CMBuilder com.sun.org.apache.xerces.internal.impl.XMLErrorReporter com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar[] com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl int com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl[] com.sun.org.apache.xerces.internal.impl.xs.util.SimpleLocator[] int
      StackMap stack:
            iload 10 /* i */
            aload 8 /* redefinedGroups */
            arraylength
            if_icmplt 16
        end local 10 // int i
        end local 9 // com.sun.org.apache.xerces.internal.impl.xs.util.SimpleLocator[] rgLocators
        end local 8 // com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl[] redefinedGroups
        49: .line 374
            iinc 7 /* g */ -1
      StackMap locals:
      StackMap stack:
        50: iload 7 /* g */
            ifge 12
        end local 7 // int g
        51: .line 426
            new com.sun.org.apache.xerces.internal.util.SymbolHash
            dup
            invokespecial com.sun.org.apache.xerces.internal.util.SymbolHash.<init>:()V
            astore 12 /* elemTable */
        start local 12 // com.sun.org.apache.xerces.internal.util.SymbolHash elemTable
        52: .line 427
            aload 4 /* grammars */
            arraylength
            iconst_1
            isub
            istore 13 /* i */
        start local 13 // int i
        53: goto 125
        54: .line 429
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSGrammarBucket com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler com.sun.org.apache.xerces.internal.impl.xs.models.CMBuilder com.sun.org.apache.xerces.internal.impl.XMLErrorReporter com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar[] com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl top top top top top com.sun.org.apache.xerces.internal.util.SymbolHash int
      StackMap stack:
            iconst_0
            istore 11 /* keepType */
        start local 11 // int keepType
        55: .line 430
            aload 4 /* grammars */
            iload 13 /* i */
            aaload
            getfield com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar.fFullChecked:Z
            istore 10 /* fullChecked */
        start local 10 // boolean fullChecked
        56: .line 431
            aload 4 /* grammars */
            iload 13 /* i */
            aaload
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar.getUncheckedComplexTypeDecls:()[Lcom/sun/org/apache/xerces/internal/impl/xs/XSComplexTypeDecl;
            astore 7 /* types */
        start local 7 // com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl[] types
        57: .line 432
            aload 4 /* grammars */
            iload 13 /* i */
            aaload
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar.getUncheckedCTLocators:()[Lcom/sun/org/apache/xerces/internal/impl/xs/util/SimpleLocator;
            astore 8 /* ctLocators */
        start local 8 // com.sun.org.apache.xerces.internal.impl.xs.util.SimpleLocator[] ctLocators
        58: .line 434
            iconst_0
            istore 14 /* j */
        start local 14 // int j
        59: goto 120
        60: .line 437
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSGrammarBucket com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler com.sun.org.apache.xerces.internal.impl.xs.models.CMBuilder com.sun.org.apache.xerces.internal.impl.XMLErrorReporter com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar[] com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl[] com.sun.org.apache.xerces.internal.impl.xs.util.SimpleLocator[] top int int com.sun.org.apache.xerces.internal.util.SymbolHash int int
      StackMap stack:
            iload 10 /* fullChecked */
            ifne 72
        61: .line 439
            aload 7 /* types */
            iload 14 /* j */
            aaload
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl.fParticle:Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
            ifnull 72
        62: .line 440
            aload 12 /* elemTable */
            invokevirtual com.sun.org.apache.xerces.internal.util.SymbolHash.clear:()V
        63: .line 442
            aload 7 /* types */
            iload 14 /* j */
            aaload
            aload 7 /* types */
            iload 14 /* j */
            aaload
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl.fParticle:Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
        64: .line 443
            aload 12 /* elemTable */
            aload 1 /* SGHandler */
        65: .line 442
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.checkElementDeclsConsistent:(Lcom/sun/org/apache/xerces/internal/impl/xs/XSComplexTypeDecl;Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;Lcom/sun/org/apache/xerces/internal/util/SymbolHash;Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;)V
        66: .line 444
            goto 72
        67: .line 445
      StackMap locals:
      StackMap stack: com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
            astore 15 /* e */
        start local 15 // com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException e
        68: .line 446
            aload 3 /* errorReporter */
            aload 8 /* ctLocators */
            iload 14 /* j */
            aaload
        69: .line 447
            aload 15 /* e */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.getKey:()Ljava/lang/String;
        70: .line 448
            aload 15 /* e */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.getArgs:()[Ljava/lang/Object;
        71: .line 446
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.reportSchemaError:(Lcom/sun/org/apache/xerces/internal/impl/XMLErrorReporter;Lcom/sun/org/apache/xerces/internal/impl/xs/util/SimpleLocator;Ljava/lang/String;[Ljava/lang/Object;)V
        end local 15 // com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException e
        72: .line 455
      StackMap locals:
      StackMap stack:
            aload 7 /* types */
            iload 14 /* j */
            aaload
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl.fBaseType:Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
            ifnull 107
        73: .line 456
            aload 7 /* types */
            iload 14 /* j */
            aaload
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl.fBaseType:Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
            getstatic com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar.fAnyType:Lcom/sun/org/apache/xerces/internal/impl/xs/XSComplexTypeDecl;
            if_acmpeq 107
        74: .line 457
            aload 7 /* types */
            iload 14 /* j */
            aaload
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl.fDerivedBy:S
            iconst_2
            if_icmpne 107
        75: .line 458
            aload 7 /* types */
            iload 14 /* j */
            aaload
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl.fBaseType:Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
            instanceof com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl
            ifeq 107
        76: .line 460
            aload 7 /* types */
            iload 14 /* j */
            aaload
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl.fParticle:Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
            astore 15 /* derivedParticle */
        start local 15 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl derivedParticle
        77: .line 462
            aload 7 /* types */
            iload 14 /* j */
            aaload
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl.fBaseType:Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
            checkcast com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl.fParticle:Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
        78: .line 461
            astore 16 /* baseParticle */
        start local 16 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl baseParticle
        79: .line 463
            aload 15 /* derivedParticle */
            ifnonnull 86
        80: .line 464
            aload 16 /* baseParticle */
            ifnull 107
            aload 16 /* baseParticle */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.emptiable:()Z
            ifne 107
        81: .line 465
            aload 3 /* errorReporter */
            aload 8 /* ctLocators */
            iload 14 /* j */
            aaload
        82: .line 466
            ldc "derivation-ok-restriction.5.3.2"
        83: .line 467
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 7 /* types */
            iload 14 /* j */
            aaload
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl.fName:Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 7 /* types */
            iload 14 /* j */
            aaload
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl.fBaseType:Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
            invokeinterface com.sun.org.apache.xerces.internal.xs.XSTypeDefinition.getName:()Ljava/lang/String;
            aastore
        84: .line 465
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.reportSchemaError:(Lcom/sun/org/apache/xerces/internal/impl/XMLErrorReporter;Lcom/sun/org/apache/xerces/internal/impl/xs/util/SimpleLocator;Ljava/lang/String;[Ljava/lang/Object;)V
        85: .line 469
            goto 107
        86: .line 470
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl
      StackMap stack:
            aload 16 /* baseParticle */
            ifnull 103
        87: .line 472
            aload 7 /* types */
            iload 14 /* j */
            aaload
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl.fParticle:Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
        88: .line 473
            aload 1 /* SGHandler */
        89: .line 474
            aload 7 /* types */
            iload 14 /* j */
            aaload
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl.fBaseType:Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
            checkcast com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl.fParticle:Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
        90: .line 475
            aload 1 /* SGHandler */
        91: .line 472
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.particleValidRestriction:(Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;)Z
            pop
        92: .line 476
            goto 107
      StackMap locals:
      StackMap stack: com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
        93: astore 17 /* e */
        start local 17 // com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException e
        94: .line 477
            aload 3 /* errorReporter */
            aload 8 /* ctLocators */
            iload 14 /* j */
            aaload
        95: .line 478
            aload 17 /* e */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.getKey:()Ljava/lang/String;
        96: .line 479
            aload 17 /* e */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.getArgs:()[Ljava/lang/Object;
        97: .line 477
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.reportSchemaError:(Lcom/sun/org/apache/xerces/internal/impl/XMLErrorReporter;Lcom/sun/org/apache/xerces/internal/impl/xs/util/SimpleLocator;Ljava/lang/String;[Ljava/lang/Object;)V
        98: .line 480
            aload 3 /* errorReporter */
            aload 8 /* ctLocators */
            iload 14 /* j */
            aaload
        99: .line 481
            ldc "derivation-ok-restriction.5.4.2"
       100: .line 482
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 7 /* types */
            iload 14 /* j */
            aaload
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl.fName:Ljava/lang/String;
            aastore
       101: .line 480
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.reportSchemaError:(Lcom/sun/org/apache/xerces/internal/impl/XMLErrorReporter;Lcom/sun/org/apache/xerces/internal/impl/xs/util/SimpleLocator;Ljava/lang/String;[Ljava/lang/Object;)V
        end local 17 // com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException e
       102: .line 484
            goto 107
       103: .line 486
      StackMap locals:
      StackMap stack:
            aload 3 /* errorReporter */
            aload 8 /* ctLocators */
            iload 14 /* j */
            aaload
       104: .line 487
            ldc "derivation-ok-restriction.5.4.2"
       105: .line 488
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 7 /* types */
            iload 14 /* j */
            aaload
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl.fName:Ljava/lang/String;
            aastore
       106: .line 486
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.reportSchemaError:(Lcom/sun/org/apache/xerces/internal/impl/XMLErrorReporter;Lcom/sun/org/apache/xerces/internal/impl/xs/util/SimpleLocator;Ljava/lang/String;[Ljava/lang/Object;)V
        end local 16 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl baseParticle
        end local 15 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl derivedParticle
       107: .line 493
      StackMap locals:
      StackMap stack:
            aload 7 /* types */
            iload 14 /* j */
            aaload
            aload 2 /* cmBuilder */
            iconst_1
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl.getContentModel:(Lcom/sun/org/apache/xerces/internal/impl/xs/models/CMBuilder;Z)Lcom/sun/org/apache/xerces/internal/impl/xs/models/XSCMValidator;
            astore 15 /* cm */
        start local 15 // com.sun.org.apache.xerces.internal.impl.xs.models.XSCMValidator cm
       108: .line 494
            iconst_0
            istore 9 /* further */
        start local 9 // boolean further
       109: .line 495
            aload 15 /* cm */
            ifnull 117
       110: .line 497
            aload 15 /* cm */
            aload 1 /* SGHandler */
            invokeinterface com.sun.org.apache.xerces.internal.impl.xs.models.XSCMValidator.checkUniqueParticleAttribution:(Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;)Z
            istore 9 /* further */
       111: .line 498
            goto 117
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSGrammarBucket com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler com.sun.org.apache.xerces.internal.impl.xs.models.CMBuilder com.sun.org.apache.xerces.internal.impl.XMLErrorReporter com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar[] com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl[] com.sun.org.apache.xerces.internal.impl.xs.util.SimpleLocator[] int int int com.sun.org.apache.xerces.internal.util.SymbolHash int int com.sun.org.apache.xerces.internal.impl.xs.models.XSCMValidator
      StackMap stack: com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
       112: astore 16 /* e */
        start local 16 // com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException e
       113: .line 499
            aload 3 /* errorReporter */
            aload 8 /* ctLocators */
            iload 14 /* j */
            aaload
       114: .line 500
            aload 16 /* e */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.getKey:()Ljava/lang/String;
       115: .line 501
            aload 16 /* e */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.getArgs:()[Ljava/lang/Object;
       116: .line 499
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.reportSchemaError:(Lcom/sun/org/apache/xerces/internal/impl/XMLErrorReporter;Lcom/sun/org/apache/xerces/internal/impl/xs/util/SimpleLocator;Ljava/lang/String;[Ljava/lang/Object;)V
        end local 16 // com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException e
       117: .line 514
      StackMap locals:
      StackMap stack:
            iload 10 /* fullChecked */
            ifne 119
            iload 9 /* further */
            ifeq 119
       118: .line 515
            aload 7 /* types */
            iload 11 /* keepType */
            iinc 11 /* keepType */ 1
            aload 7 /* types */
            iload 14 /* j */
            aaload
            aastore
        end local 15 // com.sun.org.apache.xerces.internal.impl.xs.models.XSCMValidator cm
       119: .line 434
      StackMap locals:
      StackMap stack:
            iinc 14 /* j */ 1
        end local 9 // boolean further
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSGrammarBucket com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler com.sun.org.apache.xerces.internal.impl.xs.models.CMBuilder com.sun.org.apache.xerces.internal.impl.XMLErrorReporter com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar[] com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl[] com.sun.org.apache.xerces.internal.impl.xs.util.SimpleLocator[] top int int com.sun.org.apache.xerces.internal.util.SymbolHash int int
      StackMap stack:
       120: iload 14 /* j */
            aload 7 /* types */
            arraylength
            if_icmplt 60
       121: .line 525
            iload 10 /* fullChecked */
            ifne 124
       122: .line 526
            aload 4 /* grammars */
            iload 13 /* i */
            aaload
            iload 11 /* keepType */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar.setUncheckedTypeNum:(I)V
       123: .line 527
            aload 4 /* grammars */
            iload 13 /* i */
            aaload
            iconst_1
            putfield com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar.fFullChecked:Z
       124: .line 427
      StackMap locals:
      StackMap stack:
            iinc 13 /* i */ -1
        end local 14 // int j
        end local 11 // int keepType
        end local 10 // boolean fullChecked
        end local 8 // com.sun.org.apache.xerces.internal.impl.xs.util.SimpleLocator[] ctLocators
        end local 7 // com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl[] types
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSGrammarBucket com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler com.sun.org.apache.xerces.internal.impl.xs.models.CMBuilder com.sun.org.apache.xerces.internal.impl.XMLErrorReporter com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar[] com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl top top top top top com.sun.org.apache.xerces.internal.util.SymbolHash int
      StackMap stack:
       125: iload 13 /* i */
            ifge 54
        end local 13 // int i
       126: .line 530
            return
        end local 12 // com.sun.org.apache.xerces.internal.util.SymbolHash elemTable
        end local 6 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl fakeBase
        end local 5 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl fakeDerived
        end local 4 // com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar[] grammars
        end local 3 // com.sun.org.apache.xerces.internal.impl.XMLErrorReporter errorReporter
        end local 2 // com.sun.org.apache.xerces.internal.impl.xs.models.CMBuilder cmBuilder
        end local 1 // com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler SGHandler
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSGrammarBucket grammarBucket
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0  127     0    grammarBucket  Lcom/sun/org/apache/xerces/internal/impl/xs/XSGrammarBucket;
            0  127     1        SGHandler  Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;
            0  127     2        cmBuilder  Lcom/sun/org/apache/xerces/internal/impl/xs/models/CMBuilder;
            0  127     3    errorReporter  Lcom/sun/org/apache/xerces/internal/impl/XMLErrorReporter;
            1  127     4         grammars  [Lcom/sun/org/apache/xerces/internal/impl/xs/SchemaGrammar;
            2    6     5                i  I
            7  127     5      fakeDerived  Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
            8  127     6         fakeBase  Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
           11   51     7                g  I
           13   49     8  redefinedGroups  [Lcom/sun/org/apache/xerces/internal/impl/xs/XSGroupDecl;
           14   49     9       rgLocators  [Lcom/sun/org/apache/xerces/internal/impl/xs/util/SimpleLocator;
           15   49    10                i  I
           17   48    11       derivedGrp  Lcom/sun/org/apache/xerces/internal/impl/xs/XSGroupDecl;
           18   48    12        derivedMG  Lcom/sun/org/apache/xerces/internal/impl/xs/XSModelGroupImpl;
           19   48    13          baseGrp  Lcom/sun/org/apache/xerces/internal/impl/xs/XSGroupDecl;
           20   48    14           baseMG  Lcom/sun/org/apache/xerces/internal/impl/xs/XSModelGroupImpl;
           39   48    15                e  Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaException;
           40   48    16              key  Ljava/lang/String;
           57  125     7            types  [Lcom/sun/org/apache/xerces/internal/impl/xs/XSComplexTypeDecl;
           58  125     8       ctLocators  [Lcom/sun/org/apache/xerces/internal/impl/xs/util/SimpleLocator;
          109  120     9          further  Z
           56  125    10      fullChecked  Z
           55  125    11         keepType  I
           52  127    12        elemTable  Lcom/sun/org/apache/xerces/internal/util/SymbolHash;
           53  126    13                i  I
           59  125    14                j  I
           68   72    15                e  Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaException;
           77  107    15  derivedParticle  Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
           79  107    16     baseParticle  Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
           94  102    17                e  Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaException;
          108  119    15               cm  Lcom/sun/org/apache/xerces/internal/impl/xs/models/XSCMValidator;
          113  117    16                e  Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaException;
      Exception table:
        from    to  target  type
          36    37      38  Class com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
          63    66      67  Class com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
          87    92      93  Class com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
         110   111     112  Class com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
    MethodParameters:
               Name  Flags
      grammarBucket  
      SGHandler      
      cmBuilder      
      errorReporter  

  public static void checkElementDeclsConsistent(com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl, com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl, com.sun.org.apache.xerces.internal.util.SymbolHash, com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler);
    descriptor: (Lcom/sun/org/apache/xerces/internal/impl/xs/XSComplexTypeDecl;Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;Lcom/sun/org/apache/xerces/internal/util/SymbolHash;Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=8, args_size=4
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl type
        start local 1 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl particle
        start local 2 // com.sun.org.apache.xerces.internal.util.SymbolHash elemDeclHash
        start local 3 // com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler sgHandler
         0: .line 544
            aload 1 /* particle */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fType:S
            istore 4 /* pType */
        start local 4 // int pType
         1: .line 546
            iload 4 /* pType */
            iconst_2
            if_icmpne 3
         2: .line 547
            return
         3: .line 549
      StackMap locals: int
      StackMap stack:
            iload 4 /* pType */
            iconst_1
            if_icmpne 14
         4: .line 550
            aload 1 /* 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.XSElementDecl
            astore 5 /* elem */
        start local 5 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl elem
         5: .line 551
            aload 0 /* type */
            aload 5 /* elem */
            aload 2 /* elemDeclHash */
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.findElemInTable:(Lcom/sun/org/apache/xerces/internal/impl/xs/XSComplexTypeDecl;Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;Lcom/sun/org/apache/xerces/internal/util/SymbolHash;)V
         6: .line 553
            aload 5 /* elem */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fScope:S
            iconst_1
            if_icmpne 13
         7: .line 555
            aload 3 /* sgHandler */
            aload 5 /* elem */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler.getSubstitutionGroup:(Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;)[Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
            astore 6 /* subGroup */
        start local 6 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl[] subGroup
         8: .line 556
            iconst_0
            istore 7 /* i */
        start local 7 // int i
         9: goto 12
        10: .line 557
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl[] int
      StackMap stack:
            aload 0 /* type */
            aload 6 /* subGroup */
            iload 7 /* i */
            aaload
            aload 2 /* elemDeclHash */
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.findElemInTable:(Lcom/sun/org/apache/xerces/internal/impl/xs/XSComplexTypeDecl;Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;Lcom/sun/org/apache/xerces/internal/util/SymbolHash;)V
        11: .line 556
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 7 /* i */
            aload 6 /* subGroup */
            arraylength
            if_icmplt 10
        end local 7 // int i
        end local 6 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl[] subGroup
        13: .line 560
      StackMap locals:
      StackMap stack:
            return
        end local 5 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl elem
        14: .line 563
      StackMap locals:
      StackMap stack:
            aload 1 /* 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
            astore 5 /* group */
        start local 5 // com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl group
        15: .line 564
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        16: goto 19
        17: .line 565
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl int
      StackMap stack:
            aload 0 /* type */
            aload 5 /* group */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fParticles:[Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
            iload 6 /* i */
            aaload
            aload 2 /* elemDeclHash */
            aload 3 /* sgHandler */
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.checkElementDeclsConsistent:(Lcom/sun/org/apache/xerces/internal/impl/xs/XSComplexTypeDecl;Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;Lcom/sun/org/apache/xerces/internal/util/SymbolHash;Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;)V
        18: .line 564
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        19: iload 6 /* i */
            aload 5 /* group */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fParticleCount:I
            if_icmplt 17
        end local 6 // int i
        20: .line 566
            return
        end local 5 // com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl group
        end local 4 // int pType
        end local 3 // com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler sgHandler
        end local 2 // com.sun.org.apache.xerces.internal.util.SymbolHash elemDeclHash
        end local 1 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl particle
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl type
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   21     0          type  Lcom/sun/org/apache/xerces/internal/impl/xs/XSComplexTypeDecl;
            0   21     1      particle  Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
            0   21     2  elemDeclHash  Lcom/sun/org/apache/xerces/internal/util/SymbolHash;
            0   21     3     sgHandler  Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;
            1   21     4         pType  I
            5   14     5          elem  Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
            8   13     6      subGroup  [Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
            9   13     7             i  I
           15   21     5         group  Lcom/sun/org/apache/xerces/internal/impl/xs/XSModelGroupImpl;
           16   20     6             i  I
    Exceptions:
      throws com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
    MethodParameters:
              Name  Flags
      type          
      particle      
      elemDeclHash  
      sgHandler     

  public static void findElemInTable(com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl, com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl, com.sun.org.apache.xerces.internal.util.SymbolHash);
    descriptor: (Lcom/sun/org/apache/xerces/internal/impl/xs/XSComplexTypeDecl;Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;Lcom/sun/org/apache/xerces/internal/util/SymbolHash;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=7, locals=5, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl type
        start local 1 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl elem
        start local 2 // com.sun.org.apache.xerces.internal.util.SymbolHash elemDeclHash
         0: .line 573
            new java.lang.StringBuilder
            dup
            aload 1 /* elem */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fName:Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ","
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* elem */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fTargetNamespace:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 3 /* name */
        start local 3 // java.lang.String name
         1: .line 575
            aconst_null
            astore 4 /* existingElem */
        start local 4 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl existingElem
         2: .line 576
            aload 2 /* elemDeclHash */
            aload 3 /* name */
            invokevirtual com.sun.org.apache.xerces.internal.util.SymbolHash.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl
            dup
            astore 4 /* existingElem */
            ifnonnull 5
         3: .line 578
            aload 2 /* elemDeclHash */
            aload 3 /* name */
            aload 1 /* elem */
            invokevirtual com.sun.org.apache.xerces.internal.util.SymbolHash.put:(Ljava/lang/Object;Ljava/lang/Object;)V
         4: .line 579
            goto 11
         5: .line 582
      StackMap locals: java.lang.String com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl
      StackMap stack:
            aload 1 /* elem */
            aload 4 /* existingElem */
            if_acmpne 7
         6: .line 583
            return
         7: .line 585
      StackMap locals:
      StackMap stack:
            aload 1 /* elem */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fType:Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
            aload 4 /* existingElem */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fType:Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
            if_acmpeq 11
         8: .line 587
            new com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
            dup
            ldc "cos-element-consistent"
         9: .line 588
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* type */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl.fName:Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 1 /* elem */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fName:Ljava/lang/String;
            aastore
        10: .line 587
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
        11: .line 592
      StackMap locals:
      StackMap stack:
            return
        end local 4 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl existingElem
        end local 3 // java.lang.String name
        end local 2 // com.sun.org.apache.xerces.internal.util.SymbolHash elemDeclHash
        end local 1 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl elem
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl type
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   12     0          type  Lcom/sun/org/apache/xerces/internal/impl/xs/XSComplexTypeDecl;
            0   12     1          elem  Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
            0   12     2  elemDeclHash  Lcom/sun/org/apache/xerces/internal/util/SymbolHash;
            1   12     3          name  Ljava/lang/String;
            2   12     4  existingElem  Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
    Exceptions:
      throws com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
    MethodParameters:
              Name  Flags
      type          
      elem          
      elemDeclHash  

  private static boolean particleValidRestriction(com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl, com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler, com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl, com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler);
    descriptor: (Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl dParticle
        start local 1 // com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler dSGHandler
        start local 2 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl bParticle
        start local 3 // com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler bSGHandler
         0: .line 606
            aload 0 /* dParticle */
            aload 1 /* dSGHandler */
            aload 2 /* bParticle */
            aload 3 /* bSGHandler */
            iconst_1
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.particleValidRestriction:(Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;Z)Z
            ireturn
        end local 3 // com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler bSGHandler
        end local 2 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl bParticle
        end local 1 // com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler dSGHandler
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl dParticle
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0   dParticle  Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
            0    1     1  dSGHandler  Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;
            0    1     2   bParticle  Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
            0    1     3  bSGHandler  Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;
    Exceptions:
      throws com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
    MethodParameters:
            Name  Flags
      dParticle   
      dSGHandler  
      bParticle   
      bSGHandler  

  private static boolean particleValidRestriction(com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl, com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler, com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl, com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler, boolean);
    descriptor: (Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;Z)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=8, locals=19, args_size=5
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl dParticle
        start local 1 // com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler dSGHandler
        start local 2 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl bParticle
        start local 3 // com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler bSGHandler
        start local 4 // boolean checkWCOccurrence
         0: .line 616
            aconst_null
            astore 5 /* dChildren */
        start local 5 // java.util.List dChildren
         1: .line 617
            aconst_null
            astore 6 /* bChildren */
        start local 6 // java.util.List bChildren
         2: .line 618
            bipush -2
            istore 7 /* dMinEffectiveTotalRange */
        start local 7 // int dMinEffectiveTotalRange
         3: .line 619
            bipush -2
            istore 8 /* dMaxEffectiveTotalRange */
        start local 8 // int dMaxEffectiveTotalRange
         4: .line 622
            iconst_0
            istore 9 /* bExpansionHappened */
        start local 9 // boolean bExpansionHappened
         5: .line 626
            aload 0 /* dParticle */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.isEmpty:()Z
            ifeq 7
            aload 2 /* bParticle */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.emptiable:()Z
            ifne 7
         6: .line 627
            new com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
            dup
            ldc "cos-particle-restrict.a"
            aconst_null
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
         7: .line 629
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler int java.util.List java.util.List int int int
      StackMap stack:
            aload 0 /* dParticle */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.isEmpty:()Z
            ifne 9
            aload 2 /* bParticle */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.isEmpty:()Z
            ifeq 9
         8: .line 630
            new com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
            dup
            ldc "cos-particle-restrict.b"
            aconst_null
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
         9: .line 641
      StackMap locals:
      StackMap stack:
            aload 0 /* dParticle */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fType:S
            istore 10 /* dType */
        start local 10 // short dType
        10: .line 645
            iload 10 /* dType */
            iconst_3
            if_icmpne 19
        11: .line 646
            aload 0 /* dParticle */
            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
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fCompositor:S
            istore 10 /* dType */
        12: .line 651
            aload 0 /* dParticle */
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.getNonUnaryGroup:(Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;)Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
            astore 11 /* dtmp */
        start local 11 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl dtmp
        13: .line 652
            aload 11 /* dtmp */
            aload 0 /* dParticle */
            if_acmpeq 18
        14: .line 654
            aload 11 /* dtmp */
            astore 0 /* dParticle */
        15: .line 655
            aload 0 /* dParticle */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fType:S
            istore 10 /* dType */
        16: .line 656
            iload 10 /* dType */
            iconst_3
            if_icmpne 18
        17: .line 657
            aload 0 /* dParticle */
            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
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fCompositor:S
            istore 10 /* dType */
        18: .line 662
      StackMap locals: int com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl
      StackMap stack:
            aload 0 /* dParticle */
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.removePointlessChildren:(Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;)Ljava/util/List;
            astore 5 /* dChildren */
        end local 11 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl dtmp
        19: .line 665
      StackMap locals:
      StackMap stack:
            aload 0 /* dParticle */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fMinOccurs:I
            istore 11 /* dMinOccurs */
        start local 11 // int dMinOccurs
        20: .line 666
            aload 0 /* dParticle */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fMaxOccurs:I
            istore 12 /* dMaxOccurs */
        start local 12 // int dMaxOccurs
        21: .line 671
            aload 1 /* dSGHandler */
            ifnull 38
            iload 10 /* dType */
            iconst_1
            if_icmpne 38
        22: .line 672
            aload 0 /* dParticle */
            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.XSElementDecl
            astore 13 /* dElement */
        start local 13 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl dElement
        23: .line 674
            aload 13 /* dElement */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fScope:S
            iconst_1
            if_icmpne 38
        24: .line 678
            aload 1 /* dSGHandler */
            aload 13 /* dElement */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler.getSubstitutionGroup:(Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;)[Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
            astore 14 /* subGroup */
        start local 14 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl[] subGroup
        25: .line 679
            aload 14 /* subGroup */
            arraylength
            ifle 38
        26: .line 682
            bipush 101
            istore 10 /* dType */
        27: .line 683
            iload 11 /* dMinOccurs */
            istore 7 /* dMinEffectiveTotalRange */
        28: .line 684
            iload 12 /* dMaxOccurs */
            istore 8 /* dMaxEffectiveTotalRange */
        29: .line 687
            new java.util.ArrayList
            dup
            aload 14 /* subGroup */
            arraylength
            iconst_1
            iadd
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 5 /* dChildren */
        30: .line 688
            iconst_0
            istore 15 /* i */
        start local 15 // int i
        31: goto 34
        32: .line 689
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler int java.util.List java.util.List int int int int int int com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl[] int
      StackMap stack:
            aload 5 /* dChildren */
            aload 14 /* subGroup */
            iload 15 /* i */
            aaload
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.addElementToParticleVector:(Ljava/util/List;Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;)V
        33: .line 688
            iinc 15 /* i */ 1
      StackMap locals:
      StackMap stack:
        34: iload 15 /* i */
            aload 14 /* subGroup */
            arraylength
            if_icmplt 32
        end local 15 // int i
        35: .line 691
            aload 5 /* dChildren */
            aload 13 /* dElement */
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.addElementToParticleVector:(Ljava/util/List;Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;)V
        36: .line 692
            aload 5 /* dChildren */
            getstatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.ELEMENT_PARTICLE_COMPARATOR:Ljava/util/Comparator;
            invokestatic java.util.Collections.sort:(Ljava/util/List;Ljava/util/Comparator;)V
        37: .line 696
            aconst_null
            astore 1 /* dSGHandler */
        end local 14 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl[] subGroup
        end local 13 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl dElement
        38: .line 701
      StackMap locals:
      StackMap stack:
            aload 2 /* bParticle */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fType:S
            istore 13 /* bType */
        start local 13 // short bType
        39: .line 705
            iload 13 /* bType */
            iconst_3
            if_icmpne 48
        40: .line 706
            aload 2 /* bParticle */
            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
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fCompositor:S
            istore 13 /* bType */
        41: .line 711
            aload 2 /* bParticle */
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.getNonUnaryGroup:(Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;)Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
            astore 14 /* btmp */
        start local 14 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl btmp
        42: .line 712
            aload 14 /* btmp */
            aload 2 /* bParticle */
            if_acmpeq 47
        43: .line 714
            aload 14 /* btmp */
            astore 2 /* bParticle */
        44: .line 715
            aload 2 /* bParticle */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fType:S
            istore 13 /* bType */
        45: .line 716
            iload 13 /* bType */
            iconst_3
            if_icmpne 47
        46: .line 717
            aload 2 /* bParticle */
            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
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fCompositor:S
            istore 13 /* bType */
        47: .line 722
      StackMap locals: int com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl
      StackMap stack:
            aload 2 /* bParticle */
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.removePointlessChildren:(Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;)Ljava/util/List;
            astore 6 /* bChildren */
        end local 14 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl btmp
        48: .line 725
      StackMap locals:
      StackMap stack:
            aload 2 /* bParticle */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fMinOccurs:I
            istore 14 /* bMinOccurs */
        start local 14 // int bMinOccurs
        49: .line 726
            aload 2 /* bParticle */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fMaxOccurs:I
            istore 15 /* bMaxOccurs */
        start local 15 // int bMaxOccurs
        50: .line 728
            aload 3 /* bSGHandler */
            ifnull 66
            iload 13 /* bType */
            iconst_1
            if_icmpne 66
        51: .line 729
            aload 2 /* bParticle */
            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.XSElementDecl
            astore 16 /* bElement */
        start local 16 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl bElement
        52: .line 731
            aload 16 /* bElement */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fScope:S
            iconst_1
            if_icmpne 66
        53: .line 735
            aload 3 /* bSGHandler */
            aload 16 /* bElement */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler.getSubstitutionGroup:(Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;)[Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
            astore 17 /* bsubGroup */
        start local 17 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl[] bsubGroup
        54: .line 736
            aload 17 /* bsubGroup */
            arraylength
            ifle 66
        55: .line 738
            bipush 101
            istore 13 /* bType */
        56: .line 740
            new java.util.ArrayList
            dup
            aload 17 /* bsubGroup */
            arraylength
            iconst_1
            iadd
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 6 /* bChildren */
        57: .line 741
            iconst_0
            istore 18 /* i */
        start local 18 // int i
        58: goto 61
        59: .line 742
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler int java.util.List java.util.List int int int int int int int int int com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl[] int
      StackMap stack:
            aload 6 /* bChildren */
            aload 17 /* bsubGroup */
            iload 18 /* i */
            aaload
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.addElementToParticleVector:(Ljava/util/List;Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;)V
        60: .line 741
            iinc 18 /* i */ 1
      StackMap locals:
      StackMap stack:
        61: iload 18 /* i */
            aload 17 /* bsubGroup */
            arraylength
            if_icmplt 59
        end local 18 // int i
        62: .line 744
            aload 6 /* bChildren */
            aload 16 /* bElement */
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.addElementToParticleVector:(Ljava/util/List;Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;)V
        63: .line 745
            aload 6 /* bChildren */
            getstatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.ELEMENT_PARTICLE_COMPARATOR:Ljava/util/Comparator;
            invokestatic java.util.Collections.sort:(Ljava/util/List;Ljava/util/Comparator;)V
        64: .line 748
            aconst_null
            astore 3 /* bSGHandler */
        65: .line 751
            iconst_1
            istore 9 /* bExpansionHappened */
        end local 17 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl[] bsubGroup
        end local 16 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl bElement
        66: .line 759
      StackMap locals:
      StackMap stack:
            iload 10 /* dType */
            lookupswitch { // 5
                    1: 67
                    2: 92
                  101: 125
                  102: 147
                  103: 103
              default: 182
          }
        67: .line 762
      StackMap locals:
      StackMap stack:
            iload 13 /* bType */
            lookupswitch { // 5
                    1: 68
                    2: 72
                  101: 77
                  102: 83
                  103: 83
              default: 89
          }
        68: .line 767
      StackMap locals:
      StackMap stack:
            aload 0 /* dParticle */
            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.XSElementDecl
            iload 11 /* dMinOccurs */
            iload 12 /* dMaxOccurs */
        69: .line 768
            aload 2 /* bParticle */
            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.XSElementDecl
            iload 14 /* bMinOccurs */
            iload 15 /* bMaxOccurs */
        70: .line 767
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.checkNameAndTypeOK:(Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;IILcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;II)V
        71: .line 769
            iload 9 /* bExpansionHappened */
            ireturn
        72: .line 775
      StackMap locals:
      StackMap stack:
            aload 0 /* dParticle */
            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.XSElementDecl
            iload 11 /* dMinOccurs */
            iload 12 /* dMaxOccurs */
        73: .line 776
            aload 2 /* bParticle */
            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.XSWildcardDecl
            iload 14 /* bMinOccurs */
            iload 15 /* bMaxOccurs */
        74: .line 777
            iload 4 /* checkWCOccurrence */
        75: .line 775
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.checkNSCompat:(Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;IILcom/sun/org/apache/xerces/internal/impl/xs/XSWildcardDecl;IIZ)V
        76: .line 778
            iload 9 /* bExpansionHappened */
            ireturn
        77: .line 786
      StackMap locals:
      StackMap stack:
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 5 /* dChildren */
        78: .line 787
            aload 5 /* dChildren */
            aload 0 /* dParticle */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        79: .line 789
            aload 5 /* dChildren */
            iconst_1
            iconst_1
            aload 1 /* dSGHandler */
        80: .line 790
            aload 6 /* bChildren */
            iload 14 /* bMinOccurs */
            iload 15 /* bMaxOccurs */
            aload 3 /* bSGHandler */
        81: .line 789
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.checkRecurseLax:(Ljava/util/List;IILcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;Ljava/util/List;IILcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;)V
        82: .line 791
            iload 9 /* bExpansionHappened */
            ireturn
        83: .line 798
      StackMap locals:
      StackMap stack:
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 5 /* dChildren */
        84: .line 799
            aload 5 /* dChildren */
            aload 0 /* dParticle */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        85: .line 801
            aload 5 /* dChildren */
            iconst_1
            iconst_1
            aload 1 /* dSGHandler */
        86: .line 802
            aload 6 /* bChildren */
            iload 14 /* bMinOccurs */
            iload 15 /* bMaxOccurs */
            aload 3 /* bSGHandler */
        87: .line 801
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.checkRecurse:(Ljava/util/List;IILcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;Ljava/util/List;IILcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;)V
        88: .line 803
            iload 9 /* bExpansionHappened */
            ireturn
        89: .line 808
      StackMap locals:
      StackMap stack:
            new com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
            dup
            ldc "Internal-Error"
        90: .line 809
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "in particleValidRestriction"
            aastore
        91: .line 808
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
        92: .line 816
      StackMap locals:
      StackMap stack:
            iload 13 /* bType */
            lookupswitch { // 5
                    1: 97
                    2: 93
                  101: 97
                  102: 97
                  103: 97
              default: 100
          }
        93: .line 821
      StackMap locals:
      StackMap stack:
            aload 0 /* dParticle */
            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.XSWildcardDecl
            iload 11 /* dMinOccurs */
            iload 12 /* dMaxOccurs */
        94: .line 822
            aload 2 /* bParticle */
            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.XSWildcardDecl
            iload 14 /* bMinOccurs */
            iload 15 /* bMaxOccurs */
        95: .line 821
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.checkNSSubset:(Lcom/sun/org/apache/xerces/internal/impl/xs/XSWildcardDecl;IILcom/sun/org/apache/xerces/internal/impl/xs/XSWildcardDecl;II)V
        96: .line 823
            iload 9 /* bExpansionHappened */
            ireturn
        97: .line 831
      StackMap locals:
      StackMap stack:
            new com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
            dup
            ldc "cos-particle-restrict.2"
        98: .line 832
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "any:choice,sequence,all,elt"
            aastore
        99: .line 831
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
       100: .line 837
      StackMap locals:
      StackMap stack:
            new com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
            dup
            ldc "Internal-Error"
       101: .line 838
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "in particleValidRestriction"
            aastore
       102: .line 837
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
       103: .line 845
      StackMap locals:
      StackMap stack:
            iload 13 /* bType */
            lookupswitch { // 5
                    1: 119
                    2: 104
                  101: 119
                  102: 119
                  103: 115
              default: 122
          }
       104: .line 850
      StackMap locals:
      StackMap stack:
            iload 7 /* dMinEffectiveTotalRange */
            bipush -2
            if_icmpne 106
       105: .line 851
            aload 0 /* dParticle */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.minEffectiveTotalRange:()I
            istore 7 /* dMinEffectiveTotalRange */
       106: .line 852
      StackMap locals:
      StackMap stack:
            iload 8 /* dMaxEffectiveTotalRange */
            bipush -2
            if_icmpne 108
       107: .line 853
            aload 0 /* dParticle */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.maxEffectiveTotalRange:()I
            istore 8 /* dMaxEffectiveTotalRange */
       108: .line 855
      StackMap locals:
      StackMap stack:
            aload 5 /* dChildren */
            iload 7 /* dMinEffectiveTotalRange */
       109: .line 856
            iload 8 /* dMaxEffectiveTotalRange */
       110: .line 857
            aload 1 /* dSGHandler */
       111: .line 858
            aload 2 /* bParticle */
            iload 14 /* bMinOccurs */
            iload 15 /* bMaxOccurs */
       112: .line 859
            iload 4 /* checkWCOccurrence */
       113: .line 855
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.checkNSRecurseCheckCardinality:(Ljava/util/List;IILcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;IIZ)V
       114: .line 861
            iload 9 /* bExpansionHappened */
            ireturn
       115: .line 866
      StackMap locals:
      StackMap stack:
            aload 5 /* dChildren */
            iload 11 /* dMinOccurs */
            iload 12 /* dMaxOccurs */
            aload 1 /* dSGHandler */
       116: .line 867
            aload 6 /* bChildren */
            iload 14 /* bMinOccurs */
            iload 15 /* bMaxOccurs */
            aload 3 /* bSGHandler */
       117: .line 866
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.checkRecurse:(Ljava/util/List;IILcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;Ljava/util/List;IILcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;)V
       118: .line 868
            iload 9 /* bExpansionHappened */
            ireturn
       119: .line 875
      StackMap locals:
      StackMap stack:
            new com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
            dup
            ldc "cos-particle-restrict.2"
       120: .line 876
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "all:choice,sequence,elt"
            aastore
       121: .line 875
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
       122: .line 881
      StackMap locals:
      StackMap stack:
            new com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
            dup
            ldc "Internal-Error"
       123: .line 882
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "in particleValidRestriction"
            aastore
       124: .line 881
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
       125: .line 889
      StackMap locals:
      StackMap stack:
            iload 13 /* bType */
            lookupswitch { // 5
                    1: 141
                    2: 126
                  101: 137
                  102: 141
                  103: 141
              default: 144
          }
       126: .line 894
      StackMap locals:
      StackMap stack:
            iload 7 /* dMinEffectiveTotalRange */
            bipush -2
            if_icmpne 128
       127: .line 895
            aload 0 /* dParticle */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.minEffectiveTotalRange:()I
            istore 7 /* dMinEffectiveTotalRange */
       128: .line 896
      StackMap locals:
      StackMap stack:
            iload 8 /* dMaxEffectiveTotalRange */
            bipush -2
            if_icmpne 130
       129: .line 897
            aload 0 /* dParticle */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.maxEffectiveTotalRange:()I
            istore 8 /* dMaxEffectiveTotalRange */
       130: .line 899
      StackMap locals:
      StackMap stack:
            aload 5 /* dChildren */
            iload 7 /* dMinEffectiveTotalRange */
       131: .line 900
            iload 8 /* dMaxEffectiveTotalRange */
       132: .line 901
            aload 1 /* dSGHandler */
       133: .line 902
            aload 2 /* bParticle */
            iload 14 /* bMinOccurs */
            iload 15 /* bMaxOccurs */
       134: .line 903
            iload 4 /* checkWCOccurrence */
       135: .line 899
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.checkNSRecurseCheckCardinality:(Ljava/util/List;IILcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;IIZ)V
       136: .line 904
            iload 9 /* bExpansionHappened */
            ireturn
       137: .line 909
      StackMap locals:
      StackMap stack:
            aload 5 /* dChildren */
            iload 11 /* dMinOccurs */
            iload 12 /* dMaxOccurs */
            aload 1 /* dSGHandler */
       138: .line 910
            aload 6 /* bChildren */
            iload 14 /* bMinOccurs */
            iload 15 /* bMaxOccurs */
            aload 3 /* bSGHandler */
       139: .line 909
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.checkRecurseLax:(Ljava/util/List;IILcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;Ljava/util/List;IILcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;)V
       140: .line 911
            iload 9 /* bExpansionHappened */
            ireturn
       141: .line 918
      StackMap locals:
      StackMap stack:
            new com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
            dup
            ldc "cos-particle-restrict.2"
       142: .line 919
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "choice:all,sequence,elt"
            aastore
       143: .line 918
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
       144: .line 924
      StackMap locals:
      StackMap stack:
            new com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
            dup
            ldc "Internal-Error"
       145: .line 925
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "in particleValidRestriction"
            aastore
       146: .line 924
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
       147: .line 933
      StackMap locals:
      StackMap stack:
            iload 13 /* bType */
            lookupswitch { // 5
                    1: 176
                    2: 148
                  101: 167
                  102: 163
                  103: 159
              default: 179
          }
       148: .line 938
      StackMap locals:
      StackMap stack:
            iload 7 /* dMinEffectiveTotalRange */
            bipush -2
            if_icmpne 150
       149: .line 939
            aload 0 /* dParticle */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.minEffectiveTotalRange:()I
            istore 7 /* dMinEffectiveTotalRange */
       150: .line 940
      StackMap locals:
      StackMap stack:
            iload 8 /* dMaxEffectiveTotalRange */
            bipush -2
            if_icmpne 152
       151: .line 941
            aload 0 /* dParticle */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.maxEffectiveTotalRange:()I
            istore 8 /* dMaxEffectiveTotalRange */
       152: .line 943
      StackMap locals:
      StackMap stack:
            aload 5 /* dChildren */
            iload 7 /* dMinEffectiveTotalRange */
       153: .line 944
            iload 8 /* dMaxEffectiveTotalRange */
       154: .line 945
            aload 1 /* dSGHandler */
       155: .line 946
            aload 2 /* bParticle */
            iload 14 /* bMinOccurs */
            iload 15 /* bMaxOccurs */
       156: .line 947
            iload 4 /* checkWCOccurrence */
       157: .line 943
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.checkNSRecurseCheckCardinality:(Ljava/util/List;IILcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;IIZ)V
       158: .line 948
            iload 9 /* bExpansionHappened */
            ireturn
       159: .line 953
      StackMap locals:
      StackMap stack:
            aload 5 /* dChildren */
            iload 11 /* dMinOccurs */
            iload 12 /* dMaxOccurs */
            aload 1 /* dSGHandler */
       160: .line 954
            aload 6 /* bChildren */
            iload 14 /* bMinOccurs */
            iload 15 /* bMaxOccurs */
            aload 3 /* bSGHandler */
       161: .line 953
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.checkRecurseUnordered:(Ljava/util/List;IILcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;Ljava/util/List;IILcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;)V
       162: .line 955
            iload 9 /* bExpansionHappened */
            ireturn
       163: .line 960
      StackMap locals:
      StackMap stack:
            aload 5 /* dChildren */
            iload 11 /* dMinOccurs */
            iload 12 /* dMaxOccurs */
            aload 1 /* dSGHandler */
       164: .line 961
            aload 6 /* bChildren */
            iload 14 /* bMinOccurs */
            iload 15 /* bMaxOccurs */
            aload 3 /* bSGHandler */
       165: .line 960
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.checkRecurse:(Ljava/util/List;IILcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;Ljava/util/List;IILcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;)V
       166: .line 962
            iload 9 /* bExpansionHappened */
            ireturn
       167: .line 967
      StackMap locals:
      StackMap stack:
            iload 11 /* dMinOccurs */
            aload 5 /* dChildren */
            invokeinterface java.util.List.size:()I
            imul
            istore 16 /* min1 */
        start local 16 // int min1
       168: .line 968
            iload 12 /* dMaxOccurs */
            iconst_m1
            if_icmpne 170
       169: .line 969
            iload 12 /* dMaxOccurs */
            goto 171
      StackMap locals: int
      StackMap stack:
       170: iload 12 /* dMaxOccurs */
            aload 5 /* dChildren */
            invokeinterface java.util.List.size:()I
            imul
       171: .line 968
      StackMap locals:
      StackMap stack: int
            istore 17 /* max1 */
        start local 17 // int max1
       172: .line 970
            aload 5 /* dChildren */
            iload 16 /* min1 */
            iload 17 /* max1 */
            aload 1 /* dSGHandler */
       173: .line 971
            aload 6 /* bChildren */
            iload 14 /* bMinOccurs */
            iload 15 /* bMaxOccurs */
            aload 3 /* bSGHandler */
       174: .line 970
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.checkMapAndSum:(Ljava/util/List;IILcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;Ljava/util/List;IILcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;)V
       175: .line 972
            iload 9 /* bExpansionHappened */
            ireturn
        end local 17 // int max1
        end local 16 // int min1
       176: .line 977
      StackMap locals:
      StackMap stack:
            new com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
            dup
            ldc "cos-particle-restrict.2"
       177: .line 978
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "seq:elt"
            aastore
       178: .line 977
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
       179: .line 983
      StackMap locals:
      StackMap stack:
            new com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
            dup
            ldc "Internal-Error"
       180: .line 984
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "in particleValidRestriction"
            aastore
       181: .line 983
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
       182: .line 991
      StackMap locals:
      StackMap stack:
            iload 9 /* bExpansionHappened */
            ireturn
        end local 15 // int bMaxOccurs
        end local 14 // int bMinOccurs
        end local 13 // short bType
        end local 12 // int dMaxOccurs
        end local 11 // int dMinOccurs
        end local 10 // short dType
        end local 9 // boolean bExpansionHappened
        end local 8 // int dMaxEffectiveTotalRange
        end local 7 // int dMinEffectiveTotalRange
        end local 6 // java.util.List bChildren
        end local 5 // java.util.List dChildren
        end local 4 // boolean checkWCOccurrence
        end local 3 // com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler bSGHandler
        end local 2 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl bParticle
        end local 1 // com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler dSGHandler
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl dParticle
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0  183     0                dParticle  Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
            0  183     1               dSGHandler  Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;
            0  183     2                bParticle  Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
            0  183     3               bSGHandler  Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;
            0  183     4        checkWCOccurrence  Z
            1  183     5                dChildren  Ljava/util/List<Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;>;
            2  183     6                bChildren  Ljava/util/List<Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;>;
            3  183     7  dMinEffectiveTotalRange  I
            4  183     8  dMaxEffectiveTotalRange  I
            5  183     9       bExpansionHappened  Z
           10  183    10                    dType  S
           13   19    11                     dtmp  Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
           20  183    11               dMinOccurs  I
           21  183    12               dMaxOccurs  I
           23   38    13                 dElement  Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
           25   38    14                 subGroup  [Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
           31   35    15                        i  I
           39  183    13                    bType  S
           42   48    14                     btmp  Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
           49  183    14               bMinOccurs  I
           50  183    15               bMaxOccurs  I
           52   66    16                 bElement  Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
           54   66    17                bsubGroup  [Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
           58   62    18                        i  I
          168  176    16                     min1  I
          172  176    17                     max1  I
    Exceptions:
      throws com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
    MethodParameters:
                   Name  Flags
      dParticle          
      dSGHandler         
      bParticle          
      bSGHandler         
      checkWCOccurrence  

  private static void addElementToParticleVector(java.util.List<com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl>, com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl);
    descriptor: (Ljava/util/List;Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // java.util.List v
        start local 1 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl d
         0: .line 996
            new com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl
            dup
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.<init>:()V
            astore 2 /* p */
        start local 2 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl p
         1: .line 997
            aload 2 /* p */
            aload 1 /* d */
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fValue:Lcom/sun/org/apache/xerces/internal/xs/XSTerm;
         2: .line 998
            aload 2 /* p */
            iconst_1
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fType:S
         3: .line 999
            aload 0 /* v */
            aload 2 /* p */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         4: .line 1001
            return
        end local 2 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl p
        end local 1 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl d
        end local 0 // java.util.List v
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0     v  Ljava/util/List<Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;>;
            0    5     1     d  Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
            1    5     2     p  Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
    Signature: (Ljava/util/List<Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;>;Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;)V
    MethodParameters:
      Name  Flags
      v     
      d     

  private static com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl getNonUnaryGroup(com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl);
    descriptor: (Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;)Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl p
         0: .line 1005
            aload 0 /* p */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fType:S
            iconst_1
            if_icmpeq 2
         1: .line 1006
            aload 0 /* p */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fType:S
            iconst_2
            if_icmpne 3
         2: .line 1007
      StackMap locals:
      StackMap stack:
            aload 0 /* p */
            areturn
         3: .line 1009
      StackMap locals:
      StackMap stack:
            aload 0 /* p */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fMinOccurs:I
            iconst_1
            if_icmpne 6
            aload 0 /* p */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fMaxOccurs:I
            iconst_1
            if_icmpne 6
         4: .line 1010
            aload 0 /* p */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fValue:Lcom/sun/org/apache/xerces/internal/xs/XSTerm;
            ifnull 6
            aload 0 /* p */
            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
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fParticleCount:I
            iconst_1
            if_icmpne 6
         5: .line 1011
            aload 0 /* p */
            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
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fParticles:[Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
            iconst_0
            aaload
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.getNonUnaryGroup:(Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;)Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
            areturn
         6: .line 1013
      StackMap locals:
      StackMap stack:
            aload 0 /* p */
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl p
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0     p  Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
    MethodParameters:
      Name  Flags
      p     

  private static java.util.List<com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl> removePointlessChildren(com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl);
    descriptor: (Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;)Ljava/util/List;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl p
         0: .line 1018
            aload 0 /* p */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fType:S
            iconst_1
            if_icmpeq 2
         1: .line 1019
            aload 0 /* p */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fType:S
            iconst_2
            if_icmpne 3
         2: .line 1020
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
         3: .line 1022
      StackMap locals:
      StackMap stack:
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 1 /* children */
        start local 1 // java.util.List children
         4: .line 1024
            aload 0 /* p */
            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
            astore 2 /* group */
        start local 2 // com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl group
         5: .line 1025
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         6: goto 9
         7: .line 1026
      StackMap locals: java.util.List com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl int
      StackMap stack:
            aload 2 /* group */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fCompositor:S
            aload 2 /* group */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fParticles:[Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
            iload 3 /* i */
            aaload
            aload 1 /* children */
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.gatherChildren:(ILcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;Ljava/util/List;)V
         8: .line 1025
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 3 /* i */
            aload 2 /* group */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fParticleCount:I
            if_icmplt 7
        end local 3 // int i
        10: .line 1028
            aload 1 /* children */
            areturn
        end local 2 // com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl group
        end local 1 // java.util.List children
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl p
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   11     0         p  Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
            4   11     1  children  Ljava/util/List<Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;>;
            5   11     2     group  Lcom/sun/org/apache/xerces/internal/impl/xs/XSModelGroupImpl;
            6   10     3         i  I
    Signature: (Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;)Ljava/util/List<Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;>;
    MethodParameters:
      Name  Flags
      p     

  private static void gatherChildren(int, com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl, java.util.List<com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl>);
    descriptor: (ILcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;Ljava/util/List;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=8, args_size=3
        start local 0 // int parentType
        start local 1 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl p
        start local 2 // java.util.List children
         0: .line 1034
            aload 1 /* p */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fMinOccurs:I
            istore 3 /* min */
        start local 3 // int min
         1: .line 1035
            aload 1 /* p */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fMaxOccurs:I
            istore 4 /* max */
        start local 4 // int max
         2: .line 1036
            aload 1 /* p */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fType:S
            istore 5 /* type */
        start local 5 // int type
         3: .line 1037
            iload 5 /* type */
            iconst_3
            if_icmpne 5
         4: .line 1038
            aload 1 /* p */
            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
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fCompositor:S
            istore 5 /* type */
         5: .line 1040
      StackMap locals: int int int
      StackMap stack:
            iload 5 /* type */
            iconst_1
            if_icmpeq 7
         6: .line 1041
            iload 5 /* type */
            iconst_2
            if_icmpne 9
         7: .line 1042
      StackMap locals:
      StackMap stack:
            aload 2 /* children */
            aload 1 /* p */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         8: .line 1043
            return
         9: .line 1046
      StackMap locals:
      StackMap stack:
            iload 3 /* min */
            iconst_1
            if_icmpne 10
            iload 4 /* max */
            iconst_1
            if_icmpeq 12
        10: .line 1047
      StackMap locals:
      StackMap stack:
            aload 2 /* children */
            aload 1 /* p */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        11: .line 1048
            goto 22
        12: .line 1049
      StackMap locals:
      StackMap stack:
            iload 0 /* parentType */
            iload 5 /* type */
            if_icmpne 20
        13: .line 1050
            aload 1 /* p */
            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
            astore 6 /* group */
        start local 6 // com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl group
        14: .line 1051
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        15: goto 18
        16: .line 1052
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl int
      StackMap stack:
            iload 5 /* type */
            aload 6 /* group */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fParticles:[Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
            iload 7 /* i */
            aaload
            aload 2 /* children */
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.gatherChildren:(ILcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;Ljava/util/List;)V
        17: .line 1051
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        18: iload 7 /* i */
            aload 6 /* group */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fParticleCount:I
            if_icmplt 16
        end local 7 // int i
        end local 6 // com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl group
        19: .line 1053
            goto 22
        20: .line 1054
      StackMap locals:
      StackMap stack:
            aload 1 /* p */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.isEmpty:()Z
            ifne 22
        21: .line 1055
            aload 2 /* children */
            aload 1 /* p */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        22: .line 1058
      StackMap locals:
      StackMap stack:
            return
        end local 5 // int type
        end local 4 // int max
        end local 3 // int min
        end local 2 // java.util.List children
        end local 1 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl p
        end local 0 // int parentType
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   23     0  parentType  I
            0   23     1           p  Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
            0   23     2    children  Ljava/util/List<Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;>;
            1   23     3         min  I
            2   23     4         max  I
            3   23     5        type  I
           14   19     6       group  Lcom/sun/org/apache/xerces/internal/impl/xs/XSModelGroupImpl;
           15   19     7           i  I
    Signature: (ILcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;Ljava/util/List<Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;>;)V
    MethodParameters:
            Name  Flags
      parentType  
      p           
      children    

  private static void checkNameAndTypeOK(com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl, int, int, com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl, int, int);
    descriptor: (Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;IILcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;II)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=8, locals=8, args_size=6
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl dElement
        start local 1 // int dMin
        start local 2 // int dMax
        start local 3 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl bElement
        start local 4 // int bMin
        start local 5 // int bMax
         0: .line 1068
            aload 0 /* dElement */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fName:Ljava/lang/String;
            aload 3 /* bElement */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fName:Ljava/lang/String;
            if_acmpne 2
         1: .line 1069
            aload 0 /* dElement */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fTargetNamespace:Ljava/lang/String;
            aload 3 /* bElement */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fTargetNamespace:Ljava/lang/String;
            if_acmpeq 6
         2: .line 1070
      StackMap locals:
      StackMap stack:
            new com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
            dup
         3: .line 1071
            ldc "rcase-NameAndTypeOK.1"
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* dElement */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fName:Ljava/lang/String;
            aastore
            dup
            iconst_1
         4: .line 1072
            aload 0 /* dElement */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fTargetNamespace:Ljava/lang/String;
            aastore
            dup
            iconst_2
            aload 3 /* bElement */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fName:Ljava/lang/String;
            aastore
            dup
            iconst_3
            aload 3 /* bElement */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fTargetNamespace:Ljava/lang/String;
            aastore
         5: .line 1070
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
         6: .line 1078
      StackMap locals:
      StackMap stack:
            aload 3 /* bElement */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.getNillable:()Z
            ifne 10
            aload 0 /* dElement */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.getNillable:()Z
            ifeq 10
         7: .line 1079
            new com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
            dup
            ldc "rcase-NameAndTypeOK.2"
         8: .line 1080
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* dElement */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fName:Ljava/lang/String;
            aastore
         9: .line 1079
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
        10: .line 1086
      StackMap locals:
      StackMap stack:
            iload 1 /* dMin */
            iload 2 /* dMax */
            iload 4 /* bMin */
            iload 5 /* bMax */
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.checkOccurrenceRange:(IIII)Z
            ifne 23
        11: .line 1087
            new com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
            dup
            ldc "rcase-NameAndTypeOK.3"
        12: .line 1088
            iconst_5
            anewarray java.lang.Object
            dup
            iconst_0
        13: .line 1089
            aload 0 /* dElement */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fName:Ljava/lang/String;
            aastore
            dup
            iconst_1
        14: .line 1090
            iload 1 /* dMin */
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            aastore
            dup
            iconst_2
        15: .line 1091
            iload 2 /* dMax */
            iconst_m1
            if_icmpne 16
            ldc "unbounded"
            goto 17
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl int int com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl int int
      StackMap stack: new 11 new 11 java.lang.String java.lang.Object[] java.lang.Object[] int
        16: iload 2 /* dMax */
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl int int com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl int int
      StackMap stack: new 11 new 11 java.lang.String java.lang.Object[] java.lang.Object[] int java.lang.String
        17: aastore
            dup
            iconst_3
        18: .line 1092
            iload 4 /* bMin */
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            aastore
            dup
            iconst_4
        19: .line 1093
            iload 5 /* bMax */
            iconst_m1
            if_icmpne 20
            ldc "unbounded"
            goto 21
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl int int com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl int int
      StackMap stack: new 11 new 11 java.lang.String java.lang.Object[] java.lang.Object[] int
        20: iload 5 /* bMax */
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl int int com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl int int
      StackMap stack: new 11 new 11 java.lang.String java.lang.Object[] java.lang.Object[] int java.lang.String
        21: aastore
        22: .line 1087
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
        23: .line 1099
      StackMap locals:
      StackMap stack:
            aload 3 /* bElement */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.getConstraintType:()S
            iconst_2
            if_icmpne 39
        24: .line 1101
            aload 0 /* dElement */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.getConstraintType:()S
            iconst_2
            if_icmpeq 28
        25: .line 1102
            new com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
            dup
            ldc "rcase-NameAndTypeOK.4.a"
        26: .line 1103
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* dElement */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fName:Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 3 /* bElement */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fDefault:Lcom/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo;
            invokevirtual com.sun.org.apache.xerces.internal.impl.dv.ValidatedInfo.stringValue:()Ljava/lang/String;
            aastore
        27: .line 1102
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
        28: .line 1107
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 6 /* isSimple */
        start local 6 // boolean isSimple
        29: .line 1108
            aload 0 /* dElement */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fType:Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
            invokeinterface com.sun.org.apache.xerces.internal.xs.XSTypeDefinition.getTypeCategory:()S
            bipush 16
            if_icmpeq 31
        30: .line 1109
            aload 0 /* dElement */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fType:Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
            checkcast com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl.fContentType:S
            iconst_1
            if_icmpne 32
        31: .line 1110
      StackMap locals: int
      StackMap stack:
            iconst_1
            istore 6 /* isSimple */
        32: .line 1114
      StackMap locals:
      StackMap stack:
            iload 6 /* isSimple */
            ifne 33
            aload 3 /* bElement */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fDefault:Lcom/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo;
            getfield com.sun.org.apache.xerces.internal.impl.dv.ValidatedInfo.normalizedValue:Ljava/lang/String;
            aload 0 /* dElement */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fDefault:Lcom/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo;
            getfield com.sun.org.apache.xerces.internal.impl.dv.ValidatedInfo.normalizedValue:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 34
        33: .line 1115
      StackMap locals:
      StackMap stack:
            iload 6 /* isSimple */
            ifeq 39
            aload 3 /* bElement */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fDefault:Lcom/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo;
            getfield com.sun.org.apache.xerces.internal.impl.dv.ValidatedInfo.actualValue:Ljava/lang/Object;
            aload 0 /* dElement */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fDefault:Lcom/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo;
            getfield com.sun.org.apache.xerces.internal.impl.dv.ValidatedInfo.actualValue:Ljava/lang/Object;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 39
        34: .line 1116
      StackMap locals:
      StackMap stack:
            new com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
            dup
            ldc "rcase-NameAndTypeOK.4.b"
        35: .line 1117
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* dElement */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fName:Ljava/lang/String;
            aastore
            dup
            iconst_1
        36: .line 1118
            aload 0 /* dElement */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fDefault:Lcom/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo;
            invokevirtual com.sun.org.apache.xerces.internal.impl.dv.ValidatedInfo.stringValue:()Ljava/lang/String;
            aastore
            dup
            iconst_2
        37: .line 1119
            aload 3 /* bElement */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fDefault:Lcom/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo;
            invokevirtual com.sun.org.apache.xerces.internal.impl.dv.ValidatedInfo.stringValue:()Ljava/lang/String;
            aastore
        38: .line 1116
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
        end local 6 // boolean isSimple
        39: .line 1126
      StackMap locals:
      StackMap stack:
            aload 0 /* dElement */
            aload 3 /* bElement */
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.checkIDConstraintRestriction:(Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;)V
        40: .line 1131
            aload 0 /* dElement */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fBlock:S
            istore 6 /* blockSet1 */
        start local 6 // int blockSet1
        41: .line 1132
            aload 3 /* bElement */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fBlock:S
            istore 7 /* blockSet2 */
        start local 7 // int blockSet2
        42: .line 1133
            iload 6 /* blockSet1 */
            iload 7 /* blockSet2 */
            iand
            iload 7 /* blockSet2 */
            if_icmpne 44
        43: .line 1134
            iload 6 /* blockSet1 */
            ifne 47
            iload 7 /* blockSet2 */
            ifeq 47
        44: .line 1135
      StackMap locals: int int
      StackMap stack:
            new com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
            dup
            ldc "rcase-NameAndTypeOK.6"
        45: .line 1136
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* dElement */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fName:Ljava/lang/String;
            aastore
        46: .line 1135
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
        47: .line 1142
      StackMap locals:
      StackMap stack:
            aload 0 /* dElement */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fType:Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
            aload 3 /* bElement */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fType:Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
        48: .line 1143
            bipush 25
        49: .line 1142
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.checkTypeDerivationOk:(Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;S)Z
        50: .line 1143
            ifne 54
        51: .line 1144
            new com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
            dup
            ldc "rcase-NameAndTypeOK.7"
        52: .line 1145
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* dElement */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fName:Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 0 /* dElement */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fType:Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
            invokeinterface com.sun.org.apache.xerces.internal.xs.XSTypeDefinition.getName:()Ljava/lang/String;
            aastore
            dup
            iconst_2
            aload 3 /* bElement */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fType:Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
            invokeinterface com.sun.org.apache.xerces.internal.xs.XSTypeDefinition.getName:()Ljava/lang/String;
            aastore
        53: .line 1144
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
        54: .line 1148
      StackMap locals:
      StackMap stack:
            return
        end local 7 // int blockSet2
        end local 6 // int blockSet1
        end local 5 // int bMax
        end local 4 // int bMin
        end local 3 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl bElement
        end local 2 // int dMax
        end local 1 // int dMin
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl dElement
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   55     0   dElement  Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
            0   55     1       dMin  I
            0   55     2       dMax  I
            0   55     3   bElement  Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
            0   55     4       bMin  I
            0   55     5       bMax  I
           29   39     6   isSimple  Z
           41   55     6  blockSet1  I
           42   55     7  blockSet2  I
    Exceptions:
      throws com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
    MethodParameters:
          Name  Flags
      dElement  
      dMin      
      dMax      
      bElement  
      bMin      
      bMax      

  private static void checkIDConstraintRestriction(com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl, com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl);
    descriptor: (Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl derivedElemDecl
        start local 1 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl baseElemDecl
         0: .line 1155
            return
        end local 1 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl baseElemDecl
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl derivedElemDecl
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0  derivedElemDecl  Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
            0    1     1     baseElemDecl  Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
    Exceptions:
      throws com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
    MethodParameters:
                 Name  Flags
      derivedElemDecl  
      baseElemDecl     

  private static boolean checkOccurrenceRange(int, int, int, int);
    descriptor: (IIII)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // int min1
        start local 1 // int max1
        start local 2 // int min2
        start local 3 // int max2
         0: .line 1160
            iload 0 /* min1 */
            iload 2 /* min2 */
            if_icmplt 4
         1: .line 1161
            iload 3 /* max2 */
            iconst_m1
            if_icmpeq 3
         2: .line 1162
            iload 1 /* max1 */
            iconst_m1
            if_icmpeq 4
            iload 1 /* max1 */
            iload 3 /* max2 */
            if_icmpgt 4
         3: .line 1163
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
         4: .line 1165
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 3 // int max2
        end local 2 // int min2
        end local 1 // int max1
        end local 0 // int min1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  min1  I
            0    5     1  max1  I
            0    5     2  min2  I
            0    5     3  max2  I
    MethodParameters:
      Name  Flags
      min1  
      max1  
      min2  
      max2  

  private static void checkNSCompat(com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl, int, int, com.sun.org.apache.xerces.internal.impl.xs.XSWildcardDecl, int, int, boolean);
    descriptor: (Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;IILcom/sun/org/apache/xerces/internal/impl/xs/XSWildcardDecl;IIZ)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=8, locals=7, args_size=7
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl elem
        start local 1 // int min1
        start local 2 // int max1
        start local 3 // com.sun.org.apache.xerces.internal.impl.xs.XSWildcardDecl wildcard
        start local 4 // int min2
        start local 5 // int max2
        start local 6 // boolean checkWCOccurrence
         0: .line 1174
            iload 6 /* checkWCOccurrence */
            ifeq 13
            iload 1 /* min1 */
            iload 2 /* max1 */
            iload 4 /* min2 */
            iload 5 /* max2 */
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.checkOccurrenceRange:(IIII)Z
            ifne 13
         1: .line 1175
            new com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
            dup
            ldc "rcase-NSCompat.2"
         2: .line 1176
            iconst_5
            anewarray java.lang.Object
            dup
            iconst_0
         3: .line 1177
            aload 0 /* elem */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fName:Ljava/lang/String;
            aastore
            dup
            iconst_1
         4: .line 1178
            iload 1 /* min1 */
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            aastore
            dup
            iconst_2
         5: .line 1179
            iload 2 /* max1 */
            iconst_m1
            if_icmpne 6
            ldc "unbounded"
            goto 7
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl int int com.sun.org.apache.xerces.internal.impl.xs.XSWildcardDecl int int int
      StackMap stack: new 1 new 1 java.lang.String java.lang.Object[] java.lang.Object[] int
         6: iload 2 /* max1 */
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl int int com.sun.org.apache.xerces.internal.impl.xs.XSWildcardDecl int int int
      StackMap stack: new 1 new 1 java.lang.String java.lang.Object[] java.lang.Object[] int java.lang.String
         7: aastore
            dup
            iconst_3
         8: .line 1180
            iload 4 /* min2 */
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            aastore
            dup
            iconst_4
         9: .line 1181
            iload 5 /* max2 */
            iconst_m1
            if_icmpne 10
            ldc "unbounded"
            goto 11
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl int int com.sun.org.apache.xerces.internal.impl.xs.XSWildcardDecl int int int
      StackMap stack: new 1 new 1 java.lang.String java.lang.Object[] java.lang.Object[] int
        10: iload 5 /* max2 */
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl int int com.sun.org.apache.xerces.internal.impl.xs.XSWildcardDecl int int int
      StackMap stack: new 1 new 1 java.lang.String java.lang.Object[] java.lang.Object[] int java.lang.String
        11: aastore
        12: .line 1175
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
        13: .line 1185
      StackMap locals:
      StackMap stack:
            aload 3 /* wildcard */
            aload 0 /* elem */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fTargetNamespace:Ljava/lang/String;
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSWildcardDecl.allowNamespace:(Ljava/lang/String;)Z
            ifne 17
        14: .line 1186
            new com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
            dup
            ldc "rcase-NSCompat.1"
        15: .line 1187
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* elem */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fName:Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 0 /* elem */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fTargetNamespace:Ljava/lang/String;
            aastore
        16: .line 1186
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
        17: .line 1190
      StackMap locals:
      StackMap stack:
            return
        end local 6 // boolean checkWCOccurrence
        end local 5 // int max2
        end local 4 // int min2
        end local 3 // com.sun.org.apache.xerces.internal.impl.xs.XSWildcardDecl wildcard
        end local 2 // int max1
        end local 1 // int min1
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl elem
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   18     0               elem  Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
            0   18     1               min1  I
            0   18     2               max1  I
            0   18     3           wildcard  Lcom/sun/org/apache/xerces/internal/impl/xs/XSWildcardDecl;
            0   18     4               min2  I
            0   18     5               max2  I
            0   18     6  checkWCOccurrence  Z
    Exceptions:
      throws com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
    MethodParameters:
                   Name  Flags
      elem               
      min1               
      max1               
      wildcard           
      min2               
      max2               
      checkWCOccurrence  

  private static void checkNSSubset(com.sun.org.apache.xerces.internal.impl.xs.XSWildcardDecl, int, int, com.sun.org.apache.xerces.internal.impl.xs.XSWildcardDecl, int, int);
    descriptor: (Lcom/sun/org/apache/xerces/internal/impl/xs/XSWildcardDecl;IILcom/sun/org/apache/xerces/internal/impl/xs/XSWildcardDecl;II)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=8, locals=6, args_size=6
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSWildcardDecl dWildcard
        start local 1 // int min1
        start local 2 // int max1
        start local 3 // com.sun.org.apache.xerces.internal.impl.xs.XSWildcardDecl bWildcard
        start local 4 // int min2
        start local 5 // int max2
         0: .line 1197
            iload 1 /* min1 */
            iload 2 /* max1 */
            iload 4 /* min2 */
            iload 5 /* max2 */
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.checkOccurrenceRange:(IIII)Z
            ifne 11
         1: .line 1198
            new com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
            dup
            ldc "rcase-NSSubset.2"
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
         2: .line 1199
            iload 1 /* min1 */
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            aastore
            dup
            iconst_1
         3: .line 1200
            iload 2 /* max1 */
            iconst_m1
            if_icmpne 4
            ldc "unbounded"
            goto 5
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSWildcardDecl int int com.sun.org.apache.xerces.internal.impl.xs.XSWildcardDecl int int
      StackMap stack: new 1 new 1 java.lang.String java.lang.Object[] java.lang.Object[] int
         4: iload 2 /* max1 */
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSWildcardDecl int int com.sun.org.apache.xerces.internal.impl.xs.XSWildcardDecl int int
      StackMap stack: new 1 new 1 java.lang.String java.lang.Object[] java.lang.Object[] int java.lang.String
         5: aastore
            dup
            iconst_2
         6: .line 1201
            iload 4 /* min2 */
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            aastore
            dup
            iconst_3
         7: .line 1202
            iload 5 /* max2 */
            iconst_m1
            if_icmpne 8
            ldc "unbounded"
            goto 9
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSWildcardDecl int int com.sun.org.apache.xerces.internal.impl.xs.XSWildcardDecl int int
      StackMap stack: new 1 new 1 java.lang.String java.lang.Object[] java.lang.Object[] int
         8: iload 5 /* max2 */
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSWildcardDecl int int com.sun.org.apache.xerces.internal.impl.xs.XSWildcardDecl int int
      StackMap stack: new 1 new 1 java.lang.String java.lang.Object[] java.lang.Object[] int java.lang.String
         9: aastore
        10: .line 1198
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
        11: .line 1206
      StackMap locals:
      StackMap stack:
            aload 0 /* dWildcard */
            aload 3 /* bWildcard */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSWildcardDecl.isSubsetOf:(Lcom/sun/org/apache/xerces/internal/impl/xs/XSWildcardDecl;)Z
            ifne 13
        12: .line 1207
            new com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
            dup
            ldc "rcase-NSSubset.1"
            aconst_null
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
        13: .line 1210
      StackMap locals:
      StackMap stack:
            aload 0 /* dWildcard */
            aload 3 /* bWildcard */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSWildcardDecl.weakerProcessContents:(Lcom/sun/org/apache/xerces/internal/impl/xs/XSWildcardDecl;)Z
            ifeq 18
        14: .line 1211
            new com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
            dup
            ldc "rcase-NSSubset.3"
        15: .line 1212
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* dWildcard */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSWildcardDecl.getProcessContentsAsString:()Ljava/lang/String;
            aastore
            dup
            iconst_1
        16: .line 1213
            aload 3 /* bWildcard */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSWildcardDecl.getProcessContentsAsString:()Ljava/lang/String;
            aastore
        17: .line 1211
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
        18: .line 1216
      StackMap locals:
      StackMap stack:
            return
        end local 5 // int max2
        end local 4 // int min2
        end local 3 // com.sun.org.apache.xerces.internal.impl.xs.XSWildcardDecl bWildcard
        end local 2 // int max1
        end local 1 // int min1
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSWildcardDecl dWildcard
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   19     0  dWildcard  Lcom/sun/org/apache/xerces/internal/impl/xs/XSWildcardDecl;
            0   19     1       min1  I
            0   19     2       max1  I
            0   19     3  bWildcard  Lcom/sun/org/apache/xerces/internal/impl/xs/XSWildcardDecl;
            0   19     4       min2  I
            0   19     5       max2  I
    Exceptions:
      throws com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
    MethodParameters:
           Name  Flags
      dWildcard  
      min1       
      max1       
      bWildcard  
      min2       
      max2       

  private static void checkNSRecurseCheckCardinality(java.util.List<com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl>, int, int, com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler, com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl, int, int, );
    descriptor: (Ljava/util/List;IILcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;IIZ)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=8, locals=11, args_size=8
        start local 0 // java.util.List children
        start local 1 // int min1
        start local 2 // int max1
        start local 3 // com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler dSGHandler
        start local 4 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl wildcard
        start local 5 // int min2
        start local 6 // int max2
        start local 7 // boolean checkWCOccurrence
         0: .line 1227
            iload 7 /* checkWCOccurrence */
            ifeq 11
            iload 1 /* min1 */
            iload 2 /* max1 */
            iload 5 /* min2 */
            iload 6 /* max2 */
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.checkOccurrenceRange:(IIII)Z
            ifne 11
         1: .line 1228
            new com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
            dup
            ldc "rcase-NSRecurseCheckCardinality.2"
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
         2: .line 1229
            iload 1 /* min1 */
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            aastore
            dup
            iconst_1
         3: .line 1230
            iload 2 /* max1 */
            iconst_m1
            if_icmpne 4
            ldc "unbounded"
            goto 5
      StackMap locals: java.util.List int int com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl int int int
      StackMap stack: new 1 new 1 java.lang.String java.lang.Object[] java.lang.Object[] int
         4: iload 2 /* max1 */
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
      StackMap locals: java.util.List int int com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl int int int
      StackMap stack: new 1 new 1 java.lang.String java.lang.Object[] java.lang.Object[] int java.lang.String
         5: aastore
            dup
            iconst_2
         6: .line 1231
            iload 5 /* min2 */
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            aastore
            dup
            iconst_3
         7: .line 1232
            iload 6 /* max2 */
            iconst_m1
            if_icmpne 8
            ldc "unbounded"
            goto 9
      StackMap locals: java.util.List int int com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl int int int
      StackMap stack: new 1 new 1 java.lang.String java.lang.Object[] java.lang.Object[] int
         8: iload 6 /* max2 */
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
      StackMap locals: java.util.List int int com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl int int int
      StackMap stack: new 1 new 1 java.lang.String java.lang.Object[] java.lang.Object[] int java.lang.String
         9: aastore
        10: .line 1228
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
        11: .line 1236
      StackMap locals:
      StackMap stack:
            aload 0 /* children */
            invokeinterface java.util.List.size:()I
            istore 8 /* count */
        start local 8 // int count
        12: .line 1238
            iconst_0
            istore 9 /* i */
        start local 9 // int i
        13: goto 17
        14: .line 1239
      StackMap locals: int int
      StackMap stack:
            aload 0 /* children */
            iload 9 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl
            astore 10 /* particle1 */
        start local 10 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl particle1
        15: .line 1240
            aload 10 /* particle1 */
            aload 3 /* dSGHandler */
            aload 4 /* wildcard */
            aconst_null
            iconst_0
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.particleValidRestriction:(Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;Z)Z
            pop
        end local 10 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl particle1
        16: .line 1238
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
        17: iload 9 /* i */
            iload 8 /* count */
            if_icmplt 14
        end local 9 // int i
        18: .line 1243
            goto 21
        19: .line 1246
      StackMap locals: java.util.List int int com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl int int int int
      StackMap stack: com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
            pop
        20: .line 1247
            new com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
            dup
            ldc "rcase-NSRecurseCheckCardinality.1"
            aconst_null
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
        21: .line 1250
      StackMap locals:
      StackMap stack:
            return
        end local 8 // int count
        end local 7 // boolean checkWCOccurrence
        end local 6 // int max2
        end local 5 // int min2
        end local 4 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl wildcard
        end local 3 // com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler dSGHandler
        end local 2 // int max1
        end local 1 // int min1
        end local 0 // java.util.List children
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   22     0           children  Ljava/util/List<Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;>;
            0   22     1               min1  I
            0   22     2               max1  I
            0   22     3         dSGHandler  Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;
            0   22     4           wildcard  Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
            0   22     5               min2  I
            0   22     6               max2  I
            0   22     7  checkWCOccurrence  Z
           12   22     8              count  I
           13   18     9                  i  I
           15   16    10          particle1  Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
      Exception table:
        from    to  target  type
          12    18      19  Class com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
    Exceptions:
      throws com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
    Signature: (Ljava/util/List<Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;>;IILcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;IIZ)V
    MethodParameters:
                   Name  Flags
      children           
      min1               
      max1               
      dSGHandler         
      wildcard           
      min2               
      max2               
      checkWCOccurrence  

  private static void checkRecurse(java.util.List<com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl>, int, int, com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler, java.util.List<com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl>, int, int, com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler);
    descriptor: (Ljava/util/List;IILcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;Ljava/util/List;IILcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=8, locals=15, args_size=8
        start local 0 // java.util.List dChildren
        start local 1 // int min1
        start local 2 // int max1
        start local 3 // com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler dSGHandler
        start local 4 // java.util.List bChildren
        start local 5 // int min2
        start local 6 // int max2
        start local 7 // com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler bSGHandler
         0: .line 1259
            iload 1 /* min1 */
            iload 2 /* max1 */
            iload 5 /* min2 */
            iload 6 /* max2 */
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.checkOccurrenceRange:(IIII)Z
            ifne 11
         1: .line 1260
            new com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
            dup
            ldc "rcase-Recurse.1"
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
         2: .line 1261
            iload 1 /* min1 */
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            aastore
            dup
            iconst_1
         3: .line 1262
            iload 2 /* max1 */
            iconst_m1
            if_icmpne 4
            ldc "unbounded"
            goto 5
      StackMap locals: java.util.List int int com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler java.util.List int int com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler
      StackMap stack: new 1 new 1 java.lang.String java.lang.Object[] java.lang.Object[] int
         4: iload 2 /* max1 */
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
      StackMap locals: java.util.List int int com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler java.util.List int int com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler
      StackMap stack: new 1 new 1 java.lang.String java.lang.Object[] java.lang.Object[] int java.lang.String
         5: aastore
            dup
            iconst_2
         6: .line 1263
            iload 5 /* min2 */
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            aastore
            dup
            iconst_3
         7: .line 1264
            iload 6 /* max2 */
            iconst_m1
            if_icmpne 8
            ldc "unbounded"
            goto 9
      StackMap locals: java.util.List int int com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler java.util.List int int com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler
      StackMap stack: new 1 new 1 java.lang.String java.lang.Object[] java.lang.Object[] int
         8: iload 6 /* max2 */
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
      StackMap locals: java.util.List int int com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler java.util.List int int com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler
      StackMap stack: new 1 new 1 java.lang.String java.lang.Object[] java.lang.Object[] int java.lang.String
         9: aastore
        10: .line 1260
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
        11: .line 1267
      StackMap locals:
      StackMap stack:
            aload 0 /* dChildren */
            invokeinterface java.util.List.size:()I
            istore 8 /* count1 */
        start local 8 // int count1
        12: .line 1268
            aload 4 /* bChildren */
            invokeinterface java.util.List.size:()I
            istore 9 /* count2 */
        start local 9 // int count2
        13: .line 1270
            iconst_0
            istore 10 /* current */
        start local 10 // int current
        14: .line 1271
            iconst_0
            istore 11 /* i */
        start local 11 // int i
        15: goto 30
        16: .line 1273
      StackMap locals: java.util.List int int com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler java.util.List int int com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler int int int int
      StackMap stack:
            aload 0 /* dChildren */
            iload 11 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl
            astore 12 /* particle1 */
        start local 12 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl particle1
        17: .line 1274
            iload 10 /* current */
            istore 13 /* j */
        start local 13 // int j
        18: goto 27
        19: .line 1275
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl int
      StackMap stack:
            aload 4 /* bChildren */
            iload 13 /* j */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl
            astore 14 /* particle2 */
        start local 14 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl particle2
        20: .line 1276
            iinc 10 /* current */ 1
        21: .line 1278
            aload 12 /* particle1 */
            aload 3 /* dSGHandler */
            aload 14 /* particle2 */
            aload 7 /* bSGHandler */
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.particleValidRestriction:(Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;)Z
            pop
        22: .line 1279
            goto 29
        23: .line 1281
      StackMap locals: java.util.List int int com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler java.util.List int int com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler int int int int com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl int com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl
      StackMap stack: com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
            pop
        24: .line 1282
            aload 14 /* particle2 */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.emptiable:()Z
            ifne 26
        25: .line 1283
            new com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
            dup
            ldc "rcase-Recurse.2"
            aconst_null
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
        end local 14 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl particle2
        26: .line 1274
      StackMap locals:
      StackMap stack:
            iinc 13 /* j */ 1
      StackMap locals:
      StackMap stack:
        27: iload 13 /* j */
            iload 9 /* count2 */
            if_icmplt 19
        end local 13 // int j
        28: .line 1286
            new com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
            dup
            ldc "rcase-Recurse.2"
            aconst_null
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
        end local 12 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl particle1
        29: .line 1271
      StackMap locals:
      StackMap stack:
            iinc 11 /* i */ 1
      StackMap locals:
      StackMap stack:
        30: iload 11 /* i */
            iload 8 /* count1 */
            if_icmplt 16
        end local 11 // int i
        31: .line 1290
            iload 10 /* current */
            istore 11 /* j */
        start local 11 // int j
        32: goto 37
        33: .line 1291
      StackMap locals:
      StackMap stack:
            aload 4 /* bChildren */
            iload 11 /* j */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl
            astore 12 /* particle2 */
        start local 12 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl particle2
        34: .line 1292
            aload 12 /* particle2 */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.emptiable:()Z
            ifne 36
        35: .line 1293
            new com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
            dup
            ldc "rcase-Recurse.2"
            aconst_null
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
        end local 12 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl particle2
        36: .line 1290
      StackMap locals:
      StackMap stack:
            iinc 11 /* j */ 1
      StackMap locals:
      StackMap stack:
        37: iload 11 /* j */
            iload 9 /* count2 */
            if_icmplt 33
        end local 11 // int j
        38: .line 1297
            return
        end local 10 // int current
        end local 9 // int count2
        end local 8 // int count1
        end local 7 // com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler bSGHandler
        end local 6 // int max2
        end local 5 // int min2
        end local 4 // java.util.List bChildren
        end local 3 // com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler dSGHandler
        end local 2 // int max1
        end local 1 // int min1
        end local 0 // java.util.List dChildren
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   39     0   dChildren  Ljava/util/List<Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;>;
            0   39     1        min1  I
            0   39     2        max1  I
            0   39     3  dSGHandler  Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;
            0   39     4   bChildren  Ljava/util/List<Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;>;
            0   39     5        min2  I
            0   39     6        max2  I
            0   39     7  bSGHandler  Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;
           12   39     8      count1  I
           13   39     9      count2  I
           14   39    10     current  I
           15   31    11           i  I
           17   29    12   particle1  Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
           18   28    13           j  I
           20   26    14   particle2  Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
           32   38    11           j  I
           34   36    12   particle2  Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
      Exception table:
        from    to  target  type
          21    22      23  Class com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
    Exceptions:
      throws com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
    Signature: (Ljava/util/List<Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;>;IILcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;Ljava/util/List<Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;>;IILcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;)V
    MethodParameters:
            Name  Flags
      dChildren   
      min1        
      max1        
      dSGHandler  
      bChildren   
      min2        
      max2        
      bSGHandler  

  private static void checkRecurseUnordered(java.util.List<com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl>, int, int, com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler, java.util.List<com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl>, int, int, com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler);
    descriptor: (Ljava/util/List;IILcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;Ljava/util/List;IILcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=8, locals=15, args_size=8
        start local 0 // java.util.List dChildren
        start local 1 // int min1
        start local 2 // int max1
        start local 3 // com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler dSGHandler
        start local 4 // java.util.List bChildren
        start local 5 // int min2
        start local 6 // int max2
        start local 7 // com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler bSGHandler
         0: .line 1307
            iload 1 /* min1 */
            iload 2 /* max1 */
            iload 5 /* min2 */
            iload 6 /* max2 */
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.checkOccurrenceRange:(IIII)Z
            ifne 11
         1: .line 1308
            new com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
            dup
            ldc "rcase-RecurseUnordered.1"
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
         2: .line 1309
            iload 1 /* min1 */
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            aastore
            dup
            iconst_1
         3: .line 1310
            iload 2 /* max1 */
            iconst_m1
            if_icmpne 4
            ldc "unbounded"
            goto 5
      StackMap locals: java.util.List int int com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler java.util.List int int com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler
      StackMap stack: new 1 new 1 java.lang.String java.lang.Object[] java.lang.Object[] int
         4: iload 2 /* max1 */
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
      StackMap locals: java.util.List int int com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler java.util.List int int com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler
      StackMap stack: new 1 new 1 java.lang.String java.lang.Object[] java.lang.Object[] int java.lang.String
         5: aastore
            dup
            iconst_2
         6: .line 1311
            iload 5 /* min2 */
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            aastore
            dup
            iconst_3
         7: .line 1312
            iload 6 /* max2 */
            iconst_m1
            if_icmpne 8
            ldc "unbounded"
            goto 9
      StackMap locals: java.util.List int int com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler java.util.List int int com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler
      StackMap stack: new 1 new 1 java.lang.String java.lang.Object[] java.lang.Object[] int
         8: iload 6 /* max2 */
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
      StackMap locals: java.util.List int int com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler java.util.List int int com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler
      StackMap stack: new 1 new 1 java.lang.String java.lang.Object[] java.lang.Object[] int java.lang.String
         9: aastore
        10: .line 1308
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
        11: .line 1315
      StackMap locals:
      StackMap stack:
            aload 0 /* dChildren */
            invokeinterface java.util.List.size:()I
            istore 8 /* count1 */
        start local 8 // int count1
        12: .line 1316
            aload 4 /* bChildren */
            invokeinterface java.util.List.size:()I
            istore 9 /* count2 */
        start local 9 // int count2
        13: .line 1318
            iload 9 /* count2 */
            newarray 4
            astore 10 /* foundIt */
        start local 10 // boolean[] foundIt
        14: .line 1320
            iconst_0
            istore 11 /* i */
        start local 11 // int i
        15: goto 30
        16: .line 1321
      StackMap locals: java.util.List int int com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler java.util.List int int com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler int int boolean[] int
      StackMap stack:
            aload 0 /* dChildren */
            iload 11 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl
            astore 12 /* particle1 */
        start local 12 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl particle1
        17: .line 1323
            iconst_0
            istore 13 /* j */
        start local 13 // int j
        18: goto 27
        19: .line 1324
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl int
      StackMap stack:
            aload 4 /* bChildren */
            iload 13 /* j */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl
            astore 14 /* particle2 */
        start local 14 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl particle2
        20: .line 1326
            aload 12 /* particle1 */
            aload 3 /* dSGHandler */
            aload 14 /* particle2 */
            aload 7 /* bSGHandler */
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.particleValidRestriction:(Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;)Z
            pop
        21: .line 1327
            aload 10 /* foundIt */
            iload 13 /* j */
            baload
            ifeq 23
        22: .line 1328
            new com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
            dup
            ldc "rcase-RecurseUnordered.2"
            aconst_null
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
        23: .line 1330
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl
      StackMap stack:
            aload 10 /* foundIt */
            iload 13 /* j */
            iconst_1
            bastore
        24: .line 1332
            goto 29
        25: .line 1334
      StackMap locals:
      StackMap stack: com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
            pop
        end local 14 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl particle2
        26: .line 1323
            iinc 13 /* j */ 1
      StackMap locals:
      StackMap stack:
        27: iload 13 /* j */
            iload 9 /* count2 */
            if_icmplt 19
        end local 13 // int j
        28: .line 1338
            new com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
            dup
            ldc "rcase-RecurseUnordered.2"
            aconst_null
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
        end local 12 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl particle1
        29: .line 1320
      StackMap locals:
      StackMap stack:
            iinc 11 /* i */ 1
      StackMap locals:
      StackMap stack:
        30: iload 11 /* i */
            iload 8 /* count1 */
            if_icmplt 16
        end local 11 // int i
        31: .line 1342
            iconst_0
            istore 11 /* j */
        start local 11 // int j
        32: goto 37
        33: .line 1343
      StackMap locals:
      StackMap stack:
            aload 4 /* bChildren */
            iload 11 /* j */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl
            astore 12 /* particle2 */
        start local 12 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl particle2
        34: .line 1344
            aload 10 /* foundIt */
            iload 11 /* j */
            baload
            ifne 36
            aload 12 /* particle2 */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.emptiable:()Z
            ifne 36
        35: .line 1345
            new com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
            dup
            ldc "rcase-RecurseUnordered.2"
            aconst_null
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
        end local 12 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl particle2
        36: .line 1342
      StackMap locals:
      StackMap stack:
            iinc 11 /* j */ 1
      StackMap locals:
      StackMap stack:
        37: iload 11 /* j */
            iload 9 /* count2 */
            if_icmplt 33
        end local 11 // int j
        38: .line 1349
            return
        end local 10 // boolean[] foundIt
        end local 9 // int count2
        end local 8 // int count1
        end local 7 // com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler bSGHandler
        end local 6 // int max2
        end local 5 // int min2
        end local 4 // java.util.List bChildren
        end local 3 // com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler dSGHandler
        end local 2 // int max1
        end local 1 // int min1
        end local 0 // java.util.List dChildren
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   39     0   dChildren  Ljava/util/List<Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;>;
            0   39     1        min1  I
            0   39     2        max1  I
            0   39     3  dSGHandler  Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;
            0   39     4   bChildren  Ljava/util/List<Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;>;
            0   39     5        min2  I
            0   39     6        max2  I
            0   39     7  bSGHandler  Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;
           12   39     8      count1  I
           13   39     9      count2  I
           14   39    10     foundIt  [Z
           15   31    11           i  I
           17   29    12   particle1  Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
           18   28    13           j  I
           20   26    14   particle2  Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
           32   38    11           j  I
           34   36    12   particle2  Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
      Exception table:
        from    to  target  type
          20    24      25  Class com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
    Exceptions:
      throws com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
    Signature: (Ljava/util/List<Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;>;IILcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;Ljava/util/List<Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;>;IILcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;)V
    MethodParameters:
            Name  Flags
      dChildren   
      min1        
      max1        
      dSGHandler  
      bChildren   
      min2        
      max2        
      bSGHandler  

  private static void checkRecurseLax(java.util.List<com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl>, int, int, com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler, java.util.List<com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl>, int, int, com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler);
    descriptor: (Ljava/util/List;IILcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;Ljava/util/List;IILcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=8, locals=15, args_size=8
        start local 0 // java.util.List dChildren
        start local 1 // int min1
        start local 2 // int max1
        start local 3 // com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler dSGHandler
        start local 4 // java.util.List bChildren
        start local 5 // int min2
        start local 6 // int max2
        start local 7 // com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler bSGHandler
         0: .line 1358
            iload 1 /* min1 */
            iload 2 /* max1 */
            iload 5 /* min2 */
            iload 6 /* max2 */
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.checkOccurrenceRange:(IIII)Z
            ifne 11
         1: .line 1359
            new com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
            dup
            ldc "rcase-RecurseLax.1"
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
         2: .line 1360
            iload 1 /* min1 */
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            aastore
            dup
            iconst_1
         3: .line 1361
            iload 2 /* max1 */
            iconst_m1
            if_icmpne 4
            ldc "unbounded"
            goto 5
      StackMap locals: java.util.List int int com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler java.util.List int int com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler
      StackMap stack: new 1 new 1 java.lang.String java.lang.Object[] java.lang.Object[] int
         4: iload 2 /* max1 */
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
      StackMap locals: java.util.List int int com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler java.util.List int int com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler
      StackMap stack: new 1 new 1 java.lang.String java.lang.Object[] java.lang.Object[] int java.lang.String
         5: aastore
            dup
            iconst_2
         6: .line 1362
            iload 5 /* min2 */
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            aastore
            dup
            iconst_3
         7: .line 1363
            iload 6 /* max2 */
            iconst_m1
            if_icmpne 8
            ldc "unbounded"
            goto 9
      StackMap locals: java.util.List int int com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler java.util.List int int com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler
      StackMap stack: new 1 new 1 java.lang.String java.lang.Object[] java.lang.Object[] int
         8: iload 6 /* max2 */
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
      StackMap locals: java.util.List int int com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler java.util.List int int com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler
      StackMap stack: new 1 new 1 java.lang.String java.lang.Object[] java.lang.Object[] int java.lang.String
         9: aastore
        10: .line 1359
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
        11: .line 1366
      StackMap locals:
      StackMap stack:
            aload 0 /* dChildren */
            invokeinterface java.util.List.size:()I
            istore 8 /* count1 */
        start local 8 // int count1
        12: .line 1367
            aload 4 /* bChildren */
            invokeinterface java.util.List.size:()I
            istore 9 /* count2 */
        start local 9 // int count2
        13: .line 1369
            iconst_0
            istore 10 /* current */
        start local 10 // int current
        14: .line 1370
            iconst_0
            istore 11 /* i */
        start local 11 // int i
        15: goto 29
        16: .line 1372
      StackMap locals: java.util.List int int com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler java.util.List int int com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler int int int int
      StackMap stack:
            aload 0 /* dChildren */
            iload 11 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl
            astore 12 /* particle1 */
        start local 12 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl particle1
        17: .line 1373
            iload 10 /* current */
            istore 13 /* j */
        start local 13 // int j
        18: goto 26
        19: .line 1374
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl int
      StackMap stack:
            aload 4 /* bChildren */
            iload 13 /* j */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl
            astore 14 /* particle2 */
        start local 14 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl particle2
        20: .line 1375
            iinc 10 /* current */ 1
        21: .line 1379
            aload 12 /* particle1 */
            aload 3 /* dSGHandler */
            aload 14 /* particle2 */
            aload 7 /* bSGHandler */
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.particleValidRestriction:(Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;)Z
            ifeq 28
        22: .line 1380
            iinc 10 /* current */ -1
        23: .line 1381
            goto 28
        24: .line 1383
      StackMap locals: java.util.List int int com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler java.util.List int int com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler int int int int com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl int com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl
      StackMap stack: com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
            pop
        end local 14 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl particle2
        25: .line 1373
            iinc 13 /* j */ 1
      StackMap locals:
      StackMap stack:
        26: iload 13 /* j */
            iload 9 /* count2 */
            if_icmplt 19
        end local 13 // int j
        27: .line 1387
            new com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
            dup
            ldc "rcase-RecurseLax.2"
            aconst_null
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
        end local 12 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl particle1
        28: .line 1370
      StackMap locals:
      StackMap stack:
            iinc 11 /* i */ 1
      StackMap locals:
      StackMap stack:
        29: iload 11 /* i */
            iload 8 /* count1 */
            if_icmplt 16
        end local 11 // int i
        30: .line 1391
            return
        end local 10 // int current
        end local 9 // int count2
        end local 8 // int count1
        end local 7 // com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler bSGHandler
        end local 6 // int max2
        end local 5 // int min2
        end local 4 // java.util.List bChildren
        end local 3 // com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler dSGHandler
        end local 2 // int max1
        end local 1 // int min1
        end local 0 // java.util.List dChildren
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   31     0   dChildren  Ljava/util/List<Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;>;
            0   31     1        min1  I
            0   31     2        max1  I
            0   31     3  dSGHandler  Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;
            0   31     4   bChildren  Ljava/util/List<Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;>;
            0   31     5        min2  I
            0   31     6        max2  I
            0   31     7  bSGHandler  Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;
           12   31     8      count1  I
           13   31     9      count2  I
           14   31    10     current  I
           15   30    11           i  I
           17   28    12   particle1  Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
           18   27    13           j  I
           20   25    14   particle2  Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
      Exception table:
        from    to  target  type
          21    23      24  Class com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
    Exceptions:
      throws com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
    Signature: (Ljava/util/List<Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;>;IILcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;Ljava/util/List<Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;>;IILcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;)V
    MethodParameters:
            Name  Flags
      dChildren   
      min1        
      max1        
      dSGHandler  
      bChildren   
      min2        
      max2        
      bSGHandler  

  private static void checkMapAndSum(java.util.List<com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl>, int, int, com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler, java.util.List<com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl>, int, int, com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler);
    descriptor: (Ljava/util/List;IILcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;Ljava/util/List;IILcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=8, locals=14, args_size=8
        start local 0 // java.util.List dChildren
        start local 1 // int min1
        start local 2 // int max1
        start local 3 // com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler dSGHandler
        start local 4 // java.util.List bChildren
        start local 5 // int min2
        start local 6 // int max2
        start local 7 // com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler bSGHandler
         0: .line 1414
            iload 1 /* min1 */
            iload 2 /* max1 */
            iload 5 /* min2 */
            iload 6 /* max2 */
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.checkOccurrenceRange:(IIII)Z
            ifne 11
         1: .line 1415
            new com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
            dup
            ldc "rcase-MapAndSum.2"
         2: .line 1416
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
            iload 1 /* min1 */
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            aastore
            dup
            iconst_1
         3: .line 1417
            iload 2 /* max1 */
            iconst_m1
            if_icmpne 4
            ldc "unbounded"
            goto 5
      StackMap locals: java.util.List int int com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler java.util.List int int com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler
      StackMap stack: new 1 new 1 java.lang.String java.lang.Object[] java.lang.Object[] int
         4: iload 2 /* max1 */
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
      StackMap locals: java.util.List int int com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler java.util.List int int com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler
      StackMap stack: new 1 new 1 java.lang.String java.lang.Object[] java.lang.Object[] int java.lang.String
         5: aastore
            dup
            iconst_2
         6: .line 1418
            iload 5 /* min2 */
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            aastore
            dup
            iconst_3
         7: .line 1419
            iload 6 /* max2 */
            iconst_m1
            if_icmpne 8
            ldc "unbounded"
            goto 9
      StackMap locals: java.util.List int int com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler java.util.List int int com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler
      StackMap stack: new 1 new 1 java.lang.String java.lang.Object[] java.lang.Object[] int
         8: iload 6 /* max2 */
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
      StackMap locals: java.util.List int int com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler java.util.List int int com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler
      StackMap stack: new 1 new 1 java.lang.String java.lang.Object[] java.lang.Object[] int java.lang.String
         9: aastore
        10: .line 1415
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
        11: .line 1422
      StackMap locals:
      StackMap stack:
            aload 0 /* dChildren */
            invokeinterface java.util.List.size:()I
            istore 8 /* count1 */
        start local 8 // int count1
        12: .line 1423
            aload 4 /* bChildren */
            invokeinterface java.util.List.size:()I
            istore 9 /* count2 */
        start local 9 // int count2
        13: .line 1425
            iconst_0
            istore 10 /* i */
        start local 10 // int i
        14: goto 26
        15: .line 1427
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* dChildren */
            iload 10 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl
            astore 11 /* particle1 */
        start local 11 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl particle1
        16: .line 1428
            iconst_0
            istore 12 /* j */
        start local 12 // int j
        17: goto 23
        18: .line 1429
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl int
      StackMap stack:
            aload 4 /* bChildren */
            iload 12 /* j */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl
            astore 13 /* particle2 */
        start local 13 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl particle2
        19: .line 1431
            aload 11 /* particle1 */
            aload 3 /* dSGHandler */
            aload 13 /* particle2 */
            aload 7 /* bSGHandler */
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.particleValidRestriction:(Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;)Z
            pop
        20: .line 1432
            goto 25
        21: .line 1434
      StackMap locals: java.util.List int int com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler java.util.List int int com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler int int int com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl int com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl
      StackMap stack: com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
            pop
        end local 13 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl particle2
        22: .line 1428
            iinc 12 /* j */ 1
      StackMap locals:
      StackMap stack:
        23: iload 12 /* j */
            iload 9 /* count2 */
            if_icmplt 18
        end local 12 // int j
        24: .line 1438
            new com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
            dup
            ldc "rcase-MapAndSum.1"
            aconst_null
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
        end local 11 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl particle1
        25: .line 1425
      StackMap locals:
      StackMap stack:
            iinc 10 /* i */ 1
      StackMap locals:
      StackMap stack:
        26: iload 10 /* i */
            iload 8 /* count1 */
            if_icmplt 15
        end local 10 // int i
        27: .line 1440
            return
        end local 9 // int count2
        end local 8 // int count1
        end local 7 // com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler bSGHandler
        end local 6 // int max2
        end local 5 // int min2
        end local 4 // java.util.List bChildren
        end local 3 // com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler dSGHandler
        end local 2 // int max1
        end local 1 // int min1
        end local 0 // java.util.List dChildren
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   28     0   dChildren  Ljava/util/List<Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;>;
            0   28     1        min1  I
            0   28     2        max1  I
            0   28     3  dSGHandler  Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;
            0   28     4   bChildren  Ljava/util/List<Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;>;
            0   28     5        min2  I
            0   28     6        max2  I
            0   28     7  bSGHandler  Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;
           12   28     8      count1  I
           13   28     9      count2  I
           14   27    10           i  I
           16   25    11   particle1  Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
           17   24    12           j  I
           19   22    13   particle2  Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
      Exception table:
        from    to  target  type
          19    20      21  Class com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
    Exceptions:
      throws com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
    Signature: (Ljava/util/List<Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;>;IILcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;Ljava/util/List<Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;>;IILcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;)V
    MethodParameters:
            Name  Flags
      dChildren   
      min1        
      max1        
      dSGHandler  
      bChildren   
      min2        
      max2        
      bSGHandler  

  public static boolean overlapUPA(com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl, com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl, com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler);
    descriptor: (Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=5, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl element1
        start local 1 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl element2
        start local 2 // com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler sgHandler
         0: .line 1446
            aload 0 /* element1 */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fName:Ljava/lang/String;
            aload 1 /* element2 */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fName:Ljava/lang/String;
            if_acmpne 3
         1: .line 1447
            aload 0 /* element1 */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fTargetNamespace:Ljava/lang/String;
            aload 1 /* element2 */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fTargetNamespace:Ljava/lang/String;
            if_acmpne 3
         2: .line 1448
            iconst_1
            ireturn
         3: .line 1453
      StackMap locals:
      StackMap stack:
            aload 2 /* sgHandler */
            aload 0 /* element1 */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler.getSubstitutionGroup:(Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;)[Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
            astore 3 /* subGroup */
        start local 3 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl[] subGroup
         4: .line 1454
            aload 3 /* subGroup */
            arraylength
            iconst_1
            isub
            istore 4 /* i */
        start local 4 // int i
         5: goto 10
         6: .line 1455
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl[] int
      StackMap stack:
            aload 3 /* subGroup */
            iload 4 /* i */
            aaload
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fName:Ljava/lang/String;
            aload 1 /* element2 */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fName:Ljava/lang/String;
            if_acmpne 9
         7: .line 1456
            aload 3 /* subGroup */
            iload 4 /* i */
            aaload
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fTargetNamespace:Ljava/lang/String;
            aload 1 /* element2 */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fTargetNamespace:Ljava/lang/String;
            if_acmpne 9
         8: .line 1457
            iconst_1
            ireturn
         9: .line 1454
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ -1
      StackMap locals:
      StackMap stack:
        10: iload 4 /* i */
            ifge 6
        end local 4 // int i
        11: .line 1463
            aload 2 /* sgHandler */
            aload 1 /* element2 */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler.getSubstitutionGroup:(Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;)[Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
            astore 3 /* subGroup */
        12: .line 1464
            aload 3 /* subGroup */
            arraylength
            iconst_1
            isub
            istore 4 /* i */
        start local 4 // int i
        13: goto 18
        14: .line 1465
      StackMap locals:
      StackMap stack:
            aload 3 /* subGroup */
            iload 4 /* i */
            aaload
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fName:Ljava/lang/String;
            aload 0 /* element1 */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fName:Ljava/lang/String;
            if_acmpne 17
        15: .line 1466
            aload 3 /* subGroup */
            iload 4 /* i */
            aaload
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fTargetNamespace:Ljava/lang/String;
            aload 0 /* element1 */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fTargetNamespace:Ljava/lang/String;
            if_acmpne 17
        16: .line 1467
            iconst_1
            ireturn
        17: .line 1464
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ -1
      StackMap locals:
      StackMap stack:
        18: iload 4 /* i */
            ifge 14
        end local 4 // int i
        19: .line 1471
            iconst_0
            ireturn
        end local 3 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl[] subGroup
        end local 2 // com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler sgHandler
        end local 1 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl element2
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl element1
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   20     0   element1  Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
            0   20     1   element2  Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
            0   20     2  sgHandler  Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;
            4   20     3   subGroup  [Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
            5   11     4          i  I
           13   19     4          i  I
    MethodParameters:
           Name  Flags
      element1   
      element2   
      sgHandler  

  public static boolean overlapUPA(com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl, com.sun.org.apache.xerces.internal.impl.xs.XSWildcardDecl, com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler);
    descriptor: (Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;Lcom/sun/org/apache/xerces/internal/impl/xs/XSWildcardDecl;Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl element
        start local 1 // com.sun.org.apache.xerces.internal.impl.xs.XSWildcardDecl wildcard
        start local 2 // com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler sgHandler
         0: .line 1480
            aload 1 /* wildcard */
            aload 0 /* element */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fTargetNamespace:Ljava/lang/String;
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSWildcardDecl.allowNamespace:(Ljava/lang/String;)Z
            ifeq 2
         1: .line 1481
            iconst_1
            ireturn
         2: .line 1484
      StackMap locals:
      StackMap stack:
            aload 2 /* sgHandler */
            aload 0 /* element */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler.getSubstitutionGroup:(Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;)[Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
            astore 3 /* subGroup */
        start local 3 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl[] subGroup
         3: .line 1485
            aload 3 /* subGroup */
            arraylength
            iconst_1
            isub
            istore 4 /* i */
        start local 4 // int i
         4: goto 8
         5: .line 1486
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl[] int
      StackMap stack:
            aload 1 /* wildcard */
            aload 3 /* subGroup */
            iload 4 /* i */
            aaload
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fTargetNamespace:Ljava/lang/String;
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSWildcardDecl.allowNamespace:(Ljava/lang/String;)Z
            ifeq 7
         6: .line 1487
            iconst_1
            ireturn
         7: .line 1485
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ -1
      StackMap locals:
      StackMap stack:
         8: iload 4 /* i */
            ifge 5
        end local 4 // int i
         9: .line 1490
            iconst_0
            ireturn
        end local 3 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl[] subGroup
        end local 2 // com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler sgHandler
        end local 1 // com.sun.org.apache.xerces.internal.impl.xs.XSWildcardDecl wildcard
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl element
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   10     0    element  Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
            0   10     1   wildcard  Lcom/sun/org/apache/xerces/internal/impl/xs/XSWildcardDecl;
            0   10     2  sgHandler  Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;
            3   10     3   subGroup  [Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
            4    9     4          i  I
    MethodParameters:
           Name  Flags
      element    
      wildcard   
      sgHandler  

  public static boolean overlapUPA(com.sun.org.apache.xerces.internal.impl.xs.XSWildcardDecl, com.sun.org.apache.xerces.internal.impl.xs.XSWildcardDecl);
    descriptor: (Lcom/sun/org/apache/xerces/internal/impl/xs/XSWildcardDecl;Lcom/sun/org/apache/xerces/internal/impl/xs/XSWildcardDecl;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSWildcardDecl wildcard1
        start local 1 // com.sun.org.apache.xerces.internal.impl.xs.XSWildcardDecl wildcard2
         0: .line 1496
            aload 0 /* wildcard1 */
            aload 1 /* wildcard2 */
            aload 0 /* wildcard1 */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSWildcardDecl.fProcessContents:S
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSWildcardDecl.performIntersectionWith:(Lcom/sun/org/apache/xerces/internal/impl/xs/XSWildcardDecl;S)Lcom/sun/org/apache/xerces/internal/impl/xs/XSWildcardDecl;
            astore 2 /* intersect */
        start local 2 // com.sun.org.apache.xerces.internal.impl.xs.XSWildcardDecl intersect
         1: .line 1497
            aload 2 /* intersect */
            ifnull 4
         2: .line 1498
            aload 2 /* intersect */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSWildcardDecl.fType:S
            iconst_3
            if_icmpne 4
         3: .line 1499
            aload 2 /* intersect */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSWildcardDecl.fNamespaceList:[Ljava/lang/String;
            arraylength
            ifeq 5
         4: .line 1500
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSWildcardDecl
      StackMap stack:
            iconst_1
            ireturn
         5: .line 1503
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // com.sun.org.apache.xerces.internal.impl.xs.XSWildcardDecl intersect
        end local 1 // com.sun.org.apache.xerces.internal.impl.xs.XSWildcardDecl wildcard2
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSWildcardDecl wildcard1
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0  wildcard1  Lcom/sun/org/apache/xerces/internal/impl/xs/XSWildcardDecl;
            0    6     1  wildcard2  Lcom/sun/org/apache/xerces/internal/impl/xs/XSWildcardDecl;
            1    6     2  intersect  Lcom/sun/org/apache/xerces/internal/impl/xs/XSWildcardDecl;
    MethodParameters:
           Name  Flags
      wildcard1  
      wildcard2  

  public static boolean overlapUPA(java.lang.Object, java.lang.Object, com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // java.lang.Object decl1
        start local 1 // java.lang.Object decl2
        start local 2 // com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler sgHandler
         0: .line 1509
            aload 0 /* decl1 */
            instanceof com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl
            ifeq 10
         1: .line 1510
            aload 1 /* decl2 */
            instanceof com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl
            ifeq 6
         2: .line 1511
            aload 0 /* decl1 */
            checkcast com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl
         3: .line 1512
            aload 1 /* decl2 */
            checkcast com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl
         4: .line 1513
            aload 2 /* sgHandler */
         5: .line 1511
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.overlapUPA:(Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;)Z
            ireturn
         6: .line 1516
      StackMap locals:
      StackMap stack:
            aload 0 /* decl1 */
            checkcast com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl
         7: .line 1517
            aload 1 /* decl2 */
            checkcast com.sun.org.apache.xerces.internal.impl.xs.XSWildcardDecl
         8: .line 1518
            aload 2 /* sgHandler */
         9: .line 1516
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.overlapUPA:(Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;Lcom/sun/org/apache/xerces/internal/impl/xs/XSWildcardDecl;Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;)Z
            ireturn
        10: .line 1522
      StackMap locals:
      StackMap stack:
            aload 1 /* decl2 */
            instanceof com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl
            ifeq 15
        11: .line 1523
            aload 1 /* decl2 */
            checkcast com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl
        12: .line 1524
            aload 0 /* decl1 */
            checkcast com.sun.org.apache.xerces.internal.impl.xs.XSWildcardDecl
        13: .line 1525
            aload 2 /* sgHandler */
        14: .line 1523
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.overlapUPA:(Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;Lcom/sun/org/apache/xerces/internal/impl/xs/XSWildcardDecl;Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;)Z
            ireturn
        15: .line 1528
      StackMap locals:
      StackMap stack:
            aload 0 /* decl1 */
            checkcast com.sun.org.apache.xerces.internal.impl.xs.XSWildcardDecl
        16: .line 1529
            aload 1 /* decl2 */
            checkcast com.sun.org.apache.xerces.internal.impl.xs.XSWildcardDecl
        17: .line 1528
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.overlapUPA:(Lcom/sun/org/apache/xerces/internal/impl/xs/XSWildcardDecl;Lcom/sun/org/apache/xerces/internal/impl/xs/XSWildcardDecl;)Z
            ireturn
        end local 2 // com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler sgHandler
        end local 1 // java.lang.Object decl2
        end local 0 // java.lang.Object decl1
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   18     0      decl1  Ljava/lang/Object;
            0   18     1      decl2  Ljava/lang/Object;
            0   18     2  sgHandler  Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;
    MethodParameters:
           Name  Flags
      decl1      
      decl2      
      sgHandler  
}
SourceFile: "XSConstraints.java"
NestMembers:
  com.sun.org.apache.xerces.internal.impl.xs.XSConstraints$1
InnerClasses:
  public BuiltinSchemaGrammar = com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar$BuiltinSchemaGrammar of com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar
  com.sun.org.apache.xerces.internal.impl.xs.XSConstraints$1