apml:ImplicitNodeType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
from xs:string required
key xs:string required
updated apml:ISO8601DateType required
value apml:NodeValueType required
Wildcard: ANY attribute from ANY namespace

Used By

Source

<xs:complexType name="ImplicitNodeType">
  <xs:complexContent>
    <xs:extension base="apml:ExplicitNodeType">
      <!--

          Contains a unique application identifier that allows each application to determine

          the nodes that they have contributed. This, however, should not be used as a filter

          when reading the data.

        -->
      <xs:attribute name="from" type="xs:string" use="required"/>
      <!--

          A date indicating the last time this value was updated. Nodes older than 30 days

          should be considered deprecated by other applications, and thus ignored.

          This ensures that if an application that was contributing to an APML profile no longer

          continues being used, it data will not result in the profile being stale.

        -->
      <xs:attribute name="updated" type="apml:ISO8601DateType" use="required"/>
      <!-- Allow additional attributes -->
      <xs:anyAttribute/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>