Package iofXml.v2

Class Class

  • All Implemented Interfaces:

    
    public class Class
    
                        

    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="{}ClassId"/>
            <element ref="{}Name" minOccurs="0"/>
            <element ref="{}ClassShortName"/>
            <choice minOccurs="0">
              <element ref="{}ClassTypeId"/>
              <element ref="{}ClassType"/>
            </choice>
            <element ref="{}SubstituteClass" minOccurs="0"/>
            <element ref="{}NotQualifiedSubstituteClass" minOccurs="0"/>
            <choice maxOccurs="unbounded" minOccurs="0">
              <element ref="{}EntryFeeId"/>
              <element ref="{}EntryFee"/>
            </choice>
            <element ref="{}ModifyDate" minOccurs="0"/>
          </sequence>
          <attribute name="lowAge" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
          <attribute name="highAge" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
          <attribute name="sex" use="required">
            <simpleType>
              <restriction base="{http://www.w3.org/2001/XMLSchema}token">
                <enumeration value="M"/>
                <enumeration value="F"/>
                <enumeration value="B"/>
              </restriction>
            </simpleType>
          </attribute>
          <attribute name="numberInTeam" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" default="1" />
          <attribute name="teamEntry" default="N">
            <simpleType>
              <restriction base="{http://www.w3.org/2001/XMLSchema}token">
                <enumeration value="Y"/>
                <enumeration value="N"/>
              </restriction>
            </simpleType>
          </attribute>
          <attribute name="maxNumberInClass" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
          <attribute name="actualForRanking" default="N">
            <simpleType>
              <restriction base="{http://www.w3.org/2001/XMLSchema}token">
                <enumeration value="Y"/>
                <enumeration value="N"/>
              </restriction>
            </simpleType>
          </attribute>
          <attribute name="timePresentation" default="Y">
            <simpleType>
              <restriction base="{http://www.w3.org/2001/XMLSchema}token">
                <enumeration value="Y"/>
                <enumeration value="N"/>
              </restriction>
            </simpleType>
          </attribute>
          <attribute name="allowedMinAge" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
          <attribute name="allowedMaxAge" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
        </restriction>
      </complexContent>
    </complexType>