Definition Type: ComplexType
Name: OwnedBoatDetailType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
The detail information regarding a boat that is owned by an indivual or organization.
Collapse XSD Schema Diagram:
Drilldown into Trailer in schema components_xsd Drilldown into Engine in schema components_xsd Drilldown into Boat in schema components_xsdXSD Diagram of OwnedBoatDetailType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="OwnedBoatDetailType">
    <xsd:annotation>
        <xsd:documentation>The detail information regarding a boat that is owned by an indivual
                or organization.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element minOccurs="0" ref="Boat" />
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="Engine" />
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="Trailer" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Boat star:Boat 0 (1)
Engine star:Engine 0 unbounded
Trailer star:Trailer 0 unbounded
Collapse Derivation Tree:
Collapse References:
star:OwnedBoatDetail