<xs:complexType name="Dependency">
<xs:sequence>
<!-- +++ PS
+++ does the dependency need an associated resource to
connect the id?
-->
<xs:element name="Id" type="xs:string" minOccurs="1">
<xs:annotation>
<xs:documentation>
The internal identifier for the associated
transaction or other action that this activity
depends.
</xs:documentation>
<xs:appinfo>
RA66722343332
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="Description" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>
A description of the dependency.
</xs:documentation>
<xs:appinfo>
Depends on the successful completion of the
appraisal.
</xs:appinfo>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
|