Hours of Operation Raw Value - Open Monday-Friday 8-5 and closed weekends
<?xml version="1.0" encoding="utf-16"?> | |
<hoursofoperationmodel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<days> | |
<day> | |
<isclosed>false</isclosed> | |
<openingtime>8:00 AM</openingtime> | |
<closingtime>5:00 PM</closingtime> | |
<dayofweek>Monday</dayofweek> | |
</day> | |
<day> | |
<isclosed>false</isclosed> | |
<openingtime>8:00 AM</openingtime> | |
<closingtime>5:00 PM</closingtime> | |
<dayofweek>Tuesday</dayofweek> | |
</day> | |
<day> | |
<isclosed>false</isclosed> | |
<openingtime>8:00 AM</openingtime> | |
<closingtime>5:00 PM</closingtime> | |
<dayofweek>Wednesday</dayofweek> | |
</day> | |
<day> | |
<isclosed>false</isclosed> | |
<openingtime>8:00 AM</openingtime> | |
<closingtime>5:00 PM</closingtime> | |
<dayofweek>Thursday</dayofweek> | |
</day> | |
<day> | |
<isclosed>false</isclosed> | |
<openingtime>8:00 AM</openingtime> | |
<closingtime>5:00 PM</closingtime> | |
<dayofweek>Friday</dayofweek> | |
</day> | |
<day> | |
<isclosed>true</isclosed> | |
<openingtime></openingtime> | |
<closingtime></closingtime> | |
<dayofweek>Saturday</dayofweek> | |
</day> | |
<day> | |
<isclosed>true</isclosed> | |
<openingtime></openingtime> | |
<closingtime></closingtime> | |
<dayofweek>Sunday</dayofweek> | |
</day> | |
</days> | |
<opentwentyfourhours>false</opentwentyfourhours> | |
</hoursofoperationmodel> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment