]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-6117: Removed migratedEntity repeatable group from JAXB schema for Work items.
authorAron Roberts <aron@socrates.berkeley.edu>
Thu, 1 Aug 2013 02:42:24 +0000 (19:42 -0700)
committerAron Roberts <aron@socrates.berkeley.edu>
Thu, 1 Aug 2013 02:42:24 +0000 (19:42 -0700)
services/work/jaxb/src/main/resources/work_common.xsd

index ca4d611814b48b643bda7f81dda2b1c76deb87d3..61e4db5915603e9265fa8db7012198c9be15ce0a 100644 (file)
@@ -36,9 +36,6 @@
                 <!--  List of additional Work Term sources -->
                 <xs:element name="publisherGroupList" type="publisherGroupList"/>
 
-                <!-- List of MigratedEntities -->
-                <xs:element name="migratedEntityGroupList" type="migratedEntityGroupList"/>
-
                 <!-- Structured Date group -->
                 <xs:element name="workDateGroupList" type="workDateGroupList"/>
             </xs:sequence>
         </xs:sequence>
     </xs:complexType>
 
-<!-- =================================================================
-     Migrated Entity Group repeating structure
-     ================================================================= -->
-
-    <xs:complexType name="migratedEntityGroupList">
-        <xs:sequence>
-            <xs:element name="migratedEntityGroup" 
-                        type="migratedEntityGroup" minOccurs="0" maxOccurs="unbounded"/>
-        </xs:sequence>
-    </xs:complexType>
-
-    <xs:complexType name="migratedEntityGroup">
-        <xs:sequence>
-            <xs:element name="migratedEntity" type="xs:string"/>
-            <xs:element name="migratedEntityType" type="xs:string"/>
-        </xs:sequence>
-    </xs:complexType>
-
 <!-- =================================================================
      Structured Date repeating structure
      ================================================================= -->