Skip to content

Commit

Permalink
Fixed bugs 2150 and 2151
Browse files Browse the repository at this point in the history
  • Loading branch information
MMWagner committed Dec 1, 2016
1 parent 4c15766 commit 25ebdf1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/main/resources/apollo_types_4.0.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@

<complexType name="Interval">
<sequence>
<element name="startBoundaryDefinition" type="tns:Interval"
<element name="startBoundaryDefinition" type="tns:IntervalBoundaryDefinitionEnum"
maxOccurs="1" minOccurs="1">
</element>
<element name="endBoundaryDefinition" type="tns:IntervalBoundaryDefinitionEnum"
Expand Down Expand Up @@ -751,7 +751,7 @@


<!-- 8. INFECTION AND INFECTIOUS DISEASE -->
<!-- -->
<!-- N.B. Move three 'l' forms (infection, contamination, infectious disease) to an 'under developent section' before release-->

<complexType name="lInfection">
<complexContent>
Expand Down Expand Up @@ -813,7 +813,7 @@

<complexType name="lInfectiousDisease">
<complexContent>
<extension base="tns:ApolloIndexableItem">
<extension base="tns:InfectiousDisease">
<sequence>
<element name="coosalPathogen" type="tns:ApolloPathogenCode"
maxOccurs="1" minOccurs="1" />
Expand All @@ -826,7 +826,7 @@

<complexType name="InfectiousDisease">
<complexContent>
<extension base="tns:lInfectiousDisease">
<extension base="tns:ApolloIndexableItem">
<sequence>
<element name="disease" type="tns:SnomedId" maxOccurs="1"
minOccurs="1" />
Expand Down Expand Up @@ -930,7 +930,7 @@
types'- -->
<complexType name="lContamination">
<complexContent>
<extension base="tns:ApolloIndexableItem">
<extension base="tns:Contamination">
<sequence>
<element name="XXX" type="tns:ApolloPathogenCode"
maxOccurs="1" minOccurs="1" />
Expand All @@ -942,7 +942,7 @@

<complexType name="Contamination">
<complexContent>
<extension base="tns:lContamination">
<extension base="tns:ApolloIndexableItem">
<sequence>
<element name="pathogen" type="tns:ApolloPathogenCode"
maxOccurs="1" minOccurs="1" />
Expand Down

0 comments on commit 25ebdf1

Please sign in to comment.