Definition Type: ComplexType
Name: TimePeriodABIEType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: Components.xsd
Abstract
Documentation:
TimePeriodABIEType is logically derived from UN/CEFACT TBG17 ABIE PeriodType as defined in the Reusable Aggregate Business Information Entity (RUABIE) XML Schema file.
Collapse XSD Schema Diagram:
Drilldown into EndDateTime in schema fields_xsd1 Drilldown into Duration in schema fields_xsd1 Drilldown into StartDateTime in schema fields_xsd1XSD Diagram of TimePeriodABIEType in schema components_xsd1 (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="TimePeriodABIEType">
    <xsd:annotation>
        <xsd:documentation source="http://www.openapplications.org/oagis/9">
            TimePeriodABIEType is logically derived from UN/CEFACT TBG17 ABIE PeriodType as defined
            in the Reusable Aggregate Business Information Entity (RUABIE) XML Schema file.
         </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element minOccurs="0" ref="StartDateTime" />
        <xsd:choice>
            <xsd:element minOccurs="0" ref="Duration" />
            <xsd:element minOccurs="0" ref="EndDateTime" />
        </xsd:choice>
    </xsd:sequence>
</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:TimePeriodType