Definition Type: ComplexType
Name: Blade
Namespace: http://www.regattacentral.com/model
Containing Schema: rc-api.xsd
Abstract False
Documentation:
The blade structure provides authorized regattas to obtain links 
to the OarSpotter.com 
designed blades.  Only
Collapse XSD Schema Diagram:
Drilldown into bladeUrl Drilldown into alternateUrl Drilldown into baseUrlXSD Diagram of Blade
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="Blade">
    <xs:annotation>
        <xs:documentation>The blade structure provides authorized regattas to obtain links 
to the OarSpotter.com 
designed blades.  Only </xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:element name="baseUrl" type="xs:string" minOccurs="1" maxOccurs="1" />
        <xs:element name="alternateUrl" type="xs:string" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>The alternateUrl is a base URL that provides access to a cropped
47x26px image of the blades.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="bladeUrl" minOccurs="1" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>The bladeUrl is the name of the file.  It needs to be used
in conjuction with either the baseUrl or alternateUrl to 
successfully access an image.</xs:documentation>
            </xs:annotation>
            <xs:simpleType>
                <xs:restriction base="xs:string">
                    <xs:maxLength value="20" />
                </xs:restriction>
            </xs:simpleType>
        </xs:element>
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
baseUrl nsB:baseUrl 1 1
alternateUrl nsB:alternateUrl 0 1
bladeUrl nsB:bladeUrl 1 1
Collapse Derivation Tree:
Collapse References:
nsB:blade