Schema Component Representation
<
xs:complexType name="
ENTRY"
abstract="
true">
<
xs:complexContent>
<
xs:extension base="
CONTENT_ITEM">
<
xs:sequence>
<
xs:element name="
provider"
type="
bt:PARTY_PROXY"
minOccurs="
0"/>
<
xs:element name="
other_participations"
type="
bt:PARTICIPATION"
minOccurs="
0"
maxOccurs="
unbounded"/>
<
xs:element name="
work_flow_id"
type="
bt:OBJECT_REF"
minOccurs="
0"/>
</
xs:sequence>
</
xs:extension>
</
xs:complexContent>
</
xs:complexType>