Element |
Description |
Type |
Occurrences |
futureNotificationTime |
Time at which the next notification is scheduled to be sent |
string |
0-unlimited |
responseList |
List of responses to this notification |
0-unlimited |
|
status |
Status of this notification |
string |
1 |
targetName |
Target name of the Group this notification targets |
string |
1 |
team |
List of Team notifications |
0-unlimited |
<xs:complexType name="SoapGroupNotification">
<xs:sequence>
<xs:element name="futureNotificationTime" nillable="true" type="xs:string"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="responseList" nillable="true" type="ns:ResponseList"/>
<xs:element name="status" nillable="true" type="xs:string"/>
<xs:element name="targetName" nillable="true" type="xs:string"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="team" nillable="true" type="ns:SoapTeamNotification"/>
</xs:sequence>
</xs:complexType>