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
Ordering
- Alphabetic
- By Inheritance
Inherited
- Extended
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Extended(extendedModelOption1: Seq[DataRecord[ExtendedModelOption]] = Nil, attributes: Map[String, DataRecord[Any]] = Map.empty)
Value Members
- val attributes: Map[String, DataRecord[Any]]
- val extendedModelOption1: Seq[DataRecord[ExtendedModelOption]]
- lazy val xlinkrole: Option[URI]
- lazy val xlinktitle: Option[String]
- lazy val xlinktype: TypeType