Definition Type: ComplexType
Name: TimePeriodType
Namespace: http://www.openapplications.org/oagis/9
Type: nsA: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_xsd Drilldown into Duration in schema fields_xsd Drilldown into StartDateTime in schema fields_xsd Drilldown into TimePeriodABIEType in schema components_xsdXSD Diagram of TimePeriodType in schema components_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xsd:complexType name="TimePeriodType">
    <xsd:annotation>
        <xsd:documentation>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 nsA:StartDateTime (1) (1)
Duration nsA:Duration 0 (1)
EndDateTime nsA:EndDateTime 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:ActualTimePeriod, nsA:ApprovalEffectivePeriod, nsA:BiddingTimePeriod, nsA:EffectiveTimePeriod, nsA:ExecutionTimePeriod, nsA:ForecastedTimePeriod, nsA:LaborTimePeriod, nsA:OperationTimePeriod, nsA:PlannedTimePeriod, nsA:PurchaseTimePeriod, nsA:ScheduledTimePeriod, nsA:ScheduleTimePeriod, nsA:SetupTimePeriod, nsA:SupplierSelectionTimePeriod, nsA:TearDownTimePeriod, nsA:TimePeriod, nsA:WorkTimePeriod