element <humanReadable> (global)
Namespace:
Type:
anonymous complexType
Content:
complex, 4 elements
Defined:
globally in myAlerts.xsd; see XML source
Includes:
definitions of 4 elements
Used:
never
XML Representation Summary
<humanReadable>
   
Content: 
</humanReadable>
Content model elements (4):
actionUrl (type xsd:anyURI), baseUrl (type xsd:anyURI), language (in humanReadable), subscriptionUrl (type xsd:anyURI)
Annotation
This element is an argot used to convey human readable information in an alert. The receiver of a human readable alert should be able, at a minimum, to display the text element data to a human in either textual or speech form.
XML Source (see within schema source)
<xsd:element name="humanReadable">
<!-- sgfix: minOccurs and maxOccurs can not appear on elements at global scope
minOccurs="1"
maxOccurs="1"
-->
<xsd:annotation>
<xsd:documentation>
This element is an argot used to convey human readable information in
an alert. The receiver of a human readable alert should be
able, at a minimum, to display the text element data to a human
in either textual or speech form.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="1" name="baseUrl" type="xsd:anyURI">
<xsd:annotation>
<xsd:documentation>
The base URL to which all other URLs are relative.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="1" name="actionUrl" type="xsd:anyURI">
<xsd:annotation>
<xsd:documentation>
This is a URL that links to an action page from the sender.
This URL can be relative to the
<b>baseURL</b>
element.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="1" name="subscriptionUrl" type="xsd:anyURI">
<xsd:annotation>
<xsd:documentation>
This is a URL that links to the sender's page that allows the
receiver to view and change the way the alert was sent.
This URL can be relative to the
<b>baseURL</b>
element.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="1" name="language">
<xsd:annotation>
<xsd:documentation>
This element contains text specific to a language. You can
include as many language elements as you like to convey the
same information in different languages.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="1" name="text" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
The element contains the text to be conveyed to the human.
This text must be in the language specified by the
<b>xml:lang</b>
attribute.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute ref="xml:lang" use="required">
<xsd:annotation>
<xsd:documentation>
This required attribute is used to specify an ISO 639 language code
or an ISO 3166 country code as described in
<a href="http://www.ietf.org/rfc/rfc1766.txt">RFC 1766</a>
.
The value of this attribute indicates the language type of
the content within this element.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="iconUrl" type="xsd:anyURI">
<xsd:annotation>
<xsd:documentation>
This attribute contains an optional URL from the sender for an icon in a Portable Network Graphics (PNG) file
that can be used when the userAgent
displays the content to the user.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
Content Element Detail (all declarations; 4/4)
actionUrl
Type:
xsd:anyURI, predefined, simple content
Defined:
locally within (this) humanReadable element
This is a URL that links to an action page from the sender. This URL can be relative to the <b>baseURL</b> element.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="1" name="actionUrl" type="xsd:anyURI">
<xsd:annotation>
<xsd:documentation>
This is a URL that links to an action page from the sender.
This URL can be relative to the
<b>baseURL</b>
element.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

baseUrl
Type:
xsd:anyURI, predefined, simple content
Defined:
locally within (this) humanReadable element
The base URL to which all other URLs are relative.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="1" name="baseUrl" type="xsd:anyURI">
<xsd:annotation>
<xsd:documentation>
The base URL to which all other URLs are relative.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

language
Type:
anonymous complexType, complex content
Defined:
locally within (this) humanReadable element
This element contains text specific to a language. You can include as many language elements as you like to convey the same information in different languages.
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="1" name="language">
<xsd:annotation>
<xsd:documentation>
This element contains text specific to a language. You can
include as many language elements as you like to convey the
same information in different languages.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="1" name="text" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
The element contains the text to be conveyed to the human.
This text must be in the language specified by the
<b>xml:lang</b>
attribute.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute ref="xml:lang" use="required">
<xsd:annotation>
<xsd:documentation>
This required attribute is used to specify an ISO 639 language code
or an ISO 3166 country code as described in
<a href="http://www.ietf.org/rfc/rfc1766.txt">RFC 1766</a>
.
The value of this attribute indicates the language type of
the content within this element.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="iconUrl" type="xsd:anyURI">
<xsd:annotation>
<xsd:documentation>
This attribute contains an optional URL from the sender for an icon in a Portable Network Graphics (PNG) file
that can be used when the userAgent
displays the content to the user.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element>

subscriptionUrl
Type:
xsd:anyURI, predefined, simple content
Defined:
locally within (this) humanReadable element
This is a URL that links to the sender's page that allows the receiver to view and change the way the alert was sent. This URL can be relative to the <b>baseURL</b> element.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="1" name="subscriptionUrl" type="xsd:anyURI">
<xsd:annotation>
<xsd:documentation>
This is a URL that links to the sender's page that allows the
receiver to view and change the way the alert was sent.
This URL can be relative to the
<b>baseURL</b>
element.
</xsd:documentation>
</xsd:annotation>
</xsd:element>