Documentation for axm-1.0

Complex Type: ActivityReport

[Table of contents]

Super-types: None
Sub-types: None
Name ActivityReport
Used by (from the same schema document) Element activityReport
Abstract no
Documentation The cumulative and average values summarizing multiple activies often grouping on a particular subject like username, activity type, year, etc.
XML Instance Representation
<...
id=" xsd:ID [0..1]

'ID attribute is used to identify a unique element. Per the definition it must be unique within the scope of the document so that clients can reference the containing element using the findById method provided by their parser. Since xsd:ID requires an ID to start with an alphabetic character, not a number then most IDs will prefix the value with the \"domain\" of the ID they represent. For example, the activity/@id attribute would probably have a value of activity/@id=\"activity_1234\" and series/@id=\"series_3849\", etc. Other elements will reference this ID attribute by containing their own attribute as an xsd:IDREF type. This id attribute is only for the document, not meant to reference the ID that a system provides. Refer to the systemId global element to understand more about identifying the ID from a specific system or application. NOTE: This is only optional to currently allow Measurement to extend definition. Measurement currently does not require ID, but it probably should. AR 11/2007'

"

idValue=" xsd:anySimpleType [0..1]

'The id of the authoring system. The @author attribute of this document references who built the document. To make the use of AXM easier this idValue attribute is supplied so clients can easily reference ID values of the authoring system without having to iterate through creation histories. Unlike @id attributes, this does not use xsd:IDREF and will not resolve to a document definition in the dictionary. Instead it is intended to be used by a client that is aware of how to use the author\'s IDs (a web application that works specifically with a web service like Garmin Connect and Connect API).'

"
>
<axm:series> ... </axm:series> [1]
<axm:name> axm:Display </axm:name> [1]
</...>
Diagram
h-1105639142 h-1893331811 h-115615790
Schema Component Representation
<xsd:complexType name="ActivityReport">
<xsd:sequence>
<xsd:element ref=" axm:series "/>
<xsd:element name="name" type=" axm:Display "/>
</xsd:sequence>
<xsd:attributeGroup ref=" axm:identifiable "/>
</xsd:complexType>