Definition Type: ComplexType
Name: HoursOfOperationType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
The HoursOfOperation component is used to identify the hours and days that a business is opened and closed.
Collapse XSD Schema Diagram:
Drilldown into DaysOfWeek in schema components_xsd Drilldown into HoursTypeCode in schema components_xsdXSD Diagram of HoursOfOperationType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="HoursOfOperationType">
    <xsd:annotation>
        <xsd:documentation>The HoursOfOperation component is used to identify the hours and days
                that a business is opened and closed.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="1" minOccurs="0" name="HoursTypeCode" type="sqdt:HoursTypeCodeType">
            <xsd:annotation>
                <xsd:documentation>Indicates a type of hours such as Sales hours, Service hours,
            etc.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="DaysOfWeek" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
HoursTypeCode star:HoursTypeCode 0 1
DaysOfWeek star:DaysOfWeek 0 unbounded
Collapse Derivation Tree:
Collapse References:
star:HoursOfOperation