<?xml version="1.0" encoding="utf-16"?>
<xsd:complexType name="trainRepeatType">
<xsd:sequence>
<xsd:element name="repeatType" type="train:repeatTypeType" minOccurs="0" />
<xsd:element name="expirationDate" type="xsd:string" minOccurs="0" />
<xsd:element name="dayInWeek" minOccurs="0">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="day" type="com:dayOfWeekType" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="endAfter" type="xsd:int" minOccurs="0" />
<xsd:element name="occurenceType" type="train:occurentTypeType" minOccurs="0" />
<xsd:element name="interval" type="xsd:int" minOccurs="0" />
<xsd:element name="dayInMonth" type="xsd:long" minOccurs="0" />
<xsd:element name="weekInMonth" type="xsd:long" minOccurs="0" />
<xsd:element name="monthInYear" type="xsd:long" minOccurs="0" />
<xsd:element name="dayInYear" type="xsd:long" minOccurs="0" />
<xsd:element name="repeatSession" type="train:repeatSessionType" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
|