You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ve...@apache.org on 2009/06/30 02:44:02 UTC

svn commit: r789514 - in /webservices/axis2/trunk/java/modules/adb-codegen: ./ test-resources/testsuite/ test/org/apache/axis2/schema/innerparticles/ test/org/apache/axis2/schema/particlemaxoccurs/

Author: veithen
Date: Tue Jun 30 00:44:02 2009
New Revision: 789514

URL: http://svn.apache.org/viewvc?rev=789514&view=rev
Log:
Fixed some typos.

Added:
    webservices/axis2/trunk/java/modules/adb-codegen/test-resources/testsuite/particlemaxoccurs.xsd
      - copied, changed from r788486, webservices/axis2/trunk/java/modules/adb-codegen/test-resources/testsuite/particalMaxOccures.xsd
    webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/particlemaxoccurs/ParticleMaxOccursTest.java
      - copied, changed from r789505, webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/particlemaxoccurs/ParticalMaxOccursTest.java
Removed:
    webservices/axis2/trunk/java/modules/adb-codegen/test-resources/testsuite/particalMaxOccures.xsd
    webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/particlemaxoccurs/ParticalMaxOccursTest.java
Modified:
    webservices/axis2/trunk/java/modules/adb-codegen/sub-build.xml
    webservices/axis2/trunk/java/modules/adb-codegen/test-resources/testsuite/innerParticles.xsd
    webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/innerparticles/InnerParticlesTest.java

Modified: webservices/axis2/trunk/java/modules/adb-codegen/sub-build.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/adb-codegen/sub-build.xml?rev=789514&r1=789513&r2=789514&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/adb-codegen/sub-build.xml (original)
+++ webservices/axis2/trunk/java/modules/adb-codegen/sub-build.xml Tue Jun 30 00:44:02 2009
@@ -66,7 +66,7 @@
 			<arg file="${testsuite.source.dir}/innersequence_choice.xsd"/>
 			<arg file="${testsuite.source.dir}/attribute.xsd"/>
 			<arg file="${testsuite.source.dir}/boolean.xsd"/>
-			<arg file="${testsuite.source.dir}/particalMaxOccures.xsd"/>
+			<arg file="${testsuite.source.dir}/particlemaxoccurs.xsd"/>
 			<arg file="${testsuite.source.dir}/innerParticles.xsd"/>
 			<arg file="${testsuite.source.dir}/default_namespaces.xsd"/>
 			<arg file="${testsuite.source.dir}/groups.xsd"/>

Modified: webservices/axis2/trunk/java/modules/adb-codegen/test-resources/testsuite/innerParticles.xsd
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/adb-codegen/test-resources/testsuite/innerParticles.xsd?rev=789514&r1=789513&r2=789514&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/adb-codegen/test-resources/testsuite/innerParticles.xsd (original)
+++ webservices/axis2/trunk/java/modules/adb-codegen/test-resources/testsuite/innerParticles.xsd Tue Jun 30 00:44:02 2009
@@ -89,11 +89,11 @@
         </xsd:complexType>
     </xsd:element>
 
-    <xsd:element name="TestInnterParticleExtension" type="test1:TestInnterParticleExtensionParentComplexType"/>
+    <xsd:element name="TestInnerParticleExtension" type="test1:TestInnerParticleExtensionParentComplexType"/>
 
-    <xsd:complexType name="TestInnterParticleExtensionChildComplexType">
+    <xsd:complexType name="TestInnerParticleExtensionChildComplexType">
         <xsd:complexContent>
-            <xsd:extension base="test1:TestInnterParticleExtensionParentComplexType">
+            <xsd:extension base="test1:TestInnerParticleExtensionParentComplexType">
                 <xsd:sequence>
                     <xsd:choice>
                         <xsd:element name="Param1" type="xsd:string"/>
@@ -104,7 +104,7 @@
         </xsd:complexContent>
     </xsd:complexType>
 
-    <xsd:complexType name="TestInnterParticleExtensionParentComplexType">
+    <xsd:complexType name="TestInnerParticleExtensionParentComplexType">
         <xsd:sequence>
         </xsd:sequence>
     </xsd:complexType>

Copied: webservices/axis2/trunk/java/modules/adb-codegen/test-resources/testsuite/particlemaxoccurs.xsd (from r788486, webservices/axis2/trunk/java/modules/adb-codegen/test-resources/testsuite/particalMaxOccures.xsd)
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/adb-codegen/test-resources/testsuite/particlemaxoccurs.xsd?p2=webservices/axis2/trunk/java/modules/adb-codegen/test-resources/testsuite/particlemaxoccurs.xsd&p1=webservices/axis2/trunk/java/modules/adb-codegen/test-resources/testsuite/particalMaxOccures.xsd&r1=788486&r2=789514&rev=789514&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/adb-codegen/test-resources/testsuite/particalMaxOccures.xsd (original)
+++ webservices/axis2/trunk/java/modules/adb-codegen/test-resources/testsuite/particlemaxoccurs.xsd Tue Jun 30 00:44:02 2009
@@ -25,54 +25,54 @@
             elementFormDefault="qualified" attributeFormDefault="unqualified"
             version="1.0">
 
-    <xsd:element name="TestParticalSequenceMaxOccurs" type="tns:TestParticalSequenceMaxOccursType"/>
-    <xsd:complexType name="TestParticalSequenceMaxOccursType">
+    <xsd:element name="TestParticleSequenceMaxOccurs" type="tns:TestParticleSequenceMaxOccursType"/>
+    <xsd:complexType name="TestParticleSequenceMaxOccursType">
         <xsd:sequence>
             <xsd:element name="parm1" type="xsd:string"/>
             <xsd:element name="parm2" type="xsd:string"/>
         </xsd:sequence>
     </xsd:complexType>
 
-    <xsd:element name="TestParticalSequenceMaxOccurs1" type="tns:TestParticalSequenceMaxOccursType1"/>
-    <xsd:complexType name="TestParticalSequenceMaxOccursType1">
+    <xsd:element name="TestParticleSequenceMaxOccurs1" type="tns:TestParticleSequenceMaxOccursType1"/>
+    <xsd:complexType name="TestParticleSequenceMaxOccursType1">
         <xsd:sequence minOccurs="0" maxOccurs="unbounded">
             <xsd:element name="parm1" type="xsd:string"/>
             <xsd:element name="parm2" type="xsd:string"/>
         </xsd:sequence>
     </xsd:complexType>
 
-    <xsd:element name="TestParticalSequenceMaxOccurs2" type="tns:TestParticalSequenceMaxOccursType2"/>
-    <xsd:complexType name="TestParticalSequenceMaxOccursType2">
+    <xsd:element name="TestParticleSequenceMaxOccurs2" type="tns:TestParticleSequenceMaxOccursType2"/>
+    <xsd:complexType name="TestParticleSequenceMaxOccursType2">
         <xsd:sequence minOccurs="0" maxOccurs="unbounded">
             <xsd:element minOccurs="0" maxOccurs="unbounded" name="parm1" type="xsd:string"/>
             <xsd:element minOccurs="0" maxOccurs="unbounded" name="parm2" type="xsd:string"/>
         </xsd:sequence>
     </xsd:complexType>
