
| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| version | xs:string | required | ||||
| Wildcard: ANY attribute from ANY namespace | ||||||
<xs:element name="APML"> <xs:complexType> <xs:sequence> <xs:element name="Head" type="apml:HeadType"/> <xs:element name="Body" type="apml:BodyType"/> </xs:sequence> <!-- Defines the specification version this APML document currently adheres to. Currently expected to be 0.6. --> <xs:attribute name="version" type="xs:string" use="required"/> <!-- Allow additional attributes --> <xs:anyAttribute/> </xs:complexType> </xs:element> |
|
< APML xmlns = "http://www.apml.org/apml-0.6" version = "0.6" > |
|
< Head> |
|
< Title> |
|
Example APML file for apml.org |
|
</ Title> |
|
< Generator> |
|
Written by Hand |
|
</ Generator> |
|
< UserEmail> |
|
sample@apml.org |
|
</ UserEmail> |
|
< DateCreated> |
|
2007-03-11T01:55:00Z |
|
</ DateCreated> |
|
</ Head> |
|
< Profile name = "Home" > |
|
< ImplicitData> |
|
< Concepts> |
|
< Concept key = "attention" value = "0.99" from = "GatheringTool.com" updated = "2007-03-11T01:55:00Z" /> |