Definition Type: ComplexType
Name: DailyHours
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: DealerLocatorExtended.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into closingTime in schema dealerlocatorextended_xsd Drilldown into openingTime in schema dealerlocatorextended_xsd Drilldown into dayOfWeek in schema dealerlocatorextended_xsdXSD Diagram of DailyHours in schema dealerlocatorextended_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="DailyHours">
    <xsd:sequence>
        <xsd:element name="dayOfWeek" type="xsd:int" />
        <xsd:element name="openingTime" type="udt:TextType" />
        <xsd:element name="closingTime" type="udt:TextType" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
dayOfWeek star:dayOfWeek (1) (1)
openingTime star:openingTime (1) (1)
closingTime star:closingTime (1) (1)
Collapse Derivation Tree:
Collapse References:
star:dailyHours