Definition Type: ComplexType
Name: PeriodABIEType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
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.
Collapse XSD Schema Diagram:
Drilldown into DayOfWeekCode in schema components_xsd Drilldown into OpenIndicator in schema components_xsd Drilldown into CompleteDateTime in schema components_xsd Drilldown into EndDateTime in schema components_xsd Drilldown into StartDateTime in schema components_xsd Drilldown into InclusiveIndicator in schema components_xsd Drilldown into DurationMeasure in schema components_xsdXSD Diagram of PeriodABIEType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DurationMeasure star:DurationMeasure 0 1
InclusiveIndicator star:InclusiveIndicator 0 1
StartDateTime star:StartDateTime 0 (1)
EndDateTime star:EndDateTime 0 (1)
CompleteDateTime star:CompleteDateTime 0 (1)
OpenIndicator star:OpenIndicator 0 (1)
DayOfWeekCode star:DayOfWeekCode 0 1
Collapse Derivation Tree:
Collapse References:
star:AvailablePeriod, star:EffectivePeriod, star:EmploymentPeriod, star:OrderDatePeriod, star:PreferredContactPeriod, star:PrivacyPeriod, star:RequestedAppointmentPeriod, star:ResidencePeriod, star:ShipmentTimePeriod, star:UnavailablePeriod, star:WarrantyPeriod