element <from> (local)
Namespace:
Type:
Content:
complex, 4 elements
Defined:
locally within notificationType complexType in myAlerts.xsd; see XML source
XML Representation Summary
<from>
   
Content: 
</from>
Content model elements (4):
acknowledge (type xsd:string), category (in from), expiresAt (in from), identityHeader (in from)
Included in content model of elements (1):
notification (type notificationType)
Annotation
This tag contains all data from the sender, including sender authentication as well as preferences and requests from the sender.
XML Source (see within schema source)
<xsd:element minOccurs="1" name="from" type="fromType">
<xsd:annotation>
<xsd:documentation>
This tag contains all data from the sender, including sender authentication as well
as preferences and requests from the sender.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
Content Element Detail (all declarations; 4/4)
acknowledge
Type:
xsd:string, predefined, simple content
Defined:
locally within fromType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="acknowledge" type="xsd:string"/>

category
Type:
categoryType, empty content
Defined:
locally within fromType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="category" type="categoryType"/>

expiresAt
Type:
expiresType, simple content
Defined:
locally within fromType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="expiresAt" type="expiresType"/>

identityHeader
Type:
identityHeaderType, complex content
Defined:
locally within fromType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="identityHeader" type="identityHeaderType"/>