Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OC-9646 Webservice to get scheduled participate event forms from OC for the given participant #11

Open
wants to merge 1 commit into
base: 2.4
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
8 changes: 7 additions & 1 deletion src/main/java/META-INF/sun-jaxb.episode
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
Any modifications to this file will be lost upon recompilation of the source schema.
Generated on: 2018.07.27 at 03:29:29 PM EDT
Generated on: 2018.09.24 at 01:05:42 PM EDT

-->
<bindings scd="x-schema::tns" xmlns:tns="http://www.cdisc.org/ns/odm/v1.2">
Expand Down Expand Up @@ -953,6 +953,12 @@ Generated on: 2018.07.27 at 03:29:29 PM EDT
<bindings scd="~tns:OCodmComplexTypeDefinition-AuditLog">
<class ref="org.openclinica.ns.odm_ext_v130.v31.OCodmComplexTypeDefinitionAuditLog"/>
</bindings>
<bindings scd="~tns:OCodmComplexTypeDefinition-Links">
<class ref="org.openclinica.ns.odm_ext_v130.v31.OCodmComplexTypeDefinitionLinks"/>
</bindings>
<bindings scd="~tns:OCodmComplexTypeDefinition-Link">
<class ref="org.openclinica.ns.odm_ext_v130.v31.OCodmComplexTypeDefinitionLink"/>
</bindings>
<bindings scd="~tns:OCodmComplexTypeDefinition-DiscrepancyNotes">
<class ref="org.openclinica.ns.odm_ext_v130.v31.OCodmComplexTypeDefinitionDiscrepancyNotes"/>
</bindings>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/cdisc/ns/odm/v121/CLDataType.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2018.07.27 at 03:29:29 PM EDT
// Generated on: 2018.09.24 at 01:05:42 PM EDT
//


Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/cdisc/ns/odm/v121/CommentType.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2018.07.27 at 03:29:29 PM EDT
// Generated on: 2018.09.24 at 01:05:42 PM EDT
//


Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/cdisc/ns/odm/v121/Comparator.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2018.07.27 at 03:29:29 PM EDT
// Generated on: 2018.09.24 at 01:05:42 PM EDT
//


Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/cdisc/ns/odm/v121/DataType.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2018.07.27 at 03:29:29 PM EDT
// Generated on: 2018.09.24 at 01:05:42 PM EDT
//


Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/cdisc/ns/odm/v121/EditPointType.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2018.07.27 at 03:29:29 PM EDT
// Generated on: 2018.09.24 at 01:05:42 PM EDT
//


Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/cdisc/ns/odm/v121/EventType.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2018.07.27 at 03:29:29 PM EDT
// Generated on: 2018.09.24 at 01:05:42 PM EDT
//


Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/cdisc/ns/odm/v121/FileType.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2018.07.27 at 03:29:29 PM EDT
// Generated on: 2018.09.24 at 01:05:42 PM EDT
//


Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/cdisc/ns/odm/v121/Granularity.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2018.07.27 at 03:29:29 PM EDT
// Generated on: 2018.09.24 at 01:05:42 PM EDT
//


Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/cdisc/ns/odm/v121/LocationType.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2018.07.27 at 03:29:29 PM EDT
// Generated on: 2018.09.24 at 01:05:42 PM EDT
//


Expand Down
4 changes: 2 additions & 2 deletions src/main/java/org/cdisc/ns/odm/v121/ODM.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2018.07.27 at 03:29:29 PM EDT
// Generated on: 2018.09.24 at 01:05:42 PM EDT
//


Expand Down Expand Up @@ -42,8 +42,8 @@
* &lt;element ref="{http://www.w3.org/2000/09/xmldsig#}Signature" maxOccurs="unbounded" minOccurs="0"/&gt;
* &lt;group ref="{http://www.cdisc.org/ns/odm/v1.2}ODMElementExtension" maxOccurs="unbounded" minOccurs="0"/&gt;
* &lt;/sequence&gt;
* &lt;attGroup ref="{http://www.cdisc.org/ns/odm/v1.2}ODMAttributeDefinition"/&gt;
* &lt;attGroup ref="{http://www.cdisc.org/ns/odm/v1.2}ODMAttributeExtension"/&gt;
* &lt;attGroup ref="{http://www.cdisc.org/ns/odm/v1.2}ODMAttributeDefinition"/&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2018.07.27 at 03:29:29 PM EDT
// Generated on: 2018.09.24 at 01:05:42 PM EDT
//


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2018.07.27 at 03:29:29 PM EDT
// Generated on: 2018.09.24 at 01:05:42 PM EDT
//


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2018.07.27 at 03:29:29 PM EDT
// Generated on: 2018.09.24 at 01:05:42 PM EDT
//


Expand All @@ -26,8 +26,8 @@
* &lt;sequence&gt;
* &lt;group ref="{http://www.cdisc.org/ns/odm/v1.2}AliasElementExtension" maxOccurs="unbounded" minOccurs="0"/&gt;
* &lt;/sequence&gt;
* &lt;attGroup ref="{http://www.cdisc.org/ns/odm/v1.2}AliasAttributeDefinition"/&gt;
* &lt;attGroup ref="{http://www.cdisc.org/ns/odm/v1.2}AliasAttributeExtension"/&gt;
* &lt;attGroup ref="{http://www.cdisc.org/ns/odm/v1.2}AliasAttributeDefinition"/&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2018.07.27 at 03:29:29 PM EDT
// Generated on: 2018.09.24 at 01:05:42 PM EDT
//


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2018.07.27 at 03:29:29 PM EDT
// Generated on: 2018.09.24 at 01:05:42 PM EDT
//


