← Prev in month ← Prev in thread

EventDescription question

From
Alexey Zavizionov <>
Date
2007-10-16T16:16:06+00:00
ID
Thread
EventDescription question
Hello,
I have found in the second portlet specification defining events
within portlet.xml descriptor as  fully-qualified-classType, but
within WSRP v2 spec I didn't find according definition.
Instead, there are type (QName), schemaLocation (anyURI) and
schemaType (ModelTypes).


Is there a inconsistency?

Thanks and regards,
Alexey

=== wsrp-2.0-spec-pr-03-highlight ==========================
        EventDescription Type
The EventDescription structure provides the information needed to
describe a Portlet's events.
EventDescription
 [R] QName            name
 [O] QName            aliases[]
 [O] QName            type
 [O] anyURI           schemaLocation
 [O] ModelTypes       schemaType
 [O] LocalizedString description
 [O] LocalizedString hint
 [O] LocalizedString label
 [O] Extension        extensions
===================================================

=== PortletSpec_20_draft25 ===============================
<complexType name="event-definitionType">
...
  <sequence>
    <element name="description" type="portlet:descriptionType" minOccurs="0"
maxOccurs="unbounded"/>
      <choice>
        <element name="qname" type="xs:QName"/>
        <element name="name" type="string"/>
      </choice>
      <element name="alias" type="xs:QName" minOccurs="0"
maxOccurs="unbounded"/>
      <element name="value-type"
type="portlet:fully-qualified-classType" minOccurs="0"/>
    </sequence>
  <attribute name="id" type="string" use="optional"/>
</complexType>
===================================================
← Prev in month ← Prev in thread