<xsd:complexType name="MilestoneChangeType">
<xsd:attribute name="newTargetDate" type="boe:DateWithoutTimezone">
<xsd:annotation>
<xsd:documentation>
<p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA">New anticipated completion date of milestone.</p>
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="changeReason" type="ism:ShortStringType">
<xsd:annotation>
<xsd:documentation>
<p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA">Reason for change in milestone completion.</p>
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|