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