apml:APML

Element Information

Model

Children: apml:Body, apml:Head

Attributes

QName Type Fixed Default Use Inheritable Annotation
version xs:string required
Wildcard: ANY attribute from ANY namespace

Source

<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>

Sample

< 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>

< Body defaultprofile = "Work" >

< Profile name = "Home" >

< ImplicitData>

< Concepts>

< Concept key = "attention" value = "0.99" from = "GatheringTool.com" updated = "2007-03-11T01:55:00Z" />