<xsd:complexType name="PeriodABIEType">
<xsd:annotation>
<xsd:documentation>
A specific period of time such as the length of time between two
known date/time points, from a start date onwards, or up to an end date.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" name="DurationMeasure" type="sqdt:TimeMeasureType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">The measure of the length
of time for this time period such as hours, days, weeks, months,
years.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="InclusiveIndicator" type="udt:IndicatorType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">The indication of whether
or not the start and end dates are included in this period.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="StartDateTime" type="udt:DateTimeType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">The date, time, date time
or other date time value for the start of this period of time.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="EndDateTime" type="udt:DateTimeType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">A date, time, date time
or other date time value which specifies the end of this period of
time.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="CompleteDateTime" type="udt:DateTimeType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5"> The date, time, date
time or other date time value for a complete period of time expressed as a specific
month, a specific week etc. type code for a particular Bulletin.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="OpenIndicator" type="udt:IndicatorType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">The indication of whether
or not an entity is open during this period.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="DayOfWeekCode" type="sqdt:DayOfWeekCodeType">
<xsd:annotation>
<xsd:documentation>The DaysOfWeek component is used to identify availability based on
days of the week.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|