Definition Type: Element
Name: contactCity
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 contactCity
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:element name="contactCity" minOccurs="0">
    <xs:simpleType>
        <xs:restriction base="xs:string">
            <xs:maxLength value="40" />
        </xs:restriction>
    </xs:simpleType>
</xs:element>