<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>
|