IPWorks X12 2020 Python Edition

Questions / Feedback?

element_component_type Property

The data type of class selected by ClassIndex , according to the Transaction Set Schema.

Syntax

def get_element_component_type(element_index: int) -> str: ...

Default Value

""

Remarks

The data type of component selected by element_component_index, according to the Transaction Set Schema.

Possible values are:

ANAlphaNumeric
IDIdentifier; allowed values might be defined by the transaction set schema
NNumeric
RFloating-point number
DTDateTime
TMTime
NoneType is unknown or not provided by the schema
CompositeThis element has multiple components

The element_index parameter specifies the index of the item in the array. The size of the array is controlled by the element_count property.

This property is read-only.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks X12 2020 Python Edition - Version 20.0 [Build 8155]