
| QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
|---|---|---|---|---|---|---|---|
| xml:base | xs:anyURI | optional |
|
||||
| xml:lang | xs:language | optional |
|
||||
| Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.w3.org/2005/Atom' | |||||||
<xs:element name="feed" type="atom:feedType"/> |
|
< feed xmlns = "http://www.w3.org/2005/Atom" xml:lang = "en-us" > |
|
< title type = "text" > |
|
Blog@Case |
|
</ title> |
|
< id> |
|
http://blog.case.edu/ |
|
</ id> |
|
< link rel = "alternate" type = "application/xhtml+xml" href = "http://blog.case.edu/" /> |
|
< link rel = "self" type = "application/atom+xml" href = "http://blog.case.edu/news/feed.atom" /> |
|
< author> |
|
< name> |
|
jms18 |
|
</ name> |
|
< uri> |
|
http://blog.case.edu/jms18/ |
|
</ uri> |
|
< email> |
|
jeremy.smith@case.edu |
|
</ email> |
|
</ author> |
|
< generator uri = "http://www.sixapart.com/movabletype/" version = "3.121" > |
|
Movable Type |