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 ELEMENT_PARTICLE_COMPARATOR;
    descriptor: Ljava/util/Comparator;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 58
            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
            putstatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.STRING_TYPE:Lcom/sun/org/apache/xerces/internal/impl/dv/XSSimpleType;
         1: .line 60
            aconst_null
            putstatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.fEmptyParticle:Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
         2: .line 77
            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
            putstatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.ELEMENT_PARTICLE_COMPARATOR:Ljava/util/Comparator;
         3: .line 109
            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 62
            getstatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.fEmptyParticle:Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
            ifnonnull 11
         1: .line 63
            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 64
            aload 0 /* group */
            bipush 102
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fCompositor:S
         3: .line 65
            aload 0 /* group */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fParticleCount:I
         4: .line 66
            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 67
            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 68
            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 69
            aload 1 /* particle */
            iconst_3
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fType:S
         8: .line 70
            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 71
            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 72
            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 74
      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 117
            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 118
            aload 0 /* derived */
            aload 1 /* base */
            if_acmpne 2
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 121
      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 122
            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 123
            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 122
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         7: iconst_1
            ireturn
         8: .line 127
      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 129
            aload 1 /* base */
            invokeinterface com.sun.org.apache.xerces.internal.xs.XSTypeDefinition.getTypeCategory:()S
            bipush 15
            if_icmpne 13
        10: .line 132
            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 133
            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 135
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        13: .line 137
      StackMap locals:
      StackMap stack:
            aload 0 /* derived */
            checkcast com.sun.org.apache.xerces.internal.impl.dv.XSSimpleType
        14: .line 138
            aload 1 /* base */
            checkcast com.sun.org.apache.xerces.internal.impl.dv.XSSimpleType
            iload 2 /* block */
        15: .line 137
            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 141
      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 152
            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 153
            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 154
            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 153
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_1
            ireturn
         5: .line 158
      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 161
            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 162
            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 164
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         9: .line 166
      StackMap locals:
      StackMap stack:
            aload 0 /* derived */
        10: .line 167
            aload 1 /* base */
            checkcast com.sun.org.apache.xerces.internal.impl.dv.XSSimpleType
            iload 2 /* block */
        11: .line 166
            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   12     0  derived  Lcom/sun/org/apache/xerces/internal/impl/dv/XSSimpleType;
            0   12     1     base  Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
            0   12     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 176
            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 177
            aload 0 /* derived */
            aload 1 /* base */
            if_acmpne 2
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 178
      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 188
            aload 0 /* derived */
            aload 1 /* base */
            if_acmpne 2
         1: .line 189
            iconst_1
            ireturn
         2: .line 193
      StackMap locals:
      StackMap stack:
            iload 2 /* block */
            iconst_2
            iand
            ifne 4
         3: .line 194
            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 195
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         5: .line 200
      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 201
            aload 3 /* directBase */
            aload 1 /* base */
            if_acmpne 8
         7: .line 202
            iconst_1
            ireturn
         8: .line 205
      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 206
            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 207
            iconst_1
            ireturn
        11: .line 211
      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 212
            aload 0 /* derived */
            invokeinterface com.sun.org.apache.xerces.internal.impl.dv.XSSimpleType.getVariety:()S
            iconst_3
            if_icmpne 15
        13: .line 213
      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 214
            iconst_1
            ireturn
        15: .line 218
      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 219
            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 220
            aload 4 /* subUnionMemberDV */
            invokeinterface com.sun.org.apache.xerces.internal.xs.XSObjectList.getLength:()I
            istore 5 /* subUnionSize */
        start local 5 // int subUnionSize
        18: .line 221
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        19: goto 24
        20: .line 222
      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 223
            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 224
            iconst_1
            ireturn
        23: .line 221
      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 228
      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 238
            aload 0 /* derived */
            aload 1 /* base */
            if_acmpne 2
         1: .line 239
            iconst_1
            ireturn
         2: .line 242
      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 243
            iconst_0
            ireturn
         4: .line 246
      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 248
            aload 3 /* directBase */
            aload 1 /* base */
            if_acmpne 7
         6: .line 249
            iconst_1
            ireturn
         7: .line 253
      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 254
            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 255
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        10: .line 260
      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 261
            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 264
      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 266
            aload 1 /* base */
            invokeinterface com.sun.org.apache.xerces.internal.xs.XSTypeDefinition.getTypeCategory:()S
            bipush 15
            if_icmpne 17
        14: .line 269
            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 270
            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 272
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        17: .line 274
      StackMap locals:
      StackMap stack:
            aload 3 /* directBase */
            checkcast com.sun.org.apache.xerces.internal.impl.dv.XSSimpleType
        18: .line 275
            aload 1 /* base */
            checkcast com.sun.org.apache.xerces.internal.impl.dv.XSSimpleType
            iload 2 /* block */
        19: .line 274
            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 278
      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 288
            aconst_null
            astore 4 /* dv */
        start local 4 // com.sun.org.apache.xerces.internal.impl.dv.XSSimpleType dv
         1: .line 293
            aload 0 /* type */
            invokeinterface com.sun.org.apache.xerces.internal.xs.XSTypeDefinition.getTypeCategory:()S
            bipush 16
            if_icmpne 4
         2: .line 294
            aload 0 /* type */
            checkcast com.sun.org.apache.xerces.internal.impl.dv.XSSimpleType
            astore 4 /* dv */
         3: .line 295
            goto 12
         4: .line 300
      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 303
            aload 5 /* ctype */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl.fContentType:S
            iconst_1
            if_icmpne 8
         6: .line 304
            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 305
            goto 12
         8: .line 307
      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 308
            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 309
            aconst_null
            areturn
        11: .line 312
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 5 // com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl ctype
        12: .line 317
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 5 /* actualValue */
        start local 5 // java.lang.Object actualValue
        13: .line 318
            aload 4 /* dv */
            ifnonnull 15
        14: .line 322
            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 326
      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 328
            aload 3 /* vinfo */
            ifnull 21
        17: .line 329
            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 330
            goto 21
      StackMap locals:
      StackMap stack: com.sun.org.apache.xerces.internal.impl.dv.InvalidDatatypeValueException
        19: pop
        20: .line 331
            aconst_null
            areturn
        21: .line 334
      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 340
            aload 1 /* loc */
            ifnull 5
         1: .line 341
            aload 0 /* errorReporter */
            aload 1 /* loc */
            ldc "http://www.w3.org/TR/xml-schema-1"
         2: .line 342
            aload 2 /* key */
            aload 3 /* args */
            iconst_1
         3: .line 341
            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 343
            goto 8
         5: .line 345
      StackMap locals:
      StackMap stack:
            aload 0 /* errorReporter */
            ldc "http://www.w3.org/TR/xml-schema-1"
         6: .line 346
            aload 2 /* key */
            aload 3 /* args */
            iconst_1
         7: .line 345
            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 348
      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 362
            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 363
            aload 4 /* grammars */
            arraylength
            iconst_1
            isub
            istore 5 /* i */
        start local 5 // int i
         2: goto 5
         3: .line 364
      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 363
            iinc 5 /* i */ -1
      StackMap locals:
      StackMap stack:
         5: iload 5 /* i */
            ifge 3
        end local 5 // int i
         6: .line 367
            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 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 6 /* fakeBase */
        start local 6 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl fakeBase
         8: .line 369
            aload 5 /* fakeDerived */
            iconst_3
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fType:S
         9: .line 370
            aload 6 /* fakeBase */
            iconst_3
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fType:S
        10: .line 373
            aload 4 /* grammars */
            arraylength
            iconst_1
            isub
            istore 7 /* g */
        start local 7 // int g
        11: goto 50
        12: .line 374
      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 375
            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 376
            iconst_0
            istore 10 /* i */
        start local 10 // int i
        15: goto 48
        16: .line 377
      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 378
            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 379
            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 380
            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 381
            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 382
            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 383
            aload 14 /* baseMG */
            ifnonnull 29
        23: .line 384
            aload 12 /* derivedMG */
            ifnull 48
        24: .line 385
            aload 3 /* errorReporter */
            aload 9 /* rgLocators */
            iload 10 /* i */
            iconst_2
            idiv
            iconst_1
            isub
            aaload
        25: .line 386
            ldc "src-redefine.6.2.2"
        26: .line 387
            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 385
            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 389
            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 390
            aload 6 /* fakeBase */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.emptiable:()Z
            ifne 48
        31: .line 391
            aload 3 /* errorReporter */
            aload 9 /* rgLocators */
            iload 10 /* i */
            iconst_2
            idiv
            iconst_1
            isub
            aaload
        32: .line 392
            ldc "src-redefine.6.2.2"
        33: .line 393
            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 391
            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 395
            goto 48
        36: .line 397
      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 398
            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 399
            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 400
            aload 3 /* errorReporter */
            aload 9 /* rgLocators */
            iload 10 /* i */
            iconst_2
            idiv
            iconst_1
            isub
            aaload
        41: .line 401
            aload 16 /* key */
        42: .line 402
            aload 15 /* e */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.getArgs:()[Ljava/lang/Object;
        43: .line 400
            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 403
            aload 3 /* errorReporter */
            aload 9 /* rgLocators */
            iload 10 /* i */
            iconst_2
            idiv
            iconst_1
            isub
            aaload
        45: .line 404
            ldc "src-redefine.6.2.2"
        46: .line 405
            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 403
            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 376
      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 373
            iinc 7 /* g */ -1
      StackMap locals:
      StackMap stack:
        50: iload 7 /* g */
            ifge 12
        end local 7 // int g
        51: .line 425
            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 426
            aload 4 /* grammars */
            arraylength
            iconst_1
            isub
            istore 13 /* i */
        start local 13 // int i
        53: goto 125
        54: .line 428
      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 429
            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 430
            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 431
            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 433
            iconst_0
            istore 14 /* j */
        start local 14 // int j
        59: goto 120
        60: .line 436
      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 438
            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 439
            aload 12 /* elemTable */
            invokevirtual com.sun.org.apache.xerces.internal.util.SymbolHash.clear:()V
        63: .line 441
            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 442
            aload 12 /* elemTable */
            aload 1 /* SGHandler */
        65: .line 441
            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 443
            goto 72
        67: .line 444
      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 445
            aload 3 /* errorReporter */
            aload 8 /* ctLocators */
            iload 14 /* j */
            aaload
        69: .line 446
            aload 15 /* e */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.getKey:()Ljava/lang/String;
        70: .line 447
            aload 15 /* e */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.getArgs:()[Ljava/lang/Object;
        71: .line 445
            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 454
      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 455
            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 456
            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 457
            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 459
            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 461
            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 460
            astore 16 /* baseParticle */
        start local 16 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl baseParticle
        79: .line 462
            aload 15 /* derivedParticle */
            ifnonnull 86
        80: .line 463
            aload 16 /* baseParticle */
            ifnull 107
            aload 16 /* baseParticle */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.emptiable:()Z
            ifne 107
        81: .line 464
            aload 3 /* errorReporter */
            aload 8 /* ctLocators */
            iload 14 /* j */
            aaload
        82: .line 465
            ldc "derivation-ok-restriction.5.3.2"
        83: .line 466
            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 464
            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 468
            goto 107
        86: .line 469
      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 471
            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 472
            aload 1 /* SGHandler */
        89: .line 473
            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 474
            aload 1 /* SGHandler */
        91: .line 471
            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 475
            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 476
            aload 3 /* errorReporter */
            aload 8 /* ctLocators */
            iload 14 /* j */
            aaload
        95: .line 477
            aload 17 /* e */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.getKey:()Ljava/lang/String;
        96: .line 478
            aload 17 /* e */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.getArgs:()[Ljava/lang/Object;
        97: .line 476
            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 479
            aload 3 /* errorReporter */
            aload 8 /* ctLocators */
            iload 14 /* j */
            aaload
        99: .line 480
            ldc "derivation-ok-restriction.5.4.2"
       100: .line 481
            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 479
            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 483
            goto 107
       103: .line 485
      StackMap locals:
      StackMap stack:
            aload 3 /* errorReporter */
            aload 8 /* ctLocators */
            iload 14 /* j */
            aaload
       104: .line 486
            ldc "derivation-ok-restriction.5.4.2"
       105: .line 487
            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 485
            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 492
      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 493
            iconst_0
            istore 9 /* further */
        start local 9 // boolean further
       109: .line 494
            aload 15 /* cm */
            ifnull 117
       110: .line 496
            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 497
            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 498
            aload 3 /* errorReporter */
            aload 8 /* ctLocators */
            iload 14 /* j */
            aaload
       114: .line 499
            aload 16 /* e */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.getKey:()Ljava/lang/String;
       115: .line 500
            aload 16 /* e */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.getArgs:()[Ljava/lang/Object;
       116: .line 498
            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 513
      StackMap locals:
      StackMap stack:
            iload 10 /* fullChecked */
            ifne 119
            iload 9 /* further */
            ifeq 119
       118: .line 514
            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 433
      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 524
            iload 10 /* fullChecked */
            ifne 124
       122: .line 525
            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 526
            aload 4 /* grammars */
            iload 13 /* i */
            aaload
            iconst_1
            putfield com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar.fFullChecked:Z
       124: .line 426
      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 529
            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 543
            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 545
            iload 4 /* pType */
            iconst_2
            if_icmpne 3
         2: .line 546
            return
         3: .line 548
      StackMap locals: int
      StackMap stack:
            iload 4 /* pType */
            iconst_1
            if_icmpne 14
         4: .line 549
            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 550
            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 552
            aload 5 /* elem */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fScope:S
            iconst_1
            if_icmpne 13
         7: .line 554
            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 555
            iconst_0
            istore 7 /* i */
        start local 7 // int i
         9: goto 12
        10: .line 556
      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 555
            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 559
      StackMap locals:
      StackMap stack:
            return
        end local 5 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl elem
        14: .line 562
      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 563
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        16: goto 19
        17: .line 564
      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 563
            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 565
            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 572
            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 574
            aconst_null
            astore 4 /* existingElem */
        start local 4 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl existingElem
         2: .line 575
            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 577
            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 578
            goto 11
         5: .line 581
      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 582
            return
         7: .line 584
      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 586
            new com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
            dup
            ldc "cos-element-consistent"
         9: .line 587
            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 586
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
        11: .line 591
      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 605
            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 615
            aconst_null
            astore 5 /* dChildren */
        start local 5 // java.util.Vector dChildren
         1: .line 616
            aconst_null
            astore 6 /* bChildren */
        start local 6 // java.util.Vector bChildren
         2: .line 617
            bipush -2
            istore 7 /* dMinEffectiveTotalRange */
        start local 7 // int dMinEffectiveTotalRange
         3: .line 618
            bipush -2
            istore 8 /* dMaxEffectiveTotalRange */
        start local 8 // int dMaxEffectiveTotalRange
         4: .line 621
            iconst_0
            istore 9 /* bExpansionHappened */
        start local 9 // boolean bExpansionHappened
         5: .line 625
            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 626
            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 628
      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.Vector java.util.Vector 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 629
            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 640
      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 644
            iload 10 /* dType */
            iconst_3
            if_icmpne 19
        11: .line 645
            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 650
            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 651
            aload 11 /* dtmp */
            aload 0 /* dParticle */
            if_acmpeq 18
        14: .line 653
            aload 11 /* dtmp */
            astore 0 /* dParticle */
        15: .line 654
            aload 0 /* dParticle */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fType:S
            istore 10 /* dType */
        16: .line 655
            iload 10 /* dType */
            iconst_3
            if_icmpne 18
        17: .line 656
            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 661
      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/Vector;
            astore 5 /* dChildren */
        end local 11 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl dtmp
        19: .line 664
      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 665
            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 670
            aload 1 /* dSGHandler */
            ifnull 38
            iload 10 /* dType */
            iconst_1
            if_icmpne 38
        22: .line 671
            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 673
            aload 13 /* dElement */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fScope:S
            iconst_1
            if_icmpne 38
        24: .line 677
            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 678
            aload 14 /* subGroup */
            arraylength
            ifle 38
        26: .line 681
            bipush 101
            istore 10 /* dType */
        27: .line 682
            iload 11 /* dMinOccurs */
            istore 7 /* dMinEffectiveTotalRange */
        28: .line 683
            iload 12 /* dMaxOccurs */
            istore 8 /* dMaxEffectiveTotalRange */
        29: .line 686
            new java.util.Vector
            dup
            aload 14 /* subGroup */
            arraylength
            iconst_1
            iadd
            invokespecial java.util.Vector.<init>:(I)V
            astore 5 /* dChildren */
        30: .line 687
            iconst_0
            istore 15 /* i */
        start local 15 // int i
        31: goto 34
        32: .line 688
      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.Vector java.util.Vector 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/Vector;Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;)V
        33: .line 687
            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 690
            aload 5 /* dChildren */
            aload 13 /* dElement */
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.addElementToParticleVector:(Ljava/util/Vector;Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;)V
        36: .line 691
            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 695
            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 700
      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 704
            iload 13 /* bType */
            iconst_3
            if_icmpne 48
        40: .line 705
            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 710
            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 711
            aload 14 /* btmp */
            aload 2 /* bParticle */
            if_acmpeq 47
        43: .line 713
            aload 14 /* btmp */
            astore 2 /* bParticle */
        44: .line 714
            aload 2 /* bParticle */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fType:S
            istore 13 /* bType */
        45: .line 715
            iload 13 /* bType */
            iconst_3
            if_icmpne 47
        46: .line 716
            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 721
      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/Vector;
            astore 6 /* bChildren */
        end local 14 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl btmp
        48: .line 724
      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 725
            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 727
            aload 3 /* bSGHandler */
            ifnull 66
            iload 13 /* bType */
            iconst_1
            if_icmpne 66
        51: .line 728
            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 730
            aload 16 /* bElement */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fScope:S
            iconst_1
            if_icmpne 66
        53: .line 734
            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 735
            aload 17 /* bsubGroup */
            arraylength
            ifle 66
        55: .line 737
            bipush 101
            istore 13 /* bType */
        56: .line 739
            new java.util.Vector
            dup
            aload 17 /* bsubGroup */
            arraylength
            iconst_1
            iadd
            invokespecial java.util.Vector.<init>:(I)V
            astore 6 /* bChildren */
        57: .line 740
            iconst_0
            istore 18 /* i */
        start local 18 // int i
        58: goto 61
        59: .line 741
      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.Vector java.util.Vector 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/Vector;Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;)V
        60: .line 740
            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 743
            aload 6 /* bChildren */
            aload 16 /* bElement */
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.addElementToParticleVector:(Ljava/util/Vector;Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;)V
        63: .line 744
            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 747
            aconst_null
            astore 3 /* bSGHandler */
        65: .line 750
            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 758
      StackMap locals:
      StackMap stack:
            iload 10 /* dType */
            lookupswitch { // 5
                    1: 67
                    2: 92
                  101: 125
                  102: 147
                  103: 103
              default: 182
          }
        67: .line 761
      StackMap locals:
      StackMap stack:
            iload 13 /* bType */
            lookupswitch { // 5
                    1: 68
                    2: 72
                  101: 77
                  102: 83
                  103: 83
              default: 89
          }
        68: .line 766
      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 767
            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 766
            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 768
            iload 9 /* bExpansionHappened */
            ireturn
        72: .line 774
      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 775
            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 776
            iload 4 /* checkWCOccurrence */
        75: .line 774
            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 777
            iload 9 /* bExpansionHappened */
            ireturn
        77: .line 785
      StackMap locals:
      StackMap stack:
            new java.util.Vector
            dup
            invokespecial java.util.Vector.<init>:()V
            astore 5 /* dChildren */
        78: .line 786
            aload 5 /* dChildren */
            aload 0 /* dParticle */
            invokevirtual java.util.Vector.addElement:(Ljava/lang/Object;)V
        79: .line 788
            aload 5 /* dChildren */
            iconst_1
            iconst_1
            aload 1 /* dSGHandler */
        80: .line 789
            aload 6 /* bChildren */
            iload 14 /* bMinOccurs */
            iload 15 /* bMaxOccurs */
            aload 3 /* bSGHandler */
        81: .line 788
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.checkRecurseLax:(Ljava/util/Vector;IILcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;Ljava/util/Vector;IILcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;)V
        82: .line 790
            iload 9 /* bExpansionHappened */
            ireturn
        83: .line 797
      StackMap locals:
      StackMap stack:
            new java.util.Vector
            dup
            invokespecial java.util.Vector.<init>:()V
            astore 5 /* dChildren */
        84: .line 798
            aload 5 /* dChildren */
            aload 0 /* dParticle */
            invokevirtual java.util.Vector.addElement:(Ljava/lang/Object;)V
        85: .line 800
            aload 5 /* dChildren */
            iconst_1
            iconst_1
            aload 1 /* dSGHandler */
        86: .line 801
            aload 6 /* bChildren */
            iload 14 /* bMinOccurs */
            iload 15 /* bMaxOccurs */
            aload 3 /* bSGHandler */
        87: .line 800
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.checkRecurse:(Ljava/util/Vector;IILcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;Ljava/util/Vector;IILcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;)V
        88: .line 802
            iload 9 /* bExpansionHappened */
            ireturn
        89: .line 807
      StackMap locals:
      StackMap stack:
            new com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
            dup
            ldc "Internal-Error"
        90: .line 808
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "in particleValidRestriction"
            aastore
        91: .line 807
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
        92: .line 815
      StackMap locals:
      StackMap stack:
            iload 13 /* bType */
            lookupswitch { // 5
                    1: 97
                    2: 93
                  101: 97
                  102: 97
                  103: 97
              default: 100
          }
        93: .line 820
      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 821
            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 820
            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 822
            iload 9 /* bExpansionHappened */
            ireturn
        97: .line 830
      StackMap locals:
      StackMap stack:
            new com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
            dup
            ldc "cos-particle-restrict.2"
        98: .line 831
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "any:choice,sequence,all,elt"
            aastore
        99: .line 830
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
       100: .line 836
      StackMap locals:
      StackMap stack:
            new com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
            dup
            ldc "Internal-Error"
       101: .line 837
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "in particleValidRestriction"
            aastore
       102: .line 836
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
       103: .line 844
      StackMap locals:
      StackMap stack:
            iload 13 /* bType */
            lookupswitch { // 5
                    1: 119
                    2: 104
                  101: 119
                  102: 119
                  103: 115
              default: 122
          }
       104: .line 849
      StackMap locals:
      StackMap stack:
            iload 7 /* dMinEffectiveTotalRange */
            bipush -2
            if_icmpne 106
       105: .line 850
            aload 0 /* dParticle */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.minEffectiveTotalRange:()I
            istore 7 /* dMinEffectiveTotalRange */
       106: .line 851
      StackMap locals:
      StackMap stack:
            iload 8 /* dMaxEffectiveTotalRange */
            bipush -2
            if_icmpne 108
       107: .line 852
            aload 0 /* dParticle */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.maxEffectiveTotalRange:()I
            istore 8 /* dMaxEffectiveTotalRange */
       108: .line 854
      StackMap locals:
      StackMap stack:
            aload 5 /* dChildren */
            iload 7 /* dMinEffectiveTotalRange */
       109: .line 855
            iload 8 /* dMaxEffectiveTotalRange */
       110: .line 856
            aload 1 /* dSGHandler */
       111: .line 857
            aload 2 /* bParticle */
            iload 14 /* bMinOccurs */
            iload 15 /* bMaxOccurs */
       112: .line 858
            iload 4 /* checkWCOccurrence */
       113: .line 854
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.checkNSRecurseCheckCardinality:(Ljava/util/Vector;IILcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;IIZ)V
       114: .line 860
            iload 9 /* bExpansionHappened */
            ireturn
       115: .line 865
      StackMap locals:
      StackMap stack:
            aload 5 /* dChildren */
            iload 11 /* dMinOccurs */
            iload 12 /* dMaxOccurs */
            aload 1 /* dSGHandler */
       116: .line 866
            aload 6 /* bChildren */
            iload 14 /* bMinOccurs */
            iload 15 /* bMaxOccurs */
            aload 3 /* bSGHandler */
       117: .line 865
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.checkRecurse:(Ljava/util/Vector;IILcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;Ljava/util/Vector;IILcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;)V
       118: .line 867
            iload 9 /* bExpansionHappened */
            ireturn
       119: .line 874
      StackMap locals:
      StackMap stack:
            new com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
            dup
            ldc "cos-particle-restrict.2"
       120: .line 875
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "all:choice,sequence,elt"
            aastore
       121: .line 874
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
       122: .line 880
      StackMap locals:
      StackMap stack:
            new com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
            dup
            ldc "Internal-Error"
       123: .line 881
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "in particleValidRestriction"
            aastore
       124: .line 880
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
       125: .line 888
      StackMap locals:
      StackMap stack:
            iload 13 /* bType */
            lookupswitch { // 5
                    1: 141
                    2: 126
                  101: 137
                  102: 141
                  103: 141
              default: 144
          }
       126: .line 893
      StackMap locals:
      StackMap stack:
            iload 7 /* dMinEffectiveTotalRange */
            bipush -2
            if_icmpne 128
       127: .line 894
            aload 0 /* dParticle */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.minEffectiveTotalRange:()I
            istore 7 /* dMinEffectiveTotalRange */
       128: .line 895
      StackMap locals:
      StackMap stack:
            iload 8 /* dMaxEffectiveTotalRange */
            bipush -2
            if_icmpne 130
       129: .line 896
            aload 0 /* dParticle */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.maxEffectiveTotalRange:()I
            istore 8 /* dMaxEffectiveTotalRange */
       130: .line 898
      StackMap locals:
      StackMap stack:
            aload 5 /* dChildren */
            iload 7 /* dMinEffectiveTotalRange */
       131: .line 899
            iload 8 /* dMaxEffectiveTotalRange */
       132: .line 900
            aload 1 /* dSGHandler */
       133: .line 901
            aload 2 /* bParticle */
            iload 14 /* bMinOccurs */
            iload 15 /* bMaxOccurs */
       134: .line 902
            iload 4 /* checkWCOccurrence */
       135: .line 898
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.checkNSRecurseCheckCardinality:(Ljava/util/Vector;IILcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;IIZ)V
       136: .line 903
            iload 9 /* bExpansionHappened */
            ireturn
       137: .line 908
      StackMap locals:
      StackMap stack:
            aload 5 /* dChildren */
            iload 11 /* dMinOccurs */
            iload 12 /* dMaxOccurs */
            aload 1 /* dSGHandler */
       138: .line 909
            aload 6 /* bChildren */
            iload 14 /* bMinOccurs */
            iload 15 /* bMaxOccurs */
            aload 3 /* bSGHandler */
       139: .line 908
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.checkRecurseLax:(Ljava/util/Vector;IILcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;Ljava/util/Vector;IILcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;)V
       140: .line 910
            iload 9 /* bExpansionHappened */
            ireturn
       141: .line 917
      StackMap locals:
      StackMap stack:
            new com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
            dup
            ldc "cos-particle-restrict.2"
       142: .line 918
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "choice:all,sequence,elt"
            aastore
       143: .line 917
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
       144: .line 923
      StackMap locals:
      StackMap stack:
            new com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
            dup
            ldc "Internal-Error"
       145: .line 924
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "in particleValidRestriction"
            aastore
       146: .line 923
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
       147: .line 932
      StackMap locals:
      StackMap stack:
            iload 13 /* bType */
            lookupswitch { // 5
                    1: 176
                    2: 148
                  101: 167
                  102: 163
                  103: 159
              default: 179
          }
       148: .line 937
      StackMap locals:
      StackMap stack:
            iload 7 /* dMinEffectiveTotalRange */
            bipush -2
            if_icmpne 150
       149: .line 938
            aload 0 /* dParticle */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.minEffectiveTotalRange:()I
            istore 7 /* dMinEffectiveTotalRange */
       150: .line 939
      StackMap locals:
      StackMap stack:
            iload 8 /* dMaxEffectiveTotalRange */
            bipush -2
            if_icmpne 152
       151: .line 940
            aload 0 /* dParticle */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.maxEffectiveTotalRange:()I
            istore 8 /* dMaxEffectiveTotalRange */
       152: .line 942
      StackMap locals:
      StackMap stack:
            aload 5 /* dChildren */
            iload 7 /* dMinEffectiveTotalRange */
       153: .line 943
            iload 8 /* dMaxEffectiveTotalRange */
       154: .line 944
            aload 1 /* dSGHandler */
       155: .line 945
            aload 2 /* bParticle */
            iload 14 /* bMinOccurs */
            iload 15 /* bMaxOccurs */
       156: .line 946
            iload 4 /* checkWCOccurrence */
       157: .line 942
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.checkNSRecurseCheckCardinality:(Ljava/util/Vector;IILcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;IIZ)V
       158: .line 947
            iload 9 /* bExpansionHappened */
            ireturn
       159: .line 952
      StackMap locals:
      StackMap stack:
            aload 5 /* dChildren */
            iload 11 /* dMinOccurs */
            iload 12 /* dMaxOccurs */
            aload 1 /* dSGHandler */
       160: .line 953
            aload 6 /* bChildren */
            iload 14 /* bMinOccurs */
            iload 15 /* bMaxOccurs */
            aload 3 /* bSGHandler */
       161: .line 952
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.checkRecurseUnordered:(Ljava/util/Vector;IILcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;Ljava/util/Vector;IILcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;)V
       162: .line 954
            iload 9 /* bExpansionHappened */
            ireturn
       163: .line 959
      StackMap locals:
      StackMap stack:
            aload 5 /* dChildren */
            iload 11 /* dMinOccurs */
            iload 12 /* dMaxOccurs */
            aload 1 /* dSGHandler */
       164: .line 960
            aload 6 /* bChildren */
            iload 14 /* bMinOccurs */
            iload 15 /* bMaxOccurs */
            aload 3 /* bSGHandler */
       165: .line 959
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.checkRecurse:(Ljava/util/Vector;IILcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;Ljava/util/Vector;IILcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;)V
       166: .line 961
            iload 9 /* bExpansionHappened */
            ireturn
       167: .line 966
      StackMap locals:
      StackMap stack:
            iload 11 /* dMinOccurs */
            aload 5 /* dChildren */
            invokevirtual java.util.Vector.size:()I
            imul
            istore 16 /* min1 */
        start local 16 // int min1
       168: .line 967
            iload 12 /* dMaxOccurs */
            iconst_m1
            if_icmpne 170
       169: .line 968
            iload 12 /* dMaxOccurs */
            goto 171
      StackMap locals: int
      StackMap stack:
       170: iload 12 /* dMaxOccurs */
            aload 5 /* dChildren */
            invokevirtual java.util.Vector.size:()I
            imul
       171: .line 967
      StackMap locals:
      StackMap stack: int
            istore 17 /* max1 */
        start local 17 // int max1
       172: .line 969
            aload 5 /* dChildren */
            iload 16 /* min1 */
            iload 17 /* max1 */
            aload 1 /* dSGHandler */
       173: .line 970
            aload 6 /* bChildren */
            iload 14 /* bMinOccurs */
            iload 15 /* bMaxOccurs */
            aload 3 /* bSGHandler */
       174: .line 969
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.checkMapAndSum:(Ljava/util/Vector;IILcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;Ljava/util/Vector;IILcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;)V
       175: .line 971
            iload 9 /* bExpansionHappened */
            ireturn
        end local 17 // int max1
        end local 16 // int min1
       176: .line 976
      StackMap locals:
      StackMap stack:
            new com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
            dup
            ldc "cos-particle-restrict.2"
       177: .line 977
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "seq:elt"
            aastore
       178: .line 976
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
       179: .line 982
      StackMap locals:
      StackMap stack:
            new com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
            dup
            ldc "Internal-Error"
       180: .line 983
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "in particleValidRestriction"
            aastore
       181: .line 982
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
       182: .line 990
      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.Vector bChildren
        end local 5 // java.util.Vector 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/Vector;
            2  183     6                bChildren  Ljava/util/Vector;
            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.Vector, com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl);
    descriptor: (Ljava/util/Vector;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.Vector v
        start local 1 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl d
         0: .line 995
            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 996
            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 997
            aload 2 /* p */
            iconst_1
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fType:S
         3: .line 998
            aload 0 /* v */
            aload 2 /* p */
            invokevirtual java.util.Vector.addElement:(Ljava/lang/Object;)V
         4: .line 1000
            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.Vector v
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0     v  Ljava/util/Vector;
            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;
    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 1004
            aload 0 /* p */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fType:S
            iconst_1
            if_icmpeq 2
         1: .line 1005
            aload 0 /* p */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fType:S
            iconst_2
            if_icmpne 3
         2: .line 1006
      StackMap locals:
      StackMap stack:
            aload 0 /* p */
            areturn
         3: .line 1008
      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 1009
            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 1010
            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 1012
      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.Vector removePointlessChildren(com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl);
    descriptor: (Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;)Ljava/util/Vector;
    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 1017
            aload 0 /* p */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fType:S
            iconst_1
            if_icmpeq 2
         1: .line 1018
            aload 0 /* p */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fType:S
            iconst_2
            if_icmpne 3
         2: .line 1019
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
         3: .line 1021
      StackMap locals:
      StackMap stack:
            new java.util.Vector
            dup
            invokespecial java.util.Vector.<init>:()V
            astore 1 /* children */
        start local 1 // java.util.Vector children
         4: .line 1023
            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 1024
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         6: goto 9
         7: .line 1025
      StackMap locals: java.util.Vector 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/Vector;)V
         8: .line 1024
            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 1027
            aload 1 /* children */
            areturn
        end local 2 // com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl group
        end local 1 // java.util.Vector 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/Vector;
            5   11     2     group  Lcom/sun/org/apache/xerces/internal/impl/xs/XSModelGroupImpl;
            6   10     3         i  I
    MethodParameters:
      Name  Flags
      p     

  private static void gatherChildren(int, com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl, java.util.Vector);
    descriptor: (ILcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;Ljava/util/Vector;)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.Vector children
         0: .line 1033
            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 1034
            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 1035
            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 1036
            iload 5 /* type */
            iconst_3
            if_icmpne 5
         4: .line 1037
            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 1039
      StackMap locals: int int int
      StackMap stack:
            iload 5 /* type */
            iconst_1
            if_icmpeq 7
         6: .line 1040
            iload 5 /* type */
            iconst_2
            if_icmpne 9
         7: .line 1041
      StackMap locals:
      StackMap stack:
            aload 2 /* children */
            aload 1 /* p */
            invokevirtual java.util.Vector.addElement:(Ljava/lang/Object;)V
         8: .line 1042
            return
         9: .line 1045
      StackMap locals:
      StackMap stack:
            iload 3 /* min */
            iconst_1
            if_icmpne 10
            iload 4 /* max */
            iconst_1
            if_icmpeq 12
        10: .line 1046
      StackMap locals:
      StackMap stack:
            aload 2 /* children */
            aload 1 /* p */
            invokevirtual java.util.Vector.addElement:(Ljava/lang/Object;)V
        11: .line 1047
            goto 22
        12: .line 1048
      StackMap locals:
      StackMap stack:
            iload 0 /* parentType */
            iload 5 /* type */
            if_icmpne 20
        13: .line 1049
            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 1050
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        15: goto 18
        16: .line 1051
      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/Vector;)V
        17: .line 1050
            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 1052
            goto 22
        20: .line 1053
      StackMap locals:
      StackMap stack:
            aload 1 /* p */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.isEmpty:()Z
            ifne 22
        21: .line 1054
            aload 2 /* children */
            aload 1 /* p */
            invokevirtual java.util.Vector.addElement:(Ljava/lang/Object;)V
        22: .line 1057
      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.Vector 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/Vector;
            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
    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 1067
            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 1068
            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 1069
      StackMap locals:
      StackMap stack:
            new com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
            dup
         3: .line 1070
            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 1071
            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 1069
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
         6: .line 1077
      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 1078
            new com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
            dup
            ldc "rcase-NameAndTypeOK.2"
         8: .line 1079
            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 1078
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
        10: .line 1085
      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 1086
            new com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
            dup
            ldc "rcase-NameAndTypeOK.3"
        12: .line 1087
            iconst_5
            anewarray java.lang.Object
            dup
            iconst_0
        13: .line 1088
            aload 0 /* dElement */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fName:Ljava/lang/String;
            aastore
            dup
            iconst_1
        14: .line 1089
            iload 1 /* dMin */
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            aastore
            dup
            iconst_2
        15: .line 1090
            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 1091
            iload 4 /* bMin */
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            aastore
            dup
            iconst_4
        19: .line 1092
            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 1086
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
        23: .line 1098
      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 1100
            aload 0 /* dElement */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.getConstraintType:()S
            iconst_2
            if_icmpeq 28
        25: .line 1101
            new com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
            dup
            ldc "rcase-NameAndTypeOK.4.a"
        26: .line 1102
            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 1101
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
        28: .line 1106
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 6 /* isSimple */
        start local 6 // boolean isSimple
        29: .line 1107
            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 1108
            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 1109
      StackMap locals: int
      StackMap stack:
            iconst_1
            istore 6 /* isSimple */
        32: .line 1113
      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 1114
      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 1115
      StackMap locals:
      StackMap stack:
            new com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
            dup
            ldc "rcase-NameAndTypeOK.4.b"
        35: .line 1116
            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 1117
            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 1118
            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 1115
            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 1125
      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 1130
            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 1131
            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 1132
            iload 6 /* blockSet1 */
            iload 7 /* blockSet2 */
            iand
            iload 7 /* blockSet2 */
            if_icmpne 44
        43: .line 1133
            iload 6 /* blockSet1 */
            ifne 47
            iload 7 /* blockSet2 */
            ifeq 47
        44: .line 1134
      StackMap locals: int int
      StackMap stack:
            new com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
            dup
            ldc "rcase-NameAndTypeOK.6"
        45: .line 1135
            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 1134
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
        47: .line 1141
      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 1142
            bipush 25
        49: .line 1141
            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 1142
            ifne 54
        51: .line 1143
            new com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
            dup
            ldc "rcase-NameAndTypeOK.7"
        52: .line 1144
            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 1143
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
        54: .line 1147
      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 1154
            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 1159
            iload 0 /* min1 */
            iload 2 /* min2 */
            if_icmplt 4
         1: .line 1160
            iload 3 /* max2 */
            iconst_m1
            if_icmpeq 3
         2: .line 1161
            iload 1 /* max1 */
            iconst_m1
            if_icmpeq 4
            iload 1 /* max1 */
            iload 3 /* max2 */
            if_icmpgt 4
         3: .line 1162
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
         4: .line 1164
      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 1173
            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 1174
            new com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
            dup
            ldc "rcase-NSCompat.2"
         2: .line 1175
            iconst_5
            anewarray java.lang.Object
            dup
            iconst_0
         3: .line 1176
            aload 0 /* elem */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fName:Ljava/lang/String;
            aastore
            dup
            iconst_1
         4: .line 1177
            iload 1 /* min1 */
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            aastore
            dup
            iconst_2
         5: .line 1178
            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 1179
            iload 4 /* min2 */
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            aastore
            dup
            iconst_4
         9: .line 1180
            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 1174
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
        13: .line 1184
      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 1185
            new com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
            dup
            ldc "rcase-NSCompat.1"
        15: .line 1186
            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 1185
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
        17: .line 1189
      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 1196
            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 1197
            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 1198
            iload 1 /* min1 */
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            aastore
            dup
            iconst_1
         3: .line 1199
            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 1200
            iload 4 /* min2 */
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            aastore
            dup
            iconst_3
         7: .line 1201
            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 1197
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
        11: .line 1205
      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 1206
            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 1209
      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 1210
            new com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
            dup
            ldc "rcase-NSSubset.3"
        15: .line 1211
            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 1212
            aload 3 /* bWildcard */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSWildcardDecl.getProcessContentsAsString:()Ljava/lang/String;
            aastore
        17: .line 1210
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
        18: .line 1215
      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.Vector, int, int, com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler, com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl, int, int, boolean);
    descriptor: (Ljava/util/Vector;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.Vector 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 1226
            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 1227
            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 1228
            iload 1 /* min1 */
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            aastore
            dup
            iconst_1
         3: .line 1229
            iload 2 /* max1 */
            iconst_m1
            if_icmpne 4
            ldc "unbounded"
            goto 5
      StackMap locals: java.util.Vector 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.Vector 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 1230
            iload 5 /* min2 */
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            aastore
            dup
            iconst_3
         7: .line 1231
            iload 6 /* max2 */
            iconst_m1
            if_icmpne 8
            ldc "unbounded"
            goto 9
      StackMap locals: java.util.Vector 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.Vector 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 1227
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
        11: .line 1235
      StackMap locals:
      StackMap stack:
            aload 0 /* children */
            invokevirtual java.util.Vector.size:()I
            istore 8 /* count */
        start local 8 // int count
        12: .line 1237
            iconst_0
            istore 9 /* i */
        start local 9 // int i
        13: goto 17
        14: .line 1238
      StackMap locals: int int
      StackMap stack:
            aload 0 /* children */
            iload 9 /* i */
            invokevirtual java.util.Vector.elementAt:(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 1239
            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 1237
            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 1242
            goto 21
        19: .line 1245
      StackMap locals: java.util.Vector 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 1246
            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 1249
      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.Vector children
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   22     0           children  Ljava/util/Vector;
            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
    MethodParameters:
                   Name  Flags
      children           
      min1               
      max1               
      dSGHandler         
      wildcard           
      min2               
      max2               
      checkWCOccurrence  

  private static void checkRecurse(java.util.Vector, int, int, com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler, java.util.Vector, int, int, com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler);
    descriptor: (Ljava/util/Vector;IILcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;Ljava/util/Vector;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.Vector 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.Vector 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 1258
            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 1259
            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 1260
            iload 1 /* min1 */
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            aastore
            dup
            iconst_1
         3: .line 1261
            iload 2 /* max1 */
            iconst_m1
            if_icmpne 4
            ldc "unbounded"
            goto 5
      StackMap locals: java.util.Vector int int com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler java.util.Vector 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.Vector int int com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler java.util.Vector 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 1262
            iload 5 /* min2 */
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            aastore
            dup
            iconst_3
         7: .line 1263
            iload 6 /* max2 */
            iconst_m1
            if_icmpne 8
            ldc "unbounded"
            goto 9
      StackMap locals: java.util.Vector int int com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler java.util.Vector 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.Vector int int com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler java.util.Vector 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 1259
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
        11: .line 1266
      StackMap locals:
      StackMap stack:
            aload 0 /* dChildren */
            invokevirtual java.util.Vector.size:()I
            istore 8 /* count1 */
        start local 8 // int count1
        12: .line 1267
            aload 4 /* bChildren */
            invokevirtual java.util.Vector.size:()I
            istore 9 /* count2 */
        start local 9 // int count2
        13: .line 1269
            iconst_0
            istore 10 /* current */
        start local 10 // int current
        14: .line 1270
            iconst_0
            istore 11 /* i */
        start local 11 // int i
        15: goto 30
        16: .line 1272
      StackMap locals: java.util.Vector int int com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler java.util.Vector int int com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler int int int int
      StackMap stack:
            aload 0 /* dChildren */
            iload 11 /* i */
            invokevirtual java.util.Vector.elementAt:(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 1273
            iload 10 /* current */
            istore 13 /* j */
        start local 13 // int j
        18: goto 27
        19: .line 1274
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl int
      StackMap stack:
            aload 4 /* bChildren */
            iload 13 /* j */
            invokevirtual java.util.Vector.elementAt:(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 1275
            iinc 10 /* current */ 1
        21: .line 1277
            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 1278
            goto 29
        23: .line 1280
      StackMap locals: java.util.Vector int int com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler java.util.Vector 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 1281
            aload 14 /* particle2 */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.emptiable:()Z
            ifne 26
        25: .line 1282
            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 1273
      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 1285
            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 1270
      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 1289
            iload 10 /* current */
            istore 11 /* j */
        start local 11 // int j
        32: goto 37
        33: .line 1290
      StackMap locals:
      StackMap stack:
            aload 4 /* bChildren */
            iload 11 /* j */
            invokevirtual java.util.Vector.elementAt:(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 1291
            aload 12 /* particle2 */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.emptiable:()Z
            ifne 36
        35: .line 1292
            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 1289
      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 1296
            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.Vector 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.Vector dChildren
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   39     0   dChildren  Ljava/util/Vector;
            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/Vector;
            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
    MethodParameters:
            Name  Flags
      dChildren   
      min1        
      max1        
      dSGHandler  
      bChildren   
      min2        
      max2        
      bSGHandler  

  private static void checkRecurseUnordered(java.util.Vector, int, int, com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler, java.util.Vector, int, int, com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler);
    descriptor: (Ljava/util/Vector;IILcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;Ljava/util/Vector;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.Vector 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.Vector 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 1306
            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 1307
            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 1308
            iload 1 /* min1 */
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            aastore
            dup
            iconst_1
         3: .line 1309
            iload 2 /* max1 */
            iconst_m1
            if_icmpne 4
            ldc "unbounded"
            goto 5
      StackMap locals: java.util.Vector int int com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler java.util.Vector 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.Vector int int com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler java.util.Vector 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 1310
            iload 5 /* min2 */
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            aastore
            dup
            iconst_3
         7: .line 1311
            iload 6 /* max2 */
            iconst_m1
            if_icmpne 8
            ldc "unbounded"
            goto 9
      StackMap locals: java.util.Vector int int com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler java.util.Vector 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.Vector int int com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler java.util.Vector 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 1307
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
        11: .line 1314
      StackMap locals:
      StackMap stack:
            aload 0 /* dChildren */
            invokevirtual java.util.Vector.size:()I
            istore 8 /* count1 */
        start local 8 // int count1
        12: .line 1315
            aload 4 /* bChildren */
            invokevirtual java.util.Vector.size:()I
            istore 9 /* count2 */
        start local 9 // int count2
        13: .line 1317
            iload 9 /* count2 */
            newarray 4
            astore 10 /* foundIt */
        start local 10 // boolean[] foundIt
        14: .line 1319
            iconst_0
            istore 11 /* i */
        start local 11 // int i
        15: goto 30
        16: .line 1320
      StackMap locals: java.util.Vector int int com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler java.util.Vector int int com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler int int boolean[] int
      StackMap stack:
            aload 0 /* dChildren */
            iload 11 /* i */
            invokevirtual java.util.Vector.elementAt:(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 1322
            iconst_0
            istore 13 /* j */
        start local 13 // int j
        18: goto 27
        19: .line 1323
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl int
      StackMap stack:
            aload 4 /* bChildren */
            iload 13 /* j */
            invokevirtual java.util.Vector.elementAt:(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 1325
            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 1326
            aload 10 /* foundIt */
            iload 13 /* j */
            baload
            ifeq 23
        22: .line 1327
            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 1329
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl
      StackMap stack:
            aload 10 /* foundIt */
            iload 13 /* j */
            iconst_1
            bastore
        24: .line 1331
            goto 29
        25: .line 1333
      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 1322
            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 1337
            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 1319
      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 1341
            iconst_0
            istore 11 /* j */
        start local 11 // int j
        32: goto 37
        33: .line 1342
      StackMap locals:
      StackMap stack:
            aload 4 /* bChildren */
            iload 11 /* j */
            invokevirtual java.util.Vector.elementAt:(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 1343
            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 1344
            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 1341
      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 1348
            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.Vector 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.Vector dChildren
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   39     0   dChildren  Ljava/util/Vector;
            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/Vector;
            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
    MethodParameters:
            Name  Flags
      dChildren   
      min1        
      max1        
      dSGHandler  
      bChildren   
      min2        
      max2        
      bSGHandler  

  private static void checkRecurseLax(java.util.Vector, int, int, com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler, java.util.Vector, int, int, com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler);
    descriptor: (Ljava/util/Vector;IILcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;Ljava/util/Vector;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.Vector 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.Vector 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 1357
            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 1358
            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 1359
            iload 1 /* min1 */
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            aastore
            dup
            iconst_1
         3: .line 1360
            iload 2 /* max1 */
            iconst_m1
            if_icmpne 4
            ldc "unbounded"
            goto 5
      StackMap locals: java.util.Vector int int com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler java.util.Vector 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.Vector int int com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler java.util.Vector 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 1361
            iload 5 /* min2 */
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            aastore
            dup
            iconst_3
         7: .line 1362
            iload 6 /* max2 */
            iconst_m1
            if_icmpne 8
            ldc "unbounded"
            goto 9
      StackMap locals: java.util.Vector int int com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler java.util.Vector 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.Vector int int com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler java.util.Vector 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 1358
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
        11: .line 1365
      StackMap locals:
      StackMap stack:
            aload 0 /* dChildren */
            invokevirtual java.util.Vector.size:()I
            istore 8 /* count1 */
        start local 8 // int count1
        12: .line 1366
            aload 4 /* bChildren */
            invokevirtual java.util.Vector.size:()I
            istore 9 /* count2 */
        start local 9 // int count2
        13: .line 1368
            iconst_0
            istore 10 /* current */
        start local 10 // int current
        14: .line 1369
            iconst_0
            istore 11 /* i */
        start local 11 // int i
        15: goto 29
        16: .line 1371
      StackMap locals: java.util.Vector int int com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler java.util.Vector int int com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler int int int int
      StackMap stack:
            aload 0 /* dChildren */
            iload 11 /* i */
            invokevirtual java.util.Vector.elementAt:(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 1372
            iload 10 /* current */
            istore 13 /* j */
        start local 13 // int j
        18: goto 26
        19: .line 1373
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl int
      StackMap stack:
            aload 4 /* bChildren */
            iload 13 /* j */
            invokevirtual java.util.Vector.elementAt:(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 1374
            iinc 10 /* current */ 1
        21: .line 1378
            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 1379
            iinc 10 /* current */ -1
        23: .line 1380
            goto 28
        24: .line 1382
      StackMap locals: java.util.Vector int int com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler java.util.Vector 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 1372
            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 1386
            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 1369
      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 1390
            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.Vector 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.Vector dChildren
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   31     0   dChildren  Ljava/util/Vector;
            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/Vector;
            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
    MethodParameters:
            Name  Flags
      dChildren   
      min1        
      max1        
      dSGHandler  
      bChildren   
      min2        
      max2        
      bSGHandler  

  private static void checkMapAndSum(java.util.Vector, int, int, com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler, java.util.Vector, int, int, com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler);
    descriptor: (Ljava/util/Vector;IILcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;Ljava/util/Vector;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.Vector 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.Vector 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 1413
            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 1414
            new com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
            dup
            ldc "rcase-MapAndSum.2"
         2: .line 1415
            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 1416
            iload 2 /* max1 */
            iconst_m1
            if_icmpne 4
            ldc "unbounded"
            goto 5
      StackMap locals: java.util.Vector int int com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler java.util.Vector 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.Vector int int com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler java.util.Vector 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 1417
            iload 5 /* min2 */
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            aastore
            dup
            iconst_3
         7: .line 1418
            iload 6 /* max2 */
            iconst_m1
            if_icmpne 8
            ldc "unbounded"
            goto 9
      StackMap locals: java.util.Vector int int com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler java.util.Vector 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.Vector int int com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler java.util.Vector 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 1414
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
        11: .line 1421
      StackMap locals:
      StackMap stack:
            aload 0 /* dChildren */
            invokevirtual java.util.Vector.size:()I
            istore 8 /* count1 */
        start local 8 // int count1
        12: .line 1422
            aload 4 /* bChildren */
            invokevirtual java.util.Vector.size:()I
            istore 9 /* count2 */
        start local 9 // int count2
        13: .line 1424
            iconst_0
            istore 10 /* i */
        start local 10 // int i
        14: goto 26
        15: .line 1426
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* dChildren */
            iload 10 /* i */
            invokevirtual java.util.Vector.elementAt:(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 1427
            iconst_0
            istore 12 /* j */
        start local 12 // int j
        17: goto 23
        18: .line 1428
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl int
      StackMap stack:
            aload 4 /* bChildren */
            iload 12 /* j */
            invokevirtual java.util.Vector.elementAt:(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 1430
            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 1431
            goto 25
        21: .line 1433
      StackMap locals: java.util.Vector int int com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler java.util.Vector 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 1427
            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 1437
            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 1424
      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 1439
            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.Vector 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.Vector dChildren
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   28     0   dChildren  Ljava/util/Vector;
            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/Vector;
            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
    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 1445
            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 1446
            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 1447
            iconst_1
            ireturn
         3: .line 1452
      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 1453
            aload 3 /* subGroup */
            arraylength
            iconst_1
            isub
            istore 4 /* i */
        start local 4 // int i
         5: goto 10
         6: .line 1454
      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 1455
            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 1456
            iconst_1
            ireturn
         9: .line 1453
      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 1462
            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 1463
            aload 3 /* subGroup */
            arraylength
            iconst_1
            isub
            istore 4 /* i */
        start local 4 // int i
        13: goto 18
        14: .line 1464
      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 1465
            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 1466
            iconst_1
            ireturn
        17: .line 1463
      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 1470
            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 1479
            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 1480
            iconst_1
            ireturn
         2: .line 1483
      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 1484
            aload 3 /* subGroup */
            arraylength
            iconst_1
            isub
            istore 4 /* i */
        start local 4 // int i
         4: goto 8
         5: .line 1485
      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 1486
            iconst_1
            ireturn
         7: .line 1484
      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 1489
            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 1495
            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 1496
            aload 2 /* intersect */
            ifnull 4
         2: .line 1497
            aload 2 /* intersect */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSWildcardDecl.fType:S
            iconst_3
            if_icmpne 4
         3: .line 1498
            aload 2 /* intersect */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSWildcardDecl.fNamespaceList:[Ljava/lang/String;
            arraylength
            ifeq 5
         4: .line 1499
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSWildcardDecl
      StackMap stack:
            iconst_1
            ireturn
         5: .line 1502
      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 1508
            aload 0 /* decl1 */
            instanceof com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl
            ifeq 10
         1: .line 1509
            aload 1 /* decl2 */
            instanceof com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl
            ifeq 6
         2: .line 1510
            aload 0 /* decl1 */
            checkcast com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl
         3: .line 1511
            aload 1 /* decl2 */
            checkcast com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl
         4: .line 1512
            aload 2 /* sgHandler */
         5: .line 1510
            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 1515
      StackMap locals:
      StackMap stack:
            aload 0 /* decl1 */
            checkcast com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl
         7: .line 1516
            aload 1 /* decl2 */
            checkcast com.sun.org.apache.xerces.internal.impl.xs.XSWildcardDecl
         8: .line 1517
            aload 2 /* sgHandler */
         9: .line 1515
            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 1521
      StackMap locals:
      StackMap stack:
            aload 1 /* decl2 */
            instanceof com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl
            ifeq 15
        11: .line 1522
            aload 1 /* decl2 */
            checkcast com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl
        12: .line 1523
            aload 0 /* decl1 */
            checkcast com.sun.org.apache.xerces.internal.impl.xs.XSWildcardDecl
        13: .line 1524
            aload 2 /* sgHandler */
        14: .line 1522
            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 1527
      StackMap locals:
      StackMap stack:
            aload 0 /* decl1 */
            checkcast com.sun.org.apache.xerces.internal.impl.xs.XSWildcardDecl
        16: .line 1528
            aload 1 /* decl2 */
            checkcast com.sun.org.apache.xerces.internal.impl.xs.XSWildcardDecl
        17: .line 1527
            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