IPWorks EDI 2020 Python Edition

Questions / Feedback?

element_data_type Property

The data type of this EDI element, according to the Transaction Set Schema.

Syntax

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

Default Value

""

Remarks

The data type of this EDI element, 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 EDI 2020 Python Edition - Version 20.0 [Build 8203]