c

xlink

Extended

case class Extended(extendedModelOption1: Seq[DataRecord[ExtendedModelOption]] = Nil, attributes: Map[String, DataRecord[Any]] = Map.empty) extends Product with Serializable

Intended for use as the type of user-declared elements to make them extended links. Note that the elements referenced in the content model are all abstract. The intention is that by simply declaring elements with these as their substitutionGroup, all the right things will happen.

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Extended
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Extended(extendedModelOption1: Seq[DataRecord[ExtendedModelOption]] = Nil, attributes: Map[String, DataRecord[Any]] = Map.empty)

Value Members

  1. val attributes: Map[String, DataRecord[Any]]
  2. val extendedModelOption1: Seq[DataRecord[ExtendedModelOption]]
  3. lazy val xlinkrole: Option[URI]
  4. lazy val xlinktitle: Option[String]
  5. lazy val xlinktype: TypeType