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_xsd Drilldown into Duration in schema fields_xsd Drilldown into StartDateTime in schema fields_xsdXSD Diagram of TimePeriodABIEType in schema components_xsd (Open Applications Group (OAGIS))
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 ref="StartDateTime" />
        <xsd:choice>
            <xsd:element ref="Duration" minOccurs="0" />
            <xsd:element ref="EndDateTime" minOccurs="0" />
        </xsd:choice>
    </xsd:sequence>
</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:TimePeriodType