Definition Type: Element
Name: offlineResults
Namespace: http://www.regattacentral.com/model
Type: nsB:RegattaResult
Containing Schema: rc-api.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract False
Documentation:
Regattas which do not upload results directly to RegattaCentral may post URLs 
that point to some result page in some format.   This array provides the user with 
these links.   

This array is only available when using the specific endpoint:

  /regatta/{jobId}/offlineResults
Collapse XSD Schema Diagram:
Drilldown into notes Drilldown into description Drilldown into url Drilldown into RegattaResultXSD Diagram of offlineResults
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:element name="offlineResults" type="RegattaResult" minOccurs="0" maxOccurs="unbounded">
    <xs:annotation>
        <xs:documentation>Regattas which do not upload results directly to RegattaCentral may post URLs 
that point to some result page in some format.   This array provides the user with 
these links.   

This array is only available when using the specific endpoint:

  /regatta/{jobId}/offlineResults
</xs:documentation>
    </xs:annotation>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
url nsB:url 1 1
description nsB:description 1 1
notes nsB:notes 0 1
Collapse Derivation Tree: