org.accellera.spirit.v1_4.tgi package

Submodules

org.accellera.spirit.v1_4.tgi.any_type module

class org.accellera.spirit.v1_4.tgi.any_type.AnyType(any_element: object | None = None)

Bases: object

Parameters:

any_element (object | None)

any_element: object | None

org.accellera.spirit.v1_4.tgi.any_uri module

class org.accellera.spirit.v1_4.tgi.any_uri.AnyUri(value: str = '', id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (str)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: str

org.accellera.spirit.v1_4.tgi.array module

class org.accellera.spirit.v1_4.tgi.array.Array(any_element=<factory>, array_type=None, offset=None, id=None, href=None, other_attributes=<factory>)

Bases: object

‘Array’ is a complex type for accessors identified by position.

Parameters:
  • any_element (Iterable[object])

  • array_type (str | None)

  • offset (str | None)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

any_element: Iterable[object]
array_type: str | None
href: str | None
id: str | None
offset: str | None
other_attributes: Mapping[str, str]

org.accellera.spirit.v1_4.tgi.base64_binary module

class org.accellera.spirit.v1_4.tgi.base64_binary.Base64Binary(value: Optional[bytes] = None, id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (bytes | None)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: bytes | None

org.accellera.spirit.v1_4.tgi.boolean module

class org.accellera.spirit.v1_4.tgi.boolean.Boolean(value: Optional[bool] = None, id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (bool | None)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: bool | None

org.accellera.spirit.v1_4.tgi.byte module

class org.accellera.spirit.v1_4.tgi.byte.Byte(value: Optional[int] = None, id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (int | None)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: int | None

org.accellera.spirit.v1_4.tgi.date module

class org.accellera.spirit.v1_4.tgi.date.Date(value: Optional[xsdata.models.datatype.XmlDate] = None, id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (XmlDate | None)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: XmlDate | None

org.accellera.spirit.v1_4.tgi.date_time module

class org.accellera.spirit.v1_4.tgi.date_time.DateTime(value: Optional[xsdata.models.datatype.XmlDateTime] = None, id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (XmlDateTime | None)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: XmlDateTime | None

org.accellera.spirit.v1_4.tgi.decimal module

class org.accellera.spirit.v1_4.tgi.decimal.DecimalType(value: Optional[decimal.Decimal] = None, id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (Decimal | None)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: Decimal | None

org.accellera.spirit.v1_4.tgi.double module

class org.accellera.spirit.v1_4.tgi.double.Double(value: Optional[float] = None, id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (float | None)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: float | None

org.accellera.spirit.v1_4.tgi.duration module

class org.accellera.spirit.v1_4.tgi.duration.Duration(value: Optional[xsdata.models.datatype.XmlDuration] = None, id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (XmlDuration | None)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: XmlDuration | None

org.accellera.spirit.v1_4.tgi.entities module

class org.accellera.spirit.v1_4.tgi.entities.Entities(value: str = '', id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (str)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: str

org.accellera.spirit.v1_4.tgi.entity module

class org.accellera.spirit.v1_4.tgi.entity.Entity(value: str = '', id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (str)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: str

org.accellera.spirit.v1_4.tgi.float_array_type module

class org.accellera.spirit.v1_4.tgi.float_array_type.FloatArrayType(array_type: str | None = None, offset: str | None = None, id: str | None = None, href: str | None = None)

Bases: Array

Parameters:
  • array_type (str | None)

  • offset (str | None)

  • id (str | None)

  • href (str | None)

any_element: Any
array_type: str | None
href: str | None
id: str | None
offset: str | None
other_attributes: Any

org.accellera.spirit.v1_4.tgi.float_mod module

class org.accellera.spirit.v1_4.tgi.float_mod.Float(value: Optional[float] = None, id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (float | None)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: float | None

org.accellera.spirit.v1_4.tgi.g_day module

class org.accellera.spirit.v1_4.tgi.g_day.GDay(value: Optional[xsdata.models.datatype.XmlPeriod] = None, id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (XmlPeriod | None)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: XmlPeriod | None

org.accellera.spirit.v1_4.tgi.g_month module

class org.accellera.spirit.v1_4.tgi.g_month.GMonth(value: Optional[xsdata.models.datatype.XmlPeriod] = None, id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (XmlPeriod | None)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: XmlPeriod | None

org.accellera.spirit.v1_4.tgi.g_month_day module

class org.accellera.spirit.v1_4.tgi.g_month_day.GMonthDay(value: Optional[xsdata.models.datatype.XmlPeriod] = None, id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (XmlPeriod | None)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: XmlPeriod | None

org.accellera.spirit.v1_4.tgi.g_year module

class org.accellera.spirit.v1_4.tgi.g_year.GYear(value: Optional[xsdata.models.datatype.XmlPeriod] = None, id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (XmlPeriod | None)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: XmlPeriod | None

org.accellera.spirit.v1_4.tgi.g_year_month module

class org.accellera.spirit.v1_4.tgi.g_year_month.GYearMonth(value: Optional[xsdata.models.datatype.XmlPeriod] = None, id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (XmlPeriod | None)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: XmlPeriod | None

org.accellera.spirit.v1_4.tgi.hex_binary module

class org.accellera.spirit.v1_4.tgi.hex_binary.HexBinary(value: Optional[bytes] = None, id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (bytes | None)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: bytes | None

org.accellera.spirit.v1_4.tgi.id module

class org.accellera.spirit.v1_4.tgi.id.Id(value: str = '', id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (str)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: str

org.accellera.spirit.v1_4.tgi.idref module

class org.accellera.spirit.v1_4.tgi.idref.Idref(value: str = '', id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (str)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: str

org.accellera.spirit.v1_4.tgi.idrefs module

class org.accellera.spirit.v1_4.tgi.idrefs.Idrefs(value: collections.abc.Iterable[str] = <factory>, id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (Iterable[str])

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: Iterable[str]

org.accellera.spirit.v1_4.tgi.int_mod module

class org.accellera.spirit.v1_4.tgi.int_mod.Int(value: Optional[int] = None, id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (int | None)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: int | None

org.accellera.spirit.v1_4.tgi.integer module

class org.accellera.spirit.v1_4.tgi.integer.Integer(value: Optional[int] = None, id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (int | None)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: int | None

org.accellera.spirit.v1_4.tgi.integer_array_type module

class org.accellera.spirit.v1_4.tgi.integer_array_type.IntegerArrayType(array_type: str | None = None, offset: str | None = None, id: str | None = None, href: str | None = None)

Bases: Array

Parameters:
  • array_type (str | None)

  • offset (str | None)

  • id (str | None)

  • href (str | None)

any_element: Any
array_type: str | None
href: str | None
id: str | None
offset: str | None
other_attributes: Any

org.accellera.spirit.v1_4.tgi.language module

class org.accellera.spirit.v1_4.tgi.language.Language(value: str = '', id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (str)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: str

org.accellera.spirit.v1_4.tgi.long module

class org.accellera.spirit.v1_4.tgi.long.Long(value: Optional[int] = None, id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (int | None)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: int | None

org.accellera.spirit.v1_4.tgi.name module

class org.accellera.spirit.v1_4.tgi.name.Name(value: str = '', id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (str)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: str

org.accellera.spirit.v1_4.tgi.ncname module

class org.accellera.spirit.v1_4.tgi.ncname.Ncname(value: str = '', id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (str)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: str

org.accellera.spirit.v1_4.tgi.negative_integer module

class org.accellera.spirit.v1_4.tgi.negative_integer.NegativeInteger(value: Optional[int] = None, id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (int | None)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: int | None

org.accellera.spirit.v1_4.tgi.nmtoken module

class org.accellera.spirit.v1_4.tgi.nmtoken.Nmtoken(value: str = '', id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (str)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: str

org.accellera.spirit.v1_4.tgi.nmtokens module

class org.accellera.spirit.v1_4.tgi.nmtokens.Nmtokens(value: collections.abc.Iterable[str] = <factory>, id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (Iterable[str])

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: Iterable[str]

org.accellera.spirit.v1_4.tgi.non_negative_integer module

class org.accellera.spirit.v1_4.tgi.non_negative_integer.NonNegativeInteger(value: Optional[int] = None, id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (int | None)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: int | None

org.accellera.spirit.v1_4.tgi.non_negative_integer_array_type module

class org.accellera.spirit.v1_4.tgi.non_negative_integer_array_type.NonNegativeIntegerArrayType(array_type: str | None = None, offset: str | None = None, id: str | None = None, href: str | None = None)

Bases: Array

Parameters:
  • array_type (str | None)

  • offset (str | None)

  • id (str | None)

  • href (str | None)

any_element: Any
array_type: str | None
href: str | None
id: str | None
offset: str | None
other_attributes: Any

org.accellera.spirit.v1_4.tgi.non_positive_integer module

class org.accellera.spirit.v1_4.tgi.non_positive_integer.NonPositiveInteger(value: Optional[int] = None, id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (int | None)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: int | None

org.accellera.spirit.v1_4.tgi.normalized_string module

class org.accellera.spirit.v1_4.tgi.normalized_string.NormalizedString(value: str = '', id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (str)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: str

org.accellera.spirit.v1_4.tgi.notation module

class org.accellera.spirit.v1_4.tgi.notation.Notation(value: Optional[xml.etree.ElementTree.QName] = None, id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (QName | None)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: QName | None

org.accellera.spirit.v1_4.tgi.positive_integer module

class org.accellera.spirit.v1_4.tgi.positive_integer.PositiveInteger(value: Optional[int] = None, id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (int | None)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: int | None

org.accellera.spirit.v1_4.tgi.qname module

class org.accellera.spirit.v1_4.tgi.qname.Qname(value: Optional[xml.etree.ElementTree.QName] = None, id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (QName | None)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: QName | None

org.accellera.spirit.v1_4.tgi.short module

class org.accellera.spirit.v1_4.tgi.short.Short(value: Optional[int] = None, id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (int | None)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: int | None

org.accellera.spirit.v1_4.tgi.soap_string_array_type module

class org.accellera.spirit.v1_4.tgi.soap_string_array_type.SoapStringArrayType(array_type: str | None = None, offset: str | None = None, id: str | None = None, href: str | None = None)

Bases: Array

Parameters:
  • array_type (str | None)

  • offset (str | None)

  • id (str | None)

  • href (str | None)

any_element: Any
array_type: str | None
href: str | None
id: str | None
offset: str | None
other_attributes: Any

org.accellera.spirit.v1_4.tgi.string module

class org.accellera.spirit.v1_4.tgi.string.String(value: str = '', id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (str)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: str

org.accellera.spirit.v1_4.tgi.struct module

class org.accellera.spirit.v1_4.tgi.struct.Struct(any_element: collections.abc.Iterable[object] = <factory>, id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • any_element (Iterable[object])

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

any_element: Iterable[object]
href: str | None
id: str | None
other_attributes: Mapping[str, str]

org.accellera.spirit.v1_4.tgi.time module

class org.accellera.spirit.v1_4.tgi.time.Time(value: Optional[xsdata.models.datatype.XmlTime] = None, id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (XmlTime | None)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: XmlTime | None

org.accellera.spirit.v1_4.tgi.token module

class org.accellera.spirit.v1_4.tgi.token.Token(value: str = '', id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (str)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: str

org.accellera.spirit.v1_4.tgi.unsigned_byte module

class org.accellera.spirit.v1_4.tgi.unsigned_byte.UnsignedByte(value: Optional[int] = None, id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (int | None)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: int | None

org.accellera.spirit.v1_4.tgi.unsigned_int module

class org.accellera.spirit.v1_4.tgi.unsigned_int.UnsignedInt(value: Optional[int] = None, id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (int | None)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: int | None

org.accellera.spirit.v1_4.tgi.unsigned_long module

class org.accellera.spirit.v1_4.tgi.unsigned_long.UnsignedLong(value: Optional[int] = None, id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (int | None)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: int | None

org.accellera.spirit.v1_4.tgi.unsigned_short module

class org.accellera.spirit.v1_4.tgi.unsigned_short.UnsignedShort(value: Optional[int] = None, id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (int | None)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: int | None

Module contents

class org.accellera.spirit.v1_4.tgi.AnyType(any_element: object | None = None)

Bases: object

Parameters:

any_element (object | None)

any_element: object | None
class org.accellera.spirit.v1_4.tgi.AnyUri(value: str = '', id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (str)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: str
class org.accellera.spirit.v1_4.tgi.Array(any_element=<factory>, array_type=None, offset=None, id=None, href=None, other_attributes=<factory>)

Bases: object

‘Array’ is a complex type for accessors identified by position.

Parameters:
  • any_element (Iterable[object])

  • array_type (str | None)

  • offset (str | None)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

any_element: Iterable[object]
array_type: str | None
href: str | None
id: str | None
offset: str | None
other_attributes: Mapping[str, str]
class org.accellera.spirit.v1_4.tgi.Base64Binary(value: Optional[bytes] = None, id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (bytes | None)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: bytes | None
class org.accellera.spirit.v1_4.tgi.Boolean(value: Optional[bool] = None, id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (bool | None)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: bool | None
class org.accellera.spirit.v1_4.tgi.Byte(value: Optional[int] = None, id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (int | None)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: int | None
class org.accellera.spirit.v1_4.tgi.Date(value: Optional[xsdata.models.datatype.XmlDate] = None, id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (XmlDate | None)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: XmlDate | None
class org.accellera.spirit.v1_4.tgi.DateTime(value: Optional[xsdata.models.datatype.XmlDateTime] = None, id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (XmlDateTime | None)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: XmlDateTime | None
class org.accellera.spirit.v1_4.tgi.DecimalType(value: Optional[decimal.Decimal] = None, id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (Decimal | None)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: Decimal | None
class org.accellera.spirit.v1_4.tgi.Double(value: Optional[float] = None, id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (float | None)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: float | None
class org.accellera.spirit.v1_4.tgi.Duration(value: Optional[xsdata.models.datatype.XmlDuration] = None, id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (XmlDuration | None)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: XmlDuration | None
class org.accellera.spirit.v1_4.tgi.Entities(value: str = '', id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (str)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: str
class org.accellera.spirit.v1_4.tgi.Entity(value: str = '', id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (str)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: str
class org.accellera.spirit.v1_4.tgi.Float(value: Optional[float] = None, id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (float | None)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: float | None
class org.accellera.spirit.v1_4.tgi.FloatArrayType(array_type: str | None = None, offset: str | None = None, id: str | None = None, href: str | None = None)

Bases: Array

Parameters:
  • array_type (str | None)

  • offset (str | None)

  • id (str | None)

  • href (str | None)

any_element: Any
array_type: str | None
href: str | None
id: str | None
offset: str | None
other_attributes: Any
class org.accellera.spirit.v1_4.tgi.GDay(value: Optional[xsdata.models.datatype.XmlPeriod] = None, id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (XmlPeriod | None)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: XmlPeriod | None
class org.accellera.spirit.v1_4.tgi.GMonth(value: Optional[xsdata.models.datatype.XmlPeriod] = None, id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (XmlPeriod | None)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: XmlPeriod | None
class org.accellera.spirit.v1_4.tgi.GMonthDay(value: Optional[xsdata.models.datatype.XmlPeriod] = None, id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (XmlPeriod | None)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: XmlPeriod | None
class org.accellera.spirit.v1_4.tgi.GYear(value: Optional[xsdata.models.datatype.XmlPeriod] = None, id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (XmlPeriod | None)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: XmlPeriod | None
class org.accellera.spirit.v1_4.tgi.GYearMonth(value: Optional[xsdata.models.datatype.XmlPeriod] = None, id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (XmlPeriod | None)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: XmlPeriod | None
class org.accellera.spirit.v1_4.tgi.HexBinary(value: Optional[bytes] = None, id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (bytes | None)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: bytes | None
class org.accellera.spirit.v1_4.tgi.Id(value: str = '', id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (str)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: str
class org.accellera.spirit.v1_4.tgi.Idref(value: str = '', id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (str)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: str
class org.accellera.spirit.v1_4.tgi.Idrefs(value: collections.abc.Iterable[str] = <factory>, id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (Iterable[str])

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: Iterable[str]
class org.accellera.spirit.v1_4.tgi.Int(value: Optional[int] = None, id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (int | None)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: int | None
class org.accellera.spirit.v1_4.tgi.Integer(value: Optional[int] = None, id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (int | None)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: int | None
class org.accellera.spirit.v1_4.tgi.IntegerArrayType(array_type: str | None = None, offset: str | None = None, id: str | None = None, href: str | None = None)

Bases: Array

Parameters:
  • array_type (str | None)

  • offset (str | None)

  • id (str | None)

  • href (str | None)

any_element: Any
array_type: str | None
href: str | None
id: str | None
offset: str | None
other_attributes: Any
class org.accellera.spirit.v1_4.tgi.Language(value: str = '', id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (str)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: str
class org.accellera.spirit.v1_4.tgi.Long(value: Optional[int] = None, id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (int | None)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: int | None
class org.accellera.spirit.v1_4.tgi.Name(value: str = '', id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (str)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: str
class org.accellera.spirit.v1_4.tgi.Ncname(value: str = '', id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (str)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: str
class org.accellera.spirit.v1_4.tgi.NegativeInteger(value: Optional[int] = None, id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (int | None)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: int | None
class org.accellera.spirit.v1_4.tgi.Nmtoken(value: str = '', id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (str)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: str
class org.accellera.spirit.v1_4.tgi.Nmtokens(value: collections.abc.Iterable[str] = <factory>, id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (Iterable[str])

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: Iterable[str]
class org.accellera.spirit.v1_4.tgi.NonNegativeInteger(value: Optional[int] = None, id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (int | None)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: int | None
class org.accellera.spirit.v1_4.tgi.NonNegativeIntegerArrayType(array_type: str | None = None, offset: str | None = None, id: str | None = None, href: str | None = None)

Bases: Array

Parameters:
  • array_type (str | None)

  • offset (str | None)

  • id (str | None)

  • href (str | None)

any_element: Any
array_type: str | None
href: str | None
id: str | None
offset: str | None
other_attributes: Any
class org.accellera.spirit.v1_4.tgi.NonPositiveInteger(value: Optional[int] = None, id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (int | None)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: int | None
class org.accellera.spirit.v1_4.tgi.NormalizedString(value: str = '', id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (str)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: str
class org.accellera.spirit.v1_4.tgi.Notation(value: Optional[xml.etree.ElementTree.QName] = None, id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (QName | None)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: QName | None
class org.accellera.spirit.v1_4.tgi.PositiveInteger(value: Optional[int] = None, id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (int | None)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: int | None
class org.accellera.spirit.v1_4.tgi.Qname(value: Optional[xml.etree.ElementTree.QName] = None, id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (QName | None)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: QName | None
class org.accellera.spirit.v1_4.tgi.Short(value: Optional[int] = None, id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (int | None)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: int | None
class org.accellera.spirit.v1_4.tgi.SoapStringArrayType(array_type: str | None = None, offset: str | None = None, id: str | None = None, href: str | None = None)

Bases: Array

Parameters:
  • array_type (str | None)

  • offset (str | None)

  • id (str | None)

  • href (str | None)

any_element: Any
array_type: str | None
href: str | None
id: str | None
offset: str | None
other_attributes: Any
class org.accellera.spirit.v1_4.tgi.String(value: str = '', id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (str)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: str
class org.accellera.spirit.v1_4.tgi.Struct(any_element: collections.abc.Iterable[object] = <factory>, id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • any_element (Iterable[object])

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

any_element: Iterable[object]
href: str | None
id: str | None
other_attributes: Mapping[str, str]
class org.accellera.spirit.v1_4.tgi.Time(value: Optional[xsdata.models.datatype.XmlTime] = None, id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (XmlTime | None)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: XmlTime | None
class org.accellera.spirit.v1_4.tgi.Token(value: str = '', id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (str)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: str
class org.accellera.spirit.v1_4.tgi.UnsignedByte(value: Optional[int] = None, id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (int | None)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: int | None
class org.accellera.spirit.v1_4.tgi.UnsignedInt(value: Optional[int] = None, id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (int | None)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: int | None
class org.accellera.spirit.v1_4.tgi.UnsignedLong(value: Optional[int] = None, id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (int | None)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: int | None
class org.accellera.spirit.v1_4.tgi.UnsignedShort(value: Optional[int] = None, id: Optional[str] = None, href: Optional[str] = None, other_attributes: collections.abc.Mapping[str, str] = <factory>)

Bases: object

Parameters:
  • value (int | None)

  • id (str | None)

  • href (str | None)

  • other_attributes (Mapping[str, str])

href: str | None
id: str | None
other_attributes: Mapping[str, str]
value: int | None