Identification

Identification and location information for a resource.

Complex Type Information

Model

Used By

Source

<xsd:complexType name="Identification">
  <xsd:annotation>
    <xsd:documentation>Identification and location information for a resource.</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:group ref="NameSet">
      <xsd:annotation>
        <xsd:documentation>Name(s) for the resource.</xsd:documentation>
      </xsd:annotation>
    </xsd:group>
    <xsd:element name="Version" type="xsd:token">
      <xsd:annotation>
        <xsd:documentation>Version of the resource.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="CanonicalUri" type="xsd:anyURI">
      <xsd:annotation>
        <xsd:documentation>Canonical URI which serves as a unique identifier for all versions of the resource.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:group ref="IdentificationUriSet">
      <xsd:annotation>
        <xsd:documentation>Identification and location URIs for the resource.</xsd:documentation>
      </xsd:annotation>
    </xsd:group>
  </xsd:sequence>
</xsd:complexType>