Definition Type: ComplexType
Name: Photo
Namespace: http://www.regattacentral.com/model
Containing Schema: rc-api.xsd
Abstract False
Collapse XSD Schema Diagram:
Drilldown into name Drilldown into photoIdXSD Diagram of Photo
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="Photo">
    <xs:sequence>
        <xs:element name="photoId" type="xs:int" />
        <xs:element name="name" type="xs:string" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
photoId nsB:photoId (1) (1)
name nsB:name (1) (1)
Collapse Derivation Tree:
Collapse References:
nsB:photos