<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>
|