Definition Type: ComplexType
Name: TimePeriodType
Namespace: http://www.openapplications.org/oagis/9
Type: oa: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 InclusiveIndicator in schema fields_xsd1 Drilldown into TimePeriodABIEType in schema components_xsd1XSD Diagram of TimePeriodType in schema components_xsd1 (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="TimePeriodType">
    <xsd:annotation>
        <xsd:documentation source="http://www.openapplications.org/platform/1">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
InclusiveIndicator oa:InclusiveIndicator 0 (1)
StartDateTime oa:StartDateTime 0 (1)
Duration oa:Duration 0 (1)
EndDateTime oa:EndDateTime 0 (1)
Collapse Derivation Tree:
Collapse References:
oa:ActualTimePeriod, oa:ApprovalEffectivePeriod, oa:BiddingTimePeriod, nsA:BlackoutPeriod, oa:DownTimePeriodoa:EffectiveTimePeriod, oa:ExecutionTimePeriod, oa:ForecastedTimePeriod, oa:LaborTimePeriod, nsA:OfferingPeriod, oa:OperationTimePeriod, oa:PlannedTimePeriod, nsA:ProbationPeriod, oa:PurchaseTimePeriod, oa:ReportTimePeriod, nsA:RestrictionPeriod, oa:ScheduledTimePeriod, oa:ScheduleTimePeriod, nsA:SearchPeriod, oa:SetupTimePeriod, oa:SupplierSelectionTimePeriod, oa:TearDownTimePeriod, oa:TimePeriod, oa:TransportationTimePeriod, oa:WorkTimePeriod,