Element Groups | conference-model, string-conf-elements |
<xsd:group name="conference.class"> <xsd:choice> <xsd:element ref="conf-date"/> <xsd:element ref="conf-name"/> <xsd:element ref="conf-num"/> <xsd:element ref="conf-loc"/> <xsd:element ref="conf-sponsor"/> <xsd:element ref="conf-theme"/> <xsd:element ref="conf-acronym"/> <xsd:element ref="string-conf"/> </xsd:choice> </xsd:group> |