API Library

TeamRaiser Schema

<xsd:schema targetNamespace="http://convio.com/crm/v1.0"
    xmlns:crm="http://convio.com/crm/v1.0"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc"
    xmlns:jaxb="http://java.sun.com/xml/ns/jaxb"
    jaxb:version="1.0"
    jaxb:extensionBindingPrefixes="xjc"
    elementFormDefault="qualified">

    <xsd:annotation>
        <xsd:documentation xml:lang="en">
            Convio Open ReST API Version 1.0 Teamraiser API Types.
            Convio All Rights Reserved.
        </xsd:documentation>
    </xsd:annotation>

    <xsd:include schemaLocation="crm.public.common.v1.xsd"/>

    <xsd:complexType name="participantRecord">
        <xsd:all>
            <xsd:element name="consId" type="xsd:integer" />
            <xsd:element name="name" type="crm:name" />
            <xsd:element name="personalPageUrl" type="xsd:string" />
            <xsd:element name="donationUrl" type="xsd:string" nillable="true" />
            <xsd:element name="teamName" type="xsd:string" nillable="true" />
            <xsd:element name="teamId" type="xsd:integer" nillable="true" />
            <xsd:element name="aTeamCaptain" type="xsd:boolean" />
            <xsd:element name="teamPageUrl" type="xsd:string" nillable="true"/>
            <xsd:element name="achievementBadges" type="xsd:string" nillable="true" />
            <xsd:element name="personalPagePrivate" type="xsd:boolean" />
            <xsd:element name="teamEcommercePurchaseUrl" type="xsd:string" nillable="true"/>
            <xsd:element name="ecommercePurchaseUrl" type="xsd:string" nillable="true"/>
            <xsd:element name="amountRaised" type="crm:monetaryAmount" nillable="true"/>
            <xsd:element name="goal" type="crm:monetaryAmount" />
            <xsd:element name="badges" type="crm:badgesUrls" />
            <xsd:element name="eventName" type="xsd:string" nillable="true" minOccurs="0" maxOccurs="1"/>
            <xsd:element name="eventId" type="xsd:integer" nillable="true" minOccurs="0" maxOccurs="1"/>
            <xsd:element name="status" type="xsd:string" nillable="true"/>
            <xsd:element name="email" type="xsd:string" nillable="true"/>
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="companyRecord">
      <xsd:all>
        <xsd:element name="eventId" type="xsd:integer" />
        <xsd:element name="goal" type="crm:monetaryAmount" nillable="true"/>
            <xsd:element name="companyId" type="xsd:integer" />
            <xsd:element name="companyName" type="xsd:string" />
            <xsd:element name="eventType" type="xsd:string" nillable="true"/>
            <xsd:element name="coordinatorId" type="xsd:integer" nillable="true"/>
            <xsd:element name="amountRaised" type="crm:monetaryAmount" nillable="true"/>
            <xsd:element name="companyURL" type="xsd:string" nillable="true"/>
            <xsd:element name="companyType" type="xsd:string" />
            <xsd:element name="teamCount" type="xsd:integer"/>
            <xsd:element name="participantCount" type="xsd:integer"/>
      </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="localCompanyRecord">
        <xsd:all>
            <xsd:element name="frId" type="xsd:long" />
            <xsd:element name="orgId" type="xsd:long" />
            <xsd:element name="publicName" type="xsd:string" />
            <xsd:element name="notes" type="xsd:string" />
            <xsd:element name="companyFundraisingGoal" type="xsd:long" nillable="true"/>
            <xsd:element name="companyTeamGoal" type="xsd:long" nillable="true"/>
            <xsd:element name="companyParticipantGoal" type="xsd:long" nillable="true"/>
            <xsd:element name="companyCoordinatorConsId" type="xsd:long" />
            <xsd:element name="executiveChampionConsId" type="xsd:long" />
            <xsd:element name="companyPriority" type="xsd:string" />
            <xsd:element name="newToEvent" type="xsd:boolean" />
            <xsd:element name="internalStaffContact" type="xsd:string" />
            <xsd:element name="volunteerManager" type="xsd:string" />
            <xsd:element name="participationStatus" type="xsd:string" />
            <xsd:element name="customCompanyDetail1" type="xsd:string" />
            <xsd:element name="customCompanyDetail2" type="xsd:string" />
            <xsd:element name="isSponsorOnly" type="xsd:boolean" />
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="regionalCompanyRecord">
        <xsd:all>
            <xsd:element name="frIds" type="crm:regionalCompanyFrIdList" />
            <xsd:element name="orgId" type="xsd:long" />
            <xsd:element name="publicName" type="xsd:string" />
            <xsd:element name="notes" type="xsd:string" />
            <xsd:element name="classificationId" type="xsd:long" />
            <xsd:element name="classification" type="xsd:string" />
            <xsd:element name="securityCategoryId" type="xsd:long" />
            <xsd:element name="fiscalYear" type="xsd:integer" />
            <xsd:element name="companyFundraisingGoal" type="xsd:long" />
            <xsd:element name="companyCoordinatorGiftRecording" type="xsd:boolean" />
            <xsd:element name="companyCoordinatorConsId" type="xsd:long" />
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="nationalCompanyRecord">
        <xsd:all>
            <xsd:element name="orgId" type="xsd:long" />
            <xsd:element name="publicName" type="xsd:string" />
            <xsd:element name="classificationId" type="xsd:long" />
            <xsd:element name="classification" type="xsd:string" />
            <xsd:element name="securityCategoryId" type="xsd:long" />
            <xsd:element name="companyFundraisingGoal" type="xsd:long" />
            <xsd:element name="companyCoordinatorGiftRecording" type="xsd:boolean" />
            <xsd:element name="companyCoordinatorConsId" type="xsd:long" />
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="regionalCompanyFrIdList">
        <xsd:sequence>
            <xsd:element name="frId" type="xsd:long" minOccurs="0" maxOccurs="unbounded"/>
        </xsd:sequence>
    </xsd:complexType>

    <xsd:complexType name="getCompaniesResult">
        <xsd:sequence>
          <xsd:element name="totalNumberResults" type="xsd:integer" />
            <xsd:element name="company" type="crm:companyRecord" maxOccurs="unbounded" />
        </xsd:sequence>
    </xsd:complexType>

    <xsd:complexType name="getLocalCompanyResult">
        <xsd:all>
            <xsd:element name="company" type="crm:localCompanyRecord" />
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="getRegionalCompanyResult">
        <xsd:all>
            <xsd:element name="company" type="crm:regionalCompanyRecord" />
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="getNationalCompanyResult">
        <xsd:all>
            <xsd:element name="company" type="crm:nationalCompanyRecord" />
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="badgesUrls">
        <xsd:sequence>
            <xsd:element name="participantMilestoneLargeBadgeUrl" type="xsd:string" nillable="true" />
            <xsd:element name="participantMilestoneSmallBadgeUrl" type="xsd:string" nillable="true" />
            <xsd:element name="participantMilestoneBadgeName" type="xsd:string" nillable="true" />
            <xsd:element name="participantMilestoneBadgeDesc" type="xsd:string" nillable="true" />
            <xsd:element name="personalDonationBadgeLargeUrl" type="xsd:string" nillable="true" />
            <xsd:element name="personalDonationBadgeSmallUrl" type="xsd:string" nillable="true" />
            <xsd:element name="personalDonationBadgeName" type="xsd:string" nillable="true" />
            <xsd:element name="personalDonationBadgeDesc" type="xsd:string" nillable="true" />
            <xsd:element name="teamMilestoneBadgeLargeUrl" type="xsd:string" nillable="true" />
            <xsd:element name="teamMilestoneBadgeSmallUrl" type="xsd:string" nillable="true" />
            <xsd:element name="teamMilestoneBadgeName" type="xsd:string" nillable="true" />
            <xsd:element name="teamMilestoneBadgeDesc" type="xsd:string" nillable="true" />
        </xsd:sequence>
    </xsd:complexType>

    <xsd:complexType name="getTeamCaptainsResult">
        <xsd:sequence>
            <xsd:element name="captain" type="crm:participantRecord" maxOccurs="unbounded" />
        </xsd:sequence>
    </xsd:complexType>

    <xsd:complexType name="getTeamMembersResult">
        <xsd:sequence>
            <xsd:element name="member" type="crm:participantRecord" maxOccurs="unbounded" />
        </xsd:sequence>
    </xsd:complexType>

    <xsd:complexType name="getParticipantsResult">
        <xsd:sequence>
            <xsd:element name="totalNumberResults" type="xsd:integer" />
            <xsd:element name="participant" type="crm:participantRecord" maxOccurs="unbounded" />
        </xsd:sequence>
    </xsd:complexType>

    <xsd:complexType name="getCaptainsMessageResult">
       <xsd:all>
           <xsd:element name="message" type="xsd:string" />
           <xsd:element name="editable" type="xsd:boolean" />
       </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="updateCaptainsMessageResult">
        <xsd:all>
            <xsd:element name="success" type="xsd:boolean" />
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="getFlowStepResult">
        <xsd:all>
            <xsd:element name="flowStep" type="xsd:integer" />
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="getFundraisingResult">
        <xsd:all>
            <xsd:element name="fundraisingRecord" type="crm:fundraisingRecord" />
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="getRegistrationResult">
        <xsd:all>
            <xsd:element name="registration" type="crm:registrationRecord"/>
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="getParticipantJoinCodeResult">
        <xsd:all>
            <xsd:element name="deepLink" type="xsd:string" />
            <xsd:element name="redirectUrl" type="xsd:string" />
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="fundraisingRecord">
        <xsd:all>
            <xsd:element name="minimumGoal" type="crm:monetaryAmount" />
            <xsd:element name="personalGoal" type="crm:monetaryAmount" />
            <xsd:element name="amountRaised" type="crm:monetaryAmount" />

            <!-- gift amount by type of gift (online/offline and confirmed/unconfirmed)
-->
            <xsd:element name="onlineAmount" type="crm:monetaryAmount" />
            <xsd:element name="offlineTotalAmount" type="crm:monetaryAmount" />
            <xsd:element name="offlineConfirmedAmount" type="crm:monetaryAmount" />
            <xsd:element name="offlineUnconfirmedAmount" type="crm:monetaryAmount" />
            <xsd:element name="externalConfirmedAmount" type="crm:monetaryAmount" />
            <xsd:element name="totalConfirmedAmount" type="crm:monetaryAmount" />
            <xsd:element name="totalAmountIncludingUnconfirmed" type="crm:monetaryAmount" />

            <!-- gift count by type of gift (online/offline and confirmed/unconfirmed)
