Definition Type: Element
Name: bladeUrl
Namespace: http://www.regattacentral.com/model
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: rc-api.xsd
MinOccurs 1
MaxOccurs 1
Abstract False
ContentType Restriction
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.
Collapse XSD Schema Diagram:
XSD Diagram of bladeUrl
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<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>