element <contents> (local)
Namespace:
Type:
anonymous complexType
Content:
complex, elem. wildcard
Defined:
locally within notificationType complexType in myAlerts.xsd; see XML source
Includes:
definition of elem. wildcard
XML Representation Summary
<contents>
   
Content: 
</contents>
Included in content model of elements (1):
notification (type notificationType)
Annotation
This element contains the problem domain-specific data to be conveyed to the receiver. Each child element of the <b>contents</b> element is an argot, a problem domain-specific strongly typed XML blob. Streams and connections query against the element names of these blobs when selecting alerts they will process.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="1" name="contents">
<xsd:annotation>
<xsd:documentation>
This element contains the problem domain-specific data to be conveyed to the receiver.
Each child element of the
<b>contents</b>
element is an argot, a problem domain-specific
strongly typed XML blob. Streams and connections query against the element names of
these blobs when selecting alerts they will process.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
Content Element Detail (all declarations; 1/1)
{any element with non-schema namespace}
Defined:
within (this) contents element
XML Source (see within schema source)
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>