I'd like to propose adding the lifecycle events that have already been
agreed upon and documented in the 0.8 spec to be included in the
gadget xsd schemas. After the change, the "Link" section should look
like this:
<xs:element name="Link">
<xs:complexType>
<xs:attribute name="href" type="xs:string" use="required"/>
<xs:attribute name="rel" use="required">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="gadgets.help"/>
<xs:enumeration value="gadgets.support"/>
<xs:enumeration value="event"/>
<xs:enumeration value="event.addapp"/>
<xs:enumeration value="event.removeapp"/>
<xs:enumeration value="
event.app"/>
<xs:enumeration value="event.invite"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>