Definition Type: ComplexType
Name: MarineVehicleRequirementsType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into BoatEngineTypeCode in schema components_xsd Drilldown into NumberOfEnginesNumeric in schema components_xsd Drilldown into HINString in schema components_xsdXSD Diagram of MarineVehicleRequirementsType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="MarineVehicleRequirementsType">
    <xsd:sequence>
        <xsd:element minOccurs="0" name="HINString" type="qdt:StringType">
            <xsd:annotation>
                <xsd:documentation>
                        Hull identification number.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="NumberOfEnginesNumeric" type="udt:NumericType">
            <xsd:annotation>
                <xsd:documentation>
                        Number of engines on vehicle.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="BoatEngineTypeCode" type="scl:BoatEngineTypeEnumeratedType">
            <xsd:annotation>
                <xsd:documentation>
                        Type of engine on or for a boat.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
HINString star:HINString 0 (1)
NumberOfEnginesNumeric star:NumberOfEnginesNumeric 0 (1)
BoatEngineTypeCode star:BoatEngineTypeCode 0 (1)
Collapse Derivation Tree:
Collapse References:
star:MarineVehicleRequirements