<xs:complexType name="ParticipantType">
<xs:sequence>
<xs:element name="ParticipantKey" type="commons:resource-key" minOccurs="1" maxOccurs="1">
<xs:annotation>
<xs:documentation>
This the is the keyfield for the resource.
</xs:documentation>
<xs:appinfo>
<retsid>100264</retsid>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:choice>
<xs:element name="Team" type="teams:TeamType" minOccurs="1" maxOccurs="1">
<xs:annotation>
<xs:appinfo>
<retsid>100265</retsid>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="Member" type="members:MemberType" minOccurs="1" maxOccurs="1">
<xs:annotation>
<xs:appinfo>
<retsid>100266</retsid>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="Person" type="commons:ContactablePerson" minOccurs="1" maxOccurs="1">
<xs:annotation>
<xs:appinfo>
<retsid>100267</retsid>
</xs:appinfo>
</xs:annotation>
</xs:element>
</xs:choice>
<xs:element name="Role" type="commons:ParticipantRoleEnum" minOccurs="1" maxOccurs="1">
<xs:annotation>
<xs:appinfo>
<retsid>100268</retsid>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="ModificationTimestamp" type="commons:ModificationTimestamp" minOccurs="1" maxOccurs="1">
<xs:annotation>
<xs:documentation>
A timestamp for the most recent
modification of this record.
</xs:documentation>
<xs:appinfo>
<retsid>100269</retsid>
<example>2007-01-15T11:23:09Z</example>
</xs:appinfo>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="systemId" type="commons:system-id" use="required">
<xs:annotation>
<xs:documentation>
An identifier of the system that this
record 'belongs' to when the workflow
or event involves more than one system.
</xs:documentation>
<xs:appinfo>
<retsid>100270</retsid>
</xs:appinfo>
</xs:annotation>
</xs:attribute>
</xs:complexType>
|