Definition Type: ComplexType
Name: Entry
Namespace: http://www.regattacentral.com/model
Containing Schema: rc-api.xsd
Abstract False
Collapse XSD Schema Diagram:
Drilldown into entryParticipants Drilldown into entryOrganizations Drilldown into modifiedOn Drilldown into createdOn Drilldown into entryCode Drilldown into lateEntry Drilldown into waitListPriority Drilldown into bow Drilldown into seed Drilldown into compositeLabel Drilldown into handicap Drilldown into averageAge Drilldown into alternateTitle Drilldown into entryLabel Drilldown into contactId Drilldown into status Drilldown into uuid Drilldown into organizationId Drilldown into entryIdXSD Diagram of Entry
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="Entry">
    <xs:sequence>
        <xs:element name="entryId" type="xs:int" />
        <xs:element name="organizationId" type="xs:int" />
        <xs:element name="uuid" type="xs:string" minOccurs="0" />
        <xs:element name="status" type="EntryStatus" minOccurs="0" maxOccurs="1" />
        <xs:element name="contactId" type="xs:int" minOccurs="0" />
        <xs:element name="entryLabel" minOccurs="0">
            <xs:simpleType>
                <xs:restriction base="xs:string">
                    <xs:maxLength value="35" />
                </xs:restriction>
            </xs:simpleType>
        </xs:element>
        <xs:element name="alternateTitle" minOccurs="0">
            <xs:simpleType>
                <xs:restriction base="xs:string">
                    <xs:maxLength value="50" />
                </xs:restriction>
            </xs:simpleType>
        </xs:element>
        <xs:element name="averageAge" type="xs:int" minOccurs="0" />
        <xs:element name="handicap" type="xs:decimal" minOccurs="0" />
        <xs:element name="compositeLabel" minOccurs="0">
            <xs:simpleType>
                <xs:restriction base="xs:string">
                    <xs:maxLength value="150" />
                </xs:restriction>
            </xs:simpleType>
        </xs:element>
        <xs:element name="seed" minOccurs="0">
            <xs:simpleType>
                <xs:restriction base="xs:string">
                    <xs:maxLength value="30" />
                </xs:restriction>
            </xs:simpleType>
        </xs:element>
        <xs:element name="bow" type="xs:int" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>Bow or lane number.  Note that this is the bow or lane number assigned via the registration system for the entry.  Timing systems may establish different bow/lane numbers
which are available in the Races/Lanes structures.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="waitListPriority" type="xs:int" minOccurs="0" maxOccurs="1" />
        <xs:element name="lateEntry" type="xs:boolean" minOccurs="0" />
        <xs:element name="entryCode" type="xs:string" minOccurs="0" maxOccurs="1" />
        <xs:element name="createdOn" type="xs:dateTime" minOccurs="0" maxOccurs="1" />
        <xs:element name="modifiedOn" type="xs:dateTime" minOccurs="0" maxOccurs="1" />
        <xs:element name="entryOrganizations" type="xs:int" minOccurs="0" maxOccurs="unbounded" />
        <xs:element name="entryParticipants" type="EntryParticipant" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
entryId nsB:entryId (1) (1)
organizationId nsB:organizationId (1) (1)
uuid nsB:uuid 0 (1)
status nsB:status 0 1
contactId nsB:contactId 0 (1)
entryLabel nsB:entryLabel 0 (1)
alternateTitle nsB:alternateTitle 0 (1)
averageAge nsB:averageAge 0 (1)
handicap nsB:handicap 0 (1)
compositeLabel nsB:compositeLabel 0 (1)
seed nsB:seed 0 (1)
bow nsB:bow 0 1
waitListPriority nsB:waitListPriority 0 1
lateEntry nsB:lateEntry 0 (1)
entryCode nsB:entryCode 0 1
createdOn nsB:createdOn 0 1
modifiedOn nsB:modifiedOn 0 1
entryOrganizations nsB:entryOrganizations 0 unbounded
entryParticipants nsB:entryParticipants 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsB:entries