Definition Type: Element
Name: RequestDateRange
Namespace: http://www.starstandard.org/STAR/5
Type: star:PeriodABIEType
Containing Schema: Components.xsd
Abstract
Documentation:
A date range that is used to request transactions belonging to a specific start and end date range. For example, to request RetailDeliveryReporting, PartsInvoice, RepairOrder transactions belonging to a date range. This component was implemented to facilitate third party - dealer integrations, however it can be used in other scenarios.
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_xsd Drilldown into PeriodABIEType in schema components_xsdXSD Diagram of RequestDateRange in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:element name="RequestDateRange" type="PeriodABIEType">
    <xsd:annotation>
        <xsd:documentation>A date range that is used to request transactions belonging to a specific start and end date range. For example, to request RetailDeliveryReporting,
                PartsInvoice, RepairOrder transactions belonging to a date range. This component was implemented to facilitate third party - dealer integrations, however it can be used
                in other scenarios. 
            </xsd:documentation>
    </xsd:annotation>
</xsd:element>
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: