SchemaContentElementKey

final case class SchemaContentElementKey(targetNamespaceUriOption: Option[String], elementName: EName, id: String) extends ElementKey

Element key of a SchemaContentElement. It contains the ID, along with the optional target namespace and the element name. It is assumed that this combination is unique across schema content elements.

Element key of a SchemaContentElement. It contains the ID, along with the optional target namespace and the element name. It is assumed that this combination is unique across schema content elements.

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product