in scala/xml/xsd
object ContentModel

object ContentModel
extends WordExp
with ScalaObject

Field Summary
  type _labelT
  type _regexpT

Method Summary
final def fromSchema(nodes: Seq[Node]): List[RegExp]
final def fromSchema(node: Node): RegExp

Object Summary
  object Translator

Class Summary
case class ElemRef(name: String)

Field Detail

_labelT

  type _labelT = ElemRef

_regexpT

  type _regexpT = RegExp
Method Detail

fromSchema

  final def fromSchema(nodes: Seq[Node]): List[RegExp]

fromSchema

  final def fromSchema(node: Node): RegExp