Definition Type: ComplexType
Name: TimePeriodType
Namespace: http://www.openapplications.org/oagis/9
Type: oagis:TimePeriodABIEType
Containing Schema: Components.xsd
Abstract
Documentation:
Provides the structure to indicate a Date/Time period where the Time is provided with in the Start and Duration or EndDateTime.
Collapse XSD Schema Diagram:
Drilldown into EndDateTime in schema fields_xsd1 Drilldown into Duration in schema fields_xsd1 Drilldown into StartDateTime in schema fields_xsd1 Drilldown into TimePeriodABIEType in schema components_xsd1XSD Diagram of TimePeriodType in schema components_xsd1 (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="TimePeriodType">
    <xsd:annotation>
        <xsd:documentation source="http://www.openapplications.org/oagis/9">
            Provides the structure to indicate a Date/Time period where the Time is provided with in
            the Start and Duration or EndDateTime.
         </xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="TimePeriodABIEType" />
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
StartDateTime oagis:StartDateTime 0 (1)
Duration oagis:Duration 0 (1)
EndDateTime oagis:EndDateTime 0 (1)
Collapse Derivation Tree:
Collapse References:
oagis:ActualTimePeriod, oagis:ApprovalEffectivePeriod, oagis:BiddingTimePeriod, oagis:EffectiveTimePeriod, oagis:ExecutionTimePeriod, oagis:ForecastedTimePeriod, oagis:LaborTimePeriod, oagis:OperationTimePeriod, oagis:PlannedTimePeriod, oagis:PurchaseTimePeriod, oagis:ReportTimePeriod, oagis:ScheduledTimePeriod, oagis:ScheduleTimePeriod, oagis:SetupTimePeriod, oagis:SupplierSelectionTimePeriod, oagis:TearDownTimePeriod, oagis:TimePeriod, oagis:WorkTimePeriod