IdentificationUriSet

Identification and location URIs for a resource.

Element Group Information

Model

Used By

Source

<xsd:group name="IdentificationUriSet">
  <xsd:annotation>
    <xsd:documentation>Identification and location URIs for a resource.</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="CanonicalUri" type="xsd:anyURI" minOccurs="0">
      <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:element name="CanonicalVersionUri" type="xsd:anyURI">
      <xsd:annotation>
        <xsd:documentation>Canonical URI which serves as a unique identifier for this version of the resource.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="LocationUri" minOccurs="0" maxOccurs="unbounded" type="xsd:anyURI">
      <xsd:annotation>
        <xsd:documentation>Suggested retrieval location for this version of the resource.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
  </xsd:sequence>
</xsd:group>