QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
from | xs:string | required | ||||
key | xs:string | required | ||||
name | xs:string | required | ||||
type | apml:MimeType | required | ||||
updated | apml:ISO8601DateType | required | ||||
value | apml:NodeValueType | required | ||||
Wildcard: ANY attribute from ANY namespace |
<xs:element name="Source" type="apml:ImplicitSourceType" minOccurs="0" maxOccurs="unbounded"/> |
< Sources xmlns = "http://www.apml.org/apml-0.6" > |
< Source key = "http://feeds.feedburner.com/apmlspec" name = "APML.org" value = "1.00" type = "application/rss+xml" from = "GatheringTool.com" updated = "2007-03-11T01:55:00Z" > |
< Author key = "Sample" value = "0.5" from = "GatheringTool.com" updated = "2007-03-11T01:55:00Z" /> |
</ Source> |
</ Sources> |