Expand All @@ -26,8 +26,8 @@
* &lt;sequence&gt;
* &lt;group ref="{http://www.cdisc.org/ns/odm/v1.2}ArchiveLayoutElementExtension" maxOccurs="unbounded" minOccurs="0"/&gt;
* &lt;/sequence&gt;
* &lt;attGroup ref="{http://www.cdisc.org/ns/odm/v1.2}ArchiveLayoutAttributeExtension"/&gt;
* &lt;attGroup ref="{http://www.cdisc.org/ns/odm/v1.2}ArchiveLayoutAttributeDefinition"/&gt;
* &lt;attGroup ref="{http://www.cdisc.org/ns/odm/v1.2}ArchiveLayoutAttributeExtension"/&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2018.07.27 at 03:29:29 PM EDT
// Generated on: 2018.09.24 at 01:05:42 PM EDT
//


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2018.07.27 at 03:29:29 PM EDT
// Generated on: 2018.09.24 at 01:05:42 PM EDT
//


Expand Down Expand Up @@ -65,8 +65,8 @@ public class ODMcomplexTypeDefinitionAssociation {
* <p>
* You are getting this "catch-all" property because of the following reason:
* The field name "KeySet" is used by two different parts of a schema. See:
* line 1543 of file:/Users/krikorkrumlian/projects/ocodm/src/main/schemas/ODM1-2-1-foundation.xsd
* line 1542 of file:/Users/krikorkrumlian/projects/ocodm/src/main/schemas/ODM1-2-1-foundation.xsd
* line 1543 of file:/Users/joekeremian/apps/ocodm/src/main/schemas/ODM1-2-1-foundation.xsd
* line 1542 of file:/Users/joekeremian/apps/ocodm/src/main/schemas/ODM1-2-1-foundation.xsd
* <p>
* To get rid of this property, apply a property customization to one
* of both of the following declarations to change their names:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2018.07.27 at 03:29:29 PM EDT
// Generated on: 2018.09.24 at 01:05:42 PM EDT
//


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2018.07.27 at 03:29:29 PM EDT
// Generated on: 2018.09.24 at 01:05:42 PM EDT
//


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2018.07.27 at 03:29:29 PM EDT
// Generated on: 2018.09.24 at 01:05:42 PM EDT
//


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2018.07.27 at 03:29:29 PM EDT
// Generated on: 2018.09.24 at 01:05:42 PM EDT
//


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2018.07.27 at 03:29:29 PM EDT
// Generated on: 2018.09.24 at 01:05:42 PM EDT
//


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2018.07.27 at 03:29:29 PM EDT
// Generated on: 2018.09.24 at 01:05:42 PM EDT
//


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2018.07.27 at 03:29:29 PM EDT
// Generated on: 2018.09.24 at 01:05:42 PM EDT
//


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2018.07.27 at 03:29:29 PM EDT
// Generated on: 2018.09.24 at 01:05:42 PM EDT
//


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2018.07.27 at 03:29:29 PM EDT
// Generated on: 2018.09.24 at 01:05:42 PM EDT
//


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2018.07.27 at 03:29:29 PM EDT
// Generated on: 2018.09.24 at 01:05:42 PM EDT
//


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2018.07.27 at 03:29:29 PM EDT
// Generated on: 2018.09.24 at 01:05:42 PM EDT
//


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2018.07.27 at 03:29:29 PM EDT
// Generated on: 2018.09.24 at 01:05:42 PM EDT
//


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2018.07.27 at 03:29:29 PM EDT
// Generated on: 2018.09.24 at 01:05:42 PM EDT
//


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2018.07.27 at 03:29:29 PM EDT
// Generated on: 2018.09.24 at 01:05:42 PM EDT
//


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2018.07.27 at 03:29:29 PM EDT
// Generated on: 2018.09.24 at 01:05:42 PM EDT
//


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2018.07.27 at 03:29:29 PM EDT
// Generated on: 2018.09.24 at 01:05:42 PM EDT
//


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2018.07.27 at 03:29:29 PM EDT
// Generated on: 2018.09.24 at 01:05:42 PM EDT
//


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2018.07.27 at 03:29:29 PM EDT
// Generated on: 2018.09.24 at 01:05:42 PM EDT
//


Expand All @@ -26,8 +26,8 @@
* &lt;sequence&gt;
* &lt;group ref="{http://www.cdisc.org/ns/odm/v1.2}ExternalCodeListElementExtension" maxOccurs="unbounded" minOccurs="0"/&gt;
* &lt;/sequence&gt;
* &lt;attGroup ref="{http://www.cdisc.org/ns/odm/v1.2}ExternalCodeListAttributeExtension"/&gt;
* &lt;attGroup ref="{http://www.cdisc.org/ns/odm/v1.2}ExternalCodeListAttributeDefinition"/&gt;
* &lt;attGroup ref="{http://www.cdisc.org/ns/odm/v1.2}ExternalCodeListAttributeExtension"/&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
Expand Down
Loading