p

xlink

package xlink

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait ActuateType extends AnyRef
  2. case class ArcAttrs(xlinktype: TypeType, xlinkarcrole: Option[URI] = None, xlinktitle: Option[String] = None, xlinkshow: Option[ShowType] = None, xlinkactuate: Option[ActuateType] = None, xlinkfrom: Option[String] = None, xlinkto: Option[String] = None) extends Product with Serializable
  3. case class ArcModelSequence(title: TitleEltType*) extends Product with Serializable
  4. case class ArcType(arcModelSequence1: ArcModelSequence, attributes: Map[String, DataRecord[Any]] = Map.empty) extends ExtendedModelOption with Product with Serializable
  5. 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.

    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.

  6. case class ExtendedAttrs(xlinktype: TypeType, xlinkrole: Option[URI] = None, xlinktitle: Option[String] = None) extends Product with Serializable
  7. trait ExtendedModelOption extends AnyRef
  8. case class LocatorAttrs(xlinktype: TypeType, xlinkhref: URI, xlinkrole: Option[URI] = None, xlinktitle: Option[String] = None, xlinklabel: Option[String] = None) extends Product with Serializable
  9. case class LocatorModelSequence(title: TitleEltType*) extends Product with Serializable
  10. case class LocatorType(locatorModelSequence1: LocatorModelSequence, attributes: Map[String, DataRecord[Any]] = Map.empty) extends ExtendedModelOption with Product with Serializable
  11. case class ResourceAttrs(xlinktype: TypeType, xlinkrole: Option[URI] = None, xlinktitle: Option[String] = None, xlinklabel: Option[String] = None) extends Product with Serializable
  12. case class ResourceModelSequence(any: DataRecord[Any]*) extends Product with Serializable
  13. case class ResourceType(mixed: Seq[DataRecord[Any]] = Nil, attributes: Map[String, DataRecord[Any]] = Map.empty) extends ExtendedModelOption with Product with Serializable
  14. sealed trait ShowType extends AnyRef
  15. case class SimpleAttrs(xlinktype: TypeType, xlinkhref: Option[URI] = None, xlinkrole: Option[URI] = None, xlinkarcrole: Option[URI] = None, xlinktitle: Option[String] = None, xlinkshow: Option[ShowType] = None, xlinkactuate: Option[ActuateType] = None) extends Product with Serializable
  16. case class SimpleModelSequence(any2: DataRecord[Any]*) extends Product with Serializable
  17. case class SimpleType(mixed: Seq[DataRecord[Any]] = 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 simple links.

  18. case class TitleAttrs(xlinktype: TypeType, xmllang: Option[String] = None) extends Product with Serializable
  19. case class TitleEltType(mixed: Seq[DataRecord[Any]] = Nil, attributes: Map[String, DataRecord[Any]] = Map.empty) extends ExtendedModelOption with Product with Serializable
  20. case class TitleModelSequence(any3: DataRecord[Any]*) extends Product with Serializable
  21. sealed trait TypeType extends AnyRef

    This schema document provides attribute declarations and attribute group, complex type and simple type definitions which can be used in the construction of user schemas to define the structure of particular linking constructs, e.g.

    This schema document provides attribute declarations and attribute group, complex type and simple type definitions which can be used in the construction of user schemas to define the structure of particular linking constructs, e.g.

    <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xl="http://www.w3.org/1999/xlink">

    <xs:import namespace="http://www.w3.org/1999/xlink" location="http://www.w3.org/1999/xlink.xsd">

    <xs:element name="mySimple"> <xs:complexType> ... <xs:attributeGroup ref="xl:simpleAttrs"/> ... </xs:complexType> </xs:element> ... </xs:schema>

Value Members

  1. object ActuateType
  2. object Arc extends TypeType with Product with Serializable
  3. object Embed extends ShowType with Product with Serializable
  4. object ExtendedValue extends TypeType with Product with Serializable
  5. object Locator extends TypeType with Product with Serializable
  6. object New extends ShowType with Product with Serializable
  7. object NoneType extends ShowType with Product with Serializable
  8. object NoneTypeValue extends ActuateType with Product with Serializable
  9. object OnLoad extends ActuateType with Product with Serializable
  10. object OnRequest extends ActuateType with Product with Serializable
  11. object Other extends ShowType with Product with Serializable
  12. object OtherValue extends ActuateType with Product with Serializable
  13. object Replace extends ShowType with Product with Serializable
  14. object Resource extends TypeType with Product with Serializable
  15. object ShowType
  16. object Simple extends TypeType with Product with Serializable
  17. object Title extends TypeType with Product with Serializable
  18. object TypeType

Ungrouped