ExVEx.Packaging.Relationships.Relationship (ExVEx v0.1.2)

Copy Markdown View Source

A single <Relationship> record: an opaque id, a type URI, and a target path that is resolved relative to the directory containing the .rels file that declared it.

Summary

Types

t()

@type t() :: %ExVEx.Packaging.Relationships.Relationship{
  id: String.t(),
  target: String.t(),
  target_mode: target_mode(),
  type: String.t()
}

target_mode()

@type target_mode() :: :internal | :external