element <triggerData> (local)
Namespace:
Type:
anonymous complexType
Content:
complex, 2 elements
Defined:
Includes:
definitions of 2 elements
XML Representation Summary
<triggerData>
   
Content: 
</triggerData>
Content model elements (2):
changedBlue (type changedBlueType), deletedBlue (type deletedBlueType)
Included in content model of elements (1):
subscriptionResponse
Annotation
This element contains the data in the form of <b>changedBlue</b> nodes and in the form of <b>deletedBlue</b> nodes for the data that has changed relative to the trigger.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="triggerData">
<xsd:annotation>
<xsd:documentation>
This element contains the data in the form of
<b>changedBlue</b>
nodes and in the
form of
<b>deletedBlue</b>
nodes for the data that has changed relative to the trigger.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" name="changedBlue" type="changedBlueType"/>
<xsd:element maxOccurs="1" minOccurs="0" name="deletedBlue" type="deletedBlueType"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
Content Element Detail (all declarations; 2/2)
changedBlue
Type:
changedBlueType, complex content
Defined:
locally within (this) triggerData element
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="changedBlue" type="changedBlueType"/>

deletedBlue
Type:
deletedBlueType, empty content
Defined:
locally within (this) triggerData element
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="deletedBlue" type="deletedBlueType"/>