QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
href | xs:anyURI | required | |||||
hreflang | xs:NMTOKEN | optional | |||||
length | xs:positiveInteger | optional | |||||
rel | atom:RelCodeType | optional | |||||
title | xs:string | optional | |||||
type | xs:string | optional | |||||
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="link" type="atom:linkType" minOccurs="0" maxOccurs="unbounded"/> |
< link xmlns = "http://www.w3.org/2005/Atom" rel = "alternate" type = "application/xhtml+xml" href = "http://blog.case.edu/" /> |