<xs:complexType name="ContractPeriodType">
<xs:sequence>
<xs:choice minOccurs="0">
<xs:choice>
<xs:sequence>
<xs:element ref="StartDate" />
<xs:element ref="EndDate" minOccurs="0" />
</xs:sequence>
<xs:element ref="EndDate" />
</xs:choice>
<xs:choice>
<xs:sequence>
<xs:element ref="StartDateTime" />
<xs:element ref="EndDateTime" minOccurs="0" />
</xs:sequence>
<xs:element ref="EndDateTime" />
</xs:choice>
</xs:choice>
<xs:element ref="TimeDuration" minOccurs="0" />
<xs:element ref="PeriodScope" minOccurs="0" />
<xs:element ref="PeriodScopeDescription" minOccurs="0" />
<xs:element name="Extension" type="ContractPeriod_ExtensionType" minOccurs="0" />
</xs:sequence>
<xs:attribute name="PeriodStatus" type="EnumType" />
</xs:complexType>
|