Definition Type: ComplexType
Name: OwnedItemType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
The detail information regarding a owned item like a vehicle, boat, or similar item.
Collapse XSD Schema Diagram:
Drilldown into OwnedTrailerDetail in schema components_xsd Drilldown into OwnedEngineDetail in schema components_xsd Drilldown into OwnedBoatDetail in schema components_xsd Drilldown into OwnedVehicleDetail in schema components_xsdXSD Diagram of OwnedItemType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="OwnedItemType">
    <xsd:annotation>
        <xsd:documentation>The detail information regarding a owned item like a vehicle, boat,
                or similar item.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="OwnedVehicleDetail" />
        <xsd:element minOccurs="0" ref="OwnedBoatDetail" />
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="OwnedEngineDetail" />
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="OwnedTrailerDetail" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
OwnedVehicleDetail star:OwnedVehicleDetail 0 unbounded
OwnedBoatDetail star:OwnedBoatDetail 0 (1)
OwnedEngineDetail star:OwnedEngineDetail 0 unbounded
OwnedTrailerDetail star:OwnedTrailerDetail 0 unbounded
Collapse Derivation Tree:
Collapse References:
star:CurrentlyOwnedItem, star:OwnedItem, star:PreviouslyOwnedItem