Annotation

User annotation information for a resource.

Complex Type Information

Model

Children: AppInfo, Description

Used By

Source

<xsd:complexType name="Annotation">
  <xsd:annotation>
    <xsd:documentation>User annotation information for a resource.</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="Description" minOccurs="0" type="AnyOtherContent">
      <xsd:annotation>
        <xsd:documentation>Human-readable information about the resource.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="AppInfo" minOccurs="0" type="AnyOtherContent">
      <xsd:annotation>
        <xsd:documentation>Machine-readable information about the resource.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>