Package iofXml.v3

Class Schedule

  • All Implemented Interfaces:

    
    public class Schedule
    
                        

    Defines the schedule of sub-events that comprise the entire orienteering event, e.g. banquets, social events and awards ceremonies.

    Java class for Schedule complex type

    .

    The following schema fragment specifies the expected content contained within this class.

    
    <complexType name="Schedule">
      <complexContent>
        <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
          <sequence>
            <element name="StartTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
            <element name="EndTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
            <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
            <element name="Venue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
            <element name="Position" type="{http://www.orienteering.org/datastandard/3.0}GeoPosition" minOccurs="0"/>
            <element name="Details" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
          </sequence>
          <attribute name="modifyTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
        </restriction>
      </complexContent>
    </complexType>