element <language> (local)
Namespace:
Type:
anonymous complexType
Content:
complex, 2 attributes, 1 element
Defined:
Includes:
definitions of 2 attributes, 1 element
XML Representation Summary
<language
   
 = 
xsd:anyURI
 = 
(xsd:language | "")
   
>
   
Content: 
</language>
Content model elements (1):
text (type xsd:string)
Included in content model of elements (1):
humanReadable
Annotation
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>
Attribute Detail (all declarations; 2/2)
iconUrl
Type:
xsd:anyURI, predefined
Use:
optional
Defined:
locally within (this) language element
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.
XML Source (see within schema source)
<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>

xml:lang
Type:
anonymous simpleType (union of (xs:language | restriction of xs:string))
Use:
required
Defined:
by reference within (this) language element
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.
XML Source (see within schema source)
<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>
Content Element Detail (all declarations; 1/1)
text
Type:
xsd:string, predefined, simple content
Defined:
locally within (this) language element
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.
XML Source (see within schema source)
<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>