complexType "fromType"
Namespace:
Content:
complex, 4 elements
Defined:
globally in myAlerts.xsd; see XML source
Includes:
definitions of 4 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (4):
acknowledge (type xsd:string), category (in from), expiresAt (in from), identityHeader (in from)
All Direct / Indirect Based Elements (1):
from (in notification)
Known Usage Locations
XML Source (see within schema source)
<xsd:complexType name="fromType">
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" name="identityHeader" type="identityHeaderType"/>
<xsd:element maxOccurs="1" minOccurs="0" name="expiresAt" type="expiresType"/>
<xsd:element maxOccurs="1" minOccurs="0" name="acknowledge" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="category" type="categoryType"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; 4/4)
acknowledge
Type:
xsd:string, predefined, simple content
Defined:
locally within (this) 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 (this) 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 (this) 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 (this) fromType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="identityHeader" type="identityHeaderType"/>