<xs:complexType name="CompletionRole">
<xs:annotation>
<xs:documentation>
The information about the completion role entity.
</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Person" type="commons:ContactablePerson" minOccurs="0" maxOccurs="unbounded" />
<xs:element name="Comments" type="commons:SecureRemark" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>
optional field to include remarks on the completion
role entity. Intended for comments related to the
activity-entity interaction.
</xs:documentation>
<xs:appinfo>
Bill has a backlog and may be late.
</xs:appinfo>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
|