-->
            <xsd:element name="onlineDonationCount" type="xsd:integer" />
            <xsd:element name="externalDonationCount" type="xsd:integer" />
            <xsd:element name="offlineTotalDonationCount" type="xsd:integer" />
            <xsd:element name="offlineConfirmedDonationCount" type="xsd:integer" />
            <xsd:element name="offlineUnconfirmedDonationCount" type="xsd:integer" />
            <xsd:element name="totalConfirmedDonationCount" type="xsd:integer" />
            <xsd:element name="totalDonationCountIncludingUnconfirmed" type="xsd:integer" />
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="getParticipantProgressResult">
        <xsd:all>
            <xsd:element name="personalProgress" type="crm:fundraisingProgress" />
            <xsd:element name="teamProgress" type="crm:fundraisingProgress" nillable="true" />
            <xsd:element name="companyProgress" type="crm:fundraisingProgress" nillable="true" />
            <xsd:element name="daysLeft" type="xsd:integer" />
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="fundraisingProgress">
        <xsd:all>
            <xsd:element name="goal" type="crm:monetaryAmount" />
            <xsd:element name="raised" type="crm:monetaryAmount" />
            <xsd:element name="percent" type="crm:percentile" />
            <xsd:element name="giftAidMatch" type="crm:monetaryAmount" />
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="getPersonalPageResult">
        <xsd:all>
            <xsd:element name="personalPage" type="crm:personalPage"/>
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="getPagePreviewResult">
        <xsd:all>
            <xsd:element name="previewUrl" type="xsd:string" />
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="updatePersonalPageResult">
        <xsd:all>
            <xsd:element name="success" type="xsd:boolean"/>
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="personalPage">
        <xsd:all>
            <xsd:element name="pageTitle" type="xsd:string" />
            <xsd:element name="headline1" type="xsd:string" />
            <xsd:element name="text1" type="xsd:string" />
            <xsd:element name="headline2" type="xsd:string" />
            <xsd:element name="text2" type="xsd:string" />
            <xsd:element name="headline3" type="xsd:string" />
            <xsd:element name="text3" type="xsd:string" />
            <xsd:element name="richTextEnabled" type="xsd:boolean" />
            <xsd:element name="richText" type="xsd:string" />
            <xsd:element name="status1" type="xsd:string" />
            <xsd:element name="status2" type="xsd:string" />
            <xsd:element name="blogEnabled" type="xsd:boolean" />
            <xsd:element name="updatedByParticipant" type="xsd:boolean" />
            <xsd:element name="availableLayouts" type="crm:personalPageLayout" nillable="true" />
            <xsd:element name="selectedLayout" type="xsd:string" nillable="true" />
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="getRecentActivityResult">
        <xsd:sequence>
            <xsd:element name="activityRecord" type="crm:activityRecord" minOccurs="1" maxOccurs="unbounded" />
        </xsd:sequence>
    </xsd:complexType>

    <xsd:complexType name="activityRecord">
        <xsd:sequence>
            <xsd:element name="type" type="crm:activityType" />
            <xsd:element name="activity" type="xsd:string" />
            <xsd:element name="followup" type="xsd:string" />
            <xsd:element name="date" type="xsd:string" />
            <xsd:element name="contactId" type="xsd:integer" minOccurs="0" maxOccurs="unbounded" />
        </xsd:sequence>
    </xsd:complexType>

    <xsd:complexType name="getContactActivityResult">
        <xsd:sequence>
            <xsd:element name="contactActivityRecord" type="crm:contactActivityRecord" minOccurs="1" maxOccurs="unbounded" />
        </xsd:sequence>
    </xsd:complexType>

    <xsd:complexType name="contactActivityRecord">
        <xsd:all>
            <xsd:element name="type" type="crm:activityType" />
            <xsd:element name="activity" type="xsd:string" nillable="true" />
            <xsd:element name="subject" type="xsd:string" nillable="true" />
            <xsd:element name="body" type="xsd:string" nillable="true" />
            <xsd:element name="date" type="xsd:string" />
        </xsd:all>
    </xsd:complexType>

    <xsd:simpleType name="activityType">
        <xsd:annotation>
            <xsd:documentation>
                Indicates what type of activity a record represents.
            </xsd:documentation>
        </xsd:annotation>
        <xsd:restriction base="xsd:token">
            <xsd:enumeration value="DONATION"/>
            <xsd:enumeration value="MESSAGE"/>
            <xsd:enumeration value="RECRUIT"/>
        </xsd:restriction>
    </xsd:simpleType>

    <xsd:simpleType name="shareProvider">
        <xsd:annotation>
            <xsd:documentation>
                Indicates what type of activity a record represents.
            </xsd:documentation>
        </xsd:annotation>
        <xsd:restriction base="xsd:token">
            <xsd:enumeration value="FACEBOOK"/>
            <xsd:enumeration value="LINKEDIN"/>
            <xsd:enumeration value="TWITTER"/>
            <xsd:enumeration value="YAHOO" />
        </xsd:restriction>
    </xsd:simpleType>

    <xsd:complexType name="getParticipantCenterWrapperResult">
        <xsd:all>
            <xsd:element name="wrapper" type="crm:participantCenterWrapper"/>
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="participantCenterWrapper">
        <xsd:sequence>
            <xsd:element name="eventId" type="xsd:integer" />
            <xsd:element name="logoutUrl" type="xsd:string"/>
            <xsd:element name="consProfileUrl" type="xsd:string" />
            <xsd:element name="helpLinkUrl" type="xsd:string" />
            <xsd:element name="personalPageUrl" type="xsd:string" />
            <xsd:element name="personalDonationUrl" type="xsd:string" />
            <xsd:element name="teamPageUrl" type="xsd:string" nillable="true" />
            <xsd:element name="companyPageUrl" type="xsd:string" nillable="true" />
            <xsd:element name="organizationName" type="xsd:string" />
            <xsd:element name="eventName" type="xsd:string" />
            <xsd:element name="teamName" type="xsd:string" nillable="true" />
            <xsd:element name="companyName" type="xsd:string" nillable="true" />
            <xsd:element name="participantCompanyName" type="xsd:string" nillable="true" />
            <xsd:element name="content" type="xsd:string" />
            <xsd:element name="shareKey" type="xsd:string" nillable="true" />
            <xsd:element name="shareProvider" type="crm:shareProvider" minOccurs="0" maxOccurs="5" />
            <xsd:element name="shareTitle" type="xsd:string" />
            <xsd:element name="shareAction" type="xsd:string" />
            <xsd:element name="shareMessage" type="xsd:string" />
            <xsd:element name="shareId" type="xsd:string" nillable="true" />
            <xsd:element name="isJanrainEnabled" type="xsd:boolean" />
        </xsd:sequence>
    </xsd:complexType>

    <xsd:complexType name="getTeamPageResult">
        <xsd:all>
            <xsd:element name="teamPage" type="crm:teamPage"/>
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="updateTeamPageResult">
        <xsd:all>
            <xsd:element name="success" type="xsd:boolean"/>
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="teamPage">
        <xsd:all>
            <xsd:element name="description" type="xsd:string" />
            <xsd:element name="richTextEnabled" type="xsd:boolean" />
            <xsd:element name="richText" type="xsd:string" />
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="getCompanyPageResult">
        <xsd:all>
            <xsd:element name="companyPage" type="crm:companyPage"/>
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="updateCompanyPageResult">
        <xsd:all>
            <xsd:element name="success" type="xsd:boolean"/>
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="companyPage">
        <xsd:all>
            <xsd:element name="pageTitle" type="xsd:string" />
            <xsd:element name="headline1" type="xsd:string" />
            <xsd:element name="text1" type="xsd:string" />
            <xsd:element name="headline2" type="xsd:string" />
            <xsd:element name="text2" type="xsd:string" />
            <xsd:element name="headline3" type="xsd:string" />
            <xsd:element name="text3" type="xsd:string" />
            <xsd:element name="richTextEnabled" type="xsd:boolean" />
            <xsd:element name="richText" type="xsd:string" />
            <xsd:element name="status1" type="xsd:string" />
            <xsd:element name="status2" type="xsd:string" />
            <xsd:element name="status3" type="xsd:string" />
            <xsd:element name="status4" type="xsd:string" />
            <xsd:element name="status5" type="xsd:string" />
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="getShortcutResult">
        <xsd:all>
            <xsd:element name="shortcutItem" type="crm:shortcutItem"/>
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="updateShortcutResult">
        <xsd:all>
            <xsd:element name="shortcutItem" type="crm:shortcutItem"/>
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="getTeamShortcutResult">
        <xsd:all>
            <xsd:element name="shortcutItem" type="crm:shortcutItem"/>
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="updateTeamShortcutResult">
        <xsd:all>
            <xsd:element name="shortcutItem" type="crm:shortcutItem"/>
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="getCompanyShortcutResult">
        <xsd:all>
            <xsd:element name="shortcutItem" type="crm:shortcutItem"/>
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="updateCompanyShortcutResult">
        <xsd:all>
            <xsd:element name="shortcutItem" type="crm:shortcutItem"/>
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="shortcutItem">
        <xsd:all>
            <xsd:element name="prefix" type="xsd:string" />
            <xsd:element name="url" type="xsd:string" />
            <xsd:element name="text" type="xsd:string" />
            <xsd:element name="hint" type="xsd:string" />
            <xsd:element name="defaultUrl" type="xsd:string" />
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="getGiftResult">
        <xsd:all>
            <xsd:element name="gift" type="crm:teamraiserGift"/>
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="getGiftsResult">
        <xsd:sequence>
            <xsd:element name="totalNumberResults" type="xsd:integer" />
            <xsd:element name="gift" type="crm:teamraiserGift" maxOccurs="unbounded" minOccurs="0" />
        </xsd:sequence>
    </xsd:complexType>

    <xsd:complexType name="getEventGiftsResult">
        <xsd:sequence>
            <xsd:element name="totalNumberResults" type="xsd:integer" />
            <xsd:element name="gift" type="crm:teamraiserGiftDetailed" maxOccurs="unbounded" minOccurs="0" />
        </xsd:sequence>
    </xsd:complexType>

    <xsd:complexType name="validateAddGiftCheckoutResult">
        <xsd:annotation>
            <xsd:documentation>The result from the validateAddGiftCheckout method.</xsd:documentation>
        </xsd:annotation>
        <xsd:all>
            <xsd:element name="isValid" type="xsd:boolean">
                <xsd:annotation>
                    <xsd:documentation>
                        Whether the provided add gift checkout payload was valid or not.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="errorCode" type="xsd:int">
                <xsd:annotation>
                    <xsd:documentation>
                        Error code of the error.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="errorMessage" type="xsd:string" minOccurs="0" maxOccurs="1" nillable="true">
                <xsd:annotation>
                    <xsd:documentation>
                        Error message indicating why the payload was not valid.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="addGiftResult">
        <xsd:all>
            <xsd:element name="gift" type="crm:teamraiserGift"/>
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="deleteGiftResult">
        <xsd:all>
            <xsd:element name="giftId" type="xsd:integer" />
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="deleteLocalCompanyResult">
        <xsd:all>
            <xsd:element name="success" type="xsd:boolean" />
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="archiveNationalCompanyResult">
        <xsd:all>
            <xsd:element name="success" type="xsd:boolean" />
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="archiveRegionalCompanyResult">
        <xsd:all>
            <xsd:element name="success" type="xsd:boolean" />
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="teamraiserGift">
        <xsd:all>
            <xsd:element name="id" type="xsd:integer" />
            <xsd:element name="contactId" type="xsd:integer" nillable="true" />
            <xsd:element name="name" type="crm:name" />
            <xsd:element name="email" type="crm:emailAddress" />
            <xsd:element name="recognitionName" type="xsd:string" />
            <xsd:element name="giftMessage" type="xsd:string" />
            <xsd:element name="giftAmount" type="crm:monetaryAmount" />
            <xsd:element name="giftAidStatus" type="xsd:nonNegativeInteger"/>
            <xsd:element name="date" type="xsd:dateTime" />
            <xsd:element name="paymentType" type="xsd:string" />
            <xsd:element name="checkNumber" type="xsd:string" />
            <xsd:element name="isOnlineGift" type="xsd:boolean" />
            <xsd:element name="confirmed" type="xsd:boolean" />
            <xsd:element name="rejected" type="xsd:boolean" />
            <xsd:element name="acknowledged" type="xsd:boolean" />
            <xsd:element name="isRecurring" type="xsd:boolean" />
            <xsd:element name="receiptUrl" type="xsd:string" nillable="true" />
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="teamraiserGiftDetailed">
        <xsd:all>
            <xsd:element name="id" type="xsd:integer" />
            <xsd:element name="created_date" type="xsd:dateTime" />
            <xsd:element name="modify_date" type="xsd:dateTime" />
            <xsd:element name="isRegistration" type="xsd:boolean" />
            <xsd:element name="regFeeAmount" type="crm:monetaryAmount" />
            <xsd:element name="giftAmount" type="crm:monetaryAmount" />
            <xsd:element name="upsellAmount" type="crm:monetaryAmount" />
            <xsd:element name="grossTotalAmount" type="crm:monetaryAmount" />
            <xsd:element name="checkNumber" type="xsd:string" />
            <xsd:element name="acknowledged" type="xsd:boolean" />
            <xsd:element name="giftMessage" type="xsd:string" />
            <xsd:element name="giftAidStatus" type="xsd:nonNegativeInteger"/>
            <xsd:element name="isRecurring" type="xsd:boolean" />
            <xsd:element name="confirmed" type="xsd:boolean" />
            <xsd:element name="paymentType" type="xsd:string" />
            <xsd:element name="isAnonymous" type="xsd:boolean" />
            <xsd:element name="isOnlineGift" type="xsd:boolean" />
            <xsd:element name="rejected" type="xsd:boolean" />
            <xsd:element name="frId" type="xsd:integer" />
            <xsd:element name="frTeamId" type="xsd:integer"  nillable="true" />
            <xsd:element name="participantId" type="xsd:integer" nillable="true" />
            <xsd:element name="participantEmail" type="crm:emailAddress" nillable="true" />
            <xsd:element name="participantName" type="crm:name" />
            <xsd:element name="supporterEmail" type="crm:emailAddress" nillable="true" />
            <xsd:element name="supporterName" type="crm:name" />
            <xsd:element name="recognitionName" type="xsd:string" />
            <xsd:element name="proxyType" type="xsd:string" />
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="registrationRecord">
        <xsd:all>
            <xsd:element name="addonsTotal" type="crm:monetaryAmount" />
            <xsd:element name="consId" type="xsd:integer" />
            <xsd:element name="date" type="xsd:dateTime" />
            <xsd:element name="emergencyName" type="xsd:string" />
            <xsd:element name="emergencyPhone" type="xsd:string" />
            <xsd:element name="extraGift" type="crm:monetaryAmount" />
            <xsd:element name="feePaid" type="crm:monetaryAmount" />
            <xsd:element name="eventId" type="xsd:integer" />
            <xsd:element name="goal" type="crm:monetaryAmount" />
            <xsd:element name="parentRegistrationId" type="xsd:integer" />
            <xsd:element name="participationTypeId" type="xsd:integer" />
            <xsd:element name="pledgeId" type="xsd:integer" />
            <xsd:element name="raceNumber" type="xsd:integer" />
            <xsd:element name="registrationId" type="xsd:integer" />
            <xsd:element name="shortcutId" type="xsd:integer" />
            <xsd:element name="teamId" type="xsd:integer" />
            <xsd:element name="tentId" type="xsd:integer" />
            <xsd:element name="tentmateConsId" type="xsd:integer" />
            <xsd:element name="tentmateStatus" type="xsd:integer" />
            <xsd:element name="tentingAllowed" type="xsd:boolean" />
            <xsd:element name="transactionId" type="xsd:integer" />
            <xsd:element name="aTeamCaptain" type="xsd:boolean" />
            <xsd:element name="privatePage" type="xsd:boolean" />
            <xsd:element name="flowStep" type="xsd:integer" />
            <xsd:element name="checkinStatus" type="xsd:string" />
            <xsd:element name="teamInformation" type="crm:teamInformation" nillable="true" />
            <xsd:element name="companyInformation" type="crm:companyInformation" nillable="true" />
            <xsd:element name="receiveGiftNotification" type="xsd:boolean" />
            <xsd:element name="selfDonor" type="xsd:boolean" />
            <xsd:element name="previousEventParticipant" type="xsd:boolean" nillable="true" />
            <xsd:element name="lastPC2Login" type="xsd:nonNegativeInteger" />
            <xsd:element name="screenname" type="xsd:string" />
            <xsd:element name="anonymous" type="xsd:boolean" nillable="true" />
            <xsd:element name="delayedSelfPledgeInformation" type="crm:delayedSelfPledgeInformation" nillable="true" />
            <xsd:element name="facebookFundraiserId" type="xsd:string" nillable="true" />

            <xsd:element name="eventName" type="xsd:string" nillable="true" />
            <xsd:element name="eventGoal" type="crm:monetaryAmount" nillable="true" />
            <xsd:element name="totalRaised" type="crm:monetaryAmount" nillable="true" />
            <xsd:element name="eventPageUrl" type="xsd:string" nillable="true" />
            <xsd:element name="teamName" type="xsd:string" nillable="true" />
            <xsd:element name="isMemberOfTeam" type="xsd:boolean" nillable="true" />
            <xsd:element name="teamCaptainName" type="xsd:string" nillable="true" />
            <xsd:element name="teamGoal" type="crm:monetaryAmount" nillable="true" />
            <xsd:element name="teamTotalRaised" type="crm:monetaryAmount" nillable="true" />
            <xsd:element name="teamPageUrl" type="xsd:string" nillable="true" />
            <xsd:element name="participantName" type="xsd:string" nillable="true" />
            <xsd:element name="email" type="xsd:string" nillable="true" />
            <xsd:element name="amountRaisedToGoal" type="crm:monetaryAmount" nillable="true" />
            <xsd:element name="personalPageUrl" type="xsd:string" nillable="true" />
            <xsd:element name="previousteamId" type="xsd:integer" nillable="true" />
            <xsd:element name="previousRole" type="xsd:boolean" nillable="true" />
            <xsd:element name="previousTeamName" type="xsd:string" nillable="true" />
            <xsd:element name="reformer" type="xsd:string" nillable="true" />
            <xsd:element name="aPreviousTeamCaptain" type="xsd:boolean" nillable="true" />
            <xsd:element name="previousCaptainName" type="xsd:string" nillable="true" />
            <xsd:element name="previousCompanyName" type="xsd:string" nillable="true" />
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="delayedSelfPledgeInformation">
        <xsd:all>
            <xsd:element name="commitment" type="crm:monetaryAmount" />
            <xsd:element name="intialPayment" type="crm:monetaryAmount" />
            <xsd:element name="amountRaised" type="crm:monetaryAmount" />
            <xsd:element name="amountOwed" type="crm:monetaryAmount" />
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="getTentmateResult">
        <xsd:all>
            <xsd:element name="record" type="crm:tentingSearchRecord" nillable="true"/>
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="getTentingSearchResult">
        <xsd:sequence>
         <xsd:element name="totalNumberResults" type="xsd:integer" />
         <xsd:element name="record" type="crm:tentingSearchRecord" maxOccurs="unbounded" />
        </xsd:sequence>
    </xsd:complexType>

    <xsd:complexType name="tentingSearchRecord">
        <xsd:all>
            <xsd:element name="consId" type="xsd:integer" />
            <xsd:element name="eventId" type="xsd:integer" />
            <xsd:element name="name" type="crm:name" />
            <xsd:element name="tentmateStatus" type="xsd:integer" />
            <xsd:element name="personalPageUrl" type="xsd:string" />
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="updateTentingStatusResult">
        <xsd:all>
            <xsd:element name="tentmateStatus" type="xsd:integer" />
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="getParticipantFBConnectInfoResult">
        <xsd:all>
          <xsd:element name="eventName" type="xsd:string" />
          <xsd:element name="personalPageUrl" type="xsd:string" />
          <xsd:element name="teamName" type="xsd:string" />
          <xsd:element name="teamPageUrl" type="xsd:string" />
          <xsd:element name="aTeamCaptain" type="xsd:boolean" />
        </xsd:all>
    </xsd:complexType>

    <xsd:simpleType name="companyType">
        <xsd:annotation>
            <xsd:documentation>
                Indicates the company type.
            </xsd:documentation>
        </xsd:annotation>
        <xsd:restriction base="xsd:token">
            <xsd:enumeration value="LOCAL" />
            <xsd:enumeration value="NATIONAL" />
            <xsd:enumeration value="REGIONAL" />
        </xsd:restriction>
    </xsd:simpleType>

    <xsd:complexType name="companyInformation">
        <xsd:all>
            <xsd:element name="isCompanyCoordinator" type="xsd:boolean" />
            <xsd:element name="companyId" type="xsd:integer" />
            <xsd:element name="companyType" type="crm:companyType" />
            <xsd:element name="isRootCompany" type="xsd:boolean" />
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="teamInformation">
        <xsd:all>
            <xsd:element name="password" type="xsd:string" nillable="true" />
            <xsd:element name="divisionName" type="xsd:string" nillable="true" />
            <xsd:element name="recruitingGoal" type="xsd:integer" nillable="true" />
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="updateRegistrationResult">
        <xsd:all>
            <xsd:element name="success" type="xsd:boolean" />
            <xsd:element name="companyName" type="xsd:string"/>
            <xsd:element name="companyId" type="xsd:integer"/>
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="getSurveyResponsesResult">
        <xsd:sequence>
            <xsd:element name="responses" type="crm:surveyResponseRecord" maxOccurs="unbounded" />
        </xsd:sequence>
    </xsd:complexType>

    <xsd:complexType name="surveyResponseRecord">
        <xsd:sequence>
            <xsd:element name="questionText" type="xsd:string" />
            <xsd:element name="questionRequired" type="xsd:boolean" />
            <xsd:element name="questionMinResponses" type="xsd:integer" />
            <xsd:element name="questionMaxResponses" type="xsd:integer" />
            <xsd:element name="responseValue" type="xsd:string" />
            <xsd:element name="questionId" type="xsd:integer" />
            <xsd:element name="surveyInstanceId" type="xsd:integer" />
            <xsd:element name="userId" type="xsd:integer" />
            <xsd:element name="questionType" type="xsd:string" />
            <xsd:element name="questionAnswer" type="crm:questionAnswer" maxOccurs="unbounded" />
            <xsd:element name="key" type="xsd:string" nillable="true"/>
            <xsd:element name="isHidden" type="xsd:boolean" nillable="true"/>
        </xsd:sequence>
    </xsd:complexType>

    <xsd:complexType name="questionAnswer">
        <xsd:all>
            <xsd:element name="value" type="xsd:string" />
            <xsd:element name="label" type="xsd:string" />
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="updateSurveyResponsesResult">
        <xsd:all>
            <xsd:element name="success" type="xsd:boolean" />
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="getEventDataParameterResult">
        <xsd:all>
            <xsd:element name="stringValue" type="xsd:string" />
            <xsd:element name="booleanValue" type="xsd:boolean" />
            <xsd:element name="integerValue" type="xsd:integer" />
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="getMultipleEventDataParameterResults">
        <xsd:all>
            <xsd:element name="eventDataParameter" type="crm:eventDataParameter" />
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="eventDataParameter">
        <xsd:all>
            <xsd:element name="name" type="xsd:string" />
            <xsd:element name="value" type="xsd:string" />
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="getUpsellResult">
        <xsd:all>
            <xsd:element name="upsell" type="crm:upsell" />
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="upsell">
        <xsd:sequence>
            <xsd:element name="name" type="xsd:string" />
            <xsd:element name="description" type="xsd:string" />
            <xsd:element name="label" type="xsd:string" />
            <xsd:element name="id" type="xsd:integer" />
            <xsd:element name="price" type="crm:monetaryAmount" />
            <xsd:element name="fairMarketValue" type="crm:monetaryAmount" />
            <xsd:element name="moreInfoLink" type="xsd:string" />
            <xsd:element name="required" type="xsd:boolean" />
            <xsd:element name="initiallyChecked" type="xsd:boolean" nillable="true" />
            <xsd:element name="order" type="xsd:integer" />
            <xsd:element name="preselectedOption" type="xsd:string" />
            <xsd:element name="inventoryDepleted" type="xsd:boolean" nillable="true"/>
            <xsd:element name="option" type="crm:upsellOption" maxOccurs="unbounded" />
        </xsd:sequence>
    </xsd:complexType>

    <xsd:complexType name="upsellOption">
        <xsd:all>
            <xsd:element name="text" type="xsd:string" />
            <xsd:element name="additionalCharge" type="crm:monetaryAmount" />
            <xsd:element name="id" type="xsd:integer" />
            <xsd:element name="display" type="xsd:boolean" />
            <xsd:element name="order" type="xsd:integer" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>
                        The order of the upsell option, as presented to the user or admin when there are multiple options associated with the upsell.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
             <xsd:element name="inventoryDepleted" type="xsd:boolean" nillable="true"/>
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="getTeamResult">
        <xsd:all>
            <xsd:element name="team" type="crm:team" />
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="team">
        <xsd:all>
            <xsd:element name="name" type="xsd:string" />
            <xsd:element name="description" type="xsd:string" />
            <xsd:element name="captainsMessage" type="xsd:string" />
            <xsd:element name="goal" type="crm:monetaryAmount" />
            <xsd:element name="id" type="xsd:integer" />
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="getTeamSearchByInfoResult">
        <xsd:all>
          <xsd:element name="totalNumberResults" type="xsd:integer" />
            <xsd:element name="team" type="crm:teamSearchResults" />
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="teamSearchResults">
        <xsd:all>
            <xsd:element name="name" type="xsd:string" />
            <xsd:element name="captainsMessage" type="xsd:string" />
            <xsd:element name="goal" type="crm:monetaryAmount" />
            <xsd:element name="id" type="xsd:integer" />
            <xsd:element name="companyId" type="xsd:integer" />
            <xsd:element name="companyName" type="xsd:string" />
            <xsd:element name="requiresPassword" type="xsd:boolean" />
            <xsd:element name="captainConsId" type="xsd:integer" />
            <xsd:element name="numMembers" type="xsd:integer" />
            <xsd:element name="maxTeamSize" type="xsd:integer" />
            <xsd:element name="divisionName" type="xsd:string" />
            <xsd:element name="isHonoraryTeam" type="xsd:boolean" />
            <xsd:element name="redirectShortcutURL" type="xsd:string" nillable="true"/>
            <xsd:element name="isTeamClosed" type="xsd:boolean" />
            <xsd:element name="originalTeamId" type="xsd:integer" />
            <xsd:element name="previousTeamId" type="xsd:integer" />
            <xsd:element name="EventId" type="xsd:integer" />
            <xsd:element name="teamPageURL" type="xsd:string" nillable="true"/>
            <xsd:element name="teamDonateURL" type="xsd:string" nillable="true"/>
            <xsd:element name="teamEcommerceURL" type="xsd:string" nillable="true" />
            <xsd:element name="joinTeamURL" type="xsd:string" nillable="true" />
            <xsd:element name="captainFirstName" type="xsd:string" />
            <xsd:element name="captainLastName" type="xsd:string" />
            <xsd:element name="captainScreenname" type="xsd:string" />
            <xsd:element name="isCaptainAnon" type="xsd:boolean" />
            <xsd:element name="eventName" type="xsd:string" />
            <xsd:element name="amountRaised" type="crm:monetaryAmount" nillable="true"/>
            <xsd:element name="badges" type="crm:badgesUrls" />
            <xsd:element name="isUnreturnedTeam" type="xsd:boolean" />
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="getRegisteredTeamraisersResult">
        <xsd:sequence>
            <xsd:element name="consId" type="xsd:integer" />
            <xsd:element name="teamraiser" type="crm:teamraiserRecord" maxOccurs="unbounded"/>
        </xsd:sequence>
    </xsd:complexType>

    <xsd:complexType name="getTeamraisersResult">
        <xsd:sequence>
            <xsd:element name="totalNumberResults" type="xsd:integer" />
            <xsd:element name="teamraiser" type="crm:teamraiserRecord" minOccurs="0" maxOccurs="unbounded" />
        </xsd:sequence>
    </xsd:complexType>

    <xsd:complexType name="addTeamraiserList">
        <xsd:sequence>
            <xsd:element name="baseFrId" type="xsd:integer" >
                <xsd:annotation>
                    <xsd:documentation>
                        The Teamraiser Campaign id of the event to copy and update.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="createAsChild" type="xsd:boolean" nillable="true">
                <xsd:annotation>
                    <xsd:documentation>
                        Create these events as a child of the base campaign id.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="createAsBlueprint" type="xsd:boolean" nillable="true">
                <xsd:annotation>
                    <xsd:documentation>
                        Create these events as a blueprint.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="teamraiserCreate" type="crm:teamraiserCreateRecord" minOccurs="0" maxOccurs="unbounded" >
                <xsd:annotation>
                    <xsd:documentation>
                        Teamraiser create object
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:complexType>

    <xsd:complexType name="updateTeamraiserList">
        <xsd:sequence>
            <xsd:element name="teamraiserUpdate" type="crm:teamraiserUpdateRecord" minOccurs="0" maxOccurs="unbounded" >
                <xsd:annotation>
                    <xsd:documentation>
                        Teamraiser update object
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:complexType>

    <xsd:complexType name="addTeamraiserResult">
        <xsd:sequence>
            <xsd:element name="jobId" type="xsd:integer" />
        </xsd:sequence>
    </xsd:complexType>

    <xsd:complexType name="addIntegrationStubTeamraiserResult">
        <xsd:all>
            <xsd:element name="frId" type="xsd:integer" />
        </xsd:all>
    </xsd:complexType>


    <xsd:complexType name="updateTeamraiserResult">
        <xsd:sequence>
            <xsd:element name="jobId" type="xsd:integer" />
        </xsd:sequence>
    </xsd:complexType>

    <xsd:complexType name="teamraiserResult">
        <xsd:sequence>
            <xsd:element name="jobResult" type="crm:teamraiserJobResult" minOccurs="0" maxOccurs="unbounded" />
        </xsd:sequence>
        <xsd:attribute name="jobId" type="xsd:integer" />
        <xsd:attribute name="completed" type="xsd:boolean" />
    </xsd:complexType>

    <xsd:complexType name="teamraiserJobResult">
        <xsd:sequence>
            <xsd:element name="success" type="xsd:boolean" />
            <xsd:element name="eventTitle" type="xsd:string"/>
            <xsd:element name="frId" type="xsd:integer" />
            <xsd:element name="errors" type="crm:errorList" />
        </xsd:sequence>
        <xsd:attribute name="Id" type="xsd:nonNegativeInteger" />
    </xsd:complexType>

    <xsd:complexType name="errorList">
        <xsd:sequence>
            <xsd:element name="createUpdateError" type="crm:apiCreateUpdateError" minOccurs="0" maxOccurs="unbounded"/>
        </xsd:sequence>
    </xsd:complexType>

    <xsd:complexType name="apiCreateUpdateError">
        <xsd:all>
            <xsd:element name="errorLevel" type="xsd:string" />
            <xsd:element name="error" type="xsd:string" />
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="teamraiserCreateRecord">
        <xsd:annotation>
            <xsd:documentation>
                Teamraiser Create Record, can be used for creating a new event.
            </xsd:documentation>
        </xsd:annotation>
        <xsd:all>
            <xsd:element name="eventTitle" type="xsd:string" >
                <xsd:annotation>
                    <xsd:documentation>
                        The internal name of the TeamRaiser. It must be unique and is used for matching to update existing TeamRaisers.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="eventUserTitle" type="xsd:string" nillable="true"  >
                <xsd:annotation>
                    <xsd:documentation>
                        The public title of the TeamRaiser. Also used in the page customization as the 'Event Title:' field.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="eventDate" type="xsd:string" nillable="true"  >
                <xsd:annotation>
                    <xsd:documentation>
                        The date or dates of the event in any format. Used in the page customization as the 'Event Date/Time:' field.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="eventDateMonth" type="xsd:integer"  >
                <xsd:annotation>
                    <xsd:documentation>
                        The month when the event occurs in numeric (MM) format. Used to set the 'Event Date:' field on the Event Information tab.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="eventDateDay" type="xsd:integer"  >
                <xsd:annotation>
                    <xsd:documentation>
                        The day of the month when the event occurs in numeric (DD) format. Used to set the 'Event Date:' field on the Event Information tab.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="eventDateYear" type="xsd:integer"  >
                <xsd:annotation>
                    <xsd:documentation>
                        The year when the event occurs in numeric (YYYY) format. Used to set the 'Event Date:' field on the Event Information tab
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="eventLocationState" type="xsd:string" nillable="true"  >
                <xsd:annotation>
                    <xsd:documentation>
                        The state where the event takes place. Used in the page customization as the 'Event State:' field.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="eventLocationCity" type="xsd:string" nillable="true"  >
                <xsd:annotation>
                    <xsd:documentation>
                        The city where the event takes place. Used in the page customization as the 'Event City:' field.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="eventLocationCountry" type="xsd:string" nillable="true"  >
                <xsd:annotation>
                    <xsd:documentation>
                        The country where the event takes place.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="eventLocationCounty" type="xsd:string" nillable="true"  >
                <xsd:annotation>
                    <xsd:documentation>
                        The county where the event takes place.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="eventLocationRegion" type="xsd:string" nillable="true"  >
                <xsd:annotation>
                    <xsd:documentation>
                        The region where the event takes place.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="eventLocationArea" type="xsd:string" nillable="true"  >
                <xsd:annotation>
                    <xsd:documentation>
                        The area where the event takes place.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="eventLocation" type="xsd:string" nillable="true"  >
                <xsd:annotation>
                    <xsd:documentation>
                        The location of the event. Used in the page customization as the 'Event Location:' field.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="eventLocationStreet1" type="xsd:string" nillable="true"  >
                <xsd:annotation>
                    <xsd:documentation>
                        The Street address where the event takes place.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="eventLocationZip" type="xsd:string" nillable="true"  >
                <xsd:annotation>
                    <xsd:documentation>
                        The zip code where the event takes place.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="eventLocalOfficeAttn" type="xsd:string" nillable="true"  >
                <xsd:annotation>
                    <xsd:documentation>
                        To whom mail to the local office should be addressed.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="eventLocalOfficeStreet1" type="xsd:string" nillable="true"  >
                <xsd:annotation>
                    <xsd:documentation>
                        First street line of the local office mailing address.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="eventLocalOfficeStreet2" type="xsd:string" nillable="true"  >
                <xsd:annotation>
                    <xsd:documentation>
                        Second street line of the local office mailing address.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="eventLocalOfficeCity" type="xsd:string" nillable="true"  >
                <xsd:annotation>
                    <xsd:documentation>
                        City for the local office mailing address.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="eventLocalOfficeState" type="xsd:string" nillable="true"  >
                <xsd:annotation>
                    <xsd:documentation>
                        State for the local office mailing address.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="eventLocalOfficeZip" type="xsd:string" nillable="true"  >
                <xsd:annotation>
                    <xsd:documentation>
                        Zip code for the local office mailing address.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="eventSchedule" type="xsd:string" nillable="true"  >
                <xsd:annotation>
                    <xsd:documentation>
                        The schedule of the TeamRaiser. Used in the page customization as the 'Event Schedule:' field.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="fundraisingCampaign" type="xsd:integer" nillable="true"  >
                <xsd:annotation>
                    <xsd:documentation>
                        A fundraising donation campaign to associate with the event.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="fundraisingForm" type="xsd:integer" nillable="true"  >
                <xsd:annotation>
                    <xsd:documentation>
                        A fundraising donation form to associate with the event. If you specify a Donations2 campaign, you must also specify a donation form. A Donation Campaign must be specified to update the donation form.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="fundraisingGoal" type="xsd:long" nillable="true"  >
                <xsd:annotation>
                    <xsd:documentation>
                        A fundraising donation campaign goal to associate with the event.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="eventCategory" type="xsd:string" nillable="true"  >
                <xsd:annotation>
                    <xsd:documentation>
                        The security category of the event.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="eventInterest" type="xsd:string" nillable="true" >
                <xsd:annotation>
                    <xsd:documentation>
                        An interest category to associate with the event.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="mapLink" type="xsd:string" nillable="true" >
                <xsd:annotation>
                    <xsd:documentation>
                        A web address (URL) of a map to the TeamRaiser. Used in the page customization as the 'Link to Event Directions:' field.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="coordinatorName" type="xsd:string" nillable="true" >
                <xsd:annotation>
                    <xsd:documentation>
                        The name of the TeamRaiser coordinator. Used in the page customization as the 'Event Coordinator Name:' field.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="coordinatorPhone" type="xsd:string" nillable="true"  >
                <xsd:annotation>
                    <xsd:documentation>
                        The phone number of the TeamRaiser coordinator. Used in the page customization as the 'Event Coordinator Phone:' field.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="coordinatorEmail" type="xsd:string" nillable="true"  >
                <xsd:annotation>
                    <xsd:documentation>
                        The email address of the TeamRaiser coordinator. Used in the page customization as the 'Event Coordinator Email:' field.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="sponsor1" type="xsd:string" nillable="true"  >
                <xsd:annotation>
                    <xsd:documentation>
                        The first name or image filename for a sponsor of the TeamRaiser. Used in the page customization as the 'Sponsor name or image filename (1):' field.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="sponsor2" type="xsd:string" nillable="true"  >
                <xsd:annotation>
                    <xsd:documentation>
                        The second name or image filename for a sponsor of the TeamRaiser. Used in the page customization as the 'Sponsor name or image filename (2):' field.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="sponsor3" type="xsd:string" nillable="true" >
                <xsd:annotation>
                    <xsd:documentation>
                        The third name or image filename for a sponsor of the TeamRaiser. Used in the page customization as the 'Sponsor name or image filename (3):' field.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="sponsor4" type="xsd:string" nillable="true"  >
                <xsd:annotation>
                    <xsd:documentation>
                        The fourth name or image filename for a sponsor of the TeamRaiser. Used in the page customization as the 'Sponsor name or image filename (4):' field.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="sponsor5" type="xsd:string" nillable="true"  >
                <xsd:annotation>
                    <xsd:documentation>
                        The fifth name or image filename for a sponsor of the TeamRaiser. Used in the page customization as the 'Sponsor name or image filename (5):' field.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="prevFrId" type="xsd:string" nillable="true"  >
                <xsd:annotation>
                    <xsd:documentation>
                        The id or name of the old TeamRaiser event we wish to associate this new TeamRaiser with.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="classificationId" type="xsd:string" nillable="true"  >
                <xsd:annotation>
                    <xsd:documentation>
                        The ID or the name of the type for this TeamRaiser. (Note that this value may be blank.)
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="fiscalYear" type="xsd:integer" nillable="true"  >
                <xsd:annotation>
                    <xsd:documentation>
                        The fiscal year for this TeamRaiser.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="locale" type="xsd:string" nillable="true"  >
                <xsd:annotation>
                    <xsd:documentation>
                        The locale of this TeamRaiser event.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="publicEventType" type="xsd:string" nillable="true"  >
                <xsd:annotation>
                    <xsd:documentation>
                        The ID or name of the public event type for this TeamRaiser. (Note that this value may be blank.)
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="eventStatus" type="xsd:integer" nillable="true" >
                <xsd:annotation>
                    <xsd:documentation>
                        Unpublished = 0 (default), Accepting Registrations = 1, Accept All = 2, Deny Registration = 3, Closed = 4, Archived = 8, Deleted = 9
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="classificationId2" type="xsd:string" nillable="true" >
                <xsd:annotation>
                    <xsd:documentation>
                        A second name of the type for this TeamRaiser. (Note that this value may be blank, Name only no ID will be accepted.)
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="leadFrId" type="xsd:string" nillable="true"  >
                <xsd:annotation>
                    <xsd:documentation>
                        The id or name of the lead TeamRaiser event we wish to associate this new TeamRaiser with.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="affiliateTypeId" type="xsd:integer" nillable="true"  >
                <xsd:annotation>
                    <xsd:documentation>
                        The id of the affilateType for this event. (0=opt out, 1=unassigned, 2=affiliate, 3=lead)
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="redirectURL" type="xsd:string" nillable="true"  >
                <xsd:annotation>
                    <xsd:documentation>
                        Redirect to this URL when the event is inactive
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="description" type="xsd:string" nillable="true"  >
                <xsd:annotation>
                    <xsd:documentation>
                        Event Descrption
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="teamraiserUpdateRecord">
        <xsd:annotation>
            <xsd:documentation>
                Teamraiser Update Record, can be used for updating an existing event.
            </xsd:documentation>
        </xsd:annotation>
        <xsd:all>
            <xsd:element name="eventTitle" type="xsd:string" nillable="true" >
                <xsd:annotation>
                    <xsd:documentation>
                        The internal name of the TeamRaiser. It must be unique and is used for matching to update existing TeamRaisers.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="eventUserTitle" type="xsd:string" nillable="true"  >
                <xsd:annotation>
                    <xsd:documentation>
                        The public title of the TeamRaiser. Also used in the page customization as the 'Event Title:' field.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="eventDate" type="xsd:string" nillable="true"  >
                <xsd:annotation>
                    <xsd:documentation>
                        The date or dates of the event in any format. Used in the page customization as the 'Event Date/Time:' field.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="eventDateMonth" type="xsd:integer"  >
                <xsd:annotation>
                    <xsd:documentation>
                        The month when the event occurs in numeric (MM) format. Used to set the 'Event Date:' field on the Event Information tab.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="eventDateDay" type="xsd:integer"  >
                <xsd:annotation>
                    <xsd:documentation>
                        The day of the month when the event occurs in numeric (DD) format. Used to set the 'Event Date:' field on the Event Information tab.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="eventDateYear" type="xsd:integer"  >
                <xsd:annotation>
                    <xsd:documentation>
                        The year when the event occurs in numeric (YYYY) format. Used to set the 'Event Date:' field on the Event Information tab
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="eventLocationState" type="xsd:string" nillable="true"  >
                <xsd:annotation>
                    <xsd:documentation>
                        The state where the event takes place. Used in the page customization as the 'Event State:' field.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="eventLocationCity" type="xsd:string" nillable="true"  >
                <xsd:annotation>
                    <xsd:documentation>
                        The city where the event takes place. Used in the page customization as the 'Event City:' field.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
      <xsd:element name="eventLocationCountry" type="xsd:string" nillable="true"  >
                <xsd:annotation>
                    <xsd:documentation>
                        The country where the event takes place.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="eventLocationCounty" type="xsd:string" nillable="true"  >
                <xsd:annotation>
                    <xsd:documentation>
                        The county where the event takes place.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="eventLocationRegion" type="xsd:string" nillable="true"  >
                <xsd:annotation>
                    <xsd:documentation>
                        The region where the event takes place.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="eventLocationArea" type="xsd:string" nillable="true"  >
                <xsd:annotation>
                    <xsd:documentation>
                        The area where the event takes place.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="eventLocation" type="xsd:string" nillable="true"  >
                <xsd:annotation>
                    <xsd:documentation>
                        The location of the event. Used in the page customization as the 'Event Location:' field.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="eventLocationStreet1" type="xsd:string" nillable="true"  >
                <xsd:annotation>
                    <xsd:documentation>
                        The Street address where the event takes place.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="eventLocationZip" type="xsd:string" nillable="true"  >
                <xsd:annotation>
                    <xsd:documentation>
                        The zip code where the event takes place.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="eventLocalOfficeAttn" type="xsd:string" nillable="true"  >
                <xsd:annotation>
                    <xsd:documentation>
                        To whom mail to the local office should be addressed.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="eventLocalOfficeStreet1" type="xsd:string" nillable="true"  >
                <xsd:annotation>
                    <xsd:documentation>
                        First street line of the local office mailing address.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="eventLocalOfficeStreet2" type="xsd:string" nillable="true"  >
                <xsd:annotation>
                    <xsd:documentation>
                        Second street line of the local office mailing address.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="eventLocalOfficeCity" type="xsd:string" nillable="true"  >
                <xsd:annotation>
                    <xsd:documentation>
                        City for the local office mailing address.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="eventLocalOfficeState" type="xsd:string" nillable="true"  >
                <xsd:annotation>
                    <xsd:documentation>
                        State for the local office mailing address.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="eventLocalOfficeZip" type="xsd:string" nillable="true"  >
                <xsd:annotation>
                    <xsd:documentation>
                        Zip code for the local office mailing address.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="eventSchedule" type="xsd:string" nillable="true"  >
                <xsd:annotation>
                    <xsd:documentation>
                        The schedule of the TeamRaiser. Used in the page customization as the 'Event Schedule:' field.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="fundraisingCampaign" type="xsd:integer" nillable="true"  >
                <xsd:annotation>
                    <xsd:documentation>
                        A fundraising donation campaign to associate with the event.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="fundraisingForm" type="xsd:integer" nillable="true"  >
                <xsd:annotation>
                    <xsd:documentation>
                        A fundraising donation form to associate with the event. If you specify a Donations2 campaign, you must also specify a donation form.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="fundraisingGoal" type="xsd:long" nillable="true"  >
                <xsd:annotation>
                    <xsd:documentation>
                        A fundraising donation campaign goal to associate with the event.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="eventCategory" type="xsd:string" nillable="true"  >
                <xsd:annotation>
                    <xsd:documentation>
                        he security category of the event.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="eventInterest" type="xsd:string" nillable="true" >
                <xsd:annotation>
                    <xsd:documentation>
                        An interest category to associate with the event.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="mapLink" type="xsd:string" nillable="true" >
                <xsd:annotation>
                    <xsd:documentation>
                        A web address (URL) of a map to the TeamRaiser. Used in the page customization as the 'Link to Event Directions:' field.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="coordinatorName" type="xsd:string" nillable="true" >
                <xsd:annotation>
                    <xsd:documentation>
                        The name of the TeamRaiser coordinator. Used in the page customization as the 'Event Coordinator Name:' field.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="coordinatorPhone" type="xsd:string" nillable="true"  >
                <xsd:annotation>
                    <xsd:documentation>
                        The phone number of the TeamRaiser coordinator. Used in the page customization as the 'Event Coordinator Phone:' field.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="coordinatorEmail" type="xsd:string" nillable="true"  >
                <xsd:annotation>
                    <xsd:documentation>
                        The email address of the TeamRaiser coordinator. Used in the page customization as the 'Event Coordinator Email:' field.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="sponsor1" type="xsd:string" nillable="true"  >
                <xsd:annotation>
                    <xsd:documentation>
                        The first name or image filename for a sponsor of the TeamRaiser. Used in the page customization as the 'Sponsor name or image filename (1):' field.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="sponsor2" type="xsd:string" nillable="true"  >
                <xsd:annotation>
                    <xsd:documentation>
                        The second name or image filename for a sponsor of the TeamRaiser. Used in the page customization as the 'Sponsor name or image filename (2):' field.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="sponsor3" type="xsd:string" nillable="true" >
                <xsd:annotation>
                    <xsd:documentation>
                        The third name or image filename for a sponsor of the TeamRaiser. Used in the page customization as the 'Sponsor name or image filename (3):' field.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="sponsor4" type="xsd:string" nillable="true"  >
                <xsd:annotation>
                    <xsd:documentation>
                        The fourth name or image filename for a sponsor of the TeamRaiser. Used in the page customization as the 'Sponsor name or image filename (4):' field.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="sponsor5" type="xsd:string" nillable="true"  >
                <xsd:annotation>
                    <xsd:documentation>
                        The fifth name or image filename for a sponsor of the TeamRaiser. Used in the page customization as the 'Sponsor name or image filename (5):' field.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="prevFrId" type="xsd:string" nillable="true"  >
                <xsd:annotation>
                    <xsd:documentation>
                        The id or name of the old TeamRaiser event we wish to associate this new TeamRaiser with.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="classificationId" type="xsd:string" nillable="true"  >
                <xsd:annotation>
                    <xsd:documentation>
                        The ID or the name of the type for this TeamRaiser. (Note that this value may be blank.)
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="fiscalYear" type="xsd:integer" nillable="true"  >
                <xsd:annotation>
                    <xsd:documentation>
                        The fiscal year for this TeamRaiser.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="locale" type="xsd:string" nillable="true"  >
                <xsd:annotation>
                    <xsd:documentation>
                        The locale of this TeamRaiser event.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="publicEventType" type="xsd:string" nillable="true"  >
                <xsd:annotation>
                    <xsd:documentation>
                        The ID or name of the public event type for this TeamRaiser. (Note that this value may be blank.)
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="eventStatus" type="xsd:integer" nillable="true" >
                <xsd:annotation>
                    <xsd:documentation>
                        Unpublished = 0 (default), Accepting Registrations = 1, Accept All = 2, Deny Registration = 3, Closed = 4, Archived = 8, Deleted = 9
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="frId" type="xsd:integer"  >
                <xsd:annotation>
                    <xsd:documentation>
                        The Teamraiser Campaign id of the event to update.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="classificationId2" type="xsd:string" nillable="true" >
                <xsd:annotation>
                    <xsd:documentation>
                        A second ID or the name of the type for this TeamRaiser. (Note that this value may be blank.)
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="leadFrId" type="xsd:string" nillable="true"  >
                <xsd:annotation>
                    <xsd:documentation>
                        The id or name of the lead TeamRaiser event we wish to associate this new TeamRaiser with.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="affiliateTypeId" type="xsd:integer" nillable="true"  >
                <xsd:annotation>
                    <xsd:documentation>
                        The id of the affilateType for this event. (0=opt out, 1=unassigned, 2=affiliate, 3=lead)
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="redirectURL" type="xsd:string" nillable="true"  >
                <xsd:annotation>
                    <xsd:documentation>
                        Redirect to this URL when the event is inactive
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="description" type="xsd:string" nillable="true"  >
                <xsd:annotation>
                    <xsd:documentation>
                        Event Descrption
                    </xsd:documentation>
                 </xsd:annotation>
            </xsd:element>
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="teamraiserRecord">
        <xsd:all>
            <xsd:element name="name" type="xsd:string" />
            <xsd:element name="id" type="xsd:integer" />
            <xsd:element name="event_date" type="xsd:dateTime" />
            <xsd:element name="creation_date" type="xsd:dateTime" />
            <xsd:element name="last_modified_date" type="xsd:dateTime" />
            <xsd:element name="accepting_registrations" type="xsd:boolean" />
            <xsd:element name="accepting_donations" type="xsd:boolean" />
            <xsd:element name="location_name" type="xsd:string" />
            <xsd:element name="street_address" type="xsd:string" />
            <xsd:element name="city" type="xsd:string" />
            <xsd:element name="state" type="xsd:string" />
            <xsd:element name="zip" type="xsd:string" />
            <xsd:element name="county" type="xsd:string" />
            <xsd:element name="country" type="xsd:string" />
            <xsd:element name="region" type="xsd:string" />
            <xsd:element name="area" type="xsd:string" />
            <xsd:element name="mailingAddrAttn" type="xsd:string" />
            <xsd:element name="mail_street1" type="xsd:string" />
            <xsd:element name="mail_street2" type="xsd:string" />
            <xsd:element name="mail_city" type="xsd:string" />
            <xsd:element name="mail_state" type="xsd:string" />
            <xsd:element name="mail_zip" type="xsd:string" />
            <xsd:element name="distance" type="xsd:double" minOccurs="0" />
            <xsd:element name="greeting_url" type="xsd:string" />
            <xsd:element name="find_url" type="xsd:string" />
            <xsd:element name="donate_event_url" type="xsd:string" />
            <xsd:element name="reg_indiv_url" type="xsd:string" />
            <xsd:element name="reg_new_team_url" type="xsd:string" nillable="true"/>
            <xsd:element name="reg_join_team_url" type="xsd:string"  nillable="true"/>
            <xsd:element name="public_event_type_name" type="xsd:string" />
            <xsd:element name="potential_upsells" type="crm:potential_upsells" minOccurs="0" />
            <xsd:element name="participation_types" type="crm:participation_types" minOccurs="0" />
            <xsd:element name="ecommerce_event_url" type="xsd:string" nillable="true"/>
            <xsd:element name="description" type="xsd:string" />
            <xsd:element name="status" type="xsd:integer" />
            <xsd:element name="customized_url" type="xsd:string" nillable="true" minOccurs="0" />
            <xsd:element name="eventManageUrl" type="xsd:string" nillable="true" minOccurs="0" />
            <xsd:element name="teamName" type="xsd:string" nillable="true" minOccurs="0" />
            <xsd:element name="teamPageUrl" type="xsd:string" nillable="true" minOccurs="0" />
            <xsd:element name="fundraising_goal" type="xsd:long" nillable="true" minOccurs="0" />
            <xsd:element name="is_teamRaiser_campaign" type="xsd:boolean" nillable="true" minOccurs="0" />
            <xsd:element name="previous_campaign" type="xsd:string" nillable="true" minOccurs="0" />
            <xsd:element name="sponsorshipLogos" minOccurs="0">
          <xsd:complexType>
      <xsd:sequence>
        <xsd:element name="sponsorshipLogo" type="crm:sponsorshipLogo" minOccurs="0" maxOccurs="unbounded" />
      </xsd:sequence>
    </xsd:complexType>
      </xsd:element>
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="potential_upsells">
        <xsd:sequence>
            <xsd:element name="potential_upsell" type="crm:upsell" minOccurs="0" maxOccurs="unbounded"/>
        </xsd:sequence>
    </xsd:complexType>

    <xsd:complexType name="participation_types">
        <xsd:sequence>
            <xsd:element name="participation_type" type="crm:participationType" minOccurs="0" maxOccurs="unbounded"/>
        </xsd:sequence>
    </xsd:complexType>

    <xsd:complexType name="getTeamraiserConfigResult">
        <xsd:all>
            <xsd:element name="teamraiserConfig" type="crm:teamraiserConfig" />
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="teamraiserConfig">
        <xsd:all>
            <xsd:element name="acceptingRegistrations" type="xsd:boolean" />
            <xsd:element name="acceptingDonations" type="xsd:boolean" />
            <xsd:element name="companyAssociationAllowed" type="xsd:boolean" />
            <xsd:element name="companyNewEntryAllowed" type="xsd:boolean" />
            <xsd:element name="checkoutOptions" type="crm:checkoutOptions" />
            <xsd:element name="participantCompanyAssociationAllowed" type="xsd:boolean" />
            <xsd:element name="participantCompanyNewEntryAllowed" type="xsd:boolean" />
            <xsd:element name="familyRegistrationAllowed" type="xsd:boolean" />
            <xsd:element name="offlineGiftTypes" type="crm:paymentsAllowed" />
            <xsd:element name="offlineTeamGifts" type="crm:teamGiftsConfig" />
            <xsd:element name="indicateUnconfirmed" type="xsd:boolean" />
            <xsd:element name="personalBlogAllowed" type="xsd:boolean" />
            <xsd:element name="personalGoalAllowed" type="xsd:boolean" />
            <xsd:element name="personalOfflineGiftsAllowed" type="xsd:boolean" />
            <xsd:element name="personalPageApprovalRequired" type="xsd:boolean" />
            <xsd:element name="personalPageEditing" type="crm:personalPageConfig" />
            <xsd:element name="personalPageSecondPhoto" type="xsd:boolean" />
            <xsd:element name="personalPageLayoutAllowed" type="xsd:boolean" />
            <xsd:element name="personalPageTwoPhotosAndOneVideo" type="xsd:boolean" />
            <xsd:element name="teamPageTwoPhotosAndOneVideo" type="xsd:boolean" />
            <xsd:element name="personalPageStyleAllowed" type="xsd:boolean" />
            <xsd:element name="personalPageStatusAllowed" type="xsd:boolean" />
            <xsd:element name="personalSurveyEditAllowed" type="xsd:boolean" />
            <xsd:element name="showGiftCategories" type="xsd:boolean" />
            <xsd:element name="teamCaptainsMaximum" type="xsd:integer" />
            <xsd:element name="teamSizeMaximum" type="xsd:integer" />
            <xsd:element name="fbConnectPublishFeedImageUrl" type="xsd:string"/>
            <xsd:element name="fbConnectPublishFeedImageSrc" type="xsd:string"/>
            <xsd:element name="ociEnabled" type="xsd:boolean" />
            <xsd:element name="ociBaseUrl" type="xsd:string" />
            <xsd:element name="recruitingGoalsEnabled" type="xsd:boolean" />
            <xsd:element name="teamsAllowed" type="xsd:boolean" />
            <xsd:element name="teamDivisionsEnabled" type="xsd:boolean" />
            <xsd:element name="teamPasswordAllowed" type="xsd:boolean" />
            <xsd:element name="teamRosterConfig" type="crm:teamRosterConfig" />
            <xsd:element name="eventManageUrl" type="xsd:string" nillable="true" />
            <xsd:element name="companyManageUrl" type="xsd:string" nillable="true" />
            <xsd:element name="personalDonationsDownloadUrl" type="xsd:string" nillable="true" />
            <xsd:element name="categoryId" type="xsd:integer" />
            <xsd:element name="pagingMaxPageSize" type="xsd:integer" />
            <xsd:element name="defaultStationeryId" type="xsd:integer" />
            <xsd:element name="teamGiftsAllowed" type="xsd:boolean" />
            <xsd:element name="emailStatisticsEnabled" type="xsd:boolean" />
            <xsd:element name="adminNewsFeedsEnabled" type="xsd:boolean" />
            <xsd:element name="standardRegistrationAllowed" type="xsd:boolean" />
            <xsd:element name="anonymousRegistrationAllowed" type="xsd:boolean" />
            <xsd:element name="screennameRegistrationAllowed" type="xsd:boolean" />
            <xsd:element name="maxScreennameLengthAllowed" type="xsd:integer" />
            <xsd:element name="affiliateTypeId" type="xsd:integer" />
            <xsd:element name="leadFrId" type="xsd:integer" />
            <xsd:element name="eCommerceStoreId" type="xsd:integer" nillable="true" />
            <xsd:element name="eCommerceStoreName" type="xsd:string" nillable="true" />
            <xsd:element name="eCommerceProductId" type="xsd:integer" nillable="true" />
            <xsd:element name="eCommerceProductName" type="xsd:string" nillable="true" />
            <xsd:element name="redirectURL" type="xsd:string" nillable="true" />
            <xsd:element name="systemRedirectURL" type="xsd:string" nillable="true" />
            <xsd:element name="customizedURL" type="xsd:string" nillable="true" />
            <xsd:element name="additionalDonationAllowed" type="xsd:boolean" nillable="true" />
            <xsd:element name="donationLevels" type="crm:donationLevels" minOccurs="0" />
            <xsd:element name="singleLocaleEvent" type="xsd:boolean" />
            <xsd:element name="eventDate" type="xsd:date" />
            <xsd:element name="publicName" type="xsd:string" />
            <xsd:element name="activityTrackingEnabled" type="xsd:boolean" />
            <xsd:element name="facebookFundraisingEnabled" type="xsd:boolean" />
            <xsd:element name="facebookAppId" type="xsd:string" nillable="true" />
            <xsd:element name="facebookDefaultTitle" type="xsd:string" nillable="true" />
            <xsd:element name="facebookDefaultDescription" type="xsd:string" nillable="true" />
            <xsd:element name="facebookFundraiserEndDate" type="xsd:dateTime" nillable="true" />
            <xsd:element name="facebookFundraiserEndDateByDays" type="xsd:integer" nillable="true" />
            <xsd:element name="usePersonalPageContentForFacebookFundraisers" type="xsd:boolean" nillable="true" />
        </xsd:all>
    </xsd:complexType>
    <xsd:complexType name="checkoutOptions">
        <xsd:all>
            <xsd:element name="environmentId" type="xsd:string" />
            <xsd:element name="pcoEnvironmentZone" type="xsd:string" />
            <xsd:element name="applicationName" type="xsd:string" />
            <xsd:element name="merchantAccountConfigurationId" type="xsd:string" />
            <xsd:element name="checkoutEnabled" type="xsd:boolean" />
            <xsd:element name="paymentTypes" type="crm:paymentTypes" />
            <xsd:element name="primaryColor" type="xsd:string" />
            <xsd:element name="pcoJavascriptLocation" type="xsd:string" />
            <xsd:element name="countryCodeNamePairs" type="xsd:string" />
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="paymentTypes">
        <xsd:all>
            <xsd:element name="credit" type="xsd:boolean" />
            <xsd:element name="debit" type="xsd:boolean" />
            <xsd:element name="paypal" type="xsd:boolean" />
            <xsd:element name="digitalWallet" type="xsd:boolean" />
        </xsd:all>
    </xsd:complexType>




    <xsd:complexType name="donationLevel">
        <xsd:annotation>
            <xsd:documentation>
                Teamraiser registration donation level.
            </xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
          <xsd:element name="order" type="xsd:integer" />
          <xsd:element name="name" type="xsd:string" />
          <xsd:element name="amount" type="crm:transactionAmount" />
          <xsd:element name="description" type="xsd:string" />
        </xsd:sequence>
    </xsd:complexType>

    <xsd:complexType name="donationLevels">
       <xsd:annotation>
            <xsd:documentation>
                Teamraiser registration donation levels information.
            </xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
          <xsd:element name="manualAllowed" type="xsd:boolean" />
            <xsd:element name="donationLevel" type="crm:donationLevel" maxOccurs="unbounded" />
        </xsd:sequence>
    </xsd:complexType>

    <xsd:simpleType name="teamGiftsConfig">
        <xsd:annotation>
            <xsd:documentation>
                Indicates who can enter offline team gifts.
            </xsd:documentation>
        </xsd:annotation>
        <xsd:restriction base="xsd:token">
            <xsd:enumeration value="NONE" />
            <xsd:enumeration value="CAPTAINS" />
            <xsd:enumeration value="MEMBERS" />
        </xsd:restriction>
    </xsd:simpleType>

    <xsd:simpleType name="teamRosterConfig">
        <xsd:annotation>
            <xsd:documentation>
                Indicates who can see the team roster.
            </xsd:documentation>
        </xsd:annotation>
        <xsd:restriction base="xsd:token">
            <xsd:enumeration value="NONE" />
            <xsd:enumeration value="MEMBERS" />
            <xsd:enumeration value="CAPTAINS" />
        </xsd:restriction>
    </xsd:simpleType>

    <xsd:simpleType name="personalPageConfig">
        <xsd:annotation>
            <xsd:documentation>
                Indicates who can configure personal pages.
            </xsd:documentation>
        </xsd:annotation>
        <xsd:restriction base="xsd:token">
            <xsd:enumeration value="PARTICIPANTS" />
            <xsd:enumeration value="CAPTAINS" />
            <xsd:enumeration value="ADMINISTRATORS" />
        </xsd:restriction>
    </xsd:simpleType>

    <xsd:complexType name="paymentsAllowed">
        <xsd:all>
            <xsd:element name="cash" type="xsd:boolean" />
            <xsd:element name="check" type="xsd:boolean" />
            <xsd:element name="credit" type="xsd:boolean" />
            <xsd:element name="later" type="xsd:boolean" />
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="getDonorListResult">
        <xsd:all>
            <xsd:element name="donor" type="crm:donorRecord" />
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="donorRecord">
        <xsd:all>
            <xsd:element name="firstName" type="xsd:string" />
            <xsd:element name="lastName" type="xsd:string" />
            <xsd:element name="recognitionName" type="xsd:string" />
            <xsd:element name="anonymous" type="xsd:boolean" />
            <xsd:element name="suppressAmount" type="xsd:boolean" />
            <xsd:element name="giftAmount" type="crm:monetaryAmount" />
            <xsd:element name="rank" type="xsd:integer" />
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="getTopTeamsDataResult">
        <xsd:sequence>
            <xsd:element name="teamraiserData" type="crm:trTopResult" maxOccurs="unbounded" minOccurs="0"></xsd:element>
        </xsd:sequence>
    </xsd:complexType>

    <xsd:complexType name="getTopParticipantsDataResult">
        <xsd:sequence>
            <xsd:element name="teamraiserData" type="crm:trTopResult" maxOccurs="unbounded" minOccurs="0"></xsd:element>
        </xsd:sequence>
    </xsd:complexType>

    <xsd:complexType name="getTopCompaniesDataResult">
        <xsd:sequence>
            <xsd:element name="teamraiserData" type="crm:trTopResult" maxOccurs="unbounded" minOccurs="0"></xsd:element>
        </xsd:sequence>
    </xsd:complexType>

    <xsd:complexType name="trTopResult">
        <xsd:all>
            <xsd:element name="name" type="xsd:string"></xsd:element>
            <xsd:element name="total" type="xsd:string"></xsd:element>
            <xsd:element name="id" type="xsd:integer"></xsd:element>
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="sendTafMessageResult">
        <xsd:all>
            <xsd:element name="success" type="xsd:boolean"></xsd:element>
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="teamraiserErrorResponse">
        <xsd:annotation>
            <xsd:documentation>
                The response returned when any method call results in an error
                condition.
            </xsd:documentation>
        </xsd:annotation>
        <xsd:all>
            <xsd:element name="message" type="xsd:string" />
            <xsd:element name="code"    type="crm:errorCode" />
            <xsd:element name="body"    type="xsd:string" />
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="getOrganizationMessageResult">
       <xsd:all>
          <xsd:element name="message" type="xsd:string"></xsd:element>
       </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="getTopDonorsResult">
        <xsd:sequence>
            <xsd:element name="teamraiserData" type="crm:trTopResult" maxOccurs="unbounded" minOccurs="0"></xsd:element>
        </xsd:sequence>
    </xsd:complexType>

    <xsd:complexType name="chartDataByDay">
        <xsd:all>
            <xsd:element name="date" type="xsd:date"></xsd:element>
            <xsd:element name="numberGiftsMade" type="xsd:integer"></xsd:element>
            <xsd:element name="numberEmailsSent" type="xsd:integer"></xsd:element>
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="getChartDataByDayResult">
        <xsd:sequence>
            <xsd:element name="chartDataByDay" type="crm:chartDataByDay" maxOccurs="unbounded" minOccurs="0"></xsd:element>
        </xsd:sequence>
    </xsd:complexType>

    <xsd:complexType name="DonationAmountByDay">
        <xsd:all>
            <xsd:element name="date" type="xsd:date"></xsd:element>
            <xsd:element name="amount" type="crm:monetaryAmount"></xsd:element>
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="getDonationAmountByDayResult">
        <xsd:sequence>
            <xsd:element name="donationDataByDay" type="crm:DonationAmountByDay" maxOccurs="unbounded" minOccurs="0"></xsd:element>
        </xsd:sequence>
    </xsd:complexType>

    <xsd:complexType name="layout">
        <xsd:all>
            <xsd:element name="layoutId" type="xsd:integer"></xsd:element>
            <xsd:element name="name" type="xsd:string"></xsd:element>
            <xsd:element name="thumbnailUrl" type="xsd:string"></xsd:element>
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="getMessageLayoutsResult">
        <xsd:sequence>
            <xsd:element name="layout" type="crm:layout" maxOccurs="unbounded" minOccurs="0"></xsd:element>
        </xsd:sequence>
    </xsd:complexType>

    <xsd:simpleType name="trMessageType">
        <xsd:annotation>
            <xsd:documentation>
                Indicates the type of the message.
            </xsd:documentation>
        </xsd:annotation>
        <xsd:restriction base="xsd:token">
            <xsd:enumeration value="RECRUIT" />
            <xsd:enumeration value="SOLICIT" />
            <xsd:enumeration value="FOLLOWUP" />
            <xsd:enumeration value="THANKS" />
            <xsd:enumeration value="OTHER" />
        </xsd:restriction>
    </xsd:simpleType>

    <xsd:complexType name="suggestedMessage">
        <xsd:all>
            <xsd:element name="messageId" type="xsd:integer"></xsd:element>
            <xsd:element name="name" type="xsd:string"></xsd:element>
            <xsd:element name="personal" type="xsd:boolean"></xsd:element>
            <xsd:element name="messageType" type="crm:trMessageType"></xsd:element>
            <xsd:element name="active" type="xsd:boolean"></xsd:element>
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="getSuggestedMessagesResult">
        <xsd:sequence>
            <xsd:element name="suggestedMessage" type="crm:suggestedMessage" maxOccurs="unbounded" minOccurs="0"></xsd:element>
        </xsd:sequence>
    </xsd:complexType>

    <xsd:complexType name="getSuggestedMessageResult">
        <xsd:all>
            <xsd:element name="messageInfo" type="crm:messageInfo"></xsd:element>
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="listMessageItem">
        <xsd:all>
            <xsd:element name="message_id" type="xsd:integer"></xsd:element>
            <xsd:element name="recipients" type="xsd:string"></xsd:element>
            <xsd:element name="subject" type="xsd:string"></xsd:element>
            <xsd:element name="date" type="xsd:string"></xsd:element>
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="getDraftsResult">
        <xsd:sequence>
            <xsd:element name="totalNumberResults" type="xsd:integer" />
            <xsd:element name="messageItem" type="crm:listMessageItem" maxOccurs="unbounded" minOccurs="0"></xsd:element>
        </xsd:sequence>
    </xsd:complexType>

    <xsd:complexType name="getSentMessagesResult">
        <xsd:sequence>
            <xsd:element name="totalNumberResults" type="xsd:integer" />
            <xsd:element name="messageItem" type="crm:listMessageItem" maxOccurs="unbounded" minOccurs="0"></xsd:element>
        </xsd:sequence>
    </xsd:complexType>

    <xsd:complexType name="recipient">
        <xsd:all>
            <xsd:element name="contactId" type="xsd:integer"></xsd:element>
            <xsd:element name="firstName" type="xsd:string"></xsd:element>
            <xsd:element name="lastName" type="xsd:string"></xsd:element>
            <xsd:element name="email" type="xsd:string"></xsd:element>
            <xsd:element name="screenname" type="xsd:string"></xsd:element>
            <xsd:element name="anonymous" type="xsd:boolean" nillable="true" />
        </xsd:all>
    </xsd:complexType>

    <xsd:simpleType name="messageBodyType">
        <xsd:annotation>
            <xsd:documentation>
                Indicates the action type of the message body.
            </xsd:documentation>
        </xsd:annotation>
        <xsd:restriction base="xsd:token">
            <xsd:enumeration value="READ_ONLY" />
            <xsd:enumeration value="ADD_ONLY" />
            <xsd:enumeration value="EDITABLE" />
        </xsd:restriction>
    </xsd:simpleType>

    <xsd:complexType name="messageInfo">
        <xsd:annotation>
            <xsd:documentation>
                An element representing a message.
            </xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="messageId" type="xsd:integer"></xsd:element>
            <xsd:element name="recipient" type="crm:recipient" maxOccurs="unbounded" minOccurs="1"></xsd:element>
            <xsd:element name="subject" type="xsd:string"></xsd:element>
            <xsd:element name="messageBody" type="xsd:string"></xsd:element>
            <xsd:element name="messageName" type="xsd:string"></xsd:element>
            <xsd:element name="layoutId" type="xsd:string"></xsd:element>
            <xsd:element name="prependsalutation" type="xsd:boolean"></xsd:element>
            <xsd:element name="active" type="xsd:boolean"></xsd:element>
            <xsd:element name="messageType" type="crm:trMessageType"></xsd:element>
            <xsd:element name="subjectReadOnly" type="xsd:boolean"></xsd:element>
            <xsd:element name="messageBodyActionType" type="crm:messageBodyType" default="EDITABLE"></xsd:element>
        </xsd:sequence>
    </xsd:complexType>

    <xsd:complexType name="addDraftResult">
        <xsd:all>
            <xsd:element name="message" type="crm:messageInfo"></xsd:element>
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="updateDraftResult">
        <xsd:all>
            <xsd:element name="message" type="crm:messageInfo"></xsd:element>
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="deleteDraftResult">
        <xsd:all>
            <xsd:element name="messageId" type="xsd:integer"></xsd:element>
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="getDraftResult">
        <xsd:all>
            <xsd:element name="messageInfo" type="crm:messageInfo"></xsd:element>
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="getMessagePreviewResult">
        <xsd:all>
            <xsd:element name="subject" type="xsd:string"></xsd:element>
            <xsd:element name="message" type="xsd:string"></xsd:element>
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="sentMessageInfo">
        <xsd:annotation>
            <xsd:documentation>
                An element representing a sent message.
            </xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="messageId" type="xsd:integer"></xsd:element>
            <xsd:element name="recipient" type="crm:recipient" maxOccurs="unbounded" minOccurs="1"></xsd:element>
            <xsd:element name="subject" type="xsd:string"></xsd:element>
            <xsd:element name="messageBody" type="xsd:string"></xsd:element>
            <xsd:element name="messageName" type="xsd:string"></xsd:element>
            <xsd:element name="date" type="xsd:string"></xsd:element>
        </xsd:sequence>
    </xsd:complexType>

    <xsd:complexType name="getSentMessageResult">
        <xsd:all>
            <xsd:element name="messageInfo" type="crm:sentMessageInfo"></xsd:element>
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="deleteSentMessageResult">
        <xsd:all>
            <xsd:element name="messageId" type="xsd:integer"></xsd:element>
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="teamMember">
        <xsd:all>
            <xsd:element name="consId" type="xsd:integer" />
            <xsd:element name="firstName" type="xsd:string" />
            <xsd:element name="lastName" type="xsd:string" />
            <xsd:element name="email" type="xsd:string" />
            <xsd:element name="amount" type="crm:monetaryAmount" />
            <xsd:element name="numGifts" type="xsd:integer" />
            <xsd:element name="aTeamCaptain" type="xsd:boolean" />
            <xsd:element name="screenname" type="xsd:string" />
            <xsd:element name="anonymous" type="xsd:boolean" />
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="getTeamRosterResult">
        <xsd:all>
            <xsd:element name="totalNumberResults" type="xsd:integer" />
            <xsd:element name="teamRosterDownloadUrl" type="xsd:string" nillable="true" />
            <xsd:element name="teamDonationsDownloadUrl" type="xsd:string" nillable="true" />
            <xsd:element name="teamStatsDownloadUrl" type="xsd:string" nillable="true" />
            <xsd:element name="teamMember" type="crm:teamMember" />
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="companyTeam">
        <xsd:all>
            <xsd:element name="teamId" type="xsd:integer" />
            <xsd:element name="teamName" type="xsd:string" />
            <xsd:element name="amount" type="crm:monetaryAmount" />
            <xsd:element name="numGifts" type="xsd:integer" />
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="getCompanyTeamsResult">
        <xsd:all>
            <xsd:element name="companyTeamsDownloadUrl" type="xsd:string" nillable="true" />
            <xsd:element name="companyTeam" type="crm:companyTeam" />
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="getTeamraiserAddressBookContactsResult">
        <xsd:sequence>
            <xsd:element name="totalNumberResults" type="xsd:integer" />
            <xsd:element name="addressBookContact" type="crm:teamraiserAddressBookContact" maxOccurs="unbounded" minOccurs="0" />
        </xsd:sequence>
    </xsd:complexType>

    <xsd:complexType name="getTeamraiserAddressBookContactResult">
        <xsd:all>
            <xsd:element name="addressBookContact" type="crm:teamraiserAddressBookContact" />
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="teamraiserAddressBookContact">
        <xsd:sequence>
            <xsd:element name="id" type="xsd:integer" />
            <xsd:element name="firstName" type="xsd:string" />
            <xsd:element name="lastName" type="xsd:string" />
            <xsd:element name="email" type="xsd:string" />
            <xsd:element name="street1" type="xsd:string" />
            <xsd:element name="street2" type="xsd:string" />
            <xsd:element name="street3" type="xsd:string" />
            <xsd:element name="city" type="xsd:string" />
            <xsd:element name="county" type="xsd:string" />
            <xsd:element name="state" type="xsd:string" />
            <xsd:element name="zip" type="xsd:string" />
            <xsd:element name="phone" type="xsd:string" />
            <xsd:element name="country" type="xsd:string" />
            <xsd:element name="amountRaised" type="crm:monetaryAmount" />
            <xsd:element name="previousAmountRaised" type="crm:monetaryAmount" />
            <xsd:element name="messagesSent" type="xsd:integer" />
            <xsd:element name="messagesOpened" type="xsd:integer" />
            <xsd:element name="clickThroughs" type="xsd:integer" />
            <xsd:element name="group" type="crm:addressBookGroup" nillable="true" maxOccurs="unbounded" />
            <xsd:element name="lastMessageSentDate" type="xsd:dateTime" />
            <xsd:element name="lastMessageOpenDate" type="xsd:dateTime" />
            <xsd:element name="lastClickThroughDate" type="xsd:dateTime" />
            <xsd:element name="acknowledged" type="xsd:boolean" nillable="true" />
        </xsd:sequence>
    </xsd:complexType>

    <xsd:complexType name="teamraiserAddressBookFilter">
        <xsd:all>
            <xsd:element name="filterName" type="xsd:string" />
            <xsd:element name="filterValue" type="xsd:string" />
            <xsd:element name="contactsCount" type="xsd:integer" nillable="true" />
            <xsd:element name="teamName" type="xsd:string" nillable="true" />
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="teamraiserAddressBookFilterGroup">
        <xsd:sequence>
            <xsd:element name="groupName" type="xsd:string" />
            <xsd:element name="filter" type="crm:teamraiserAddressBookFilter" maxOccurs="unbounded"/>
        </xsd:sequence>
    </xsd:complexType>

    <xsd:complexType name="getTeamraiserAddressBookFiltersResult">
        <xsd:sequence>
            <xsd:element name="filterGroup" type="crm:teamraiserAddressBookFilterGroup" maxOccurs="unbounded" minOccurs="2" />
        </xsd:sequence>
    </xsd:complexType>

    <xsd:complexType name="simpleTeamraiserAddressBookContact">
        <xsd:all>
            <xsd:element name="id" type="xsd:integer" />
            <xsd:element name="firstName" type="xsd:string" />
            <xsd:element name="lastName" type="xsd:string" />
            <xsd:element name="email" type="xsd:string" />
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="getTeamraiserAddressBookSimpleContactsResult">
        <xsd:all>
            <xsd:element name="addressBookContact" type="crm:simpleTeamraiserAddressBookContact" />
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="updateTeamraiserAddressBookContactResult">
        <xsd:all>
            <xsd:element name="contact_id" type="xsd:integer"/>
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="deleteTeamraiserAddressBookContactsResult">
        <xsd:sequence>
            <xsd:element name="contactId" type="xsd:integer" maxOccurs="unbounded" nillable="true"/>
            <xsd:element name="errors" type="xsd:boolean" minOccurs="1"/>
        </xsd:sequence>
    </xsd:complexType>

    <xsd:complexType name="trPhotoItem">
        <xsd:all>
            <xsd:element name="id" type="xsd:integer" />
            <xsd:element name="thumbnailUrl" type="xsd:string" />
            <xsd:element name="customUrl" type="xsd:string" />
            <xsd:element name="originalUrl" type="xsd:string" />
            <xsd:element name="caption" type="xsd:string" nillable="true" />
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="getPersonalPhotosResult">
        <xsd:sequence>
            <xsd:element name="photoItem" type="crm:trPhotoItem" maxOccurs="2" />
        </xsd:sequence>
    </xsd:complexType>

    <xsd:complexType name="getPersonalMediaLayoutResult">
        <xsd:all>
            <xsd:element name="personalMediaLayout" type="xsd:string"/>
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="getPersonalVideoUrlResult">
        <xsd:all>
            <xsd:element name="videoUrl" type="xsd:string"/>
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="getTeamVideoUrlResult">
        <xsd:all>
            <xsd:element name="videoUrl" type="xsd:string"/>
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="getTeamPhotoResult">
        <xsd:all>
            <xsd:element name="photoItem" type="crm:trPhotoItem" />
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="getCompanyPhotoResult">
        <xsd:all>
            <xsd:element name="photoItem" type="crm:trPhotoItem" />
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="uploadPersonalPhotoResult">
        <xsd:choice>
            <xsd:element name="photoItem" type="crm:trPhotoItem" maxOccurs="2" />
            <xsd:sequence>
                <xsd:element name="code" type="xsd:integer" />
                <xsd:element name="message" type="xsd:string" />
            </xsd:sequence>
        </xsd:choice>
    </xsd:complexType>

    <xsd:complexType name="updatePersonalMediaLayoutResult">
        <xsd:all>
            <xsd:element name="personalMediaLayout" type="xsd:string"/>
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="updatePersonalVideoUrlResult">
        <xsd:all>
            <xsd:element name="videoUrl" type="xsd:string"/>
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="updateTeamVideoUrlResult">
        <xsd:all>
            <xsd:element name="videoUrl" type="xsd:string"/>
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="uploadTeamPhotoResult">
        <xsd:choice>
            <xsd:element name="photoItem" type="crm:trPhotoItem" />
            <xsd:sequence>
                <xsd:element name="code" type="xsd:integer" />
                <xsd:element name="message" type="xsd:string" />
            </xsd:sequence>
        </xsd:choice>
    </xsd:complexType>

    <xsd:complexType name="uploadCompanyPhotoResult">
        <xsd:choice>
            <xsd:element name="photoItem" type="crm:trPhotoItem" />
            <xsd:sequence>
                <xsd:element name="code" type="xsd:integer" />
                <xsd:element name="message" type="xsd:string" />
            </xsd:sequence>
        </xsd:choice>
    </xsd:complexType>

    <xsd:simpleType name="suggestionType">
        <xsd:annotation>
            <xsd:documentation>
                Indicates what type of of suggestion a record represents.
            </xsd:documentation>
        </xsd:annotation>
        <xsd:restriction base="xsd:token">
            <xsd:enumeration value="CONTACTS" />
            <xsd:enumeration value="COMPOSE" />
            <xsd:enumeration value="COMPOSE_THANKS" />
            <xsd:enumeration value="COMPOSE_REMINDER" />
            <xsd:enumeration value="COMPOSE_OTHER" />
            <xsd:enumeration value="PERSONAL_PAGE" />
            <xsd:enumeration value="GOAL" />
            <xsd:enumeration value="NONE" />
        </xsd:restriction>
    </xsd:simpleType>

    <xsd:complexType name="suggestedAction">
        <xsd:all>
            <xsd:element name="type" type="crm:suggestionType" />
            <xsd:element name="message" type="xsd:string" />
            <xsd:element name="completed" type="xsd:boolean" />
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="allSuggestions">
      <xsd:sequence>
        <xsd:element name="suggestion" type="crm:suggestedAction" />
      </xsd:sequence>
    </xsd:complexType>

    <xsd:complexType name="getTeamraiserSuggestionResult">
        <xsd:all>
            <xsd:element name="suggestion" type="crm:suggestedAction" />
            <xsd:element name="allSuggestions" type="crm:allSuggestions" />
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="updateTeamInformationResult">
        <xsd:all>
            <xsd:element name="teamName" type="xsd:string" nillable="true" />
            <xsd:element name="teamGoal" type="crm:monetaryAmount" nillable="true" />
            <xsd:element name="companyId" type="xsd:integer" nillable="true" />
            <xsd:element name="companyName" type="xsd:string" nillable="true" />
            <xsd:element name="divisionName" type="xsd:string" nillable="true" />
            <xsd:element name="password" type="xsd:string" nillable="true" />
            <xsd:element name="recruitingGoal" type="xsd:integer" nillable="true" />
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="companyItem">
        <xsd:all>
            <xsd:element name="companyName" type="xsd:string" />
            <xsd:element name="companyId" type="xsd:integer" />
            <xsd:element name="organizationId" type="xsd:integer" />
            <xsd:element name="parentOrgEventId" type="xsd:integer" />
            <xsd:element name="amountRaised" type="crm:monetaryAmount" nillable="true"/>
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="getCompanyListResult">
        <xsd:sequence>
            <xsd:element name="nationalItem" type="crm:companyItem" maxOccurs="unbounded"/>
            <xsd:element name="regionalItem" type="crm:companyItem" maxOccurs="unbounded"/>
            <xsd:element name="companyItem" type="crm:companyItem" maxOccurs="unbounded"/>
        </xsd:sequence>
    </xsd:complexType>

    <xsd:complexType name="getTeamDivisionsResult">
        <xsd:sequence>
            <xsd:element name="divisionName" type="xsd:string" maxOccurs="unbounded"/>
        </xsd:sequence>
    </xsd:complexType>

    <xsd:complexType name="getTeamDivisionsMultiLocaleResult">
        <xsd:sequence>
            <xsd:element name="teamDivisionMultiLocale" type="crm:teamDivisionMultiLocale" maxOccurs="unbounded"/>
        </xsd:sequence>
    </xsd:complexType>

    <xsd:complexType name="teamDivisionMultiLocale">
  <xsd:all>
            <xsd:element name="divisionName" type="xsd:string"/>
            <xsd:element name="divisionLocale" type="xsd:string"/>
      <xsd:element name="divisionLocaleName" type="xsd:string"/>
  </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="updatePagePrivacyResult">
        <xsd:all>
            <xsd:element name="privatePage" type="xsd:boolean" />
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="giftCategory">
        <xsd:all>
            <xsd:element name="id" type="xsd:integer" />
            <xsd:element name="name" type="xsd:string" />
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="getGiftCategoriesResult">
        <xsd:sequence>
            <xsd:element name="giftCategory" type="crm:giftCategory" maxOccurs="unbounded" />
        </xsd:sequence>
    </xsd:complexType>

    <xsd:complexType name="getRegistrationRequirementsResult">
        <xsd:sequence>
            <xsd:element name="participationTypeRequirement" type="crm:participationTypeRequirement" maxOccurs="unbounded" />
            <xsd:element name="upsellInformation" type="crm:upsellParameter" maxOccurs="unbounded" nillable="true" />
        </xsd:sequence>
    </xsd:complexType>

    <xsd:complexType name="participationTypeRequirement">
        <xsd:sequence>
            <xsd:element name="participationType" type="crm:participationType" />
            <xsd:element name="waiver" type="xsd:string" nillable="true" />
            <xsd:element name="minimumGoal" type="crm:monetaryAmount" />
            <xsd:element name="constituentCreationFields" type="crm:constituentFields" />
            <xsd:element name="availableUpsell" type="xsd:integer" maxOccurs="unbounded" nillable="true" />
        </xsd:sequence>
    </xsd:complexType>

    <xsd:complexType name="constituentFields">
        <xsd:all>
            <xsd:element name="prefix" type="crm:fieldStatus" />
            <xsd:element name="first_name" type="crm:fieldStatus" />
            <xsd:element name="middle_name" type="crm:fieldStatus" />
            <xsd:element name="last_name" type="crm:fieldStatus" />
            <xsd:element name="suffix" type="crm:fieldStatus" />
            <xsd:element name="email" type="crm:fieldStatus" />
            <xsd:element name="phone" type="crm:fieldStatus" />
            <xsd:element name="gender" type="crm:fieldStatus" />
            <xsd:element name="employer" type="crm:fieldStatus" />
            <xsd:element name="occupation" type="crm:fieldStatus" />
            <xsd:element name="birth_date" type="crm:fieldStatus" />
            <xsd:element name="opt_in" type="crm:fieldStatus" />
            <xsd:element name="street1" type="crm:fieldStatus" />
            <xsd:element name="street2" type="crm:fieldStatus" />
            <xsd:element name="city" type="crm:fieldStatus" />
            <xsd:element name="state" type="crm:fieldStatus" />
            <xsd:element name="zip" type="crm:fieldStatus" />
            <xsd:element name="country" type="crm:fieldStatus" />
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="upsellParameter">
        <xsd:all>
            <xsd:element name="upsell" type="crm:upsell" />
            <xsd:element name="parameterName" type="xsd:string" />
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="personalPageLayout">
        <xsd:sequence>
            <xsd:element name="layout" type="xsd:string" maxOccurs="unbounded" minOccurs="1"/>
        </xsd:sequence>
    </xsd:complexType>

    <xsd:complexType name="getPublicEventTypesResult">
        <xsd:annotation>
            <xsd:documentation>
                Encapsulates a sequence of teamraiserPublicEventTypeSearchRecords returned in response to a getPublicEventTypes API query.
            </xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="totalNumberResults" type="xsd:integer" />
            <xsd:element name="publicEventType" type="crm:teamraiserPublicEventTypeSearchRecord" maxOccurs="unbounded" />
        </xsd:sequence>
    </xsd:complexType>

    <xsd:complexType name="teamraiserPublicEventTypeSearchRecord">
        <xsd:annotation>
            <xsd:documentation>
                An element encapsulating a TeamRaiser public event type and its associated details.
            </xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="publicEventTypeName" type="xsd:string" />
            <xsd:element name="primaryEventTypeName" type="xsd:string" />
            <xsd:element name="active" type="xsd:boolean" />
        </xsd:sequence>
    </xsd:complexType>

    <xsd:complexType name="getTeamraiserAddressBookContactsGiftHistoryResult" >
        <xsd:annotation>
            <xsd:documentation>
                An element to encapsulate the aggregated giving history of a teamraiser participant's addressbook contacts
            </xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="eventContactGiftHistory" type="crm:eventContactGiftHistoryRecord" maxOccurs="unbounded" />
        </xsd:sequence>
    </xsd:complexType>

    <xsd:complexType name="eventContactGiftHistoryRecord" >
        <xsd:sequence>
            <xsd:element name="fr_id" type="xsd:integer" />
            <xsd:element name="internal_event_name" type="xsd:string" />
            <xsd:element name="external_event_name" type="xsd:string" />
            <xsd:element name="primary_classification" type="xsd:string" />
            <xsd:element name="event_date" type="xsd:dateTime" />
            <xsd:element name="contact_id" type="xsd:integer" />
            <xsd:element name="amount" type="crm:monetaryAmount" />
        </xsd:sequence>
    </xsd:complexType>

    <xsd:complexType name="addTeamraiserEventManagerResult">
        <xsd:all>
            <xsd:element name="success" type="xsd:boolean" />
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="removeTeamraiserEventManagerResult">
        <xsd:all>
            <xsd:element name="success" type="xsd:boolean" />
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="listTeamraiserEventManagersResult">
        <xsd:sequence>
            <xsd:element name="event_manager" type="crm:eventManager" maxOccurs="unbounded" />
        </xsd:sequence>
        <xsd:attribute name="fr_id" type="xsd:integer" />
    </xsd:complexType>

    <xsd:complexType name="eventManager">
        <xsd:all>
            <xsd:element name="cons_id" type="xsd:integer" />
            <xsd:element name="role_id" type="xsd:integer" />
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="getTeamraiserEventManagerRolesResult">
        <xsd:sequence>
            <xsd:element name="totalNumberResults" type="xsd:integer" />
            <xsd:element name="eventManagerRole" type="crm:role" maxOccurs="unbounded" />
        </xsd:sequence>
    </xsd:complexType>

    <xsd:complexType name="role">
        <xsd:annotation>
            <xsd:documentation>
                Describes the id, name and permissions for a role
            </xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="role_id" type="xsd:integer" />
            <xsd:element name="role_name" type="xsd:string" />
            <xsd:element name="permission" type="crm:rolePermission" maxOccurs="unbounded" />
        </xsd:sequence>
    </xsd:complexType>

    <xsd:complexType name="rolePermission">
        <xsd:annotation>
            <xsd:documentation>
                Describes the name for a permission and whether or not it is allowed
            </xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="permission_name" type="xsd:string" />
            <xsd:element name="allowed" type="xsd:boolean" />
        </xsd:sequence>
    </xsd:complexType>

    <xsd:complexType name="acknowledgeGiftsResult">
        <xsd:sequence>
            <xsd:element name="success" type="xsd:boolean" />
            <xsd:element name="contactId" type="xsd:integer" />
        </xsd:sequence>
    </xsd:complexType>

    <xsd:complexType name="getNewsFeedsResult">
        <xsd:annotation>
            <xsd:documentation>
                Encapsulates newsfeedMessages which are returned in response to a getNewsfeedMessages API call
            </xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="numberOfFeeds" type="xsd:integer" />
            <xsd:element name="numberOfNewFeeds" type="xsd:integer" />
            <xsd:element name="newsFeed" type="crm:newsFeedRecord" maxOccurs="unbounded" />
        </xsd:sequence>
    </xsd:complexType>

    <xsd:complexType name="newsFeedRecord">
        <xsd:annotation>
            <xsd:documentation>
                Contains and describes an admin newsfeed message
            </xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="feedId" type="xsd:integer" />
            <xsd:element name="feedTitle" type="xsd:string" />
            <xsd:element name="feedContent" type="xsd:string" />
            <xsd:element name="imageSrc" type="xsd:string" />
            <xsd:element name="imageAltText" type="xsd:string" />
            <xsd:element name="isNew" type="xsd:boolean" />
            <xsd:element name="lastModifiedDate" type="xsd:string" />
            <xsd:element name="mediaSrcs" type="crm:mediaLinks" />
            <xsd:element name="feedContentWithLink" type="xsd:string" />
            <xsd:element name="feedType" type="xsd:string" />
            <xsd:element name="isCaptainsOnly" type="xsd:boolean" />
        </xsd:sequence>
    </xsd:complexType>

    <xsd:complexType name="mediaLinks">
        <xsd:sequence>
            <xsd:element name="videoSource" type="xsd:string" nillable="true" />
            <xsd:element name="videoDescription" type="xsd:string" nillable="true" />
        </xsd:sequence>
    </xsd:complexType>

    <xsd:complexType name="getParticipationTypeResult">
        <xsd:all>
            <xsd:element name="participationType" type="crm:participationType" />
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="getParticipationTypesResult">
        <xsd:annotation>
            <xsd:documentation>
                Encapsulates participation type elements returned by getParticipantTypes API call
            </xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
          <xsd:element name="eventRegistrationLimit" type="crm:eventRegistrationLimit" minOccurs="0" />
            <xsd:element name="participationType" type="crm:participationType" minOccurs="0" maxOccurs="unbounded" />
        </xsd:sequence>
    </xsd:complexType>

    <xsd:complexType name="participationTypeRegistrationLimit">
       <xsd:sequence>
         <xsd:element name="registrationLimit" type="xsd:integer">
           <xsd:annotation>
             <xsd:documentation>
               The number of registration slots this type is limited to.
             </xsd:documentation>
           </xsd:annotation>
         </xsd:element>
         <xsd:element name="currentRegistrations" type="xsd:integer">
           <xsd:annotation>
             <xsd:documentation>
               The total number of registrations for the type.
             </xsd:documentation>
           </xsd:annotation>
         </xsd:element>
         <xsd:element name="limitReached" type="xsd:boolean">
           <xsd:annotation>
             <xsd:documentation>
               Has the limit for this type been reached at some point.
             </xsd:documentation>
           </xsd:annotation>
         </xsd:element>
         <xsd:element name="makeNewSlotsUnavailable" type="xsd:boolean">
           <xsd:annotation>
             <xsd:documentation>
               After the registration limit has been reached, should new registration slots be made available to the public.
             </xsd:documentation>
           </xsd:annotation>
         </xsd:element>
         <xsd:element name="hideNumberLeft" type="xsd:boolean">
           <xsd:annotation>
             <xsd:documentation>
               Hide the number of slots left for this participation type.
             </xsd:documentation>
           </xsd:annotation>
         </xsd:element>
       </xsd:sequence>
  </xsd:complexType>

  <xsd:complexType name="eventRegistrationLimit">
    <xsd:sequence>
      <xsd:element name="registrationLimit" type="xsd:integer">
        <xsd:annotation>
          <xsd:documentation>
            The number of registration slots this event is limited to.
          </xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="currentRegistrations" type="xsd:integer">
        <xsd:annotation>
          <xsd:documentation>
            The total number of registrations for the participation types that count toward the event limit.
          </xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="limitReached" type="xsd:boolean">
        <xsd:annotation>
          <xsd:documentation>
            Has the limit for this event been reached at some point.
          </xsd:documentation>
        </xsd:annotation>
      </xsd:element>
         <xsd:element name="makeNewSlotsUnavailable" type="xsd:boolean">
           <xsd:annotation>
             <xsd:documentation>
               After the registration limit has been reached, should new registration slots be made available to the public.
             </xsd:documentation>
           </xsd:annotation>
         </xsd:element>
       </xsd:sequence>
     </xsd:complexType>

    <xsd:complexType name="participationType">
        <xsd:sequence>
            <xsd:element name="name" type="xsd:string">
                <xsd:annotation>
                    <xsd:documentation>
                        The name of the participation type.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="description" type="xsd:string">
                <xsd:annotation>
                    <xsd:documentation>
                        The description of the participation type.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="fee" type="xsd:string">
                <xsd:annotation>
                    <xsd:documentation>
                        The registration fee of the participation type, or 0 if there is no fee.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="rawFee" type="crm:monetaryAmount" minOccurs="0">
              <xsd:annotation>
                    <xsd:documentation>
                        The raw representation for the registration fee of the participation type, or 0 if there is no fee, in cents.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="id" type="xsd:integer">
                <xsd:annotation>
                    <xsd:documentation>
                        The unique ID of the participation type.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <!-- the following fields are used by getParticipationTypes, but not getParticipationType,
                 so make sure minOccurs="0" -->
            <xsd:element name="securityCategory" type="xsd:integer" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>
                        The security category of the particiption type.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="order" type="xsd:integer" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>
                        The order of the participation type, as presented to the user or admin when there are multiple participation types associated with the event.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="active" type="xsd:boolean" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>
                        Whether the participation type is currently active.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="standardRegistrationAllowed" type="xsd:boolean" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>
                        Whether standard registration is allowed by the participation type.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="anonymousRegistrationAllowed" type="xsd:boolean" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>
                        Whether anonymous registration is allowed by the participation type.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="screenNameRegistrationAllowed" type="xsd:boolean" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>
                        Whether screen name registration (registering with an alias) is allowed by the participation type.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="taxDeductibleAmountOfFee" type="xsd:string" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>
                        The tax deductible amount of the registration fee of the participation type, or 0 if there is no registration fee or it is not tax deductible.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="rawTaxDeductibleAmountOfFee" type="crm:monetaryAmount" minOccurs="0">
              <xsd:annotation>
                    <xsd:documentation>
                        The raw representation for the tax deductible amount of the registration fee of the participation type,
                        or 0 if there is no registration fee or it is not tax deductible, in cents.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="minimumGoal" type="xsd:string" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>
                        The minimum fundraising goal to which a registrant of this participation type must commit.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

        <xsd:element name="rawMinimumGoal" type="crm:monetaryAmount" minOccurs="0">
              <xsd:annotation>
                    <xsd:documentation>
                        The raw representation for the minimum fundraising goal to which a registrant of this participation type must commit, in cents.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="promoCodeRequired" type="xsd:boolean" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>
                        Whether a promo code is required for a registrant to use this participation type.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="waiver" type="crm:waiverField" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>
                        The text of the waiver to which the registrant must agree to register. Not included if there is no waiver.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="upsellId" type="xsd:integer" minOccurs="0" maxOccurs="unbounded">
                <xsd:annotation>
                    <xsd:documentation>
                        The ID of an upsell associated with the participation type. Will appear for each associated upsell, or
                        not all if there are no associated upsells.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="surveyQuestion" minOccurs="0" maxOccurs="unbounded" type="crm:questionRecord">
                <xsd:annotation>
                    <xsd:documentation>
                        A survey question associated with the TeamRaiser. See the Survey API for more information. Will appear
                        for each associated survey question, or not at all if there are no associated survey questions.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="captainQuestion" minOccurs="0" maxOccurs="unbounded" type="crm:questionRecord">
                <xsd:annotation>
                    <xsd:documentation>
                        A team captain question associated with the TeamRaiser. See the Survey API for more information. Will appear
                        for each associated team captain question, or not at all if there are no associated team captain questions.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="defaultMailOptIn" minOccurs="0" type="xsd:boolean">
                <xsd:annotation>
                    <xsd:documentation>
                        Whether the postal mail opt-in checkbox should be checked by default or not.
                        If not present, the postal mail opt-in checkbox should not be displayed for this participation type.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="defaultEmailOptIn" minOccurs="0" type="xsd:boolean">
                <xsd:annotation>
                    <xsd:documentation>
                        Whether the email opt-in checkbox should be checked by default or not.
                        If not present, the email opt-in checkbox should not be displayed for this participation type.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="primaryRegistrationFields" type="crm:registrationFields" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>
                        The list of required and requested fields for the primary registrant.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="secondaryRegistrationFields" type="crm:registrationFields" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>
                        The list of required and requested fields for secondary registrants.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="participationTypeRegistrationLimit" type="crm:participationTypeRegistrationLimit" minOccurs="0">
               <xsd:annotation>
            <xsd:documentation>
              Information about the participation type's registration limit.
            </xsd:documentation>
          </xsd:annotation>
        </xsd:element>

        <xsd:element name="countsTowardEventRegistrationLimit" type="xsd:boolean" minOccurs="0">
          <xsd:annotation>
            <xsd:documentation>
              Does the type count toward the event's registration limit.
            </xsd:documentation>
          </xsd:annotation>
        </xsd:element>

        <xsd:element name="discountCodeAvailable" type="xsd:boolean" minOccurs="0">
          <xsd:annotation>
            <xsd:documentation>
              Does this type have any possible discount codes available to the current user.
            </xsd:documentation>
          </xsd:annotation>
        </xsd:element>

        <xsd:element name="emailOptInText" type="xsd:string" minOccurs="0">
          <xsd:annotation>
            <xsd:documentation>
              The Email opt-in text for this participation type.  If the defaultEmailOptIn element is not present,
              and emailOptInText is present, the participant will be opted into receieving email by default, and
              emailOptInText is the warning text that should be displayed to the participant.
            </xsd:documentation>
          </xsd:annotation>
        </xsd:element>
        <xsd:element name="postalMailOptInText" type="xsd:string" minOccurs="0">
          <xsd:annotation>
            <xsd:documentation>
              The Postal Mail opt-in text for this participation type, only present if defaultMailOptIn is
              also present.
            </xsd:documentation>
          </xsd:annotation>
        </xsd:element>
            <xsd:element name="isDelayedSelfPledge" type="xsd:boolean" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>
                        Does the participation type require a delayed self-pledge.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="dspIncludesRegFeeInAmountRaised" type="xsd:boolean" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>
                        Does the delayed self-pledge count registration fees toward the amount raised.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
      </xsd:sequence>
    </xsd:complexType>

    <xsd:complexType name="waiverField">
      <xsd:annotation>
        <xsd:documentation>
        The text of the waiver to which the registrant must agree to register. Not included if there is no waiver.
      </xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
      <xsd:extension base="xsd:string">
        <xsd:attribute name="required" type="xsd:boolean">
          <xsd:annotation>
            <xsd:documentation>Indicates that the waiver is required for registration.</xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
      </xsd:extension>
    </xsd:simpleContent>
  </xsd:complexType>

    <xsd:complexType name="registrationFields">
        <xsd:annotation>
            <xsd:documentation>
                An encapsulation of any number of registrationField elements.
            </xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="field" type="crm:registrationField" minOccurs="0" maxOccurs="unbounded" />
        </xsd:sequence>
    </xsd:complexType>

    <xsd:complexType name="registrationField">
        <xsd:annotation>
            <xsd:documentation>
                A registration field.
            </xsd:documentation>
        </xsd:annotation>
        <xsd:simpleContent>
            <xsd:extension base="crm:registrationFieldName">
                <xsd:attribute name="required" type="xsd:boolean">
                    <xsd:annotation>
                        <xsd:documentation>Indicates that the field is required for registration.</xsd:documentation>
                    </xsd:annotation>
                </xsd:attribute>
            </xsd:extension>
        </xsd:simpleContent>
    </xsd:complexType>

    <xsd:simpleType name="registrationFieldName">
        <xsd:annotation>
            <xsd:documentation>An enumeration of the various registration fields.</xsd:documentation>
        </xsd:annotation>
        <xsd:restriction base="xsd:token">
            <xsd:enumeration value="firstName" />
            <xsd:enumeration value="lastName" />
            <xsd:enumeration value="title" />
            <xsd:enumeration value="middleName" />
            <xsd:enumeration value="suffix" />
            <xsd:enumeration value="professionalSuffix" />
            <xsd:enumeration value="email" />
            <xsd:enumeration value="address" />
            <xsd:enumeration value="phoneNumber" />
            <xsd:enumeration value="dateOfBirth" />
            <xsd:enumeration value="gender" />
            <xsd:enumeration value="employerName" />
            <xsd:enumeration value="occupation" />
            <xsd:enumeration value="emergencyContact" />
            <xsd:enumeration value="honoree" />
            <xsd:enumeration value="emailOptIn" />
            <xsd:enumeration value="mailOptIn" />
        </xsd:restriction>
    </xsd:simpleType>

    <xsd:complexType name="registrationDocumentStringField">
        <xsd:annotation>
            <xsd:documentation>
                A string-based registration field.
            </xsd:documentation>
        </xsd:annotation>
        <xsd:simpleContent>
            <xsd:extension base="xsd:string">
                <xsd:attribute name="required" type="xsd:boolean">
                    <xsd:annotation>
                        <xsd:documentation>Indicates that the field is required for registration.</xsd:documentation>
                    </xsd:annotation>
                </xsd:attribute>
            </xsd:extension>
        </xsd:simpleContent>
    </xsd:complexType>

    <xsd:complexType name="registrationDocumentBooleanField">
        <xsd:annotation>
            <xsd:documentation>
                A boolean-based registration field.
            </xsd:documentation>
        </xsd:annotation>
        <xsd:simpleContent>
            <xsd:extension base="xsd:boolean">
                <xsd:attribute name="required" type="xsd:boolean">
                    <xsd:annotation>
                        <xsd:documentation>Indicates that the field is required for registration.</xsd:documentation>
                    </xsd:annotation>
                </xsd:attribute>
            </xsd:extension>
        </xsd:simpleContent>
    </xsd:complexType>

    <xsd:complexType name="registrationDocumentDateField">
        <xsd:annotation>
            <xsd:documentation>
                A date-based registration field.
            </xsd:documentation>
        </xsd:annotation>
        <xsd:simpleContent>
            <xsd:extension base="xsd:date">
                <xsd:attribute name="required" type="xsd:boolean">
                    <xsd:annotation>
                        <xsd:documentation>Indicates that the field is required for registration.</xsd:documentation>
                    </xsd:annotation>
                </xsd:attribute>
            </xsd:extension>
        </xsd:simpleContent>
    </xsd:complexType>

    <xsd:complexType name="registrationDocumentQuestion">
        <xsd:annotation>
            <xsd:documentation>A question presented to the registrant.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="id" type="xsd:integer">
                <xsd:annotation>
                    <xsd:documentation>The unique ID of the question.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="type" type="crm:registrationDocumentQuestionType">
                <xsd:annotation>
                    <xsd:documentation>The type of the question.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="response" type="xsd:string" nillable="true" minOccurs="1" maxOccurs="unbounded">
                <xsd:annotation>
                    <xsd:documentation>The registrant's answer to the question.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="key" type="xsd:string" nillable="true">
                <xsd:annotation>
                    <xsd:documentation>The question key.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="hidden" type="xsd:boolean" nillable="true">
                <xsd:annotation>
                    <xsd:documentation>Whether the question is hidden.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="questionRequired" type="xsd:boolean">
                <xsd:annotation>
                    <xsd:documentation>Whether an answer to the question is required.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:complexType>

    <xsd:simpleType name="registrationDocumentQuestionType">
        <xsd:annotation>
            <xsd:documentation>Describes the association of the question.</xsd:documentation>
        </xsd:annotation>
        <xsd:restriction base="xsd:token">
            <xsd:enumeration value="EVENT">
                <xsd:annotation>
                    <xsd:documentation>The question is associated with the TeamRaiser.</xsd:documentation>
                </xsd:annotation>
            </xsd:enumeration>
            <xsd:enumeration value="PARTICIPATION_TYPE">
                <xsd:annotation>
                    <xsd:documentation>The question is associated with the participation type.</xsd:documentation>
                </xsd:annotation>
            </xsd:enumeration>
            <xsd:enumeration value="TEAM_CAPTAIN">
                <xsd:annotation>
                    <xsd:documentation>The question is for the team captain.</xsd:documentation>
                </xsd:annotation>
            </xsd:enumeration>
        </xsd:restriction>
    </xsd:simpleType>

    <xsd:complexType name="registrationDocumentUpsell">
        <xsd:annotation>
            <xsd:documentation>Describes an upsell.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="id" type="xsd:integer">
                <xsd:annotation>
                    <xsd:documentation>The unique ID of the upsell.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="optionId" type="xsd:integer" minOccurs="0" nillable="true">
                <xsd:annotation>
                    <xsd:documentation>
                        If the registrant would like to purchase an upsell with options, the unique ID of the chosen option. For
                        example, if the upsell is a t-shirt with options of different sizes, this would be used to select the
                        size.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="purchase" type="xsd:boolean">
                <xsd:annotation>
                    <xsd:documentation>Whether the user would like to purchase the upsell.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:complexType>

    <xsd:complexType name="registrationDocumentAdditionalGift">
        <xsd:annotation>
            <xsd:documentation>Describes an additional gift made by the registrant.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="amount" type="xsd:string" nillable="true">
                <xsd:annotation>
                    <xsd:documentation>The amount of the gift. <!-- TODO ecapps specify format --></xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="isPublic" type="xsd:boolean" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>
                        Whether the gift may be shown publicly. The availability of this option depends on configuration of the
                        TeamRaiser.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="isAnonymous" type="xsd:boolean" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>
                        Whether the donor should be kept anonymous. The availability of this option depends on configuration of
                        the TeamRaiser.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:complexType>

    <xsd:complexType name="registrationLimitWarning">
      <xsd:annotation>
        <xsd:documentation>Warning message when requests for a registration document are made involving participation types or events that have reached their registration limit.</xsd:documentation>
      </xsd:annotation>
      <xsd:sequence>
      <xsd:element name="type">
        <xsd:simpleType>
          <xsd:restriction base="xsd:string">
            <xsd:enumeration value="EVENT" />
            <xsd:enumeration value="PARTICIPATION_TYPE" />
          </xsd:restriction>
        </xsd:simpleType>
      </xsd:element>
      <xsd:element name="message" type="xsd:string" />
      <xsd:element name="registrationLimit" type="xsd:integer" />
      <xsd:element name="currentRegistrations" type="xsd:integer" />
    </xsd:sequence>
  </xsd:complexType>

    <xsd:complexType name="registrationDocumentBody">
        <xsd:annotation>
            <xsd:documentation>Elements common to primary and secondary registrants.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
          <xsd:element name="registrationLimitWarning" type="crm:registrationLimitWarning" minOccurs="0" maxOccurs="1" />
            <xsd:element name="partTypeId" type="xsd:integer">
                <xsd:annotation>
                    <xsd:documentation>
                        The ID of the participation type being used for the registrant.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="consId" type="crm:constituentID" minOccurs="0" nillable="true">
                <xsd:annotation>
                    <xsd:documentation>
                        The unique constituent ID of the registrant. Used when registering an existing user.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="memberId" type="xsd:string" minOccurs="0" nillable="true">
                <xsd:annotation>
                    <xsd:documentation>
                        The member ID of the registrant. Used when registering an existing user. <!-- TODO ecapps doublecheck this -->
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="username" type="xsd:string" minOccurs="0" nillable="true">
                <xsd:annotation>
                    <xsd:documentation>
                        The username of the registrant. Used when registering an existing user, or to specify the preferred username when registering a new user
                        <!--  TODO ecapps doublecheck -->
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="promoCode" type="xsd:string" minOccurs="0" nillable="true">
                <xsd:annotation>
                    <xsd:documentation>
                        The promo code required for registering with the participation type. Unused when a promo code is not required.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="discountCode" type="xsd:string" minOccurs="0" nillable="true">
                <xsd:annotation>
                    <xsd:documentation>
                        A discount code used to get a discount on the registration fee. Unused when discounts are not configured for the participation type.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="fundraisingGoal" type="xsd:string" minOccurs="0" nillable="true">
                <xsd:annotation>
                    <xsd:documentation>
                        The personal fundraising goal of the registrant.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="acceptWaiver" type="xsd:boolean" minOccurs="0" nillable="true">
                <xsd:annotation>
                    <xsd:documentation>
                        Indicates that the registrant has read and agrees with the waiver text.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="email" type="crm:registrationDocumentStringField" nillable="true">
                <xsd:annotation>
                    <xsd:documentation>
                        The e-mail address of the registrant.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="title" type="crm:registrationDocumentStringField" minOccurs="0" nillable="true">
                <xsd:annotation>
                    <xsd:documentation>
                        The title of the registrant.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="firstName" type="crm:registrationDocumentStringField" nillable="true">
                <xsd:annotation>
                    <xsd:documentation>
                        The first name of the registrant.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="middleName" type="crm:registrationDocumentStringField" minOccurs="0" nillable="true">
                <xsd:annotation>
                    <xsd:documentation>
                        The middle name of the registrant.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="lastName" type="crm:registrationDocumentStringField" nillable="true">
                <xsd:annotation>
                    <xsd:documentation>
                        The last name of the registrant.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="suffix" type="crm:registrationDocumentStringField" minOccurs="0" nillable="true">
                <xsd:annotation>
                    <xsd:documentation>
                        The suffix of the registrant.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="professionalSuffix" type="crm:registrationDocumentStringField" minOccurs="0" nillable="true">
                <xsd:annotation>
                    <xsd:documentation>
                        The professional suffix of the registrant.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="street1" type="crm:registrationDocumentStringField" minOccurs="0" nillable="true">
                <xsd:annotation>
                    <xsd:documentation>
                        The first line of the street address of the registrant.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="street2" type="crm:registrationDocumentStringField" minOccurs="0" nillable="true">
                <xsd:annotation>
                    <xsd:documentation>
                        The second line of the street address of the registrant.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

             <xsd:element name="street3" type="crm:registrationDocumentStringField" minOccurs="0" nillable="true">
                <xsd:annotation>
                    <xsd:documentation>
                        The third line of the street address of the registrant.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="city" type="crm:registrationDocumentStringField" minOccurs="0" nillable="true">
                <xsd:annotation>
                    <xsd:documentation>
                        The city of the registrant.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="stateProv" type="crm:registrationDocumentStringField" minOccurs="0" nillable="true">
                <xsd:annotation>
                    <xsd:documentation>
                        The state or province of the registrant.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="county" type="crm:registrationDocumentStringField" minOccurs="0" nillable="true">
                <xsd:annotation>
                    <xsd:documentation>
                        The county of the registrant.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="postalCode" type="crm:registrationDocumentStringField" minOccurs="0" nillable="true">
                <xsd:annotation>
                    <xsd:documentation>
                        The postal code of the registrant.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="country" type="crm:registrationDocumentStringField" minOccurs="0" nillable="true">
                <xsd:annotation>
                    <xsd:documentation>
                        The country of the registrant.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="phoneNumber" type="crm:registrationDocumentStringField" minOccurs="0" nillable="true">
                <xsd:annotation>
                    <xsd:documentation>
                        The phone number of the registrant.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="dateOfBirth" type="crm:registrationDocumentDateField" minOccurs="0" nillable="true">
                <xsd:annotation>
                    <xsd:documentation>
                        The date of birth of the registrant.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="gender" type="crm:registrationDocumentStringField" minOccurs="0" nillable="true">
                <xsd:annotation>
                    <xsd:documentation>
                        The gender of the registrant.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="employerName" type="crm:registrationDocumentStringField" minOccurs="0" nillable="true">
                <xsd:annotation>
                    <xsd:documentation>
                        The employer name of the registrant.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="occupation" type="crm:registrationDocumentStringField" minOccurs="0" nillable="true">
                <xsd:annotation>
                    <xsd:documentation>
                        The occupation of the registrant.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="anonymous" type="xsd:boolean" minOccurs="0" nillable="true">
                <xsd:annotation>
                    <xsd:documentation>
                        Whether to keep registration information anonymous. This must be enabled on the participation type.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="screenName" type="crm:registrationDocumentStringField" minOccurs="0" nillable="true">
                <xsd:annotation>
                    <xsd:documentation>
                        The screen name to be used as an alias for the registrant. This must be enabled on the participation type.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="question" type="crm:registrationDocumentQuestion" minOccurs="0" maxOccurs="unbounded">
                <xsd:annotation>
                    <xsd:documentation>
                        A question for the registrant. Multiple questions or none may occur depending on the TeamRaiser configuration.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="upsell" type="crm:registrationDocumentUpsell" minOccurs="0" maxOccurs="unbounded">
                <xsd:annotation>
                    <xsd:documentation>
                        An upsell presented to the registrant. Multiple upsells or none may occur depending on the TeamRaiser configuration.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="registrationFee" type="xsd:string" minOccurs="0" nillable="true">
                <xsd:annotation>
                    <xsd:documentation>
                        Can be used by an administrator to override the default registration fee for this registrant.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:complexType>

    <xsd:complexType name="primaryRegistrationDocumentBody">
        <xsd:annotation>
            <xsd:documentation>Information about the primary registrant.</xsd:documentation>
        </xsd:annotation>
        <xsd:complexContent>
            <xsd:extension base="crm:registrationDocumentBody">
                <xsd:sequence>
                    <xsd:element name="additionalGift" type="crm:registrationDocumentAdditionalGift" minOccurs="0" nillable="true">
                        <xsd:annotation>
                            <xsd:documentation>An additional gift.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="emailOptIn" type="crm:registrationDocumentBooleanField" minOccurs="0">
                        <xsd:annotation>
                            <xsd:documentation>Whether the registrant would like to receive e-mails</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="mailOptIn" type="crm:registrationDocumentBooleanField" minOccurs="0">
                        <xsd:annotation>
                            <xsd:documentation>Whether the registrant would like to receive postal mail.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="emergencyContactName" type="crm:registrationDocumentStringField" minOccurs="0" nillable="true">
                        <xsd:annotation>
                            <xsd:documentation>The name of the registrant's emergency contact.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="emergencyContactPhoneNumber" type="crm:registrationDocumentStringField" minOccurs="0" nillable="true">
                        <xsd:annotation>
                            <xsd:documentation>The phone number of the registrant's emergency contact.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <!-- honoree can only be requested, if this changes we need to change these to have the required attribute -->
                    <xsd:element name="honoreeTitle" type="xsd:string" minOccurs="0" nillable="true">
                        <xsd:annotation>
                            <xsd:documentation>The title of the honoree.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="honoreeFirstName" type="xsd:string" minOccurs="0" nillable="true">
                        <xsd:annotation>
                            <xsd:documentation>The first name of the honoree.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="honoreeMiddleName" type="xsd:string" minOccurs="0" nillable="true">
                        <xsd:annotation>
                            <xsd:documentation>The middle name of the honoree.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="honoreeLastName" type="xsd:string" minOccurs="0" nillable="true">
                        <xsd:annotation>
                            <xsd:documentation>The last name of the honoree.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="honoreeEmail" type="xsd:string" minOccurs="0" nillable="true">
                        <xsd:annotation>
                            <xsd:documentation>The e-mail address of the honoree.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="honoreeStreet1" type="xsd:string" minOccurs="0" nillable="true">
                        <xsd:annotation>
                            <xsd:documentation>The first line of the street address of the honoree.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="honoreeStreet2" type="xsd:string" minOccurs="0" nillable="true">
                        <xsd:annotation>
                            <xsd:documentation>The second line of the street address of the honoree.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="honoreeStreet3" type="xsd:string" minOccurs="0" nillable="true">
                        <xsd:annotation>
                            <xsd:documentation>The third line of the street address of the honoree.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="honoreeCity" type="xsd:string" minOccurs="0" nillable="true">
                        <xsd:annotation>
                            <xsd:documentation>The city of the honoree.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="honoreeStateProv" type="xsd:string" minOccurs="0" nillable="true">
                        <xsd:annotation>
                            <xsd:documentation>The state or province of the honoree.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="honoreeCounty" type="xsd:string" minOccurs="0" nillable="true">
                        <xsd:annotation>
                            <xsd:documentation>The county of the honoree.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="honoreePostalCode" type="xsd:string" minOccurs="0" nillable="true">
                        <xsd:annotation>
                            <xsd:documentation>The postal code of the honoree.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="honoreeCountry" type="xsd:string" minOccurs="0" nillable="true">
                        <xsd:annotation>
                            <xsd:documentation>The country of the honoree.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="honoreeRelationship" type="xsd:string" minOccurs="0" nillable="true">
                        <xsd:annotation>
                            <xsd:documentation>The relationship of the honoree to the registrant.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="honoreeDeceased" type="xsd:boolean" minOccurs="0" nillable="true">
                        <xsd:annotation>
                            <xsd:documentation>Whether the honoree is deceased.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="giftNotification" type="xsd:boolean" minOccurs="0" nillable="true">
                        <xsd:annotation>
                            <xsd:documentation>Whether the registrant would like to be notified when a gift is made.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="emailFormat" type="crm:emailFormat" minOccurs="0" nillable="true">
                        <xsd:annotation>
                            <xsd:documentation>The format that e-mails will be sent in.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="registrationDate" type="xsd:date" minOccurs="0" nillable="true">
                        <xsd:annotation>
                            <xsd:documentation><!-- TODO ecapps --></xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="checkInStatus" type="crm:checkInStatus" minOccurs="0" nillable="true">
                        <xsd:annotation>
                            <xsd:documentation><!--  TODO ecapps --></xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="flowStep" type="xsd:integer" minOccurs="0" nillable="true">
                        <xsd:annotation>
                            <xsd:documentation><!-- TODO ecapps --></xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="raceNumber" type="xsd:integer" minOccurs="0" nillable="true">
                        <xsd:annotation>
                            <xsd:documentation>The race number of the registrant.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                </xsd:sequence>
            </xsd:extension>
        </xsd:complexContent>
    </xsd:complexType>

    <xsd:complexType name="secondaryRegistrationDocumentBody">
        <xsd:annotation>
            <xsd:documentation>Information about a secondary registrant.</xsd:documentation>
        </xsd:annotation>
        <xsd:complexContent>
            <xsd:extension base="crm:registrationDocumentBody">
                <xsd:sequence>
                    <xsd:element name="relationship" type="xsd:string" minOccurs="0" nillable="true">
                        <xsd:annotation>
                            <xsd:documentation>The registrant's relationship to the primary registrant.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                </xsd:sequence>
            </xsd:extension>
        </xsd:complexContent>
    </xsd:complexType>

    <xsd:complexType name="registrationDocument">
        <xsd:sequence>
            <xsd:element name="eventId" type="xsd:integer" nillable="true">
                <xsd:annotation>
                    <xsd:documentation>
                        The unique ID of the event.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="teamId" type="xsd:integer" minOccurs="0" nillable="true">
                <xsd:annotation>
                    <xsd:documentation>
                        The unique ID of the team being joined by the registrant. Used only when joining an existing team.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="previousTeamId" type="xsd:integer" minOccurs="0" nillable="true">
                <xsd:annotation>
                    <xsd:documentation>
                        The unique ID of the previous team being returned by the registrant. Used only when reforming a returning team.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="teamName" type="xsd:string"  minOccurs="0" nillable="true">
                <xsd:annotation>
                    <xsd:documentation>
                        The name of the team being formed or joined by the registrant. Used when forming a team or to join an existing team by name.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="teamGoal" type="xsd:string" minOccurs="0" nillable="true">
                <xsd:annotation>
                    <xsd:documentation>
                        The fundraising goal of the team being formed by the registrant. Used only when forming a team.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="teamMembershipGoal" type="xsd:integer" minOccurs="0" nillable="true">
                <xsd:annotation>
                    <xsd:documentation>
                        The membership goal of the team being formed by the registrant. Used only when forming a team.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="teamPassword" type="xsd:string" minOccurs="0" nillable="true">
                <xsd:annotation>
                    <xsd:documentation>
                        The password of the team being formed by the registrant. Used only when forming a team.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="teamDivision" type="xsd:string" minOccurs="0" nillable="true">
                <xsd:annotation>
                    <xsd:documentation>
                        The division of the team being formed by the registrant. Used only when forming a team.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="isCaptain" type="xsd:boolean" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>
                        Whether the registrant will be captain of the team they are joining. Used only when joining a team.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="companyId" type="xsd:integer" minOccurs="0" nillable="true">
                <xsd:annotation>
                    <xsd:documentation>
                        The unique ID of the company associated with the registrant.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="companyName" type="xsd:string" minOccurs="0" nillable="true">
                <xsd:annotation>
                    <xsd:documentation>
                        The name of the company associated with the registrant.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <!-- billing fields -->

            <xsd:element name="paymentType" type="crm:tenderType" minOccurs="0" nillable="true">
                <xsd:annotation>
                    <xsd:documentation>
                        The payment type being used by the registrant.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="recordOnly" type="xsd:boolean" minOccurs="0" nillable="true">
                <xsd:annotation>
                    <xsd:documentation>
                        Whether or not to record the transaction without processing it.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="checkNumber" type="xsd:string" minOccurs="0" nillable="true">
                <xsd:annotation>
                    <xsd:documentation>
                        The check number being used for payment.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="billingTitle" type="xsd:string" minOccurs="0" nillable="true">
                <xsd:annotation>
                    <xsd:documentation>
                        The billing title.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="billingFirstName" type="xsd:string" minOccurs="0" nillable="true">
                <xsd:annotation>
                    <xsd:documentation>
                        The billing first name.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="billingMiddleName" type="xsd:string" minOccurs="0" nillable="true">
                <xsd:annotation>
                    <xsd:documentation>
                        The billing middle name.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="billingLastName" type="xsd:string" minOccurs="0" nillable="true">
                <xsd:annotation>
                    <xsd:documentation>
                        The billing last name.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="billingSuffix" type="xsd:string" minOccurs="0" nillable="true">
                <xsd:annotation>
                    <xsd:documentation>
                        The billing suffix.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="billingEmail" type="xsd:string" minOccurs="0" nillable="true">
                <xsd:annotation>
                    <xsd:documentation>
                        The billing e-mail address.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="billingStreet1" type="xsd:string" minOccurs="0" nillable="true">
                <xsd:annotation>
                    <xsd:documentation>
                        The first line of the billing street address.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="billingStreet2" type="xsd:string" minOccurs="0" nillable="true">
                <xsd:annotation>
                    <xsd:documentation>
                        The first line of the billing street address.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

             <xsd:element name="billingStreet3" type="xsd:string" minOccurs="0" nillable="true">
                <xsd:annotation>
                    <xsd:documentation>
                        The third line of the billing street address.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="billingCity" type="xsd:string" minOccurs="0" nillable="true">
                <xsd:annotation>
                    <xsd:documentation>
                        The billing city.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="billingState" type="xsd:string" minOccurs="0" nillable="true">
                <xsd:annotation>
                    <xsd:documentation>
                        The billing state.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

             <xsd:element name="billingCounty" type="xsd:string" minOccurs="0" nillable="true">
                <xsd:annotation>
                    <xsd:documentation>
                        The billing county.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="billingZip" type="xsd:string" minOccurs="0" nillable="true">
                <xsd:annotation>
                    <xsd:documentation>
                        The billing zip code.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="billingCountry" type="xsd:string" minOccurs="0" nillable="true">
                <xsd:annotation>
                    <xsd:documentation>
                        The billing country.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="creditCardType" type="xsd:string" minOccurs="0" nillable="true">
                <xsd:annotation>
                    <xsd:documentation>
                        The credit card type.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="creditCardNumber" type="xsd:string" minOccurs="0" nillable="true">
                <xsd:annotation>
                    <xsd:documentation>
                        The credit card number. <!-- TODO ecapps enumeration? -->
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="creditCardExpMonth" type="xsd:integer" minOccurs="0" nillable="true">
                <xsd:annotation>
                    <xsd:documentation>
                        The credit card expiration month (MM).
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="creditCardExpYear" type="xsd:integer" minOccurs="0" nillable="true">
                <xsd:annotation>
                    <xsd:documentation>
                        The credit card expiration year (YYYY).
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="creditCardVerificationCode" type="xsd:string" minOccurs="0" nillable="true">
                <xsd:annotation>
                    <xsd:documentation>
                        The credit card verification code.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="pcoTransactionId" type="xsd:string" minOccurs="0" nillable="true">
                <xsd:annotation>
                    <xsd:documentation>
                        PCO Transaction ID.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="transactionDate" type="xsd:dateTime" minOccurs="0" nillable="true">
                <xsd:annotation>
                    <xsd:documentation>
                        The transaction date.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="batchId" type="xsd:string" minOccurs="0" nillable="true">
                <xsd:annotation>
                    <xsd:documentation>
                        The batch ID. <!-- TODO ecapps more detail -->
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <!-- end billing fields -->

            <xsd:element name="primaryRegistration" type="crm:primaryRegistrationDocumentBody">
                <xsd:annotation>
                    <xsd:documentation>
                        Information about the primary registrant.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>

            <xsd:element name="secondaryRegistration" type="crm:secondaryRegistrationDocumentBody" minOccurs="0" maxOccurs="unbounded">
                <xsd:annotation>
                    <xsd:documentation>
                        Information about a secondary registrant. Multiple secondary registrants or none may be allowed depending on the TeamRaiser configuration.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:complexType>

    <xsd:complexType name="registrant">
        <xsd:annotation>
            <xsd:documentation>Information about a registrant of a TeamRaiser.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="registrationId" type="xsd:integer">
                <xsd:annotation>
                    <xsd:documentation>The unique registration ID of the registrant.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="consId" type="crm:constituentID">
                <xsd:annotation>
                    <xsd:documentation>The unique contituent ID of the registrant.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:complexType>

    <xsd:complexType name="processRegistrationResult">
        <xsd:annotation>
            <xsd:documentation>The result from the processRegistration method.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="transactionId" type="xsd:integer" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation><!-- TODO jbodnar --></xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="confirmationCode" type="xsd:normalizedString" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation><!-- TODO jbodnar --></xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="primaryRegistration" type="crm:registrant">
                <xsd:annotation>
                    <xsd:documentation><!-- TODO jbodnar --></xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="secondaryRegistration" type="crm:registrant" minOccurs="0" maxOccurs="unbounded">
                <xsd:annotation>
                    <xsd:documentation><!-- TODO jbodnar --></xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:complexType>

    <xsd:complexType name="validateProcessRegistrationResult">
        <xsd:annotation>
            <xsd:documentation>The result from the validateProcessRegistration method.</xsd:documentation>
        </xsd:annotation>
        <xsd:all>
            <xsd:element name="isValid" type="xsd:boolean">
                <xsd:annotation>
                    <xsd:documentation>
                        Whether the provided donate checkout payload was valid or not.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="errorCode" type="xsd:int">
                <xsd:annotation>
                    <xsd:documentation>
                        Error code of the error.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="errorMessage" type="xsd:string" minOccurs="0" maxOccurs="1" nillable="true">
                <xsd:annotation>
                    <xsd:documentation>
                        Error message indicating why the payload was not valid.
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:all>
    </xsd:complexType>

    <xsd:simpleType name="checkInStatus">
        <xsd:annotation>
            <xsd:documentation>
                Possible Checkin Status Values
            </xsd:documentation>
        </xsd:annotation>
        <xsd:restriction base="xsd:token">
            <xsd:enumeration value="initial" />
            <xsd:enumeration value="started" />
            <xsd:enumeration value="committed" />
            <xsd:enumeration value="paid" />
            <xsd:enumeration value="complete" />
            <xsd:enumeration value="unknown" />
        </xsd:restriction>
    </xsd:simpleType>

  <xsd:complexType name="validateDiscountResult">
    <xsd:all>
      <xsd:element name="isValid" type="xsd:boolean">
        <xsd:annotation>
          <xsd:documentation>
            Whether the provided discount code was valid or not.
          </xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="discount" type="crm:discountRecord" minOccurs="0" maxOccurs="1" nillable="true">
        <xsd:annotation>
          <xsd:documentation>
            The discount record information for the specified code.
          </xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="errorMessage" type="xsd:string" minOccurs="0" maxOccurs="1" nillable="true">
        <xsd:annotation>
          <xsd:documentation>
            Error message indicating why the discount was not valid.
          </xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:all>
  </xsd:complexType>

  <xsd:complexType name="discountRecord">
    <xsd:all>
      <xsd:element name="discountName" type="xsd:string"
        minOccurs="1">
        <xsd:annotation>
          <xsd:documentation>
            Name of the discount.
          </xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="discountedFee" type="xsd:string"
        minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>
            The discounted registration fee of the participation type, or 0 if
            there is no fee.
          </xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="discountedFeeDecimal" type="crm:monetaryAmount"
        minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>
            The decimal representation for the discounted registration fee of the
            participation type, or 0 if there is no fee, in cents.
          </xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="discountAmount" type="xsd:string"
        minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>
            The discounted amount for this participation type, or 0 if there is
            no discount.
          </xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="discountAmountDecimal" type="crm:monetaryAmount"
        minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>
            The decimal representation for the discount amount for this
            participation type, or 0 if there is no discount, in cents.
          </xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:all>
  </xsd:complexType>
  <xsd:complexType name="leaveTeamResult">
        <xsd:sequence>
            <xsd:element name="success" type="xsd:boolean" />
        </xsd:sequence>
    </xsd:complexType>
    <xsd:complexType name="joinTeamResult">
        <xsd:sequence>
            <xsd:element name="success" type="xsd:boolean" />
            <xsd:element name="team" type="crm:team" />
        </xsd:sequence>
    </xsd:complexType>

    <xsd:complexType name="sponsorshipLogo">
      <xsd:sequence>
        <xsd:element name="logoUrl" type="xsd:string" />
        <xsd:element name="altText" type="xsd:string" />
        <xsd:element name="sponsorUrl" type="xsd:string" minOccurs="0" />
      </xsd:sequence>
    </xsd:complexType>

    <xsd:complexType name="addCompanyResult">
        <xsd:all>
            <xsd:element name="companyId" type="xsd:nonNegativeInteger" />
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="updateCompanyResult">
        <xsd:all>
            <xsd:element name="success" type="xsd:boolean" />
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="createAndLinkFacebookFundraiserRequest">
        <xsd:all>
            <xsd:element name="frId" type="xsd:nonNegativeInteger" />
            <xsd:element name="userAccessToken" type="xsd:string" />
            <xsd:element name="name" type="xsd:string" />
            <xsd:element name="description" type="xsd:string" />
            <xsd:element name="consId" type="xsd:integer" />
        </xsd:all>
    </xsd:complexType>
    <xsd:complexType name="createAndLinkFacebookFundraiserResult">
        <xsd:all>
            <xsd:element name="fundraiserId" type="xsd:string" />
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="confirmOrUnlinkFacebookFundraiserRequest">
        <xsd:all>
            <xsd:element name="frId" type="xsd:nonNegativeInteger" />
        </xsd:all>
    </xsd:complexType>
    <xsd:complexType name="confirmOrUnlinkFacebookFundraiserResult">
        <xsd:all>
            <xsd:element name="active" type="xsd:boolean" />
        </xsd:all>
    </xsd:complexType>

    <xsd:complexType name="createTeamResult">
        <xsd:all>
            <xsd:element name="team" type="crm:team" />
        </xsd:all>
    </xsd:complexType>
</xsd:schema>