Information describing the components that are part of a boat.
XSD Schema Diagram:
XSD Schema Code:
<xsd:element name="Boat" type="BoatType">
<xsd:annotation>
<xsd:documentation>Information describing the components that are part of a boat.</xsd:documentation>
</xsd:annotation>
</xsd:element>