Complex Types | DiseaseType, HealthType, TreatmentCollectionType |
<xs:group name="TreatmentGroup" id="Treatment_Group"> <xs:choice> <xs:annotation> <xs:documentation>One or many</xs:documentation> </xs:annotation> <xs:element ref="Treatment"/> <xs:element ref="Treatments"/> </xs:choice> </xs:group> |