Definition Type: Element
Name: abbreviation
Namespace: http://www.regattacentral.com/model
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: rc-api.xsd
MinOccurs 0
MaxOccurs (1)
Abstract False
ContentType Restriction
Collapse XSD Schema Diagram:
XSD Diagram of abbreviation
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:element name="abbreviation" minOccurs="0">
    <xs:simpleType>
        <xs:restriction base="xs:string">
            <xs:maxLength value="85" />
        </xs:restriction>
    </xs:simpleType>
</xs:element>