Attributes

trait Attributes extends Attributes
class Object
trait Matchable
class Any

Value members

Abstract methods

def maxOccursOption: Option[Int]

The maxOccurs attribute as optional integer, defaulting to 1, but returning None for "unbounded"

The maxOccurs attribute as optional integer, defaulting to 1, but returning None for "unbounded"

def minOccurs: Int

The minOccurs attribute value, defaulting to 1

The minOccurs attribute value, defaulting to 1

Inherited methods

def idOption: Option[String]
Inherited from
Attributes
def otherAttributes: Map[EName, String]
Inherited from
Attributes