<xs:complexType name="pubdateType" mixed="true"> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element name="sdate" type="exch:sdateType"/> <xs:element name="edate" type="exch:edateType"/> <xs:element name="time" type="exch:timeType"/> </xs:choice> </xs:complexType> |