-    <xsd:element name="TestParticalSequenceMaxOccurs3" type="tns:TestParticalSequenceMaxOccursType3"/>
-    <xsd:complexType name="TestParticalSequenceMaxOccursType3">
+    <xsd:element name="TestParticleSequenceMaxOccurs3" type="tns:TestParticleSequenceMaxOccursType3"/>
+    <xsd:complexType name="TestParticleSequenceMaxOccursType3">
         <xsd:sequence minOccurs="0" maxOccurs="unbounded">
             <xsd:element nillable="true" maxOccurs="unbounded" name="parm1" type="xsd:string"/>
             <xsd:element nillable="true" maxOccurs="unbounded" name="parm2" type="xsd:string"/>
         </xsd:sequence>
     </xsd:complexType>
-    <xsd:element name="TestParticalSequenceMaxOccurs4" type="tns:TestParticalSequenceMaxOccursType4"/>
-    <xsd:complexType name="TestParticalSequenceMaxOccursType4">
+    <xsd:element name="TestParticleSequenceMaxOccurs4" type="tns:TestParticleSequenceMaxOccursType4"/>
+    <xsd:complexType name="TestParticleSequenceMaxOccursType4">
         <xsd:sequence minOccurs="0" maxOccurs="unbounded">
             <xsd:element nillable="true" name="parm1" type="tns:TestCustomType"/>
             <xsd:element nillable="true" name="parm2" type="xsd:string"/>
             <xsd:element nillable="true" name="parm3" type="tns:TestCustomType"/>
         </xsd:sequence>
     </xsd:complexType>
-    <xsd:element name="TestParticalSequenceMaxOccurs5" type="tns:TestParticalSequenceMaxOccursType5"/>
-    <xsd:complexType name="TestParticalSequenceMaxOccursType5">
+    <xsd:element name="TestParticleSequenceMaxOccurs5" type="tns:TestParticleSequenceMaxOccursType5"/>
+    <xsd:complexType name="TestParticleSequenceMaxOccursType5">
         <xsd:sequence minOccurs="0" maxOccurs="unbounded">
             <xsd:element maxOccurs="unbounded" name="parm1" type="tns:TestCustomType"/>
             <xsd:element nillable="true" name="parm2" type="xsd:string"/>
             <xsd:element maxOccurs="unbounded" name="parm3" type="tns:TestCustomType"/>
         </xsd:sequence>
     </xsd:complexType>
-    <xsd:element name="TestParticalSequenceMaxOccurs6" type="tns:TestParticalSequenceMaxOccursType6"/>
-    <xsd:complexType name="TestParticalSequenceMaxOccursType6">
+    <xsd:element name="TestParticleSequenceMaxOccurs6" type="tns:TestParticleSequenceMaxOccursType6"/>
+    <xsd:complexType name="TestParticleSequenceMaxOccursType6">
         <xsd:sequence minOccurs="0" maxOccurs="unbounded">
             <xsd:element name="parm1" type="xsd:string"/>
             <xsd:element name="parm2" type="xsd:string"/>
@@ -80,52 +80,52 @@
         <xsd:attribute type="xsd:string" use="optional" name="attribute1"/>
         <xsd:attribute type="xsd:string" use="optional" name="attribute2"/>
     </xsd:complexType>
-    <xsd:element name="TestParticalChoiceMaxOccurs" type="tns:TestParticalChoiceMaxOccursType"/>
-    <xsd:complexType name="TestParticalChoiceMaxOccursType">
+    <xsd:element name="TestParticleChoiceMaxOccurs" type="tns:TestParticleChoiceMaxOccursType"/>
+    <xsd:complexType name="TestParticleChoiceMaxOccursType">
         <xsd:choice>
             <xsd:element name="parm1" type="xsd:string"/>
             <xsd:element name="parm2" type="xsd:string"/>
         </xsd:choice>
     </xsd:complexType>
-    <xsd:element name="TestParticalChoiceMaxOccurs1" type="tns:TestParticalChoiceMaxOccursType1"/>
-    <xsd:complexType name="TestParticalChoiceMaxOccursType1">
+    <xsd:element name="TestParticleChoiceMaxOccurs1" type="tns:TestParticleChoiceMaxOccursType1"/>
+    <xsd:complexType name="TestParticleChoiceMaxOccursType1">
         <xsd:choice minOccurs="0" maxOccurs="unbounded">
             <xsd:element name="parm1" type="xsd:string"/>
             <xsd:element name="parm2" type="xsd:string"/>
         </xsd:choice>
     </xsd:complexType>
-    <xsd:element name="TestParticalChoiceMaxOccurs2" type="tns:TestParticalChoiceMaxOccursType2"/>
-    <xsd:complexType name="TestParticalChoiceMaxOccursType2">
+    <xsd:element name="TestParticleChoiceMaxOccurs2" type="tns:TestParticleChoiceMaxOccursType2"/>
+    <xsd:complexType name="TestParticleChoiceMaxOccursType2">
         <xsd:choice minOccurs="0" maxOccurs="unbounded">
             <xsd:element minOccurs="0" maxOccurs="unbounded" name="parm1" type="xsd:string"/>
             <xsd:element minOccurs="0" maxOccurs="unbounded" name="parm2" type="xsd:string"/>
         </xsd:choice>
     </xsd:complexType>
-    <xsd:element name="TestParticalChoiceMaxOccurs3" type="tns:TestParticalChoiceMaxOccursType3"/>
-    <xsd:complexType name="TestParticalChoiceMaxOccursType3">
+    <xsd:element name="TestParticleChoiceMaxOccurs3" type="tns:TestParticleChoiceMaxOccursType3"/>
+    <xsd:complexType name="TestParticleChoiceMaxOccursType3">
         <xsd:choice minOccurs="0" maxOccurs="unbounded">
             <xsd:element nillable="true" maxOccurs="unbounded" name="parm1" type="xsd:string"/>
             <xsd:element nillable="true" maxOccurs="unbounded" name="parm2" type="xsd:string"/>
         </xsd:choice>
     </xsd:complexType>
-    <xsd:element name="TestParticalChoiceMaxOccurs4" type="tns:TestParticalChoiceMaxOccursType4"/>
-    <xsd:complexType name="TestParticalChoiceMaxOccursType4">
+    <xsd:element name="TestParticleChoiceMaxOccurs4" type="tns:TestParticleChoiceMaxOccursType4"/>
+    <xsd:complexType name="TestParticleChoiceMaxOccursType4">
         <xsd:choice minOccurs="0" maxOccurs="unbounded">
             <xsd:element nillable="true" name="parm1" type="tns:TestCustomType"/>
             <xsd:element nillable="true" name="parm2" type="xsd:string"/>
             <xsd:element nillable="true" name="parm3" type="tns:TestCustomType"/>
         </xsd:choice>
     </xsd:complexType>
