<xsd:complexType name="SequenceScheduleEventType">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">The Event represents date and time information for the associated Schedule Line(s). The date and time the detail lines of the sequence schedule are required to be delivered. This allows Sequence Lines to be grouped together by an Event and minimizes the amount of potential redundant data.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="RequiredDateTime" minOccurs="0" />
<xsd:element ref="BeginSequenceCodes" minOccurs="0" />
<xsd:element ref="EndSequenceCode" minOccurs="0" />
<xsd:element ref="SequenceScheduleLine" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
|