Complex Types | DiseaseType, SymptomCollectionType |
<xs:group name="SymptomGroup" id="Symptom_Group"> <xs:choice> <xs:annotation> <xs:documentation>One or many</xs:documentation> </xs:annotation> <xs:element ref="Symptom"/> <xs:element ref="Symptoms"/> </xs:choice> </xs:group> |