-    <xsd:element name="TestParticalChoiceMaxOccurs5" type="tns:TestParticalChoiceMaxOccursType5"/>
-    <xsd:complexType name="TestParticalChoiceMaxOccursType5">
+    <xsd:element name="TestParticleChoiceMaxOccurs5" type="tns:TestParticleChoiceMaxOccursType5"/>
+    <xsd:complexType name="TestParticleChoiceMaxOccursType5">
         <xsd:choice minOccurs="0" maxOccurs="unbounded">
             <xsd:element maxOccurs="unbounded" name="parm1" type="tns:TestCustomType"/>
             <xsd:element nillable="true" name="parm2" type="xsd:string"/>
             <xsd:element maxOccurs="unbounded" name="parm3" type="tns:TestCustomType"/>
         </xsd:choice>
     </xsd:complexType>
-    <xsd:element name="TestParticalChoiceMaxOccurs6" type="tns:TestParticalChoiceMaxOccursType6"/>
-    <xsd:complexType name="TestParticalChoiceMaxOccursType6">
+    <xsd:element name="TestParticleChoiceMaxOccurs6" type="tns:TestParticleChoiceMaxOccursType6"/>
+    <xsd:complexType name="TestParticleChoiceMaxOccursType6">
         <xsd:choice minOccurs="0" maxOccurs="unbounded">
             <xsd:element name="parm1" type="xsd:string"/>
             <xsd:element name="parm2" type="xsd:string"/>

Modified: webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/innerparticles/InnerParticlesTest.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/innerparticles/InnerParticlesTest.java?rev=789514&r1=789513&r2=789514&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/innerparticles/InnerParticlesTest.java (original)
+++ webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/innerparticles/InnerParticlesTest.java Tue Jun 30 00:44:02 2009
@@ -145,34 +145,34 @@
         testSerializeDeserialize(testInnerParticle5, false);
     }
 
