<xsd:complexType name="EventType"> <xsd:sequence> <xsd:element name="StartDateTime" type="SeparatedDateTimeType" minOccurs="0" /> <xsd:element ref="Duration" minOccurs="0" /> <xsd:element name="EndDateTime" type="SeparatedDateTimeType" minOccurs="0" /> <xsd:element ref="Description" minOccurs="0" maxOccurs="unbounded" /> </xsd:sequence> <xsd:attribute name="type" type="CodeContentType" /> </xsd:complexType>