| Top |  |  |  |  | 
Figure 245. Schema fragment for subs:Notification
<xs:complexType name="NotificationType">
  <xs:sequence>
    <xs:element ref="lu:TestResult" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
  <xs:attribute name="id" use="optional" type="xs:ID"/>
  <xs:attribute name="subscriptionID" use="required" type="lu:IDType"/>
  <xs:attribute name="expires" use="optional" type="xs:dateTime"/>
  <xs:attribute name="endReason" use="optional" type="xs:anyURI"/>
</xs:complexType>
LassoIdWsf2SubsNotification *
lasso_idwsf2_subs_notification_new (void);
Creates a new LassoIdWsf2SubsNotification object.