atom:uri

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
xml:base xs:anyURI optional
See http://www.w3.org/TR/xmlbase/ for
information about this attribute.
xml:lang xs:language optional
In due course, we should install the relevant ISO 2- and 3-letter
codes as the enumerated possible values . . .
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.w3.org/2005/Atom'

Source

<xs:element name="uri" type="atom:uriType" minOccurs="0"/>

Sample

< author xmlns = "http://www.w3.org/2005/Atom" >

< name>

jms18

</ name>

< uri>

http://blog.case.edu/jms18/

</ uri>

< email>

jeremy.smith@case.edu

</ email>

</ author>