-    public void testIntterParticalExtension() throws Exception {
-         TestInnterParticleExtension testInnterParticleExtension = new TestInnterParticleExtension();
+    public void testIntterParticleExtension() throws Exception {
+        TestInnerParticleExtension testInnerParticleExtension = new TestInnerParticleExtension();
 
-        TestInnterParticleExtensionChildComplexType testInnterParticleExtensionChildComplexType =
-                new TestInnterParticleExtensionChildComplexType();
-        testInnterParticleExtension.setTestInnterParticleExtension(testInnterParticleExtensionChildComplexType);
-
-        TestInnterParticleExtensionParentComplexTypeChoice_type0 testInnterParticleExtensionParentComplexTypeChoice_type0 =
-                new TestInnterParticleExtensionParentComplexTypeChoice_type0();
-        testInnterParticleExtensionChildComplexType.setTestInnterParticleExtensionParentComplexTypeChoice_type0(testInnterParticleExtensionParentComplexTypeChoice_type0);
+        TestInnerParticleExtensionChildComplexType testInnerParticleExtensionChildComplexType =
+                new TestInnerParticleExtensionChildComplexType();
+        testInnerParticleExtension.setTestInnerParticleExtension(testInnerParticleExtensionChildComplexType);
+
+        TestInnerParticleExtensionParentComplexTypeChoice_type0 testInnerParticleExtensionParentComplexTypeChoice_type0 =
+                new TestInnerParticleExtensionParentComplexTypeChoice_type0();
+        testInnerParticleExtensionChildComplexType.setTestInnerParticleExtensionParentComplexTypeChoice_type0(testInnerParticleExtensionParentComplexTypeChoice_type0);
 
-        testInnterParticleExtensionParentComplexTypeChoice_type0.setParam1("param1");
-        testInnterParticleExtensionParentComplexTypeChoice_type0.setParam2("param2");
+        testInnerParticleExtensionParentComplexTypeChoice_type0.setParam1("param1");
+        testInnerParticleExtensionParentComplexTypeChoice_type0.setParam2("param2");
 
         
-        TestInnterParticleExtension expectedTestInnterParticleExtension = new TestInnterParticleExtension();
+        TestInnerParticleExtension expectedTestInnerParticleExtension = new TestInnerParticleExtension();
 
-        TestInnterParticleExtensionChildComplexType expectedTestInnterParticleExtensionChildComplexType =
-                new TestInnterParticleExtensionChildComplexType();
-        expectedTestInnterParticleExtension.setTestInnterParticleExtension(expectedTestInnterParticleExtensionChildComplexType);
+        TestInnerParticleExtensionChildComplexType expectedTestInnerParticleExtensionChildComplexType =
+                new TestInnerParticleExtensionChildComplexType();
+        expectedTestInnerParticleExtension.setTestInnerParticleExtension(expectedTestInnerParticleExtensionChildComplexType);
 
-        TestInnterParticleExtensionParentComplexTypeChoice_type0 expectedTestInnterParticleExtensionParentComplexTypeChoice_type0 =
-                new TestInnterParticleExtensionParentComplexTypeChoice_type0();
-        expectedTestInnterParticleExtensionChildComplexType.setTestInnterParticleExtensionParentComplexTypeChoice_type0(expectedTestInnterParticleExtensionParentComplexTypeChoice_type0);
+        TestInnerParticleExtensionParentComplexTypeChoice_type0 expectedTestInnerParticleExtensionParentComplexTypeChoice_type0 =
+                new TestInnerParticleExtensionParentComplexTypeChoice_type0();
+        expectedTestInnerParticleExtensionChildComplexType.setTestInnerParticleExtensionParentComplexTypeChoice_type0(expectedTestInnerParticleExtensionParentComplexTypeChoice_type0);
 
-        expectedTestInnterParticleExtensionParentComplexTypeChoice_type0.setParam2("param2");
+        expectedTestInnerParticleExtensionParentComplexTypeChoice_type0.setParam2("param2");
         
-        testSerializeDeserialize(testInnterParticleExtension, expectedTestInnterParticleExtension, false);
+        testSerializeDeserialize(testInnerParticleExtension, expectedTestInnerParticleExtension, false);
     }
 
     public void testTestComplexTypeElement() throws Exception {

Copied: webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/particlemaxoccurs/ParticleMaxOccursTest.java (from r789505, webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/particlemaxoccurs/ParticalMaxOccursTest.java)
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/particlemaxoccurs/ParticleMaxOccursTest.java?p2=webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/particlemaxoccurs/ParticleMaxOccursTest.java&p1=webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/particlemaxoccurs/ParticalMaxOccursTest.java&r1=789505&r2=789514&rev=789514&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/particlemaxoccurs/ParticalMaxOccursTest.java (original)
+++ webservices/axis2/trunk/java/modules/adb-codegen/test/org/apache/axis2/schema/particlemaxoccurs/ParticleMaxOccursTest.java Tue Jun 30 00:44:02 2009
@@ -21,284 +21,284 @@
 
 import org.apache.axis2.schema.AbstractTestCase;
 
-public class ParticalMaxOccursTest extends AbstractTestCase {
+public class ParticleMaxOccursTest extends AbstractTestCase {
 
     private int i = 0;
 
-    public void testParticalSequenceMaxOccursTest1() throws Exception {
-        TestParticalSequenceMaxOccurs1 testParticalMaxOccures1 = new TestParticalSequenceMaxOccurs1();
-        TestParticalSequenceMaxOccursType1 testParticalMaxOccursType1 = new TestParticalSequenceMaxOccursType1();
-        testParticalMaxOccures1.setTestParticalSequenceMaxOccurs1(testParticalMaxOccursType1);
+    public void testParticleSequenceMaxOccursTest1() throws Exception {
+        TestParticleSequenceMaxOccurs1 testParticleMaxOccurs1 = new TestParticleSequenceMaxOccurs1();
+        TestParticleSequenceMaxOccursType1 testParticleMaxOccursType1 = new TestParticleSequenceMaxOccursType1();
+        testParticleMaxOccurs1.setTestParticleSequenceMaxOccurs1(testParticleMaxOccursType1);
 
-        TestParticalSequenceMaxOccursType1Sequence[] testSequences = new TestParticalSequenceMaxOccursType1Sequence[2];
+        TestParticleSequenceMaxOccursType1Sequence[] testSequences = new TestParticleSequenceMaxOccursType1Sequence[2];
 
-        testSequences[0] = new TestParticalSequenceMaxOccursType1Sequence();
+        testSequences[0] = new TestParticleSequenceMaxOccursType1Sequence();
         testSequences[0].setParm1("Param11");
         testSequences[0].setParm2("Param12");
 
-        testSequences[1] = new TestParticalSequenceMaxOccursType1Sequence();
+        testSequences[1] = new TestParticleSequenceMaxOccursType1Sequence();
         testSequences[1].setParm1("Param21");
         testSequences[1].setParm2("Param22");
 
-        testParticalMaxOccursType1.setTestParticalSequenceMaxOccursType1Sequence(testSequences);
+        testParticleMaxOccursType1.setTestParticleSequenceMaxOccursType1Sequence(testSequences);
 
-        testSerializeDeserialize(testParticalMaxOccures1, false);
+        testSerializeDeserialize(testParticleMaxOccurs1, false);
     }
 
     public void testParticleSequenceMaxOccurs2() throws Exception {
-        TestParticalSequenceMaxOccurs2 testParticalMaxOccures2 = new TestParticalSequenceMaxOccurs2();
-        TestParticalSequenceMaxOccursType2 testParticalMaxOccursType2 = new TestParticalSequenceMaxOccursType2();
-        testParticalMaxOccures2.setTestParticalSequenceMaxOccurs2(testParticalMaxOccursType2);
+        TestParticleSequenceMaxOccurs2 testParticleMaxOccurs2 = new TestParticleSequenceMaxOccurs2();
+        TestParticleSequenceMaxOccursType2 testParticleMaxOccursType2 = new TestParticleSequenceMaxOccursType2();
+        testParticleMaxOccurs2.setTestParticleSequenceMaxOccurs2(testParticleMaxOccursType2);
 
-        TestParticalSequenceMaxOccursType2Sequence[] testSequences = new TestParticalSequenceMaxOccursType2Sequence[2];
+        TestParticleSequenceMaxOccursType2Sequence[] testSequences = new TestParticleSequenceMaxOccursType2Sequence[2];
 
-        testSequences[0] = new TestParticalSequenceMaxOccursType2Sequence();
+        testSequences[0] = new TestParticleSequenceMaxOccursType2Sequence();
         testSequences[0].setParm1(new String[]{"Param111", "Param112", "Param113"});
         testSequences[0].setParm2(new String[]{"Param111", "Param112", "Param113"});
 
-        testSequences[1] = new TestParticalSequenceMaxOccursType2Sequence();
+        testSequences[1] = new TestParticleSequenceMaxOccursType2Sequence();
         testSequences[1].setParm1(new String[]{"Param121", "Param122", "Param123"});
         testSequences[1].setParm2(new String[]{"Param121", "Param122", "Param123"});
 
-        testParticalMaxOccursType2.setTestParticalSequenceMaxOccursType2Sequence(testSequences);
+        testParticleMaxOccursType2.setTestParticleSequenceMaxOccursType2Sequence(testSequences);
 
-        testSerializeDeserialize(testParticalMaxOccures2, false);
+        testSerializeDeserialize(testParticleMaxOccurs2, false);
     }
 
     public void testParticleSequenceMaxOccurs3() throws Exception {
-        TestParticalSequenceMaxOccurs3 testParticalMaxOccures3 = new TestParticalSequenceMaxOccurs3();
-        TestParticalSequenceMaxOccursType3 testParticalMaxOccursType3 = new TestParticalSequenceMaxOccursType3();
-        testParticalMaxOccures3.setTestParticalSequenceMaxOccurs3(testParticalMaxOccursType3);
+        TestParticleSequenceMaxOccurs3 testParticleMaxOccures3 = new TestParticleSequenceMaxOccurs3();
+        TestParticleSequenceMaxOccursType3 testParticleMaxOccursType3 = new TestParticleSequenceMaxOccursType3();
+        testParticleMaxOccures3.setTestParticleSequenceMaxOccurs3(testParticleMaxOccursType3);
 
-        TestParticalSequenceMaxOccursType3Sequence[] testSequences = new TestParticalSequenceMaxOccursType3Sequence[2];
+        TestParticleSequenceMaxOccursType3Sequence[] testSequences = new TestParticleSequenceMaxOccursType3Sequence[2];
 
-        testSequences[0] = new TestParticalSequenceMaxOccursType3Sequence();
+        testSequences[0] = new TestParticleSequenceMaxOccursType3Sequence();
         testSequences[0].setParm2(new String[]{"Param111", null, "Param113"});
 
-        testSequences[1] = new TestParticalSequenceMaxOccursType3Sequence();
+        testSequences[1] = new TestParticleSequenceMaxOccursType3Sequence();
         testSequences[1].setParm1(new String[]{"Param121", "Param122", null});
 
-        testParticalMaxOccursType3.setTestParticalSequenceMaxOccursType3Sequence(testSequences);
+        testParticleMaxOccursType3.setTestParticleSequenceMaxOccursType3Sequence(testSequences);
 
 
-        TestParticalSequenceMaxOccurs3 expectedTestParticalMaxOccures3 = new TestParticalSequenceMaxOccurs3();
-        TestParticalSequenceMaxOccursType3 expectedTestParticalMaxOccursType3 = new TestParticalSequenceMaxOccursType3();
-        expectedTestParticalMaxOccures3.setTestParticalSequenceMaxOccurs3(expectedTestParticalMaxOccursType3);
+        TestParticleSequenceMaxOccurs3 expectedTestParticleMaxOccures3 = new TestParticleSequenceMaxOccurs3();
+        TestParticleSequenceMaxOccursType3 expectedTestParticleMaxOccursType3 = new TestParticleSequenceMaxOccursType3();
+        expectedTestParticleMaxOccures3.setTestParticleSequenceMaxOccurs3(expectedTestParticleMaxOccursType3);
 
-        TestParticalSequenceMaxOccursType3Sequence[] expectedTestSequences = new TestParticalSequenceMaxOccursType3Sequence[2];
+        TestParticleSequenceMaxOccursType3Sequence[] expectedTestSequences = new TestParticleSequenceMaxOccursType3Sequence[2];
 
-        expectedTestSequences[0] = new TestParticalSequenceMaxOccursType3Sequence();
+        expectedTestSequences[0] = new TestParticleSequenceMaxOccursType3Sequence();
         expectedTestSequences[0].setParm1(new String[]{null});
         expectedTestSequences[0].setParm2(new String[]{"Param111", null, "Param113"});
 
-        expectedTestSequences[1] = new TestParticalSequenceMaxOccursType3Sequence();
+        expectedTestSequences[1] = new TestParticleSequenceMaxOccursType3Sequence();
         expectedTestSequences[1].setParm1(new String[]{"Param121", "Param122", null});
         expectedTestSequences[1].setParm2(new String[]{null});
 
-        expectedTestParticalMaxOccursType3.setTestParticalSequenceMaxOccursType3Sequence(expectedTestSequences);
+        expectedTestParticleMaxOccursType3.setTestParticleSequenceMaxOccursType3Sequence(expectedTestSequences);
         
         
-        testSerializeDeserialize(testParticalMaxOccures3, expectedTestParticalMaxOccures3, false);
+        testSerializeDeserialize(testParticleMaxOccures3, expectedTestParticleMaxOccures3, false);
     }
 
     public void testParticleSequenceMaxOccurs4() throws Exception {
 
-        TestParticalSequenceMaxOccurs4 testParticalSequenceMaxOccurs4 = new TestParticalSequenceMaxOccurs4();
-        TestParticalSequenceMaxOccursType4 testParticalSequenceMaxOccursType4 = new TestParticalSequenceMaxOccursType4();
-        testParticalSequenceMaxOccurs4.setTestParticalSequenceMaxOccurs4(testParticalSequenceMaxOccursType4);
+        TestParticleSequenceMaxOccurs4 testParticleSequenceMaxOccurs4 = new TestParticleSequenceMaxOccurs4();
+        TestParticleSequenceMaxOccursType4 testParticleSequenceMaxOccursType4 = new TestParticleSequenceMaxOccursType4();
+        testParticleSequenceMaxOccurs4.setTestParticleSequenceMaxOccurs4(testParticleSequenceMaxOccursType4);
 
-        TestParticalSequenceMaxOccursType4Sequence[] testParticalSequenceMaxOccursType4Sequence =
-                new TestParticalSequenceMaxOccursType4Sequence[3];
+        TestParticleSequenceMaxOccursType4Sequence[] testParticleSequenceMaxOccursType4Sequence =
+                new TestParticleSequenceMaxOccursType4Sequence[3];
 
-        testParticalSequenceMaxOccursType4.setTestParticalSequenceMaxOccursType4Sequence(testParticalSequenceMaxOccursType4Sequence);
-        testParticalSequenceMaxOccursType4Sequence[0] = new TestParticalSequenceMaxOccursType4Sequence();
-        testParticalSequenceMaxOccursType4Sequence[0].setParm1(getNewCustomType());
+        testParticleSequenceMaxOccursType4.setTestParticleSequenceMaxOccursType4Sequence(testParticleSequenceMaxOccursType4Sequence);
+        testParticleSequenceMaxOccursType4Sequence[0] = new TestParticleSequenceMaxOccursType4Sequence();
+        testParticleSequenceMaxOccursType4Sequence[0].setParm1(getNewCustomType());
 
-        testParticalSequenceMaxOccursType4Sequence[1] = new TestParticalSequenceMaxOccursType4Sequence();
-        testParticalSequenceMaxOccursType4Sequence[1].setParm2("Param2");
+        testParticleSequenceMaxOccursType4Sequence[1] = new TestParticleSequenceMaxOccursType4Sequence();
+        testParticleSequenceMaxOccursType4Sequence[1].setParm2("Param2");
 
-        testParticalSequenceMaxOccursType4Sequence[2] = new TestParticalSequenceMaxOccursType4Sequence();
-        testParticalSequenceMaxOccursType4Sequence[2].setParm3(getNewCustomType());
+        testParticleSequenceMaxOccursType4Sequence[2] = new TestParticleSequenceMaxOccursType4Sequence();
+        testParticleSequenceMaxOccursType4Sequence[2].setParm3(getNewCustomType());
 
-        testSerializeDeserialize(testParticalSequenceMaxOccurs4, false);
+        testSerializeDeserialize(testParticleSequenceMaxOccurs4, false);
     }
 
     public void testParticleSequenceMaxOccurs5() throws Exception {
 
-        TestParticalSequenceMaxOccurs5 testParticalSequenceMaxOccurs5 = new TestParticalSequenceMaxOccurs5();
-        TestParticalSequenceMaxOccursType5 testParticalSequenceMaxOccursType5 = new TestParticalSequenceMaxOccursType5();
-        testParticalSequenceMaxOccurs5.setTestParticalSequenceMaxOccurs5(testParticalSequenceMaxOccursType5);
+        TestParticleSequenceMaxOccurs5 testParticleSequenceMaxOccurs5 = new TestParticleSequenceMaxOccurs5();
+        TestParticleSequenceMaxOccursType5 testParticleSequenceMaxOccursType5 = new TestParticleSequenceMaxOccursType5();
+        testParticleSequenceMaxOccurs5.setTestParticleSequenceMaxOccurs5(testParticleSequenceMaxOccursType5);
 
-        TestParticalSequenceMaxOccursType5Sequence[] testParticalSequenceMaxOccursType5Sequence =
-                new TestParticalSequenceMaxOccursType5Sequence[3];
+        TestParticleSequenceMaxOccursType5Sequence[] testParticleSequenceMaxOccursType5Sequence =
+                new TestParticleSequenceMaxOccursType5Sequence[3];
 
-        testParticalSequenceMaxOccursType5.setTestParticalSequenceMaxOccursType5Sequence(testParticalSequenceMaxOccursType5Sequence);
+        testParticleSequenceMaxOccursType5.setTestParticleSequenceMaxOccursType5Sequence(testParticleSequenceMaxOccursType5Sequence);
 
-        testParticalSequenceMaxOccursType5Sequence[0] = new TestParticalSequenceMaxOccursType5Sequence();
-        testParticalSequenceMaxOccursType5Sequence[0].setParm1(new TestCustomType[]{getNewCustomType()});
-        testParticalSequenceMaxOccursType5Sequence[0].setParm3(new TestCustomType[]{getNewCustomType()});
+        testParticleSequenceMaxOccursType5Sequence[0] = new TestParticleSequenceMaxOccursType5Sequence();
+        testParticleSequenceMaxOccursType5Sequence[0].setParm1(new TestCustomType[]{getNewCustomType()});
+        testParticleSequenceMaxOccursType5Sequence[0].setParm3(new TestCustomType[]{getNewCustomType()});
 
-        testParticalSequenceMaxOccursType5Sequence[1] = new TestParticalSequenceMaxOccursType5Sequence();
-        testParticalSequenceMaxOccursType5Sequence[1].setParm1(new TestCustomType[]{getNewCustomType()});
-        testParticalSequenceMaxOccursType5Sequence[1].setParm2("Param2");
-        testParticalSequenceMaxOccursType5Sequence[1].setParm3(new TestCustomType[]{getNewCustomType()});
+        testParticleSequenceMaxOccursType5Sequence[1] = new TestParticleSequenceMaxOccursType5Sequence();
+        testParticleSequenceMaxOccursType5Sequence[1].setParm1(new TestCustomType[]{getNewCustomType()});
+        testParticleSequenceMaxOccursType5Sequence[1].setParm2("Param2");
+        testParticleSequenceMaxOccursType5Sequence[1].setParm3(new TestCustomType[]{getNewCustomType()});
 
-        testParticalSequenceMaxOccursType5Sequence[2] = new TestParticalSequenceMaxOccursType5Sequence();
-        testParticalSequenceMaxOccursType5Sequence[2].setParm1(new TestCustomType[]{getNewCustomType()});
-        testParticalSequenceMaxOccursType5Sequence[2].setParm3(new TestCustomType[]{getNewCustomType()});
+        testParticleSequenceMaxOccursType5Sequence[2] = new TestParticleSequenceMaxOccursType5Sequence();
+        testParticleSequenceMaxOccursType5Sequence[2].setParm1(new TestCustomType[]{getNewCustomType()});
+        testParticleSequenceMaxOccursType5Sequence[2].setParm3(new TestCustomType[]{getNewCustomType()});
 
-        testSerializeDeserialize(testParticalSequenceMaxOccurs5, false);
+        testSerializeDeserialize(testParticleSequenceMaxOccurs5, false);
     }
 
-    public void testParticalSequenceMaxOccursTest6() throws Exception {
-        TestParticalSequenceMaxOccurs6 testParticalMaxOccures6 = new TestParticalSequenceMaxOccurs6();
-        TestParticalSequenceMaxOccursType6 testParticalMaxOccursType6 = new TestParticalSequenceMaxOccursType6();
-        testParticalMaxOccures6.setTestParticalSequenceMaxOccurs6(testParticalMaxOccursType6);
+    public void testParticleSequenceMaxOccursTest6() throws Exception {
+        TestParticleSequenceMaxOccurs6 testParticleMaxOccures6 = new TestParticleSequenceMaxOccurs6();
+        TestParticleSequenceMaxOccursType6 testParticleMaxOccursType6 = new TestParticleSequenceMaxOccursType6();
+        testParticleMaxOccures6.setTestParticleSequenceMaxOccurs6(testParticleMaxOccursType6);
 
-        TestParticalSequenceMaxOccursType6Sequence[] testSequences = new TestParticalSequenceMaxOccursType6Sequence[2];
+        TestParticleSequenceMaxOccursType6Sequence[] testSequences = new TestParticleSequenceMaxOccursType6Sequence[2];
 
-        testSequences[0] = new TestParticalSequenceMaxOccursType6Sequence();
+        testSequences[0] = new TestParticleSequenceMaxOccursType6Sequence();
         testSequences[0].setParm1("Param11");
         testSequences[0].setParm2("Param12");
 
-        testSequences[1] = new TestParticalSequenceMaxOccursType6Sequence();
+        testSequences[1] = new TestParticleSequenceMaxOccursType6Sequence();
         testSequences[1].setParm1("Param21");
         testSequences[1].setParm2("Param22");
 
-        testParticalMaxOccursType6.setTestParticalSequenceMaxOccursType6Sequence(testSequences);
-        testParticalMaxOccursType6.setAttribute1("Attribute1");
-        testParticalMaxOccursType6.setAttribute2("Attribute2");
+        testParticleMaxOccursType6.setTestParticleSequenceMaxOccursType6Sequence(testSequences);
+        testParticleMaxOccursType6.setAttribute1("Attribute1");
+        testParticleMaxOccursType6.setAttribute2("Attribute2");
 
-        testSerializeDeserialize(testParticalMaxOccures6, false);
+        testSerializeDeserialize(testParticleMaxOccures6, false);
     }
 
-    public void testParticalMaxOccursTest() throws Exception {
-        TestParticalChoiceMaxOccurs testParticalChoiceMaxOccurs = new TestParticalChoiceMaxOccurs();
-        TestParticalChoiceMaxOccursType testParticalChoiceMaxOccursType = new TestParticalChoiceMaxOccursType();
-        testParticalChoiceMaxOccurs.setTestParticalChoiceMaxOccurs(testParticalChoiceMaxOccursType);
+    public void testParticleMaxOccursTest() throws Exception {
+        TestParticleChoiceMaxOccurs testParticleChoiceMaxOccurs = new TestParticleChoiceMaxOccurs();
+        TestParticleChoiceMaxOccursType testParticleChoiceMaxOccursType = new TestParticleChoiceMaxOccursType();
+        testParticleChoiceMaxOccurs.setTestParticleChoiceMaxOccurs(testParticleChoiceMaxOccursType);
 
-        testParticalChoiceMaxOccursType.setParm1("Param1");
+        testParticleChoiceMaxOccursType.setParm1("Param1");
 
-        testSerializeDeserialize(testParticalChoiceMaxOccurs, false);
+        testSerializeDeserialize(testParticleChoiceMaxOccurs, false);
     }
 
-    public void testParticalChoiceMaxOccursTest1() throws Exception {
-        TestParticalChoiceMaxOccurs1 testParticalMaxOccures1 = new TestParticalChoiceMaxOccurs1();
-        TestParticalChoiceMaxOccursType1 testParticalMaxOccursType1 = new TestParticalChoiceMaxOccursType1();
-        testParticalMaxOccures1.setTestParticalChoiceMaxOccurs1(testParticalMaxOccursType1);
+    public void testParticleChoiceMaxOccursTest1() throws Exception {
+        TestParticleChoiceMaxOccurs1 testParticleMaxOccures1 = new TestParticleChoiceMaxOccurs1();
+        TestParticleChoiceMaxOccursType1 testParticleMaxOccursType1 = new TestParticleChoiceMaxOccursType1();
+        testParticleMaxOccures1.setTestParticleChoiceMaxOccurs1(testParticleMaxOccursType1);
 
-        TestParticalChoiceMaxOccursType1Choice[] testChoices = new TestParticalChoiceMaxOccursType1Choice[2];
+        TestParticleChoiceMaxOccursType1Choice[] testChoices = new TestParticleChoiceMaxOccursType1Choice[2];
 
-        testChoices[0] = new TestParticalChoiceMaxOccursType1Choice();
+        testChoices[0] = new TestParticleChoiceMaxOccursType1Choice();
         testChoices[0].setParm1("Param11");
 
-        testChoices[1] = new TestParticalChoiceMaxOccursType1Choice();
+        testChoices[1] = new TestParticleChoiceMaxOccursType1Choice();
         testChoices[1].setParm2("Param12");
 
-        testParticalMaxOccursType1.setTestParticalChoiceMaxOccursType1Choice(testChoices);
+        testParticleMaxOccursType1.setTestParticleChoiceMaxOccursType1Choice(testChoices);
 
-        testSerializeDeserialize(testParticalMaxOccures1, false);
+        testSerializeDeserialize(testParticleMaxOccures1, false);
     }
 
     public void testParticleChoiceMaxOccurs2() throws Exception {
-        TestParticalChoiceMaxOccurs2 testParticalMaxOccures2 = new TestParticalChoiceMaxOccurs2();
-        TestParticalChoiceMaxOccursType2 testParticalMaxOccursType2 = new TestParticalChoiceMaxOccursType2();
-        testParticalMaxOccures2.setTestParticalChoiceMaxOccurs2(testParticalMaxOccursType2);
+        TestParticleChoiceMaxOccurs2 testParticleMaxOccures2 = new TestParticleChoiceMaxOccurs2();
+        TestParticleChoiceMaxOccursType2 testParticleMaxOccursType2 = new TestParticleChoiceMaxOccursType2();
+        testParticleMaxOccures2.setTestParticleChoiceMaxOccurs2(testParticleMaxOccursType2);
 
-        TestParticalChoiceMaxOccursType2Choice[] testChoices = new TestParticalChoiceMaxOccursType2Choice[2];
+        TestParticleChoiceMaxOccursType2Choice[] testChoices = new TestParticleChoiceMaxOccursType2Choice[2];
 
-        testChoices[0] = new TestParticalChoiceMaxOccursType2Choice();
+        testChoices[0] = new TestParticleChoiceMaxOccursType2Choice();
         testChoices[0].setParm1(new String[]{"Param111", "Param112", "Param113"});
 
-        testChoices[1] = new TestParticalChoiceMaxOccursType2Choice();
+        testChoices[1] = new TestParticleChoiceMaxOccursType2Choice();
         testChoices[1].setParm2(new String[]{"Param121", "Param122", "Param123"});
 
-        testParticalMaxOccursType2.setTestParticalChoiceMaxOccursType2Choice(testChoices);
+        testParticleMaxOccursType2.setTestParticleChoiceMaxOccursType2Choice(testChoices);
 
-        testSerializeDeserialize(testParticalMaxOccures2, false);
+        testSerializeDeserialize(testParticleMaxOccures2, false);
     }
 
     public void testParticleChoiceMaxOccurs3() throws Exception {
-        TestParticalChoiceMaxOccurs3 testParticalMaxOccures3 = new TestParticalChoiceMaxOccurs3();
-        TestParticalChoiceMaxOccursType3 testParticalMaxOccursType3 = new TestParticalChoiceMaxOccursType3();
-        testParticalMaxOccures3.setTestParticalChoiceMaxOccurs3(testParticalMaxOccursType3);
+        TestParticleChoiceMaxOccurs3 testParticleMaxOccures3 = new TestParticleChoiceMaxOccurs3();
+        TestParticleChoiceMaxOccursType3 testParticleMaxOccursType3 = new TestParticleChoiceMaxOccursType3();
+        testParticleMaxOccures3.setTestParticleChoiceMaxOccurs3(testParticleMaxOccursType3);
 
-        TestParticalChoiceMaxOccursType3Choice[] testChoices = new TestParticalChoiceMaxOccursType3Choice[2];
+        TestParticleChoiceMaxOccursType3Choice[] testChoices = new TestParticleChoiceMaxOccursType3Choice[2];
 
-        testChoices[0] = new TestParticalChoiceMaxOccursType3Choice();
+        testChoices[0] = new TestParticleChoiceMaxOccursType3Choice();
         testChoices[0].setParm1(new String[]{"Param111", null, "Param113"});
 
-        testChoices[1] = new TestParticalChoiceMaxOccursType3Choice();
+        testChoices[1] = new TestParticleChoiceMaxOccursType3Choice();
         testChoices[1].setParm2(new String[]{"Param121", "Param122", null});
 
-        testParticalMaxOccursType3.setTestParticalChoiceMaxOccursType3Choice(testChoices);
+        testParticleMaxOccursType3.setTestParticleChoiceMaxOccursType3Choice(testChoices);
 
-        testSerializeDeserialize(testParticalMaxOccures3, false);
+        testSerializeDeserialize(testParticleMaxOccures3, false);
     }
 
     public void testParticleChoiceMaxOccurs4() throws Exception {
 
-        TestParticalChoiceMaxOccurs4 testParticalChoiceMaxOccurs4 = new TestParticalChoiceMaxOccurs4();
-        TestParticalChoiceMaxOccursType4 testParticalChoiceMaxOccursType4 = new TestParticalChoiceMaxOccursType4();
-        testParticalChoiceMaxOccurs4.setTestParticalChoiceMaxOccurs4(testParticalChoiceMaxOccursType4);
+        TestParticleChoiceMaxOccurs4 testParticleChoiceMaxOccurs4 = new TestParticleChoiceMaxOccurs4();
+        TestParticleChoiceMaxOccursType4 testParticleChoiceMaxOccursType4 = new TestParticleChoiceMaxOccursType4();
+        testParticleChoiceMaxOccurs4.setTestParticleChoiceMaxOccurs4(testParticleChoiceMaxOccursType4);
 
-        TestParticalChoiceMaxOccursType4Choice[] testParticalChoiceMaxOccursType4Choice =
-                new TestParticalChoiceMaxOccursType4Choice[3];
+        TestParticleChoiceMaxOccursType4Choice[] testParticleChoiceMaxOccursType4Choice =
+                new TestParticleChoiceMaxOccursType4Choice[3];
 
-        testParticalChoiceMaxOccursType4.setTestParticalChoiceMaxOccursType4Choice(testParticalChoiceMaxOccursType4Choice);
-        testParticalChoiceMaxOccursType4Choice[0] = new TestParticalChoiceMaxOccursType4Choice();
-        testParticalChoiceMaxOccursType4Choice[0].setParm1(getNewCustomType());
+        testParticleChoiceMaxOccursType4.setTestParticleChoiceMaxOccursType4Choice(testParticleChoiceMaxOccursType4Choice);
+        testParticleChoiceMaxOccursType4Choice[0] = new TestParticleChoiceMaxOccursType4Choice();
+        testParticleChoiceMaxOccursType4Choice[0].setParm1(getNewCustomType());
 
-        testParticalChoiceMaxOccursType4Choice[1] = new TestParticalChoiceMaxOccursType4Choice();
-        testParticalChoiceMaxOccursType4Choice[1].setParm2("Param2");
+        testParticleChoiceMaxOccursType4Choice[1] = new TestParticleChoiceMaxOccursType4Choice();
+        testParticleChoiceMaxOccursType4Choice[1].setParm2("Param2");
 
-        testParticalChoiceMaxOccursType4Choice[2] = new TestParticalChoiceMaxOccursType4Choice();
-        testParticalChoiceMaxOccursType4Choice[2].setParm3(getNewCustomType());
+        testParticleChoiceMaxOccursType4Choice[2] = new TestParticleChoiceMaxOccursType4Choice();
+        testParticleChoiceMaxOccursType4Choice[2].setParm3(getNewCustomType());
 
-        testSerializeDeserialize(testParticalChoiceMaxOccurs4, false);
+        testSerializeDeserialize(testParticleChoiceMaxOccurs4, false);
     }
 
     public void testParticleChoiceMaxOccurs5() throws Exception {
 
-        TestParticalChoiceMaxOccurs5 testParticalChoiceMaxOccurs5 = new TestParticalChoiceMaxOccurs5();
-        TestParticalChoiceMaxOccursType5 testParticalChoiceMaxOccursType5 = new TestParticalChoiceMaxOccursType5();
-        testParticalChoiceMaxOccurs5.setTestParticalChoiceMaxOccurs5(testParticalChoiceMaxOccursType5);
+        TestParticleChoiceMaxOccurs5 testParticleChoiceMaxOccurs5 = new TestParticleChoiceMaxOccurs5();
+        TestParticleChoiceMaxOccursType5 testParticleChoiceMaxOccursType5 = new TestParticleChoiceMaxOccursType5();
+        testParticleChoiceMaxOccurs5.setTestParticleChoiceMaxOccurs5(testParticleChoiceMaxOccursType5);
 
-        TestParticalChoiceMaxOccursType5Choice[] testParticalChoiceMaxOccursType5Choice =
-                new TestParticalChoiceMaxOccursType5Choice[3];
+        TestParticleChoiceMaxOccursType5Choice[] testParticleChoiceMaxOccursType5Choice =
+                new TestParticleChoiceMaxOccursType5Choice[3];
 
-        testParticalChoiceMaxOccursType5.setTestParticalChoiceMaxOccursType5Choice(testParticalChoiceMaxOccursType5Choice);
+        testParticleChoiceMaxOccursType5.setTestParticleChoiceMaxOccursType5Choice(testParticleChoiceMaxOccursType5Choice);
 
-        testParticalChoiceMaxOccursType5Choice[0] = new TestParticalChoiceMaxOccursType5Choice();
-        testParticalChoiceMaxOccursType5Choice[0].setParm1(new TestCustomType[]{getNewCustomType()});
+        testParticleChoiceMaxOccursType5Choice[0] = new TestParticleChoiceMaxOccursType5Choice();
+        testParticleChoiceMaxOccursType5Choice[0].setParm1(new TestCustomType[]{getNewCustomType()});
 
-        testParticalChoiceMaxOccursType5Choice[1] = new TestParticalChoiceMaxOccursType5Choice();
-        testParticalChoiceMaxOccursType5Choice[1].setParm2("Param2");
+        testParticleChoiceMaxOccursType5Choice[1] = new TestParticleChoiceMaxOccursType5Choice();
+        testParticleChoiceMaxOccursType5Choice[1].setParm2("Param2");
 
-        testParticalChoiceMaxOccursType5Choice[2] = new TestParticalChoiceMaxOccursType5Choice();
-        testParticalChoiceMaxOccursType5Choice[2].setParm3(new TestCustomType[]{getNewCustomType()});
+        testParticleChoiceMaxOccursType5Choice[2] = new TestParticleChoiceMaxOccursType5Choice();
+        testParticleChoiceMaxOccursType5Choice[2].setParm3(new TestCustomType[]{getNewCustomType()});
 
-        testSerializeDeserialize(testParticalChoiceMaxOccurs5, false);
+        testSerializeDeserialize(testParticleChoiceMaxOccurs5, false);
     }
 
-    public void testParticalChoiceMaxOccursTest6() throws Exception {
-        TestParticalChoiceMaxOccurs6 testParticalMaxOccures6 = new TestParticalChoiceMaxOccurs6();
-        TestParticalChoiceMaxOccursType6 testParticalMaxOccursType6 = new TestParticalChoiceMaxOccursType6();
-        testParticalMaxOccures6.setTestParticalChoiceMaxOccurs6(testParticalMaxOccursType6);
+    public void testParticleChoiceMaxOccursTest6() throws Exception {
+        TestParticleChoiceMaxOccurs6 testParticleMaxOccures6 = new TestParticleChoiceMaxOccurs6();
+        TestParticleChoiceMaxOccursType6 testParticleMaxOccursType6 = new TestParticleChoiceMaxOccursType6();
+        testParticleMaxOccures6.setTestParticleChoiceMaxOccurs6(testParticleMaxOccursType6);
 
-        TestParticalChoiceMaxOccursType6Choice[] testChoices = new TestParticalChoiceMaxOccursType6Choice[2];
+        TestParticleChoiceMaxOccursType6Choice[] testChoices = new TestParticleChoiceMaxOccursType6Choice[2];
 
-        testChoices[0] = new TestParticalChoiceMaxOccursType6Choice();
+        testChoices[0] = new TestParticleChoiceMaxOccursType6Choice();
         testChoices[0].setParm1("Param11");
 
-        testChoices[1] = new TestParticalChoiceMaxOccursType6Choice();
+        testChoices[1] = new TestParticleChoiceMaxOccursType6Choice();
         testChoices[1].setParm2("Param12");
 
-        testParticalMaxOccursType6.setTestParticalChoiceMaxOccursType6Choice(testChoices);
-        testParticalMaxOccursType6.setAttribute1("Attribute1");
-        testParticalMaxOccursType6.setAttribute2("Attribute2");
+        testParticleMaxOccursType6.setTestParticleChoiceMaxOccursType6Choice(testChoices);
+        testParticleMaxOccursType6.setAttribute1("Attribute1");
+        testParticleMaxOccursType6.setAttribute2("Attribute2");
 
-        testSerializeDeserialize(testParticalMaxOccures6, false);
+        testSerializeDeserialize(testParticleMaxOccures6, false);
     }
 
     private TestCustomType getNewCustomType() {