Package iofXml.v2

Class CourseVariation

  • All Implemented Interfaces:

    
    public class CourseVariation
    
                        

    Java class for anonymous complex type

    .

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

    
    <complexType>
      <complexContent>
        <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
          <sequence>
            <element ref="{}CourseVariationId"/>
            <element ref="{}Name" minOccurs="0"/>
            <element ref="{}CourseLength"/>
            <element ref="{}CourseClimb" minOccurs="0"/>
            <choice minOccurs="0">
              <element ref="{}StartPointCode"/>
              <element ref="{}StartPoint"/>
            </choice>
            <element ref="{}FinishChute" minOccurs="0"/>
            <element ref="{}CourseControl" maxOccurs="unbounded"/>
            <choice minOccurs="0">
              <element ref="{}FinishPointCode"/>
              <element ref="{}FinishPoint"/>
            </choice>
            <element ref="{}DistanceToFinish" minOccurs="0"/>
            <element ref="{}ModifyDate" minOccurs="0"/>
          </sequence>
          <attribute name="numberOfRunners" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
        </restriction>
      </complexContent>
    </complexType>