/* ; EANCOM/DataSegmentFormats.wsml ; ; Formats for Data Segments in EANCOM ; ; doug foxvog ; February - April 2007 */ wsmlVariant _"http://www.wsmo.org/wsml/wsml-syntax/wsml-rule" namespace { _"http://tripcom.org/ontologies/EDI/EDIFACT/EANCOM/DataSegmentFormats#", dsf _"http://tripcom.org/ontologies/EDI/EDIFACT/DataSegmentFormats#", edi _"http://tripcom.org/ontologies/EDI/EDI_Format#", ds _"http://tripcom.org/ontologies/EDI/EDIFACT/DataSegments#", de _"http://tripcom.org/ontologies/EDI/EDIFACT/DataElements#", cde _"http://tripcom.org/ontologies/EDI/EDIFACT/ComplexDataElements#", fc _"http://tripcom.org/ontologies/EDI/EDI_FormatCodes#", dc _"http://purl.org/dc/elements/1.1#" } ontology _"http://tripcom.org/ontologies/EDI/EDIFACT/EANCOM/DataSegmentFormats" nonFunctionalProperties dc#title hasValue "EANCOM Data Segment Formats WSML version" dc#subject hasValue "EANCOM Data Segment Formats" dc#description hasValue "Description of Data Segment Formats for EANCOM" dc#contributor hasValue { _"http://foxvog.org/doug/" } dc#date hasValue "2006-11-12" dc#type hasValue _"http://www.wsmo.org/2004/d2/v1.0/#ontologies" dc#format hasValue "text/plain" dc#language hasValue "en-US" dc#rights hasValue _"http://www.deri.org/privacy.html" version hasValue "$Revision: 1.70 $" endNonFunctionalProperties /* This file specializes the data segment formats and complex data element formats which are defined at the EDIFACT level for the EANCOM context. New formats are not defined; existing ones are modified. The format descriptors are mainly left the same. In the case of a data segment with a different descriptor than that in the EDIFACT directory, e.g., if one EDIFACT version uses a simple data element, while EANCOM uses a version with a complex data element, the correct data element is assigened as the correct component on the format descriptor defined at the EDIFACT level (which only holds in the EANCOM context). The FormatDescriptors and the links from the DataSegments and ComplexDataElements to the formats and their descriptors are maintained in this file in a commented-out fashion to accomodate people reading the file. */ /* ======================================================================= // AJT ADJUSTMENT DETAILS ======================================================================== */ instance dsf#AJT_DS_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EDIFACT AJT data segment" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_F /* encoded at EDIFACT level instance dsf#AJT_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EDIFACT AJT data segment" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_4465 edi#formats2ndComponent hasValue de#DE_1082 instance ds#AJT_DS memberOf edi#DataSegment edi#hasFormat hasValue dsf#AJT_DS_Format edi#hasFormatDescriptor hasValue dsf#AJT_DS_FD /* ======================================================================= // ALC ALLOWANCE OR CHARGE ======================================================================== */ instance dsf#ALC_DS_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM ALC data segment" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_O1 edi#formatFor3rdComponent hasValue fc#FC_D1 // F: CREMUL edi#formatFor4thComponent hasValue fc#FC_D1 // F edi#formatFor5thComponent hasValue fc#FC_D1 // F: CREMUL /* encoded at EDIFACT level instance dsf#ALC_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM ALC data segment" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_5463 edi#formats2ndComponent hasValue cde#C552_CDE edi#formats3rdComponent hasValue de#DE_4471 edi#formats4thComponent hasValue de#DE_1227 edi#formats5thComponent hasValue cde#C214_CDE instance ds#ALC_DS memberOf edi#DataSegment edi#hasFormat hasValue dsf#ALC_DS_Format edi#hasFormatDescriptor hasValue dsf#ALC_DS_FD /* ================================================ // C552 ALLOWANCE/CHARGE INFORMATION ================================================ */ instance dsf#C552_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C552 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_D1 edi#formatFor2ndComponent hasValue fc#FC_O1 /* encoded at EDIFACT level instance dsf#C552_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C552 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_1230 edi#formats2ndComponent hasValue de#DE_5189 instance cde#C552_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C552_CDE_Format edi#hasFormatDescriptor hasValue dsf#C552_CDE_FD /* ================================================ // C214 SPECIAL SERVICES IDENTIFICATION ================================================ */ instance dsf#C214_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C214 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_D1 // O: ORDCHG; else R; M1 in 97A edi#formatFor2ndComponent hasValue fc#FC_D1 // F: PRICAT edi#formatFor3rdComponent hasValue fc#FC_D1 edi#formatFor4thComponent hasValue fc#FC_D1 // F edi#formatFor5thComponent hasValue fc#FC_O1 /* encoded at EDIFACT level instance dsf#C214_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C214 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_7161 edi#formats2ndComponent hasValue de#DE_1131 edi#formats3rdComponent hasValue de#DE_3055 edi#formats4thComponent hasValue de#DE_7160 edi#formats5thComponent hasValue de#DE_7160 instance cde#C214_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C214_CDE_Format edi#hasFormatDescriptor hasValue dsf#C214_CDE_FD /* ======================================================================== // ALI ADDITIONAL INFORMATION ======================================================================== */ instance dsf#ALI_DS_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM ALI data segment" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_O1 edi#formatFor2ndComponent hasValue fc#FC_O1 edi#formatFor3rdComponent hasValue fc#FC_O1 edi#formatFor4thComponent hasValue fc#FC_O1 edi#formatFor5thComponent hasValue fc#FC_O1 edi#formatFor6thComponent hasValue fc#FC_O1 edi#formatFor7thComponent hasValue fc#FC_O1 // Use ISO 3166 2 alpha code for DE_3239 /* encoded at EDIFACT level instance dsf#ALI_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM ALI data segment" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_3239 edi#formats2ndComponent hasValue de#DE_9213 edi#formats3rdComponent hasValue de#DE_4183 edi#formats4thComponent hasValue de#DE_4183 edi#formats5thComponent hasValue de#DE_4183 edi#formats6thComponent hasValue de#DE_4183 edi#formats7thComponent hasValue de#DE_4183 instance ds#ALI_DS memberOf edi#DataSegment edi#hasFormat hasValue dsf#ALI_DS_Format edi#hasFormatDescriptor hasValue dsf#ALI_DS_FD /* ======================================================================= // APR Additional price information ======================================================================== */ instance dsf#APR_DS_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM APR data segment" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_D1 // F edi#formatFor2ndComponent hasValue fc#FC_D1 // R (INVOIC), F edi#formatFor3rdComponent hasValue fc#FC_O1 // A (PRICAT) /* encoded at EDIFACT level instance dsf#APR_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM APR data segment" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_4043 edi#formats2ndComponent hasValue cde#C138_CDE edi#formats3rdComponent hasValue cde#C960_CDE instance ds#APR_DS memberOf edi#DataSegment edi#hasFormat hasValue dsf#APR_DS_Format edi#hasFormatDescriptor hasValue dsf#APR_DS_FD /* ================================================ // C138 PRICE MULTIPLIER INFORMATION ================================================ */ instance dsf#C138_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C138 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_R1 /* encoded at EDIFACT level instance dsf#C138_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C138 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_5394 edi#formats2ndComponent hasValue de#DE_5393 instance cde#C138_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C138_CDE_Format edi#hasFormatDescriptor hasValue dsf#C138_CDE_FD /* ================================================ // C960 ALLOWANCE/CHARGE INFORMATION ================================================ */ instance dsf#C960_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C960 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_D1 // R, O edi#formatFor2ndComponent hasValue fc#FC_D1 // F, O edi#formatFor3rdComponent hasValue fc#FC_D1 edi#formatFor4thComponent hasValue fc#FC_O1 /* encoded at EDIFACT level instance dsf#C960_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C960 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_4295 edi#formats2ndComponent hasValue de#DE_1131 edi#formats3rdComponent hasValue de#DE_3055 edi#formats4thComponent hasValue de#DE_4294 instance cde#C960_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C960_CDE_Format edi#hasFormatDescriptor hasValue dsf#C960_CDE_FD /* ======================================================================= // AUT AUTHENTICATION RESULT ======================================================================== */ /* instance dsf#AUT_DS_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM AUT data segment" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_O1 /* encoded at EDIFACT level instance dsf#AUT_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM AUT data segment" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_9280 edi#formats2ndComponent hasValue de#DE_9282 instance ds#AUT_DS memberOf edi#DataSegment edi#hasFormat hasValue dsf#AUT_DS_Format // fc#M1_O1_Format edi#hasFormatDescriptor hasValue dsf#AUT_DS_FD /* ======================================================================== // BGM Beginning of message ======================================================================== */ instance dsf#BGM_DS_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM BGM data segment" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_R1 edi#formatFor2ndComponent hasValue fc#FC_R1 edi#formatFor3rdComponent hasValue fc#FC_R1 // R edi#formatFor4thComponent hasValue fc#FC_D1 // O, F /* encoded at EDIFACT level instance dsf#BGM_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM BGM data segment" endNonFunctionalProperties edi#formats1stComponent hasValue cde#C002_CDE edi#formats2ndComponent hasValue cde#C106_CDE edi#formats3rdComponent hasValue de#DE_1225 edi#formats4thComponent hasValue de#DE_4343 instance ds#BGM_DS memberOf edi#DataSegment edi#hasFormat hasValue dsf#BGM_DS_Format edi#hasFormatDescriptor hasValue dsf#BGM_DS_FD /* ================================================ // C002 DOCUMENT/MESSAGE NAME ================================================ */ instance dsf#C002_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C002 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_R1 edi#formatFor2ndComponent hasValue fc#FC_D1 // PRODAT F edi#formatFor3rdComponent hasValue fc#FC_D1 // INVOIC F edi#formatFor4thComponent hasValue fc#FC_D1 // PRODAT (DOC) F /* encoded at EDIFACT level instance dsf#C002_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C002 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_1001 edi#formats2ndComponent hasValue de#DE_1131 edi#formats3rdComponent hasValue de#DE_3055 edi#formats4thComponent hasValue de#DE_1000 instance cde#C002_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C002_CDE_Format edi#hasFormatDescriptor hasValue dsf#C002_CDE_FD /* ================================================ // C106 DOCUMENT/MESSAGE IDENTIFICATION ================================================ */ instance dsf#C106_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C106 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_R1 edi#formatFor2ndComponent hasValue fc#FC_F edi#formatFor3rdComponent hasValue fc#FC_F /* encoded at EDIFACT level instance dsf#C106_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C106 Complex Data Element" endNonFunctionalProperties edi#hasFormat hasValue dsf#C106_CDE_Format edi#formats1stComponent hasValue de#DE_1004 edi#formats2ndComponent hasValue de#DE_1056 edi#formats3rdComponent hasValue de#DE_1060 instance cde#C106_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C106_CDE_Format edi#hasFormatDescriptor hasValue dsf#C106_CDE_FD /* ======================================================================== // BUS BUSINESS FUNCTION ======================================================================== */ instance dsf#BUS_DS_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM BUS data segment" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_D1 // F:PAYMUL edi#formatFor2ndComponent hasValue fc#FC_D1 // R:PAYDUC edi#formatFor3rdComponent hasValue fc#FC_D1 // F, R edi#formatFor4thComponent hasValue fc#FC_D1 // F:PAYDUC edi#formatFor5thComponent hasValue fc#FC_D1 // F:PAYMUL /* encoded at EDIFACT level instance dsf#BUS_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM BUS data segment" endNonFunctionalProperties edi#formats1stComponent hasValue cde#C521_CDE edi#formats2ndComponent hasValue de#DE_3279 edi#formats3rdComponent hasValue de#DE_4487 edi#formats4thComponent hasValue cde#C551_CDE edi#formats5thComponent hasValue de#DE_4463 instance ds#BUS_DS memberOf edi#DataSegment edi#hasFormat hasValue dsf#BUS_DS_Format edi#hasFormatDescriptor hasValue dsf#BUS_DS_FD /* ================================================ // C521 BUSINESS FUNCTION ================================================ */ /* encoded at EDIFACT level instance dsf#C521_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C521 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_M1 edi#formatFor3rdComponent hasValue fc#FC_O1 edi#formatFor4thComponent hasValue fc#FC_O1 edi#formatFor5thComponent hasValue fc#FC_O1 instance dsf#C521_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C521 Complex Data Element" endNonFunctionalProperties edi#hasFormat hasValue dsf#C521_CDE_Format edi#formats1stComponent hasValue de#DE_4027 edi#formats2ndComponent hasValue de#DE_4025 edi#formats3rdComponent hasValue de#DE_1131 edi#formats4thComponent hasValue de#DE_3055 edi#formats5thComponent hasValue de#DE_4022 instance cde#C521_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C521_CDE_Format edi#hasFormatDescriptor hasValue dsf#C521_CDE_FD /* ================================================ // C551 BUSINESS FUNCTION ================================================ */ /* encoded at EDIFACT level instance dsf#C551_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C551 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_O1 edi#formatFor3rdComponent hasValue fc#FC_O1 instance dsf#C551_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C551 Complex Data Element" endNonFunctionalProperties edi#hasFormat hasValue dsf#C551_CDE_Format edi#formats1stComponent hasValue de#DE_4383 edi#formats2ndComponent hasValue de#DE_1131 edi#formats3rdComponent hasValue de#DE_3055 instance cde#C551_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C551_CDE_Format edi#hasFormatDescriptor hasValue dsf#C551_CDE_FD /* ======================================================================== // CAV CHARACTERISTIC VALUE ======================================================================== */ /* encoded at EDIFACT level instance dsf#CAV_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM CAV data segment" endNonFunctionalProperties edi#formats1stComponent hasValue cde#C889_CDE instance ds#CAV_DS memberOf edi#DataSegment edi#hasFormat hasValue fc#M1_Only_Format edi#hasFormatDescriptor hasValue dsf#CAV_DS_FD /* ====================================================== // C889 CHARACTERISTIC VALUE ====================================================== */ instance dsf#C889_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C889 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_O1 edi#formatFor2ndComponent hasValue fc#FC_O1 edi#formatFor3rdComponent hasValue fc#FC_D1 edi#formatFor4thComponent hasValue fc#FC_O1 edi#formatFor5thComponent hasValue fc#FC_O1 /* encoded at EDIFACT level instance dsf#C889_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C889 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_7111 edi#formats2ndComponent hasValue de#DE_1131 edi#formats3rdComponent hasValue de#DE_3055 edi#formats4thComponent hasValue de#DE_7110 edi#formats5thComponent hasValue de#DE_7110 instance cde#C889_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C889_CDE_Format edi#hasFormatDescriptor hasValue dsf#C889_CDE_FD /* ======================================================================== // CCI CHARACTERISTIC/CLASS ID ======================================================================== */ instance dsf#CCI_DS_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM CCI data segment" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_O1 edi#formatFor2ndComponent hasValue fc#FC_F edi#formatFor3rdComponent hasValue fc#FC_O1 edi#formatFor4thComponent hasValue fc#FC_D1 // F /* encoded at EDIFACT level instance dsf#CCI_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM CCI data segment" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_7059 edi#formats2ndComponent hasValue cde#C502_CDE edi#formats3rdComponent hasValue cde#C240_CDE edi#formats4thComponent hasValue de#DE_4051 instance ds#CCI_DS memberOf edi#DataSegment edi#hasFormat hasValue dsf#CCI_DS_Format edi#hasFormatDescriptor hasValue dsf#CCI_DS_FD /* ====================================================== // C240 PRODUCT CHARACTERISTIC ====================================================== */ instance dsf#C240_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C240 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_O1 edi#formatFor3rdComponent hasValue fc#FC_D1 edi#formatFor4thComponent hasValue fc#FC_O1 edi#formatFor5thComponent hasValue fc#FC_O1 /* encoded at EDIFACT level instance dsf#C240_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C240 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_7037 edi#formats2ndComponent hasValue de#DE_1131 edi#formats3rdComponent hasValue de#DE_3055 edi#formats4thComponent hasValue de#DE_7036 edi#formats5thComponent hasValue de#DE_7036 instance cde#C240_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C240_CDE_Format edi#hasFormatDescriptor hasValue dsf#C240_CDE_FD // C502 defined elsewhere /* ======================================================================== // CDI PHYSICAL OR LOGICAL STATE ======================================================================== */ /* encoded at EDIFACT level instance dsf#CDI_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM CDI data segment" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_7001 edi#formats2ndComponent hasValue cde#C564_CDE instance ds#CDI_DS memberOf edi#DataSegment edi#hasFormat hasValue fc#M1_M1_Format edi#hasFormatDescriptor hasValue dsf#CDI_DS_FD /* ====================================================== // C564 PHYSICAL OR LOGICAL STATE INFORMATION ====================================================== */ instance dsf#C564_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C564 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_D1 // R edi#formatFor2ndComponent hasValue fc#FC_D1 // F edi#formatFor3rdComponent hasValue fc#FC_D1 // F edi#formatFor4thComponent hasValue fc#FC_D1 // F /* encoded at EDIFACT level instance dsf#C564_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C564 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_7007 edi#formats2ndComponent hasValue de#DE_1131 edi#formats3rdComponent hasValue de#DE_3055 edi#formats4thComponent hasValue de#DE_7006 instance cde#C564_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C564_CDE_Format edi#hasFormatDescriptor hasValue dsf#C564_CDE_FD /* ======================================================================== // CED COMPUTER ENVIRONMENTAL DETAILS ======================================================================== */ instance dsf#CED_DS_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EDIFACT CED data segment" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_M1 edi#formatFor3rdComponent hasValue fc#FC_F /* encoded at EDIFACT level instance dsf#CED_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM CED data segment" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_1501 edi#formats2ndComponent hasValue cde#C079_CDE edi#formats3rdComponent hasValue de#DE_9448 instance ds#CED_DS memberOf edi#DataSegment edi#hasFormat hasValue dsf#CED_DS_Format edi#hasFormatDescriptor hasValue dsf#CED_DS_FD /* ====================================================== // C079 PHYSICAL OR LOGICAL STATE INFORMATION ====================================================== */ instance dsf#C079_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C079 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_R1 edi#formatFor2ndComponent hasValue fc#FC_O1 edi#formatFor3rdComponent hasValue fc#FC_D1 edi#formatFor4thComponent hasValue fc#FC_O1 edi#formatFor5thComponent hasValue fc#FC_O1 edi#formatFor6thComponent hasValue fc#FC_O1 edi#formatFor7thComponent hasValue fc#FC_F /* encoded at EDIFACT level instance dsf#C079_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C079 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_1511 edi#formats2ndComponent hasValue de#DE_1131 edi#formats3rdComponent hasValue de#DE_3055 edi#formats4thComponent hasValue de#DE_1510 edi#formats5thComponent hasValue de#DE_1056 edi#formats6thComponent hasValue de#DE_1058 edi#formats7thComponent hasValue de#DE_7402 instance cde#C079_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C079_CDE_Format edi#hasFormatDescriptor hasValue dsf#C079_CDE_FD /* ======================================================================== // CNI Consignment information ======================================================================== */ instance dsf#CNI_DS_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM Consignment information (CNI) data segment" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_R1 edi#formatFor2ndComponent hasValue fc#FC_D1 // R, O edi#formatFor3rdComponent hasValue fc#FC_O1 /* encoded at EDIFACT level instance dsf#CNI_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM CNI data segment" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_1490 edi#formats2ndComponent hasValue cde#C503_CDE edi#formats3rdComponent hasValue de#DE_1312 instance ds#CNI_DS memberOf edi#DataSegment edi#hasFormat hasValue fc#M1_2O1_Format edi#hasFormatDescriptor hasValue dsf#CNI_DS_FD // C503_DE format defined under DOC_DS /* ======================================================================== // CNT CONTROL TOTAL ======================================================================== */ /* encoded at EDIFACT level instance dsf#CNT_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM CNT data segment" endNonFunctionalProperties edi#formats1stComponent hasValue cde#C270_CDE instance ds#CNT_DS memberOf edi#DataSegment edi#hasFormat hasValue fc#M1_Only_Format edi#hasFormatDescriptor hasValue dsf#CNT_DS_FD /* ====================================================== // C270 CONTROL ====================================================== */ instance dsf#C270_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C270 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_M1 edi#formatFor3rdComponent hasValue fc#FC_D1 // F: COASCU /* encoded at EDIFACT level instance dsf#C270_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C270 Complex Data Elementjjjjjj" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_6069 edi#formats2ndComponent hasValue de#DE_6066 edi#formats3rdComponent hasValue de#DE_6411 instance cde#C270_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C270_CDE_Format edi#hasFormatDescriptor hasValue dsf#C270_CDE_FD /* ======================================================================== // COM Communication contact ======================================================================== */ /* encoded at EDIFACT level instance dsf#COM_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM COM data segment" endNonFunctionalProperties edi#formats1stComponent hasValue cde#C076_CDE instance ds#COM_DS memberOf edi#DataSegment edi#hasFormat hasValue fc#M1_Only_Format edi#hasFormatDescriptor hasValue dsf#COM_DS_FD /* ================================================ // C076 DOCUMENT/MESSAGE IDENTIFICATION ================================================ */ /* encoded at EDIFACT level instance dsf#C076_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C076 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_3148 edi#formats2ndComponent hasValue de#DE_3155 instance cde#C076_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue fc#M1_M1_Format edi#hasFormatDescriptor hasValue dsf#C076_CDE_FD /* ======================================================================= // CPS CONSIGNMENT PACKING SEQUENCE ======================================================================== */ instance dsf#CPS_DS_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EDIFACT CPS data segment" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_D1 edi#formatFor3rdComponent hasValue fc#FC_D1 // F /* encoded at EDIFACT level instance dsf#CPS_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EDIFACT CPS data segment" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_7164 edi#formats2ndComponent hasValue de#DE_7166 edi#formats3rdComponent hasValue de#DE_7075 instance ds#CPS_DS memberOf edi#DataSegment edi#hasFormat hasValue dsf#CPS_DS_Format edi#hasFormatDescriptor hasValue dsf#CPS_DS_FD /* ======================================================================== // ` Contact information ======================================================================== */ instance dsf#CTA_DS_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM CTA data segment" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_R1 edi#formatFor2ndComponent hasValue fc#FC_O1 /* encoded at EDIFACT level instance dsf#CTA_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM CTA data segment" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_3139 edi#formats2ndComponent hasValue cde#C056_CDE instance ds#CTA_DS memberOf edi#DataSegment edi#hasFormat hasValue dsf#CTA_DS_Format edi#hasFormatDescriptor hasValue dsf#CTA_DS_FD /* ================================================ // C056 DEPARTMENT OR EMPLOYEE DETAILS ================================================ */ /* encoded at EDIFACT level instance dsf#C056_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C056 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_O1 edi#formatFor2ndComponent hasValue fc#FC_O1 instance dsf#C056_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C056 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_3413 edi#formats2ndComponent hasValue de#DE_3412 instance cde#C056_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C056_CDE_Format edi#hasFormatDescriptor hasValue dsf#C056_CDE_FD /* ======================================================================== // CUX CURRENCIES ======================================================================== */ instance dsf#CUX_DS_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM CUX data segment" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_R1 edi#formatFor2ndComponent hasValue fc#FC_D1 // F: PROINQ edi#formatFor3rdComponent hasValue fc#FC_D1 edi#formatFor4thComponent hasValue fc#FC_D1 // usually F /* encoded at EDIFACT level instance dsf#CUX_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM CUX data segment" endNonFunctionalProperties edi#formats1stComponent hasValue cde#C504_CDE edi#formats2ndComponent hasValue cde#C504_CDE edi#formats3rdComponent hasValue de#DE_5402 edi#formats4thComponent hasValue de#DE_6341 // was DE_6342 in 97A instance CUX_TLF3_2 memberOf edi#TLFormatRestriction edi#dataStructure1Line1 hasValue 3 edi#dataStructure2Line1 hasValue 2 edi#restrictionType hasValue edi#FR_Conditional instance ds#CUX_DS memberOf edi#DataSegment nonFunctionalProperties dc#description hasValue "The rate of exchange is only used if a target currency has been identified in the second occurrence of C504." endNonFunctionalProperties edi#hasFormat hasValue dsf#CUX_DS_Format edi#hasFormatDescriptor hasValue dsf#CUX_DS_FD edi#hasTLFormatRestriction hasValue CUX_TLF3_2 /* ================================================ // C504 CURRENCY DETAILS ================================================ */ instance dsf#C504_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C504 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_R1 edi#formatFor3rdComponent hasValue fc#FC_D1 // R, but F: PAYMUL edi#formatFor4thComponent hasValue fc#FC_D1 // F or O /* encoded at EDIFACT level instance dsf#C504_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C504 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_6347 edi#formats2ndComponent hasValue de#DE_6345 edi#formats3rdComponent hasValue de#DE_6343 edi#formats4thComponent hasValue de#DE_6348 instance cde#C504_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C504_CDE_Format edi#hasFormatDescriptor hasValue dsf#C504_CDE_FD /* ======================================================================== // DGS Dangerous goods ======================================================================== */ /* encoded at EDIFACT level instance dsf#DGS_DS_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM DGS data segment" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_O1 edi#formatFor2ndComponent hasValue fc#FC_O1 edi#formatFor3rdComponent hasValue fc#FC_O1 edi#formatFor4thComponent hasValue fc#FC_O1 edi#formatFor5thComponent hasValue fc#FC_O1 edi#formatFor6thComponent hasValue fc#FC_O1 edi#formatFor7thComponent hasValue fc#FC_O1 edi#formatFor8thComponent hasValue fc#FC_O1 edi#formatFor9thComponent hasValue fc#FC_O1 edi#formatFor10thComponent hasValue fc#FC_O1 edi#formatFor11thComponent hasValue fc#FC_O1 edi#formatFor12thComponent hasValue fc#FC_O1 edi#formatFor13thComponent hasValue fc#FC_O1 instance dsf#DGS_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM DGS data segment" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_8273 edi#formats2ndComponent hasValue cde#C205_CDE edi#formats3rdComponent hasValue cde#C234_CDE edi#formats4thComponent hasValue cde#C223_CDE edi#formats5thComponent hasValue de#DE_8339 edi#formats6thComponent hasValue de#DE_8364 edi#formats7thComponent hasValue de#DE_8410 edi#formats8thComponent hasValue de#DE_8126 edi#formats9thComponent hasValue cde#C235_CDE edi#formats10thComponent hasValue cde#C236_CDE edi#formats11thComponent hasValue de#DE_8255 edi#formats12thComponent hasValue de#DE_8325 edi#formats13thComponent hasValue de#DE_8211 instance ds#DGS_DS memberOf edi#DataSegment edi#hasFormat hasValue fc#O1_12O1_Format // DGS_DS_Format edi#hasFormatDescriptor hasValue dsf#DGS_DS_FD /* ================================================ // C205 HAZARD CODE ================================================ */ /* encoded at EDIFACT level instance dsf#C205_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C205 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_8351 edi#formats2ndComponent hasValue de#DE_8078 edi#formats3rdComponent hasValue de#DE_8092 instance cde#C205_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue fc#M1_O1_O1_Format // C205_CDE_Format edi#hasFormatDescriptor hasValue dsf#C205_CDE_FD /* ================================================ // C234 UNDG INFORMATION ================================================ */ /* encoded at EDIFACT level instance dsf#C234_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C234 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_7124 edi#formats2ndComponent hasValue de#DE_7088 // CEL, FAH -- any others??? instance cde#C234_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue fc#O1_O1_Format // C234_CDE_Format edi#hasFormatDescriptor hasValue dsf#C234_CDE_FD /* ================================================== // C223 DANGEROUS GOODS SHIPMENT FLASHPOINT ================================================== */ /* encoded at EDIFACT level instance dsf#C223_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C223 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_7106 edi#formats2ndComponent hasValue de#DE_6411 instance cde#C223_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue fc#O1_O1_Format edi#hasFormatDescriptor hasValue dsf#C223_CDE_FD /* ==================================================== // C235 HAZARD IDENTIFICATION PLACARD DETAILS ==================================================== */ /* encoded at EDIFACT level instance dsf#C235_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C235 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_8158 edi#formats2ndComponent hasValue de#DE_8186 instance cde#C235_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue fc#O1_O1_Format edi#hasFormatDescriptor hasValue dsf#C235_CDE_FD /* ================================================ // C236 DANGEROUS GOODS LABEL ================================================ */ /* encoded at EDIFACT level instance dsf#C236_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C236 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_8246 edi#formats2ndComponent hasValue de#DE_8246 edi#formats3rdComponent hasValue de#DE_8246 instance cde#C236_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue fc#O1_2O1_Format edi#hasFormatDescriptor hasValue dsf#C236_CDE_FD /* ======================================================================= // DIM DIMENSIONS ======================================================================== */ /* encoded at EDIFACT level instance dsf#DIM_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EDIFACT DIM data segment" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_6145 edi#formats2ndComponent hasValue cde#C211_CDE instance ds#DIM_DS memberOf edi#DataSegment edi#hasFormat hasValue fc#M1_M1_Format edi#hasFormatDescriptor hasValue dsf#DIM_DS_FD /* ===================================================== // C211 DIMENSIONS ===================================================== */ /* encoded at EDIFACT level instance dsf#C211_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EDIFACT C211 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_6411 edi#formats2ndComponent hasValue de#DE_6168 edi#formats3rdComponent hasValue de#DE_6140 edi#formats4thComponent hasValue de#DE_6008 instance cde#C211_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue fc#M1_3O1_Format edi#hasFormatDescriptor hasValue dsf#C211_CDE_FD /* ======================================================================== // DLI DOCUMENT LINE IDENTIFICATION ======================================================================== */ /* encoded at EDIFACT level instance dsf#DLI_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM DLI data segment" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_1073 edi#formats2ndComponent hasValue de#DE_1082 instance ds#DLI_DS memberOf edi#DataSegment edi#hasFormat hasValue dsf#M1_M1_Format edi#hasFormatDescriptor hasValue dsf#DLI_DS_FD /* ======================================================================== // DLM DELIVERY LIMITATIONS ======================================================================== */ /* NOT USED in EANCOM /* ======================================================================== // DOC DOCUMENT/MESSAGE DETAILS ======================================================================== */ instance dsf#DOC_DS_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM DOC data segment" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_D1 // R or F edi#formatFor3rdComponent hasValue fc#FC_D1 // O or F edi#formatFor4thComponent hasValue fc#FC_D1 // O or F edi#formatFor5thComponent hasValue fc#FC_D1 // O:REMADV else F /* encoded at EDIFACT level instance dsf#DOC_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM DOC data segment" endNonFunctionalProperties edi#formats1stComponent hasValue cde#C002_CDE edi#formats2ndComponent hasValue cde#C503_CDE edi#formats3rdComponent hasValue de#DE_3153 edi#formats4thComponent hasValue de#DE_1220 edi#formats5thComponent hasValue de#DE_1218 instance ds#DOC_DS memberOf edi#DataSegment edi#hasFormat hasValue dsf#DOC_DS_Format edi#hasFormatDescriptor hasValue dsf#DOC_DS_FD // C002_CDE format defined under BGM_DS /* ================================================== // C503 DOCUMENT/MESSAGE DETAILS ================================================== */ instance dsf#C503_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C503 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_D1 // R1 except O:RETINS edi#formatFor2ndComponent hasValue fc#FC_D1 // O, F: OSTRPT edi#formatFor3rdComponent hasValue fc#FC_D1 // O, F edi#formatFor4thComponent hasValue fc#FC_D1 // often F edi#formatFor5thComponent hasValue fc#FC_F edi#formatFor6thComponent hasValue fc#FC_F /* encoded at EDIFACT level instance dsf#C503_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C503 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_1004 edi#formats2ndComponent hasValue de#DE_1373 edi#formats3rdComponent hasValue de#DE_1366 edi#formats4thComponent hasValue de#DE_3453 edi#formats5thComponent hasValue de#DE_1056 edi#formats6thComponent hasValue de#DE_1060 instance cde#C503_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C503_CDE_Format edi#hasFormatDescriptor hasValue dsf#C503_CDE_FD /* ======================================================================== // DTM DATE/TIME/PERIOD ======================================================================== */ /* encoded at EDIFACT level instance dsf#DTM_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM DTM data segment" endNonFunctionalProperties edi#formats1stComponent hasValue cde#C507_CDE instance ds#DTM_DS memberOf edi#DataSegment edi#hasFormat hasValue fc#M1_Only_Format edi#hasFormatDescriptor hasValue dsf#DTM_DS_FD /* ===================================================== // C507 DOCUMENT/MESSAGE IDENTIFICATION ===================================================== */ instance dsf#C507_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C507 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_R1 edi#formatFor3rdComponent hasValue fc#FC_R1 /* encoded at EDIFACT level instance dsf#C507_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C507 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_2005 edi#formats2ndComponent hasValue de#DE_2380 edi#formats3rdComponent hasValue de#DE_2379 instance cde#C507_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C507_CDE_Format edi#hasFormatDescriptor hasValue dsf#C507_CDE_FD /* ======================================================================== // EFI EXTERNAL FILE LINK DEFINITION ======================================================================== */ instance dsf#EFI_DS_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM EFI data segment" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_R1 edi#formatFor3rdComponent hasValue fc#FC_O1 edi#formatFor4thComponent hasValue fc#FC_F /* encoded at EDIFACT level instance dsf#EFI_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM EFI data segment" endNonFunctionalProperties edi#formats1stComponent hasValue cde#C077_CDE edi#formats2ndComponent hasValue cde#C099_CDE edi#formats3rdComponent hasValue de#DE_1050 edi#formats4thComponent hasValue de#DE_9450 instance ds#EFI_DS memberOf edi#DataSegment edi#hasFormat hasValue dsf#EFI_DS_Format edi#hasFormatDescriptor hasValue dsf#EFI_DS_FD /* ================================================ // C077 FILE IDENTIFICATION ================================================ */ instance dsf#C077_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C077 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_R1 edi#formatFor2ndComponent hasValue fc#FC_O1 /* encoded at EDIFACT level instance dsf#C077_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C077 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_1508 edi#formats2ndComponent hasValue de#DE_7008 instance cde#C077_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C077_CDE_Format edi#hasFormatDescriptor hasValue dsf#C077_CDE_FD /* ================================================ // C099 FILE DETAILS ================================================ */ instance dsf#C099_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C099 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_F edi#formatFor3rdComponent hasValue fc#FC_R1 edi#formatFor4thComponent hasValue fc#FC_F /* encoded at EDIFACT level instance dsf#C099_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C099 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_1516 edi#formats2ndComponent hasValue de#DE_1056 edi#formats3rdComponent hasValue de#DE_1503 edi#formats4thComponent hasValue de#DE_1502 instance cde#C099_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C099_CDE_Format edi#hasFormatDescriptor hasValue dsf#C099_CDE_FD /* ======================================================================== // EQD EQUIPMENT DETAILS ======================================================================== */ instance dsf#EQD_DS_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM EQD data segment" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_D1 // F:ORDERS, R:IFTMAN, IFTMAN edi#formatFor3rdComponent hasValue fc#FC_D1 // O, F:RECADV edi#formatFor4thComponent hasValue fc#FC_D1 // O, F:ORDERS edi#formatFor5thComponent hasValue fc#FC_D1 // F:IFTMBF, ORDERS edi#formatFor6thComponent hasValue fc#FC_D1 // O, F:ORDERS /* encoded at EDIFACT level instance dsf#EQD_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM EQD data segment" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_8053 edi#formats2ndComponent hasValue cde#C237_CDE edi#formats3rdComponent hasValue cde#C224_CDE edi#formats4thComponent hasValue de#DE_8077 edi#formats5thComponent hasValue de#DE_8249 edi#formats6thComponent hasValue de#DE_8169 instance ds#EQD_DS memberOf edi#DataSegment edi#hasFormat hasValue dsf#EQD_DS_Format edi#hasFormatDescriptor hasValue dsf#EQD_DS_FD /* ================================================ // C237 EQUIPMENT IDENTIFICATION ================================================ */ instance dsf#C237_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C237 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_D1 // R, A:IFCSUM edi#formatFor2ndComponent hasValue fc#FC_O1 edi#formatFor3rdComponent hasValue fc#FC_D1 // F edi#formatFor4thComponent hasValue fc#FC_O1 /* encoded at EDIFACT level instance dsf#C237_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C237 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_8260 edi#formats2ndComponent hasValue de#DE_1131 edi#formats3rdComponent hasValue de#DE_3055 edi#formats4thComponent hasValue de#DE_3207 instance cde#C237_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C237_CDE_Format edi#hasFormatDescriptor hasValue dsf#C237_CDE_FD /* ================================================ // C224 EQUIPMENT SIZE AND TYPE ================================================ */ instance dsf#C224_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C224 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_D1 // R edi#formatFor2ndComponent hasValue fc#FC_O1 edi#formatFor3rdComponent hasValue fc#FC_D1 edi#formatFor4thComponent hasValue fc#FC_O1 /* encoded at EDIFACT level instance dsf#C224_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C224 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_8155 edi#formats2ndComponent hasValue de#DE_1131 edi#formats3rdComponent hasValue de#DE_3055 edi#formats4thComponent hasValue de#DE_8154 instance cde#C224_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C224_CDE_Format edi#hasFormatDescriptor hasValue dsf#C224_CDE_FD /* ======================================================================== // EQN NUMBER OF UNIT DETAILS ======================================================================== */ /* encoded at EDIFACT level instance dsf#EQN_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM EQN data segment" endNonFunctionalProperties edi#formats1stComponent hasValue cde#C523_CDE instance ds#EQN_DS memberOf edi#DataSegment edi#hasFormat hasValue fc#M1_Only_Format edi#hasFormatDescriptor hasValue dsf#EQN_DS_FD /* ================================================ // C523 APPLICATION ERROR DETAIL ================================================ */ instance dsf#C523_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C523 compound data element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_R1 edi#formatFor2ndComponent hasValue fc#FC_D1 // F, O /* encoded at EDIFACT level instance dsf#C523_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C523 compound data element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_6350 edi#formats2ndComponent hasValue de#DE_6353 instance ds#C523_CDE memberOf edi#DataSegment edi#hasFormat hasValue dsf#C523_CDE_Format edi#hasFormatDescriptor hasValue dsf#C523_CDE_FD /* ======================================================================== // ERC APPLICATION ERROR INFORMATION ======================================================================== */ /* encoded at EDIFACT level instance dsf#ERC_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM ERC data segment" endNonFunctionalProperties edi#formats1stComponent hasValue cde#C901_CDE instance ds#ERC_DS memberOf edi#DataSegment edi#hasFormat hasValue fc#M1_Only_Format edi#hasFormatDescriptor hasValue dsf#ERC_DS_FD /* ================================================ // C901 APPLICATION ERROR DETAIL ================================================ */ instance dsf#C901_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C901 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_O1 edi#formatFor3rdComponent hasValue fc#FC_D1 /* encoded at EDIFACT level instance dsf#C901_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C901 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_9321 edi#formats2ndComponent hasValue de#DE_1131 edi#formats3rdComponent hasValue de#DE_3055 instance cde#C901_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C901_CDE_Format edi#hasFormatDescriptor hasValue dsf#C901_CDE_FD /* ======================================================================== // FCA FINANCIAL CHARGES ALLOCATION ======================================================================== */ instance dsf#FCA_DS_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM FCA data segment" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_D1 /* encoded at EDIFACT level instance dsf#FCA_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM FCA data segment" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_4471 edi#formats2ndComponent hasValue cde#C878_CDE instance ds#FCA_DS memberOf edi#DataSegment edi#hasFormat hasValue dsf#FCA_DS_Format edi#hasFormatDescriptor hasValue dsf#FCA_DS_FD /* ================================================ // C878 CHARGE/ALLOWANCE ACCOUNT ================================================ */ instance dsf#C878_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C878 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_D1 edi#formatFor3rdComponent hasValue fc#FC_D1 edi#formatFor4thComponent hasValue fc#FC_O1 edi#formatFor5thComponent hasValue fc#FC_O1 /* encoded at EDIFACT level instance dsf#C878_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C878 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_3434 edi#formats2ndComponent hasValue de#DE_1131 edi#formats3rdComponent hasValue de#DE_3055 edi#formats4thComponent hasValue de#DE_3194 edi#formats5thComponent hasValue de#DE_6345 instance cde#C878_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C878_CDE_Format edi#hasFormatDescriptor hasValue dsf#C878_CDE_FD /* ======================================================================= // FII FINANCIAL INSTITUTION INFORMATION ======================================================================== */ instance dsf#FII_DS_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM FII data segment" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_D1 // F, R edi#formatFor3rdComponent hasValue fc#FC_D1 // R: PAYDUC, O edi#formatFor4thComponent hasValue fc#FC_O1 /* encoded at EDIFACT level instance dsf#FII_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM FII data segment" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_3035 edi#formats2ndComponent hasValue cde#C078_CDE edi#formats3rdComponent hasValue cde#C088_CDE edi#formats4thComponent hasValue de#DE_3207 instance ds#FII_DS memberOf edi#DataSegment edi#hasFormat hasValue dsf#FII_DS_Format edi#hasFormatDescriptor hasValue dsf#FII_DS_FD /* ================================================ // C078 ACCOUNT IDENTIFICATION ================================================ */ instance dsf#C078_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C078 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_R1 edi#formatFor2ndComponent hasValue fc#FC_O1 edi#formatFor3rdComponent hasValue fc#FC_O1 edi#formatFor4thComponent hasValue fc#FC_D1 // COACSU /* encoded at EDIFACT level instance dsf#C078_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C078 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_3194 edi#formats2ndComponent hasValue de#DE_3192 edi#formats3rdComponent hasValue de#DE_3192 edi#formats4thComponent hasValue de#DE_6345 instance cde#C078_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C078_CDE_Format edi#hasFormatDescriptor hasValue dsf#C078_CDE_FD /* ================================================ // C088 INSTITUTION IDENTIFICATION ================================================ */ instance dsf#C088_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C088 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_D1 // O, R edi#formatFor2ndComponent hasValue fc#FC_O1 edi#formatFor3rdComponent hasValue fc#FC_D1 edi#formatFor4thComponent hasValue fc#FC_O1 edi#formatFor5thComponent hasValue fc#FC_D1 // F, O edi#formatFor6thComponent hasValue fc#FC_D1 // F edi#formatFor7thComponent hasValue fc#FC_D1 edi#formatFor8thComponent hasValue fc#FC_D1 /* encoded at EDIFACT level instance dsf#C088_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C088 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_3433 edi#formats2ndComponent hasValue de#DE_1131 edi#formats3rdComponent hasValue de#DE_3055 edi#formats4thComponent hasValue de#DE_3434 edi#formats5thComponent hasValue de#DE_1131 edi#formats6thComponent hasValue de#DE_3055 edi#formats7thComponent hasValue de#DE_3432 edi#formats8thComponent hasValue de#DE_3436 instance cde#C088_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C088_CDE_Format edi#hasFormatDescriptor hasValue dsf#C088_CDE_FD /* ======================================================================== // FTX FREE TEXT ======================================================================== */ instance dsf#FTX_DS_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM FTX data segment" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_D1 // A, R, F edi#formatFor3rdComponent hasValue fc#FC_D1 edi#formatFor4thComponent hasValue fc#FC_D1 edi#formatFor5thComponent hasValue fc#FC_D1 // PRICAT; F edi#formatFor6thComponent hasValue fc#FC_F /* encoded at EDIFACT level instance dsf#FTX_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM FTX data segment" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_4451 edi#formats2ndComponent hasValue de#DE_4453 edi#formats3rdComponent hasValue cde#C107_CDE edi#formats4thComponent hasValue cde#C108_CDE edi#formats5thComponent hasValue de#DE_3453 edi#formats6thComponent hasValue de#DE_4447 instance ds#FTX_DS memberOf edi#DataSegment edi#hasFormat hasValue dsf#FTX_DS_Format edi#hasFormatDescriptor hasValue dsf#FTX_DS_FD /* ================================================ // C107 TEXT REFERENCE ================================================ */ instance dsf#C107_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C107 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_O1 edi#formatFor3rdComponent hasValue fc#FC_D1 /* encoded at EDIFACT level instance dsf#C107_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C107 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_4441 edi#formats2ndComponent hasValue de#DE_1131 edi#formats3rdComponent hasValue de#DE_3055 instance cde#C107_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C107_CDE_Format edi#hasFormatDescriptor hasValue dsf#C107_CDE_FD /* ================================================ // C108 TEXT LITERAL ================================================ */ /* encoded at EDIFACT level instance dsf#C108_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C108 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_4440 edi#formats2ndComponent hasValue de#DE_4440 edi#formats3rdComponent hasValue de#DE_4440 edi#formats4thComponent hasValue de#DE_4440 edi#formats5thComponent hasValue de#DE_4440 instance cde#C108_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue fc#FC_M1_O4_Format edi#hasFormatDescriptor hasValue dsf#C108_CDE_FD /* ======================================================================= // GID GOODS ITEM DETAILS ======================================================================== */ instance dsf#GID_DS_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM GID data segment" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_R1 edi#formatFor2ndComponent hasValue fc#FC_D1 // R, F edi#formatFor3rdComponent hasValue fc#FC_D1 // O, F edi#formatFor4thComponent hasValue fc#FC_D1 // O, F edi#formatFor5thComponent hasValue fc#FC_D1 // O, F edi#formatFor6thComponent hasValue fc#FC_D1 // O, F /* instance dsf#GID_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EDIFACT GID data segment" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_1496 edi#formats2ndComponent hasValue cde#C213_CDE edi#formats3rdComponent hasValue cde#C213_CDE edi#formats4thComponent hasValue cde#C213_CDE edi#formats5thComponent hasValue cde#C213_CDE edi#formats6thComponent hasValue cde#C213_CDE instance ds#GID_DS memberOf edi#DataSegment edi#hasFormat hasValue fc#O1_5O1_Format // GID_DS_Format edi#hasFormatDescriptor hasValue dsf#GID_DS_FD /* ===================================================== // C213 NUMBER AND TYPE OF PACKAGES ===================================================== */ instance dsf#C213_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C213 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_D1 // R, O edi#formatFor2ndComponent hasValue fc#FC_O1 edi#formatFor3rdComponent hasValue fc#FC_F edi#formatFor4thComponent hasValue fc#FC_D1 edi#formatFor5thComponent hasValue fc#FC_F edi#formatFor6thComponent hasValue fc#FC_F /* encoded at EDIFACT level instance dsf#C213_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EDIFACT C213 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_7224 edi#formats2ndComponent hasValue de#DE_7065 edi#formats3rdComponent hasValue de#DE_1131 edi#formats4thComponent hasValue de#DE_3055 edi#formats5thComponent hasValue de#DE_7064 edi#formats6thComponent hasValue de#DE_7233 instance cde#C213_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C213_CDE_Format edi#hasFormatDescriptor hasValue dsf#C213_CDE_FD /* ======================================================================== // GIN Goods identity number ======================================================================== */ /* encoded at EDIFACT level instance dsf#GIN_DS_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EDIFACT GIN data segment" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_M1 edi#formatFor3rdComponent hasValue fc#FC_O1 edi#formatFor4thComponent hasValue fc#FC_O1 edi#formatFor5thComponent hasValue fc#FC_O1 instance dsf#GIN_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM GIN data segment" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_7405 edi#formats2ndComponent hasValue cde#C208_CDE edi#formats3rdComponent hasValue cde#C208_CDE edi#formats4thComponent hasValue cde#C208_CDE edi#formats5thComponent hasValue cde#C208_CDE edi#formats6thComponent hasValue cde#C208_CDE instance ds#GIN_DS memberOf edi#DataSegment edi#hasFormat hasValue dsf#GIN_DS_Format // fc#M1_M1_O4_Format edi#hasFormatDescriptor hasValue dsf#GIN_DS_FD /* ===================================================== // C208 IDENTITY NUMBER RANGE ===================================================== */ /* instance dsf#C208_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C208 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_D1 // F /* encoded at EDIFACT level instance dsf#C208_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C208 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_7402 edi#formats2ndComponent hasValue de#DE_7402 instance cde#C208_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue fc#M1_D1_Format edi#hasFormatDescriptor hasValue dsf#C208_CDE_FD /* ======================================================================== // GIS General indicator ======================================================================== */ /* encoded at EDIFACT level instance dsf#GIS_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM GIS data segment" endNonFunctionalProperties edi#formats1stComponent hasValue cde#C529_CDE instance ds#GIS_DS memberOf edi#DataSegment edi#hasFormat hasValue fc#M1_Only_Format edi#hasFormatDescriptor hasValue dsf#GIS_DS_FD /* ================================================ // C529 DOCUMENT/MESSAGE IDENTIFICATION ================================================ */ instance dsf#C529_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C529 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_D1 // F edi#formatFor3rdComponent hasValue fc#FC_D1 // F edi#formatFor4thComponent hasValue fc#FC_D1 // F:BANSTA,CREMUL /* encoded at EDIFACT level instance dsf#C529_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C529 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_7365 edi#formats2ndComponent hasValue de#DE_1131 edi#formats2ndComponent hasValue de#DE_3055 edi#formats2ndComponent hasValue de#DE_7187 instance cde#C529_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C529_CDE_Format edi#hasFormatDescriptor hasValue dsf#C529_CDE_FD /* ======================================================================== // HAN HANDLING INSTRUCTIONS ======================================================================== */ instance dsf#HAN_DS_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM HAN data segment" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_D1 // O, A, R edi#formatFor2ndComponent hasValue fc#FC_O1 /* encoded at EDIFACT level instance dsf#HAN_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM HAN data segment" endNonFunctionalProperties edi#formats1stComponent hasValue cde#C524_CDE edi#formats2ndComponent hasValue cde#C218_CDE instance ds#HAN_DS memberOf edi#DataSegment edi#hasFormat hasValue dsf#HAN_DS_Format edi#hasFormatDescriptor hasValue dsf#HAN_DS_FD /* ===================================================== // C524 HANDLING INSTRUCTIONS ===================================================== */ instance dsf#C524_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C524 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_D1 // O, R edi#formatFor2ndComponent hasValue fc#FC_D1 // F, O, A edi#formatFor3rdComponent hasValue fc#FC_D1 // HANMOV 8.4 R edi#formatFor4thComponent hasValue fc#FC_O1 /* encoded at EDIFACT level instance dsf#C524_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C524 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_4079 edi#formats2ndComponent hasValue de#DE_1131 edi#formats3rdComponent hasValue de#DE_3055 edi#formats4thComponent hasValue de#DE_4078 instance cde#C524_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C524_CDE_Format edi#hasFormatDescriptor hasValue dsf#C524_CDE_FD /* ===================================================== // C218 HAZARDOUS MATERIAL ===================================================== */ instance dsf#C218_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C218 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_D1 edi#formatFor2ndComponent hasValue fc#FC_O1 edi#formatFor3rdComponent hasValue fc#FC_D1 edi#formatFor4thComponent hasValue fc#FC_O1 /* encoded at EDIFACT level instance dsf#C218_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C218 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_7419 edi#formats2ndComponent hasValue de#DE_1131 edi#formats3rdComponent hasValue de#DE_3055 edi#formats4thComponent hasValue de#DE_7418 instance cde#C218_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C218_CDE_Format edi#hasFormatDescriptor hasValue dsf#C218_CDE_FD /* ======================================================================== // HYN Hierarchy information ======================================================================== */ instance dsf#HYN_DS_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM HYN data segment" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_R1 edi#formatFor3rdComponent hasValue fc#FC_O1 edi#formatFor4thComponent hasValue fc#FC_R1 edi#formatFor5thComponent hasValue fc#FC_F /* encoded at EDIFACT level instance dsf#HYN_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM HYN data segment" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_7173 edi#formats2ndComponent hasValue de#DE_7171 edi#formats3rdComponent hasValue de#DE_1229 edi#formats4thComponent hasValue cde#C212_CDE edi#formats5thComponent hasValue de#DE_7166 instance ds#HYN_DS memberOf edi#DataSegment edi#hasFormat hasValue dsf#HYN_DS_Format edi#hasFormatDescriptor hasValue dsf#HYN_DS_FD // cde#C212_CDE format defined under LIN_DS /*=========================================================== IDE Identity ==============================================================*/ instance dsf#IDE_DS_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM IDE data segment" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_F edi#formatFor3rdComponent hasValue fc#FC_O1 edi#formatFor4thComponent hasValue fc#FC_O1 edi#formatFor5thComponent hasValue fc#FC_O1 edi#formatFor6thComponent hasValue fc#FC_O1 edi#formatFor7thComponent hasValue fc#FC_F /* encoded at EDIFACT level instance dsf#IDE_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM IDE data segment" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_7495 edi#formats2ndComponent hasValue cde#C206_CDE edi#formats3rdComponent hasValue cde#C082_CDE edi#formats4thComponent hasValue de#DE_4405 edi#formats5thComponent hasValue de#DE_1222 edi#formats6thComponent hasValue cde#C778_CDE edi#formats7thComponent hasValue cde#C240_CDE instance ds#IDE_DS memberOf edi#DataSegment edi#hasFormat hasValue dsf#IDE_DS_Format edi#hasFormatDescriptor hasValue dsf#IDE_DS_FD // C082 format defined under NAD /* ================================================ // C778 POSITION IDENTIFICATION ================================================ */ /* encoded at EDIFACT level instance dsf#C778_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EDIFACT C778 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_O1 edi#formatFor2ndComponent hasValue fc#FC_O1 instance dsf#C778_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C778 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_7164 edi#formats2ndComponent hasValue de#DE_1050 instance cde#C778_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C778_CDE_Format // fc#O1_O1_Format edi#hasFormatDescriptor hasValue dsf#C778_CDE_FD /* ======================================================================== // IMD Item description ======================================================================== */ instance dsf#IMD_DS_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM IMD data segment" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_D1 // PRICAT R, HANMOV O edi#formatFor2ndComponent hasValue fc#FC_O1 edi#formatFor3rdComponent hasValue fc#FC_O1 edi#formatFor4thComponent hasValue fc#FC_D1 // PRICAT F, HANMOV O /* encoded at EDIFACT level instance dsf#IMD_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM IMD data segment" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_7077 edi#formats2ndComponent hasValue cde#C272_CDE // from 98B onward edi#formats3rdComponent hasValue cde#C273_CDE edi#formats4thComponent hasValue de#DE_7383 instance ds#IMD_DS memberOf edi#DataSegment edi#hasFormat hasValue dsf#IMD_DS_Format edi#hasFormatDescriptor hasValue dsf#IMD_DS_FD /* ===================================================== // C272 ITEM CHARACTERISTIC ===================================================== */ instance dsf#C272_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C272 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_R1 edi#formatFor2ndComponent hasValue fc#FC_O1 edi#formatFor3rdComponent hasValue fc#FC_D1 /* encoded at EDIFACT level instance dsf#C272_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C272 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_7081 edi#formats2ndComponent hasValue de#DE_1131 edi#formats3rdComponent hasValue de#DE_3055 instance cde#C272_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C272_CDE_Format edi#hasFormatDescriptor hasValue dsf#C272_CDE_FD /* ===================================================== // C273 ITEM DESCRIPTION ===================================================== */ instance dsf#C273_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C273 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_O1 edi#formatFor2ndComponent hasValue fc#FC_O1 edi#formatFor3rdComponent hasValue fc#FC_D1 edi#formatFor4thComponent hasValue fc#FC_O1 edi#formatFor5thComponent hasValue fc#FC_O1 edi#formatFor6thComponent hasValue fc#FC_O1 /* encoded at EDIFACT level instance dsf#C273_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C273 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_7009 edi#formats2ndComponent hasValue de#DE_1131 edi#formats3rdComponent hasValue de#DE_3055 edi#formats4thComponent hasValue de#DE_7008 edi#formats5thComponent hasValue de#DE_7008 edi#formats6thComponent hasValue de#DE_3453 instance cde#C273_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C273_CDE_Format edi#hasFormatDescriptor hasValue dsf#C273_CDE_FD // ?? Shouldn't DE_3453 be paired with DE_7008 ?? /* ======================================================================== // INP PARTIES TO INSTRUCTION ======================================================================== */ instance dsf#INP_DS_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM INP data segment" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_D1 // R, A edi#formatFor2ndComponent hasValue fc#FC_D1 // R, O edi#formatFor3rdComponent hasValue fc#FC_F edi#formatFor4thComponent hasValue fc#FC_F /* encoded at EDIFACT level instance dsf#INP_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM INP data segment" endNonFunctionalProperties edi#formats1stComponent hasValue cde#C849_CDE edi#formats2ndComponent hasValue cde#C522_CDE edi#formats3rdComponent hasValue cde#C850_CDE edi#formats4thComponent hasValue de#DE_1229 instance ds#INP_DS memberOf edi#DataSegment edi#hasFormat hasValue dsf#INP_DS_Format edi#hasFormatDescriptor hasValue dsf#INP_DS_FD /* ===================================================== // C849 PARTIES TO INSTRUCTION ===================================================== */ instance dsf#C849_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C849 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_D1 // F, O /* encoded at EDIFACT level instance dsf#C849_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C849 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_3301 edi#formats2ndComponent hasValue de#DE_3285 instance cde#C849_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C849_CDE_Format edi#hasFormatDescriptor hasValue dsf#C849_CDE_FD /* ===================================================== // C522 DOCUMENT/MESSAGE IDENTIFICATION ===================================================== */ instance dsf#C522_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C522 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_O1 edi#formatFor3rdComponent hasValue fc#FC_O1 edi#formatFor4thComponent hasValue fc#FC_D1 edi#formatFor5thComponent hasValue fc#FC_F /* encoded at EDIFACT level instance dsf#C522_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C522 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_4403 edi#formats2ndComponent hasValue de#DE_4401 edi#formats3rdComponent hasValue de#DE_1131 edi#formats4thComponent hasValue de#DE_3055 edi#formats5thComponent hasValue de#DE_4400 instance cde#C522_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C522_CDE_Format edi#hasFormatDescriptor hasValue dsf#C522_CDE_FD // Skipping C850 until used /* ======================================================================== // INV INVENTORY MANAGEMENT RELATED DETAILS ======================================================================== */ instance dsf#INV_DS_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM INV data segment" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_D1 edi#formatFor2ndComponent hasValue fc#FC_O1 edi#formatFor3rdComponent hasValue fc#FC_F edi#formatFor4thComponent hasValue fc#FC_D1 edi#formatFor5thComponent hasValue fc#FC_F /* encoded at EDIFACT level instance dsf#INV_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM INV data segment" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_4501 edi#formats2ndComponent hasValue de#DE_7491 edi#formats3rdComponent hasValue de#DE_4499 edi#formats4thComponent hasValue de#DE_4503 edi#formats5thComponent hasValue cde#C522_CDE instance ds#INV_DS memberOf edi#DataSegment edi#hasFormat hasValue dsf#INV_DS_Format edi#hasFormatDescriptor hasValue dsf#INV_DS_FD // C522 (not used here) defined above /* ======================================================================= // IRQ INFORMATION REQUIRED ======================================================================== */ /* encoded at EDIFACT level instance dsf#IRQ_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM IRQ data segment" endNonFunctionalProperties edi#formats1stComponent hasValue cde#C333_CDE instance ds#IRQ_DS memberOf edi#DataSegment edi#hasFormat hasValue fc#M1_Only_Format edi#hasFormatDescriptor hasValue dsf#IRQ_DS_FD /* ================================================= // C333 INFORMATION REQUEST ================================================= */ instance dsf#C333_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C333 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_R1 edi#formatFor2ndComponent hasValue fc#FC_O1 edi#formatFor3rdComponent hasValue fc#FC_D1 edi#formatFor4thComponent hasValue fc#FC_D1 /* encoded at EDIFACT level instance dsf#C333_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C333 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_4511 edi#formats2ndComponent hasValue de#DE_1131 edi#formats3rdComponent hasValue de#DE_3055 edi#formats4thComponent hasValue de#DE_4510 instance cde#C333_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C333_CDE_Format edi#hasFormatDescriptor hasValue dsf#C333_CDE_FD /* ======================================================================== // LIN LINE ITEM ======================================================================== */ instance dsf#LIN_DS_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM LIN data segment" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_D1 // normally R1; O: OSTRPT edi#formatFor2ndComponent hasValue fc#FC_D1 // F (ORDERS) edi#formatFor3rdComponent hasValue fc#FC_D1 // PARTIN F edi#formatFor4thComponent hasValue fc#FC_D1 // PARTIN F edi#formatFor5thComponent hasValue fc#FC_D1 // F, O (BANSTA) edi#formatFor6thComponent hasValue fc#FC_D1 // F, O (BANSTA) /* encoded at EDIFACT level instance dsf#LIN_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM LIN data segment" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_1082 edi#formats2ndComponent hasValue de#DE_1229 edi#formats3rdComponent hasValue cde#C212_CDE edi#formats4thComponent hasValue cde#C829_CDE edi#formats5thComponent hasValue de#DE_1222 edi#formats6thComponent hasValue de#DE_7083 instance ds#LIN_DS memberOf edi#DataSegment edi#hasFormat hasValue dsf#LIN_DS_Format edi#hasFormatDescriptor hasValue dsf#LIN_DS_FD /* ===================================================== // C212 ITEM NUMBER IDENTIFICATION ===================================================== */ instance dsf#C212_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C212 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_D1 // R for some Segments edi#formatFor2ndComponent hasValue fc#FC_R1 edi#formatFor3rdComponent hasValue fc#FC_D1 // F for LIN segment edi#formatFor4thComponent hasValue fc#FC_D1 // F for LIN segment /* encoded at EDIFACT level instance dsf#C212_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C212 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_7140 edi#formats2ndComponent hasValue de#DE_7143 edi#formats3rdComponent hasValue de#DE_1131 edi#formats4thComponent hasValue de#DE_3055 instance cde#C212_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C212_CDE_Format edi#hasFormatDescriptor hasValue dsf#C212_CDE_FD /* ===================================================== // C829 SUB-LINE INFORMATION ===================================================== */ instance dsf#C829_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C829 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_R1 edi#formatFor2ndComponent hasValue fc#FC_R1 /* encoded at EDIFACT level instance dsf#C829_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C829 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_5495 edi#formats2ndComponent hasValue de#DE_1082 instance cde#C829_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C829_CDE_Format edi#hasFormatDescriptor hasValue dsf#C829_CDE_FD /* ======================================================================== // LOC PLACE/LOCATION IDENTIFICATION ======================================================================== */ instance dsf#LOC_DS_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM LOC data segment" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_O1 edi#formatFor3rdComponent hasValue fc#FC_D1 // F edi#formatFor4thComponent hasValue fc#FC_D1 // F edi#formatFor5thComponent hasValue fc#FC_F /* encoded at EDIFACT level instance dsf#LOC_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM LOC data segment" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_3227 edi#formats2ndComponent hasValue cde#C517_CDE edi#formats3rdComponent hasValue cde#C519_CDE edi#formats4thComponent hasValue cde#C553_CDE edi#formats5thComponent hasValue de#DE_5479 instance ds#LOC_DS memberOf edi#DataSegment edi#hasFormat hasValue dsf#LOC_DS_Format edi#hasFormatDescriptor hasValue dsf#LOC_DS_FD /* ================================================ // C517 LOCATION IDENTIFICATION ================================================ */ instance dsf#C517_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C517 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_D1 // R, O edi#formatFor2ndComponent hasValue fc#FC_D1 // F: PRICAT edi#formatFor3rdComponent hasValue fc#FC_D1 edi#formatFor4thComponent hasValue fc#FC_D1 // F: PRICAT /* encoded at EDIFACT level instance dsf#C517_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C517 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_3225 edi#formats2ndComponent hasValue de#DE_1131 edi#formats3rdComponent hasValue de#DE_3055 edi#formats4thComponent hasValue de#DE_3224 instance cde#C517_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C517_CDE_Format edi#hasFormatDescriptor hasValue dsf#C517_CDE_FD /* =================================================== // C519 RELATED LOCATION ONE IDENTIFICATION =================================================== */ instance dsf#C519_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C519 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_D1 // R: ORDERS edi#formatFor2ndComponent hasValue fc#FC_D1 // F: PRICAT edi#formatFor3rdComponent hasValue fc#FC_O1 edi#formatFor4thComponent hasValue fc#FC_D1 // F: PRICAT /* encoded at EDIFACT level instance dsf#C519_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C519 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_3223 edi#formats2ndComponent hasValue de#DE_1131 edi#formats3rdComponent hasValue de#DE_3055 edi#formats4thComponent hasValue de#DE_3222 instance cde#C519_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C517_CDE_Format edi#hasFormatDescriptor hasValue dsf#C519_CDE_FD /* =================================================== // C553 RELATED LOCATION TWO IDENTIFICATION =================================================== */ instance dsf#C553_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C553 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_D1 // R: ORDERS edi#formatFor2ndComponent hasValue fc#FC_D1 // F: PRICAT edi#formatFor3rdComponent hasValue fc#FC_D1 // O edi#formatFor4thComponent hasValue fc#FC_D1 // F: PRICAT /* encoded at EDIFACT level instance dsf#C553_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C553 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_3223 edi#formats2ndComponent hasValue de#DE_1131 edi#formats3rdComponent hasValue de#DE_3055 edi#formats4thComponent hasValue de#DE_3232 instance cde#C553_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C553_CDE_Format edi#hasFormatDescriptor hasValue dsf#C553_CDE_FD /* ======================================================================= // MEA Measurement ======================================================================== */ instance dsf#MEA_DS_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM MEA data segment" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_O1 // edi#formatFor3rdComponent hasValue fc#FC_D1 // R, F edi#formatFor4thComponent hasValue fc#FC_D1 // F (O IFTMIN Loop20) /* encoded at EDIFACT level instance dsf#MEA_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM MEA data segment" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_6311 edi#formats2ndComponent hasValue cde#C502_CDE edi#formats3rdComponent hasValue cde#C174_CDE edi#formats4thComponent hasValue de#DE_7383 instance ds#MEA_DS memberOf edi#DataSegment edi#hasFormat hasValue dsf#MEA_DS_Format edi#hasFormatDescriptor hasValue dsf#MEA_DS_FD /* =============================================== // C502 MEASUREMENT DETAILS =============================================== */ instance dsf#C502_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C502 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_O1 edi#formatFor2ndComponent hasValue fc#FC_O1 edi#formatFor3rdComponent hasValue fc#FC_D1 edi#formatFor4thComponent hasValue fc#FC_D1 // F; O1:QALITY /* encoded at EDIFACT level instance dsf#C502_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C502 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_6313 edi#formats2ndComponent hasValue de#DE_6321 edi#formats3rdComponent hasValue de#DE_6155 edi#formats4thComponent hasValue de#DE_6154 instance cde#C502_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C502_CDE_Format edi#hasFormatDescriptor hasValue dsf#C502_CDE_FD /* =============================================== // C174 VALUE/RANGE =============================================== */ instance dsf#C174_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C174 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_D1 // O, R edi#formatFor3rdComponent hasValue fc#FC_O1 edi#formatFor4thComponent hasValue fc#FC_O1 edi#formatFor5thComponent hasValue fc#FC_D1 // F /* encoded at EDIFACT level instance dsf#C174_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C174 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_6411 edi#formats2ndComponent hasValue de#DE_6314 edi#formats3rdComponent hasValue de#DE_6162 edi#formats4thComponent hasValue de#DE_6152 edi#formats5thComponent hasValue de#DE_6432 instance cde#C174_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C174_CDE_Format edi#hasFormatDescriptor hasValue dsf#C174_CDE_FD /* ======================================================================= // MOA MONETARY AMOUNT ======================================================================== */ /* encoded at EDIFACT level instance dsf#MOA_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM MOA data segment" endNonFunctionalProperties edi#hasFormat hasValue fc#M1_Only_Format edi#formats1stComponent hasValue cde#C516_CDE instance ds#MOA_DS memberOf edi#DataSegment edi#hasFormatDescriptor hasValue dsf#MOA_DS_FD /* ================================================= // C516 MONETARY AMOUNT ================================================= */ instance dsf#C516_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C516 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_D1 // R; F:DIRDEB edi#formatFor3rdComponent hasValue fc#FC_D1 // F, R:PAYDUC edi#formatFor4thComponent hasValue fc#FC_D1 // F: PAYDUC edi#formatFor5thComponent hasValue fc#FC_D1 // F: PAYDUC /* encoded at EDIFACT level instance dsf#C516_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C516 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_5025 edi#formats2ndComponent hasValue de#DE_5004 edi#formats3rdComponent hasValue de#DE_6345 edi#formats4thComponent hasValue de#DE_6343 edi#formats5thComponent hasValue de#DE_4405 instance cde#C516_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C516_CDE_Format edi#hasFormatDescriptor hasValue dsf#C516_CDE_FD /* ======================================================================== // NAD NAME AND ADDRESS ======================================================================== */ instance dsf#NAD_DS_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM NAD data segment" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_O1 edi#formatFor3rdComponent hasValue fc#FC_F edi#formatFor4thComponent hasValue fc#FC_D1 edi#formatFor5thComponent hasValue fc#FC_D1 edi#formatFor6thComponent hasValue fc#FC_D1 edi#formatFor7thComponent hasValue fc#FC_D1 edi#formatFor8thComponent hasValue fc#FC_D1 edi#formatFor9thComponent hasValue fc#FC_D1 // NOT encoded at EDIFACT level 7th ccomponent different instance dsf#NAD_DS_FD memberOf edi#FormatDescriptor // nonFunctionalProperties // dc#description hasValue "FormatDescriptor for EANCOM NAD data segment" // endNonFunctionalProperties // edi#formats1stComponent hasValue de#DE_3035 // edi#formats2ndComponent hasValue cde#C082_CDE // edi#formats3rdComponent hasValue cde#C058_CDE // edi#formats4thComponent hasValue cde#C080_CDE // edi#formats5thComponent hasValue cde#C059_CDE // edi#formats6thComponent hasValue de#DE_3164 edi#formats7thComponent hasValue cde#C819_CDE // earlier: de#DE_3229 // edi#formats8thComponent hasValue de#DE_3251 // edi#formats9thComponent hasValue de#DE_3207 // Use ISO 3166, 2 alpha code instance ds#NAD_DS memberOf edi#DataSegment edi#hasFormat hasValue dsf#NAD_DS_Format edi#hasFormatDescriptor hasValue dsf#NAD_DS_FD /* ================================================ // C082 PARTY IDENTIFICATION DETAILS ================================================ */ instance dsf#C082_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C082 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_D1 // normally F; PRODAT: O edi#formatFor3rdComponent hasValue fc#FC_R1 /* encoded at EDIFACT level instance dsf#C082_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C082 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_3039 edi#formats2ndComponent hasValue de#DE_1131 edi#formats3rdComponent hasValue de#DE_3055 instance cde#C082_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C082_CDE_Format edi#hasFormatDescriptor hasValue dsf#C082_CDE_FD /* ================================================ // C058 NAME AND ADDRESS ================================================ */ /* not used instance dsf#C058_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C058 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_O1 edi#formatFor3rdComponent hasValue fc#FC_O1 edi#formatFor4thComponent hasValue fc#FC_O1 edi#formatFor5thComponent hasValue fc#FC_O1 instance dsf#C058_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C058 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_3124 edi#formats2ndComponent hasValue de#DE_3124 edi#formats3rdComponent hasValue de#DE_3124 edi#formats4thComponent hasValue de#DE_3124 edi#formats5thComponent hasValue de#DE_3124 instance cde#C058_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C058_CDE_Format edi#hasFormatDescriptor hasValue dsf#C058_CDE_FD /* ================================================ // C080 PARTY NAME ================================================ */ /* encoded at EDIFACT level instance dsf#C080_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C080 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_O1 edi#formatFor3rdComponent hasValue fc#FC_O1 edi#formatFor4thComponent hasValue fc#FC_O1 edi#formatFor5thComponent hasValue fc#FC_O1 edi#formatFor6thComponent hasValue fc#FC_O1 instance dsf#C080_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C080 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_3036 edi#formats2ndComponent hasValue de#DE_3036 edi#formats3rdComponent hasValue de#DE_3036 edi#formats4thComponent hasValue de#DE_3036 edi#formats5thComponent hasValue de#DE_3036 edi#formats6thComponent hasValue de#DE_3045 instance cde#C080_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C080_CDE_Format edi#hasFormatDescriptor hasValue dsf#C080_CDE_FD /* ================================================ // C059 STREET ================================================ */ /* encoded at EDIFACT level instance dsf#C059_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C059 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_O1 edi#formatFor3rdComponent hasValue fc#FC_O1 edi#formatFor4thComponent hasValue fc#FC_O1 instance dsf#C059_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C059 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_3042 edi#formats2ndComponent hasValue de#DE_3042 edi#formats3rdComponent hasValue de#DE_3042 edi#formats4thComponent hasValue de#DE_3042 instance cde#C059_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C059_CDE_Format edi#hasFormatDescriptor hasValue dsf#C059_CDE_FD /* ================================================ // C819 COUNTRY SUB-ENTITY DETAILS ================================================ */ /* encoded at EDIFACT level instance dsf#C819_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C819 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_O1 edi#formatFor2ndComponent hasValue fc#FC_O1 edi#formatFor3rdComponent hasValue fc#FC_O1 edi#formatFor4thComponent hasValue fc#FC_O1 instance dsf#C819_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C819 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_3229 edi#formats2ndComponent hasValue de#DE_1131 edi#formats3rdComponent hasValue de#DE_3055 edi#formats4thComponent hasValue de#DE_3228 instance cde#C819_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C819_CDE_Format edi#hasFormatDescriptor hasValue dsf#C819_CDE_FD /* ======================================================================= // PAC PACKAGE ======================================================================== */ instance dsf#PAC_DS_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM PAC data segment" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_D1 edi#formatFor2ndComponent hasValue fc#FC_O1 edi#formatFor3rdComponent hasValue fc#FC_D1 // F: PRODAT edi#formatFor4thComponent hasValue fc#FC_F edi#formatFor5thComponent hasValue fc#FC_D1 // F: PRODAT; O:PRICAT // someone encoded 4th component as D1, but did not add the F restriction // to the current uses of PAC_DS. I could not find any use of this // component in any encoded message type. If this is used, please // encode the format for C402_CDE below and add the appropriate // restrictions (scr#F_TLF.4) to the format descriptions for other // messages that include PAC_DS. /* encoded at EDIFACT level instance dsf#PAC_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM PAC data segment" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_7224 edi#formats2ndComponent hasValue cde#C531_CDE edi#formats3rdComponent hasValue cde#C202_CDE edi#formats4thComponent hasValue cde#C402_CDE edi#formats5thComponent hasValue cde#C532_CDE instance ds#PAC_DS memberOf edi#DataSegment edi#hasFormat hasValue dsf#PAC_DS_Format edi#hasFormatDescriptor hasValue dsf#PAC_DS_FD /* ================================================ // C531 PACKAGE TYPE ================================================ */ instance dsf#C531_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C531 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_D1 // F edi#formatFor2ndComponent hasValue fc#FC_O1 edi#formatFor3rdComponent hasValue fc#FC_O1 /* encoded at EDIFACT level instance dsf#C531_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C531 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_7075 edi#formats2ndComponent hasValue de#DE_7233 edi#formats3rdComponent hasValue de#DE_7073 instance cde#C531_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C531_CDE_Format edi#hasFormatDescriptor hasValue dsf#C531_CDE_FD /* ================================================ // C202 PACKAGE TYPE ================================================ */ instance dsf#C202_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C202 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_D1 // R (ORDERS), A edi#formatFor2ndComponent hasValue fc#FC_O1 // edi#formatFor3rdComponent hasValue fc#FC_D1 edi#formatFor4thComponent hasValue fc#FC_O1 /* encoded at EDIFACT level instance dsf#C202_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C202 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_7065 edi#formats2ndComponent hasValue de#DE_1131 edi#formats3rdComponent hasValue de#DE_3055 edi#formats4thComponent hasValue de#DE_7064 instance cde#C202_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C202_CDE_Format edi#hasFormatDescriptor hasValue dsf#C202_CDE_FD // C402 not yet used /* ================================================ // C532 RETURNABLE PACKAGE DETAILS ================================================ */ instance dsf#C532_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C532 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_O1 edi#formatFor2ndComponent hasValue fc#FC_D1 // F: PRICAT, RECADV /* encoded at EDIFACT level instance dsf#C532_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C532 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_8395 edi#formats2ndComponent hasValue de#DE_8393 instance cde#C532_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C202_CDE_Format edi#hasFormatDescriptor hasValue dsf#C532_CDE_FD /* ======================================================================== // PAI PAYMENT INSTRUCTIONS ======================================================================== */ /* encoded at EDIFACT level instance dsf#PAI_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM PAI data segment" endNonFunctionalProperties edi#formats1stComponent hasValue cde#C534_CDE instance ds#PAI_DS memberOf edi#DataSegment edi#hasFormat hasValue fc#M1_Only_Format edi#hasFormatDescriptor hasValue dsf#PAI_DS_FD /* ================================================ // C534 PAYMENT INSTRUCTION DETAILS ================================================ */ instance dsf#C534_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C534 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_D1 // R:PAYDUC, F:CREMUL edi#formatFor2ndComponent hasValue fc#FC_D1 // F:PAYDUC edi#formatFor3rdComponent hasValue fc#FC_D1 // R:PAYDUC, O:CREMUL edi#formatFor4thComponent hasValue fc#FC_O1 edi#formatFor5thComponent hasValue fc#FC_D1 edi#formatFor6thComponent hasValue fc#FC_D1 // R: CREMUL /* encoded at EDIFACT level instance dsf#C534_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C534 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_4439 edi#formats2ndComponent hasValue de#DE_4431 edi#formats3rdComponent hasValue de#DE_4461 edi#formats4thComponent hasValue de#DE_1131 edi#formats5thComponent hasValue de#DE_3055 edi#formats6thComponent hasValue de#DE_4435 instance cde#C534_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C534_CDE_Format edi#hasFormatDescriptor hasValue dsf#C534_CDE_FD /* ======================================================================== // PAT PAYMENT TERMS BASIS ======================================================================== */ instance dsf#PAT_DS_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM PAT data segment" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_D1 // F: PRICAT,INVOIC edi#formatFor3rdComponent hasValue fc#FC_O1 /* encoded at EDIFACT level instance dsf#PAT_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM PAT data segment" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_4279 edi#formats2ndComponent hasValue cde#C110_CDE edi#formats3rdComponent hasValue cde#C112_CDE instance ds#PAT_DS memberOf edi#DataSegment edi#hasFormat hasValue dsf#PAT_DS_Format edi#hasFormatDescriptor hasValue dsf#PAT_DS_FD /* ================================================ // C110 PAYMENT TERMS ================================================ */ instance dsf#C110_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C110 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_O1 edi#formatFor3rdComponent hasValue fc#FC_D1 edi#formatFor4thComponent hasValue fc#FC_O1 edi#formatFor5thComponent hasValue fc#FC_O1 /* encoded at EDIFACT level instance dsf#C110_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C110 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_4277 edi#formats2ndComponent hasValue de#DE_1131 edi#formats3rdComponent hasValue de#DE_3055 edi#formats4thComponent hasValue de#DE_4276 instance cde#C110_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C112_CDE_Format edi#hasFormatDescriptor hasValue dsf#C110_CDE_FD /* ================================================ // C112 ITEM NUMBER IDENTIFICATION ================================================ */ /* encoded at EDIFACT level instance dsf#C112_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C112 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_O1 edi#formatFor3rdComponent hasValue fc#FC_O1 edi#formatFor4thComponent hasValue fc#FC_O1 instance dsf#C112_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C112 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_2475 edi#formats2ndComponent hasValue de#DE_2009 edi#formats3rdComponent hasValue de#DE_2151 edi#formats4thComponent hasValue de#DE_2152 instance cde#C112_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C112_CDE_Format edi#hasFormatDescriptor hasValue dsf#C112_CDE_FD /* ======================================================================= // PCD PERCENTAGE DETAILS ======================================================================== */ instance dsf#PCD_DS_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM PCD Data Segment" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 // in 97A, M1_Only_Format edi#formatFor2ndComponent hasValue fc#FC_F /* encoded at EDIFACT level instance dsf#PCD_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM PCD data segment" endNonFunctionalProperties edi#formats1stComponent hasValue cde#C501_CDE edi#formats2ndComponent hasValue de#DE_4405 instance ds#PCD_DS memberOf edi#DataSegment edi#hasFormat hasValue dsf#PCD_DS_Format edi#hasFormatDescriptor hasValue dsf#PCD_DS_FD /* ================================================ // C501 PERCENTAGE DETAILS ================================================ */ instance dsf#C501_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C501 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_R1 edi#formatFor3rdComponent hasValue fc#FC_O1 // edi#formatFor4thComponent hasValue fc#FC_D1 // O F edi#formatFor5thComponent hasValue fc#FC_D1 // D F /* encoded at EDIFACT level instance dsf#C501_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C501 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_5245 edi#formats2ndComponent hasValue de#DE_5482 edi#formats3rdComponent hasValue de#DE_5249 edi#formats4thComponent hasValue de#DE_1131 edi#formats5thComponent hasValue de#DE_3055 instance cde#C501_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C501_CDE_Format edi#hasFormatDescriptor hasValue dsf#C501_CDE_FD /* ======================================================================= // PCI PACKAGE IDENTIFICATION ======================================================================== */ instance dsf#PCI_DS_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM PCI data segment" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_D1 // F, R edi#formatFor2ndComponent hasValue fc#FC_D1 // R, O, or F edi#formatFor3rdComponent hasValue fc#FC_D1 // F edi#formatFor4thComponent hasValue fc#FC_F /* encoded at EDIFACT level instance dsf#PCI_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM PCI data segment" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_4233 edi#formats2ndComponent hasValue cde#C210_CDE edi#formats3rdComponent hasValue de#DE_8275 edi#formats4thComponent hasValue cde#C827_CDE instance ds#PCI_DS memberOf edi#DataSegment edi#hasFormat hasValue dsf#PCI_DS_Format edi#hasFormatDescriptor hasValue dsf#PCI_DS_FD /* ===================================================== // C210 MARKS & LABELS ===================================================== */ /* encoded at EDIFACT level instance dsf#C210_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C210 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_O1 edi#formatFor3rdComponent hasValue fc#FC_O1 edi#formatFor4thComponent hasValue fc#FC_O1 edi#formatFor5thComponent hasValue fc#FC_O1 edi#formatFor6thComponent hasValue fc#FC_O1 edi#formatFor7thComponent hasValue fc#FC_O1 edi#formatFor8thComponent hasValue fc#FC_O1 edi#formatFor9thComponent hasValue fc#FC_O1 edi#formatFor10thComponent hasValue fc#FC_O1 instance dsf#C210_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C210 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_7102 edi#formats2ndComponent hasValue de#DE_7102 edi#formats3rdComponent hasValue de#DE_7102 edi#formats4thComponent hasValue de#DE_7102 edi#formats5thComponent hasValue de#DE_7102 edi#formats6thComponent hasValue de#DE_7102 edi#formats7thComponent hasValue de#DE_7102 edi#formats8thComponent hasValue de#DE_7102 edi#formats9thComponent hasValue de#DE_7102 edi#formats10thComponent hasValue de#DE_7102 instance cde#C210_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C210_CDE_Format edi#hasFormatDescriptor hasValue dsf#C210_CDE_FD /* ======================================================================== // PGI PRODUCT GROUP INFORMATION ======================================================================== */ /* encoded at EDIFACT level instance dsf#PGI_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM PGI data segment" endNonFunctionalProperties edi#hasFormat hasValue dsf#PGI_DS_Format edi#formats1stComponent hasValue de#DE_5379 edi#formats2ndComponent hasValue cde#C288_CDE instance ds#PGI_DS memberOf edi#DataSegment edi#hasFormatDescriptor hasValue fc#M1_O1_Format /* =============================================== // C288 PRODUCT GROUP =============================================== */ instance dsf#C288_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C288 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_O1 edi#formatFor2ndComponent hasValue fc#FC_O1 edi#formatFor3rdComponent hasValue fc#FC_D1 edi#formatFor4thComponent hasValue fc#FC_O1 /* encoded at EDIFACT level instance dsf#C288_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C288 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_5389 edi#formats2ndComponent hasValue de#DE_1131 edi#formats3rdComponent hasValue de#DE_3055 edi#formats4thComponent hasValue de#DE_5388 instance cde#C288_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C288_CDE_Format edi#hasFormatDescriptor hasValue dsf#C288_CDE_FD /* ======================================================================== // PIA ADDITIONAL PRODUCT ID ======================================================================== */ instance dsf#PIA_DS_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM PIA data segment" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_R1 // M in 01B; O in 97A & 98B edi#formatFor3rdComponent hasValue fc#FC_O1 edi#formatFor4thComponent hasValue fc#FC_O1 edi#formatFor5thComponent hasValue fc#FC_O1 edi#formatFor6thComponent hasValue fc#FC_O1 /* encoded at EDIFACT level instance dsf#PIA_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM PIA data segment" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_4347 edi#formats2ndComponent hasValue cde#C212_CDE edi#formats3rdComponent hasValue cde#C212_CDE edi#formats4thComponent hasValue cde#C212_CDE edi#formats5thComponent hasValue cde#C212_CDE edi#formats6thComponent hasValue cde#C212_CDE instance ds#PIA_DS memberOf edi#DataSegment edi#hasFormat hasValue dsf#PIA_DS_Format edi#hasFormatDescriptor hasValue dsf#PIA_DS_FD // cde#C212_CDE format defined under LIN_DS /* ======================================================================== // PYT PAYMENT TERMS ======================================================================== */ instance dsf#PYT_DS_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM PYT data segment" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_F edi#formatFor3rdComponent hasValue fc#FC_O1 edi#formatFor4thComponent hasValue fc#FC_O1 edi#formatFor5thComponent hasValue fc#FC_O1 edi#formatFor6thComponent hasValue fc#FC_O1 /* encoded at EDIFACT level instance dsf#PYT_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM PYT data segment" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_4279 edi#formats2ndComponent hasValue cde#C019_CDE edi#formats3rdComponent hasValue de#DE_2475 edi#formats4thComponent hasValue de#DE_2009 edi#formats5thComponent hasValue de#DE_2151 edi#formats6thComponent hasValue de#DE_2152 instance ds#PYT_DS memberOf edi#DataSegment edi#hasFormat hasValue dsf#PYT_DS_Format edi#hasFormatDescriptor hasValue dsf#PYT_DS_FD /* ======================================================================== // PRC Process Identification ======================================================================== */ instance dsf#PRC_DS_Format memberOf edi#Format edi#formatFor1stComponent hasValue fc#FC_R1 edi#formatFor2ndComponent hasValue fc#FC_F /* encoded at EDIFACT level instance dsf#PRC_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM PRC data segment" endNonFunctionalProperties edi#formats1stComponent hasValue cde#C242_CDE edi#formats2ndComponent hasValue cde#C830_CDE instance ds#PRC_DS memberOf edi#DataSegment edi#hasFormat hasValue dsf#PRC_DS_Format edi#hasFormatDescriptor hasValue dsf#PRC_DS_FD /* ===================================================== // C242 PROCESS TYPE AND DESCRIPTION ===================================================== */ instance dsf#C242_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM PRC C242 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_O1 edi#formatFor3rdComponent hasValue fc#FC_D1 edi#formatFor4thComponent hasValue fc#FC_O1 edi#formatFor5thComponent hasValue fc#FC_O1 /* encoded at EDIFACT level instance dsf#C242_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C242 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_7187 edi#formats2ndComponent hasValue de#DE_1131 edi#formats3rdComponent hasValue de#DE_3055 edi#formats4thComponent hasValue de#DE_7186 edi#formats5thComponent hasValue de#DE_7186 instance cde#C242_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C242_CDE_Format edi#hasFormatDescriptor hasValue dsf#C242_CDE_FD // format for C830_CDE not yet encoded since not yet used. /* ======================================================================== // PRI PRICE DETAILS ======================================================================== */ instance dsf#PRI_DS_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM PRI data segment" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_R1 edi#formatFor2ndComponent hasValue fc#FC_F /* encoded at EDIFACT level instance dsf#PRI_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM PRI data segment" endNonFunctionalProperties edi#formats1stComponent hasValue cde#C509_CDE edi#formats2ndComponent hasValue de#DE_5213 instance ds#PRI_DS memberOf edi#DataSegment edi#hasFormat hasValue dsf#PRI_DS_Format edi#hasFormatDescriptor hasValue dsf#PRI_DS_FD /* =============================================== // C509 PRICE INFORMATION =============================================== */ instance dsf#C509_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C509 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_D1 // R or A edi#formatFor3rdComponent hasValue fc#FC_O1 edi#formatFor4thComponent hasValue fc#FC_O1 edi#formatFor5thComponent hasValue fc#FC_D1 edi#formatFor6thComponent hasValue fc#FC_D1 /* encoded at EDIFACT level instance dsf#C509_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C509 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_5125 edi#formats2ndComponent hasValue de#DE_5118 edi#formats3rdComponent hasValue de#DE_5375 edi#formats4thComponent hasValue de#DE_5387 edi#formats5thComponent hasValue de#DE_5284 edi#formats6thComponent hasValue de#DE_6411 instance cde#C509_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C509_CDE_Format edi#hasFormatDescriptor hasValue dsf#C509_CDE_FD /* ======================================================================== // QTY QUANTITY ======================================================================== */ /* encoded at EDIFACT level instance dsf#QTY_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM QTY data segment" endNonFunctionalProperties edi#formats1stComponent hasValue cde#C186_CDE instance ds#QTY_DS memberOf edi#DataSegment edi#hasFormat hasValue fc#M1_Only_Format edi#hasFormatDescriptor hasValue dsf#QTY_DS_FD /* M1 only format to be defined at EDIFACT level /* ============================================== // C186 QUANTITY DETAILS ============================================== */ instance dsf#C186_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C186 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_M1 edi#formatFor3rdComponent hasValue fc#FC_D1 // R /* encoded at EDIFACT level instance dsf#C186_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C186 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_6063 edi#formats2ndComponent hasValue de#DE_6060 edi#formats3rdComponent hasValue de#DE_6411 instance cde#C186_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C186_CDE_Format edi#hasFormatDescriptor hasValue dsf#C186_CDE_FD /* ======================================================================== // QVR QUANTITY VARIANCES ======================================================================== */ instance dsf#QVR_DS_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM QVR data segment" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_D1 // R: RECADV; O edi#formatFor2ndComponent hasValue fc#FC_O1 edi#formatFor3rdComponent hasValue fc#FC_D1 // F /* encoded at EDIFACT level instance dsf#QVR_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM QVR data segment" endNonFunctionalProperties edi#formats1stComponent hasValue cde#C279_CDE edi#formats2ndComponent hasValue de#DE_4221 edi#formats3rdComponent hasValue cde#C960_CDE instance ds#QVR_DS memberOf edi#DataSegment edi#hasFormat hasValue dsf#QVR_DS_Format edi#hasFormatDescriptor hasValue dsf#QVR_DS_FD /* =============================================== // C279 QUANTITY DIFFERENCE INFORMATION =============================================== */ instance dsf#C279_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C279 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_R1 /* encoded at EDIFACT level instance dsf#C279_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C279 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_6064 edi#formats2ndComponent hasValue de#DE_6063 instance cde#C279_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue fc#M1_R1_Format // C279_CDE_Format edi#hasFormatDescriptor hasValue dsf#C279_CDE_FD // C960_CDE format defined under APR_DS /* ======================================================================== // RFF Reference ======================================================================== */ /* encoded at EDIFACT level instance dsf#RFF_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM RFF data segment" endNonFunctionalProperties edi#formats1stComponent hasValue cde#C506_CDE instance ds#RFF_DS memberOf edi#DataSegment edi#hasFormat hasValue fc#M1_Only_Format edi#hasFormatDescriptor hasValue dsf#RFF_DS_FD /* =============================================== // C506 DOCUMENT/MESSAGE IDENTIFICATION =============================================== */ instance dsf#C506_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C506 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_D1 // R: PRICAT, PRODAT , PAYDUC edi#formatFor3rdComponent hasValue fc#FC_D1 // F: PRICAT, PAYDUC edi#formatFor4thComponent hasValue fc#FC_D1 // O:PRODAT; usually F edi#formatFor5thComponent hasValue fc#FC_F /* encoded at EDIFACT level instance dsf#C506_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C506 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_1153 edi#formats2ndComponent hasValue de#DE_1154 edi#formats3rdComponent hasValue de#DE_1156 edi#formats4thComponent hasValue de#DE_4000 edi#formats5thComponent hasValue de#DE_1060 instance cde#C506_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C506_CDE_Format edi#hasFormatDescriptor hasValue dsf#C506_CDE_FD /* ======================================================================== // RCS REQUIREMENTS AND CONDITIONS ======================================================================== */ instance dsf#RCS_DS_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM RCS data segment" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_D1 // M1 in 97A edi#formatFor3rdComponent hasValue fc#FC_F edi#formatFor4thComponent hasValue fc#FC_F // not present in 97A /* encoded at EDIFACT level instance dsf#RCS_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM RCS data segment" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_7293 edi#formats2ndComponent hasValue cde#C550_CDE edi#formats3rdComponent hasValue de#DE_1229 edi#formats4thComponent hasValue de#DE_3207 instance ds#RCS_DS memberOf edi#DataSegment edi#hasFormat hasValue dsf#RCS_DS_Format edi#hasFormatDescriptor hasValue dsf#RCS_DS_FD /* =============================================== // C550 REQUIREMENT/CONDITION IDENTIFICATION =============================================== */ instance dsf#C550_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C550 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_O1 edi#formatFor3rdComponent hasValue fc#FC_D1 edi#formatFor4thComponent hasValue fc#FC_O1 /* encoded at EDIFACT level instance dsf#C550_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C550 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_7295 edi#formats2ndComponent hasValue de#DE_1131 edi#formats3rdComponent hasValue de#DE_3055 edi#formats4thComponent hasValue de#DE_7294 instance cde#C550_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C550_CDE_Format edi#hasFormatDescriptor hasValue dsf#C550_CDE_FD /* ======================================================================== // RNG RANGE DETAILS ======================================================================== */ instance dsf#RNG_DS_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM RNG data segment" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_R1 /* encoded at EDIFACT level instance dsf#RNG_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM RNG data segment" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_6167 edi#formats2ndComponent hasValue cde#C280_CDE instance ds#RNG_DS memberOf edi#DataSegment edi#hasFormat hasValue dsf#RNG_DS_Format edi#hasFormatDescriptor hasValue dsf#RNG_DS_FD /* =============================================== // C280 RANGE =============================================== */ /* encoded at EDIFACT level instance dsf#C280_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C280 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_O1 edi#formatFor3rdComponent hasValue fc#FC_O1 instance dsf#C280_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C280 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_6411 edi#formats2ndComponent hasValue de#DE_6162 edi#formats3rdComponent hasValue de#DE_6152 instance cde#C280_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C280_CDE_Format edi#hasFormatDescriptor hasValue dsf#C280_CDE_FD /* ======================================================================== // RTE RATE DETAILS ======================================================================== */ instance dsf#RTE_DS_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM RTE data segment" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_F /* encoded at EDIFACT level instance dsf#RTE_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM RTE data segment" endNonFunctionalProperties edi#formats1stComponent hasValue cde#C128_CDE edi#formats2ndComponent hasValue de#DE_4405 instance ds#RTE_DS memberOf edi#DataSegment edi#hasFormat hasValue dsf#RTE_DS_Format edi#hasFormatDescriptor hasValue dsf#RTE_DS_FD /* =============================================== // C128 RATE DETAILS =============================================== */ /* encoded at EDIFACT level instance dsf#C128_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C128 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_M1 edi#formatFor3rdComponent hasValue fc#FC_O1 edi#formatFor4thComponent hasValue fc#FC_O1 instance dsf#C128_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C128 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_5419 edi#formats2ndComponent hasValue de#DE_5420 edi#formats3rdComponent hasValue de#DE_5284 edi#formats3rdComponent hasValue de#DE_6411 instance cde#C128_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C128_CDE_Format edi#hasFormatDescriptor hasValue dsf#C128_CDE_FD /* ======================================================================== // SCC SCHEDULING CONDITIONS ======================================================================== */ /* encoded at EDIFACT level instance dsf#SCC_DS_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM SCC data segment" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_O1 edi#formatFor3rdComponent hasValue fc#FC_O1 instance dsf#SCC_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM SCC data segment" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_4017 edi#formats2ndComponent hasValue de#DE_4493 edi#formats3rdComponent hasValue cde#C329_CDE instance ds#SCC_DS memberOf edi#DataSegment edi#hasFormat hasValue dsf#SCC_DS_Format edi#hasFormatDescriptor hasValue dsf#SCC_DS_FD /* ===================================================== // C329 PATTERN DESCRIPTION ===================================================== */ /* encoded at EDIFACT level instance dsf#C329_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C215 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_O1 edi#formatFor2ndComponent hasValue fc#FC_O1 edi#formatFor3rdComponent hasValue fc#FC_O1 instance dsf#C329_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C215 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_2013 edi#formats2ndComponent hasValue de#DE_2015 edi#formats3rdComponent hasValue de#DE_2017 instance cde#C329_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C329_CDE_Format edi#hasFormatDescriptor hasValue dsf#C329_CDE_FD /* ======================================================================== // SEL SEAL NUMBER ======================================================================== */ instance dsf#SEL_DS_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM SEL data segment" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 // M in 97A; R in 01B edi#formatFor2ndComponent hasValue fc#FC_D1 // R edi#formatFor3rdComponent hasValue fc#FC_D1 // F; O:IFTMIN, IFCSUM edi#formatFor4thComponent hasValue fc#FC_F /* encoded at EDIFACT level instance dsf#SEL_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM SEL data segment" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_9308 edi#formats2ndComponent hasValue cde#C215_CDE edi#formats3rdComponent hasValue de#DE_4517 edi#formats4thComponent hasValue cde#C208_CDE instance ds#SEL_DS memberOf edi#DataSegment edi#hasFormat hasValue dsf#SEL_DS_Format edi#hasFormatDescriptor hasValue dsf#SEL_DS_FD /* ===================================================== // C215 SEAL ISSUER ===================================================== */ instance dsf#C215_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C215 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 // M in 97A; R in 01B edi#formatFor2ndComponent hasValue fc#FC_O1 edi#formatFor3rdComponent hasValue fc#FC_D1 edi#formatFor4thComponent hasValue fc#FC_O1 /* encoded at EDIFACT level instance dsf#C215_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C215 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_9303 edi#formats2ndComponent hasValue de#DE_1131 edi#formats3rdComponent hasValue de#DE_3055 edi#formats4thComponent hasValue de#DE_9302 instance cde#C215_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C215_CDE_Format edi#hasFormatDescriptor hasValue dsf#C215_CDE_FD // C208_CDE defined under GIN_DS /* ======================================================================== // SEQ SEQUENCE DETAILS ======================================================================== */ instance dsf#SEQ_DS_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM SEQ data segment" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_D1 // CNTCND: F, BANSTA: R edi#formatFor2ndComponent hasValue fc#FC_R1 /* encoded at EDIFACT level instance dsf#SEQ_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM SEQ data segment" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_1229 edi#formats2ndComponent hasValue cde#C286_CDE instance ds#SEQ_DS memberOf edi#DataSegment edi#hasFormat hasValue dsf#SEQ_DS_Format edi#hasFormatDescriptor hasValue dsf#SEQ_DS_FD /* ===================================================== // C286 SEQUENCE INFORMATION ===================================================== */ instance dsf#C286_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C286 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_F edi#formatFor3rdComponent hasValue fc#FC_F edi#formatFor4thComponent hasValue fc#FC_F /* encoded at EDIFACT level instance dsf#C286_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C286 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_1050 // Status type, coded edi#formats2ndComponent hasValue de#DE_1159 edi#formats3rdComponent hasValue de#DE_1131 edi#formats3rdComponent hasValue de#DE_3055 instance cde#C286_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C286_CDE_Format edi#hasFormatDescriptor hasValue dsf#C286_CDE_FD /* ======================================================================= // STS STATUS ======================================================================== */ instance dsf#STS_DS_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM STS data segment" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_O1 edi#formatFor2ndComponent hasValue fc#FC_O1 edi#formatFor3rdComponent hasValue fc#FC_O1 edi#formatFor4thComponent hasValue fc#FC_D1 // F: IFTSTA edi#formatFor5thComponent hasValue fc#FC_D1 // F: IFTSTA edi#formatFor6thComponent hasValue fc#FC_D1 // F: IFTSTA edi#formatFor7thComponent hasValue fc#FC_D1 // F: IFTSTA /* encoded at EDIFACT level instance dsf#STS_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM STS data segment" endNonFunctionalProperties edi#formats1stComponent hasValue cde#C601_CDE edi#formats2ndComponent hasValue cde#C555_CDE edi#formats3rdComponent hasValue cde#C556_CDE edi#formats4thComponent hasValue cde#C556_CDE edi#formats5thComponent hasValue cde#C556_CDE edi#formats6thComponent hasValue cde#C556_CDE edi#formats7thComponent hasValue cde#C556_CDE instance ds#STS_DS memberOf edi#DataSegment edi#hasFormat hasValue dsf#STS_DS_Format edi#hasFormatDescriptor hasValue dsf#STS_DS_FD /* ===================================================== // C601 ACCOUNT IDENTIFICATION ===================================================== */ instance dsf#C601_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C601 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_D1 // F: OSTRPT edi#formatFor3rdComponent hasValue fc#FC_D1 /* encoded at EDIFACT level instance dsf#C601_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C601 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_9015 // Status type, coded edi#formats2ndComponent hasValue de#DE_1131 edi#formats3rdComponent hasValue de#DE_3055 instance cde#C601_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C601_CDE_Format edi#hasFormatDescriptor hasValue dsf#C601_CDE_FD /* ===================================================== // C555 STATUS ===================================================== */ instance dsf#C555_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C555 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_D1 // F: OSTRPT edi#formatFor3rdComponent hasValue fc#FC_D1 edi#formatFor3rdComponent hasValue fc#FC_F /* encoded at EDIFACT level instance dsf#C555_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C555 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_4405 edi#formats2ndComponent hasValue de#DE_1131 edi#formats3rdComponent hasValue de#DE_3055 edi#formats3rdComponent hasValue de#DE_4404 instance cde#C555_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C555_CDE_Format edi#hasFormatDescriptor hasValue dsf#C555_CDE_FD /* ===================================================== // C556 STATUS REASON ===================================================== */ instance dsf#C556_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C556 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_D1 // F: OSTRPT edi#formatFor3rdComponent hasValue fc#FC_D1 edi#formatFor3rdComponent hasValue fc#FC_F /* encoded at EDIFACT level instance dsf#C556_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C556 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_9013 edi#formats2ndComponent hasValue de#DE_1131 edi#formats3rdComponent hasValue de#DE_3055 edi#formats3rdComponent hasValue de#DE_9012 instance cde#C556_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C556_CDE_Format edi#hasFormatDescriptor hasValue dsf#C556_CDE_FD /* ======================================================================== // TAX DUTY/TAX/FEE DETAILS ======================================================================== */ instance dsf#TAX_DS_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM TAX data segment" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_D1 edi#formatFor3rdComponent hasValue fc#FC_O1 edi#formatFor4thComponent hasValue fc#FC_O1 edi#formatFor5thComponent hasValue fc#FC_O1 edi#formatFor6thComponent hasValue fc#FC_D1 edi#formatFor7thComponent hasValue fc#FC_D1 // F edi#formatFor8thComponent hasValue fc#FC_F /* encoded at EDIFACT level instance dsf#TAX_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM TAX data segment" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_5283 edi#formats2ndComponent hasValue cde#C241_CDE edi#formats3rdComponent hasValue cde#C533_CDE edi#formats4thComponent hasValue de#DE_5286 edi#formats5thComponent hasValue cde#C243_CDE edi#formats6thComponent hasValue de#DE_5305 edi#formats7thComponent hasValue de#DE_3446 edi#formats8thComponent hasValue de#DE_1227 instance ds#TAX_DS memberOf edi#DataSegment edi#hasFormat hasValue dsf#TAX_DS_Format edi#hasFormatDescriptor hasValue dsf#TAX_DS_FD /* ===================================================== // C241 DUTY/TAX/FEE TYPE ===================================================== */ instance dsf#C241_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C241 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_O1 edi#formatFor2ndComponent hasValue fc#FC_O1 edi#formatFor3rdComponent hasValue fc#FC_D1 edi#formatFor4thComponent hasValue fc#FC_O1 /* encoded at EDIFACT level instance dsf#C241_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C241 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_5153 edi#formats2ndComponent hasValue de#DE_1131 edi#formats3rdComponent hasValue de#DE_3055 edi#formats4thComponent hasValue de#DE_5152 instance cde#C241_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C241_CDE_Format edi#hasFormatDescriptor hasValue dsf#C241_CDE_FD /* ===================================================== // C533 DUTY/TAX/FEE ACCOUNT DETAIL ===================================================== */ instance dsf#C533_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C533 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_O1 edi#formatFor3rdComponent hasValue fc#FC_D1 /* encoded at EDIFACT level instance dsf#C533_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C533 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_5289 edi#formats2ndComponent hasValue de#DE_1131 edi#formats3rdComponent hasValue de#DE_3055 instance cde#C533_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C533_CDE_Format edi#hasFormatDescriptor hasValue dsf#C533_CDE_FD /* ===================================================== // C243 DUTY/TAX/FEE DETAIL ===================================================== */ instance dsf#C243_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C243 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_O1 edi#formatFor2ndComponent hasValue fc#FC_O1 edi#formatFor3rdComponent hasValue fc#FC_D1 edi#formatFor4thComponent hasValue fc#FC_D1 // O:ORDERS; else R edi#formatFor5thComponent hasValue fc#FC_O1 edi#formatFor6thComponent hasValue fc#FC_O1 edi#formatFor7thComponent hasValue fc#FC_D1 /* encoded at EDIFACT level instance dsf#C243_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C243 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_5279 edi#formats2ndComponent hasValue de#DE_1131 edi#formats3rdComponent hasValue de#DE_3055 edi#formats4thComponent hasValue de#DE_5278 edi#formats5thComponent hasValue de#DE_5273 edi#formats6thComponent hasValue de#DE_1131 edi#formats7thComponent hasValue de#DE_3055 instance cde#C243_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C243_CDE_Format edi#hasFormatDescriptor hasValue dsf#C243_CDE_FD /* ======================================================================== // TDT Details of transport ======================================================================== */ instance dsf#TDT_DS_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM TDT data segment" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_O1 edi#formatFor3rdComponent hasValue fc#FC_O1 edi#formatFor4thComponent hasValue fc#FC_O1 edi#formatFor5thComponent hasValue fc#FC_O1 edi#formatFor6thComponent hasValue fc#FC_D1 // F,O edi#formatFor7thComponent hasValue fc#FC_F edi#formatFor8thComponent hasValue fc#FC_D1 // F, O: DESADV edi#formatFor9thComponent hasValue fc#FC_D1 // F /* encoded at EDIFACT level instance dsf#TDT_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM TDT data segment" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_8051 edi#formats2ndComponent hasValue de#DE_8028 edi#formats3rdComponent hasValue cde#C220_CDE edi#formats4thComponent hasValue cde#C228_CDE edi#formats5thComponent hasValue cde#C040_CDE edi#formats6thComponent hasValue de#DE_8101 edi#formats7thComponent hasValue cde#C401_CDE edi#formats8thComponent hasValue cde#C222_CDE edi#formats9thComponent hasValue de#DE_8281 instance ds#TDT_DS memberOf edi#DataSegment edi#hasFormat hasValue dsf#TDT_DS_Format edi#hasFormatDescriptor hasValue dsf#TDT_DS_FD /* ===================================================== // C220 MODE OF TRANSPORT ===================================================== */ instance dsf#C220_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C220 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_R1 edi#formatFor2ndComponent hasValue fc#FC_F /* encoded at EDIFACT level instance dsf#C220_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C220 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_8067 edi#formats2ndComponent hasValue de#DE_8066 instance cde#C220_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C220_CDE_Format edi#hasFormatDescriptor hasValue dsf#C220_CDE_FD /* ===================================================== // C228 TRANSPORT MEANS ===================================================== */ instance dsf#C228_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C228 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_D1 edi#formatFor2ndComponent hasValue fc#FC_D1 // D, F /* encoded at EDIFACT level instance dsf#C228_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C228 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_8179 edi#formats2ndComponent hasValue de#DE_8178 instance cde#C228_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C228_CDE_Format edi#hasFormatDescriptor hasValue dsf#C220_CDE_FD /* ===================================================== // C040 MODE OF TRANSPORT ===================================================== */ instance dsf#C040_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C040 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_D1 // A, R edi#formatFor2ndComponent hasValue fc#FC_D1 // O, F edi#formatFor3rdComponent hasValue fc#FC_D1 // D, R edi#formatFor4thComponent hasValue fc#FC_D1 // O, F /* encoded at EDIFACT level instance dsf#C040_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C040 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_3127 edi#formats2ndComponent hasValue de#DE_1131 edi#formats3rdComponent hasValue de#DE_3055 edi#formats4thComponent hasValue de#DE_3128 instance cde#C040_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C040_CDE_Format edi#hasFormatDescriptor hasValue dsf#C040_CDE_FD // !!!! Skipping format for C401 unless it is used /* ===================================================== // C222 MODE OF TRANSPORT ===================================================== */ instance dsf#C222_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C222 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_O1 edi#formatFor2ndComponent hasValue fc#FC_O1 edi#formatFor3rdComponent hasValue fc#FC_D1 edi#formatFor4thComponent hasValue fc#FC_D1 // A or R edi#formatFor5thComponent hasValue fc#FC_O1 /* encoded at EDIFACT level instance dsf#C222_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C222 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_8213 edi#formats2ndComponent hasValue de#DE_1131 edi#formats3rdComponent hasValue de#DE_3055 edi#formats4thComponent hasValue de#DE_8212 edi#formats5thComponent hasValue de#DE_8453 instance cde#C222_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C222_CDE_Format edi#hasFormatDescriptor hasValue dsf#C222_CDE_FD /* ======================================================================= // TMP Temperature ======================================================================== */ instance dsf#TMP_DS_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM TMP data segment" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_D1 // R, A /* encoded at EDIFACT level instance dsf#TMP_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM TMP data segment" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_6245 edi#formats2ndComponent hasValue cde#C239_CDE instance ds#TMP_DS memberOf edi#DataSegment edi#hasFormat hasValue dsf#TMP_DS_Format edi#hasFormatDescriptor hasValue dsf#TMP_DS_FD /* ================================================= // C239 TEMPERATURE SETTING ================================================= */ instance dsf#C239_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C239 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_D1 // O, R edi#formatFor2ndComponent hasValue fc#FC_D1 // O, R /* encoded at EDIFACT level instance dsf#C239_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C239 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_6246 edi#formats2ndComponent hasValue de#DE_6411 instance cde#C239_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C239_CDE_Format edi#hasFormatDescriptor hasValue dsf#C239_CDE_FD /* ======================================================================== // TOD TERMS OF DELIVERY OR TRANSPORT ======================================================================== */ instance dsf#TOD_DS_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM TOD data segment" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_R1 edi#formatFor2ndComponent hasValue fc#FC_O1 // edi#formatFor3rdComponent hasValue fc#FC_D1 // R, O /* encoded at EDIFACT level instance dsf#TOD_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM TOD data segment" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_4055 edi#formats2ndComponent hasValue de#DE_4215 edi#formats3rdComponent hasValue cde#C100_CDE instance ds#TOD_DS memberOf edi#DataSegment edi#hasFormat hasValue dsf#TOD_DS_Format edi#hasFormatDescriptor hasValue dsf#TOD_DS_FD /* ===================================================== // C100 TERMS OF DELIVERY OR TRANSPORT ===================================================== */ instance dsf#C100_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C100 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_R1 edi#formatFor2ndComponent hasValue fc#FC_D1 edi#formatFor3rdComponent hasValue fc#FC_D1 edi#formatFor4thComponent hasValue fc#FC_O1 edi#formatFor5thComponent hasValue fc#FC_O1 /* encoded at EDIFACT level instance dsf#C100_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C100 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_4053 edi#formats2ndComponent hasValue de#DE_1131 edi#formats3rdComponent hasValue de#DE_3055 edi#formats4thComponent hasValue de#DE_4052 edi#formats5thComponent hasValue de#DE_4052 instance cde#C100_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C100_CDE_Format edi#hasFormatDescriptor hasValue dsf#C100_CDE_FD /* ======================================================================= // TSR TRANSPORT SERVICE REQUIREMENTS ======================================================================== */ instance dsf#TSR_DS_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C222 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_D1 // O, F edi#formatFor2ndComponent hasValue fc#FC_O1 edi#formatFor3rdComponent hasValue fc#FC_D1 // O, F edi#formatFor4thComponent hasValue fc#FC_D1 // O, F /* encoded at EDIFACT level instance dsf#TSR_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM TSR data segment" endNonFunctionalProperties edi#formats1stComponent hasValue cde#C536_CDE edi#formats2ndComponent hasValue cde#C233_CDE edi#formats3rdComponent hasValue cde#C537_CDE edi#formats4thComponent hasValue cde#C703_CDE instance ds#TSR_DS memberOf edi#DataSegment edi#hasFormat hasValue dsf#TSR_DS_Format edi#hasFormatDescriptor hasValue dsf#TSR_DS_FD /* ===================================================== // C536 CONTRACT AND CARRIAGE CONDITION ===================================================== */ instance dsf#C536_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C222 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_O1 edi#formatFor3rdComponent hasValue fc#FC_D1 /* encoded at EDIFACT level instance dsf#C536_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C536 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_4065 edi#formats2ndComponent hasValue de#DE_1131 edi#formats3rdComponent hasValue de#DE_3055 instance cde#C536_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C536_CDE_Format edi#hasFormatDescriptor hasValue dsf#C536_CDE_FD /* ===================================================== // C233 SERVICE ===================================================== */ instance dsf#C233_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C222 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_O1 edi#formatFor3rdComponent hasValue fc#FC_D1 edi#formatFor4thComponent hasValue fc#FC_O1 edi#formatFor5thComponent hasValue fc#FC_O1 edi#formatFor6thComponent hasValue fc#FC_D1 /* encoded at EDIFACT level instance dsf#C233_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C233 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_7273 edi#formats2ndComponent hasValue de#DE_1131 edi#formats3rdComponent hasValue de#DE_3055 edi#formats4thComponent hasValue de#DE_7273 edi#formats5thComponent hasValue de#DE_1131 edi#formats6thComponent hasValue de#DE_3055 instance cde#C233_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C233_CDE_Format edi#hasFormatDescriptor hasValue dsf#C233_CDE_FD /* ===================================================== // C537 TRANSPORT PRIORITY ===================================================== */ instance dsf#C537_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C222 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_O1 edi#formatFor3rdComponent hasValue fc#FC_D1 /* encoded at EDIFACT level instance dsf#C537_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C537 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_4219 edi#formats2ndComponent hasValue de#DE_1131 edi#formats3rdComponent hasValue de#DE_3055 instance cde#C537_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C537_CDE_Format edi#hasFormatDescriptor hasValue dsf#C537_CDE_FD /* ===================================================== // C703 NATURE OF CARGO ===================================================== */ instance dsf#C703_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM C222 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_O1 edi#formatFor3rdComponent hasValue fc#FC_D1 /* encoded at EDIFACT level instance dsf#C703_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM C703 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_7085 edi#formats2ndComponent hasValue de#DE_1131 edi#formats3rdComponent hasValue de#DE_3055 instance cde#C703_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#C703_CDE_Format edi#hasFormatDescriptor hasValue dsf#C703_CDE_FD /* ======================================================================= // TRU Technical rules ======================================================================== */ /* encoded at EDIFACT level instance dsf#TRU_DS_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EDIFACT TRU data segment" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_O1 edi#formatFor3rdComponent hasValue fc#FC_O1 edi#formatFor4thComponent hasValue fc#FC_O1 edi#formatFor5thComponent hasValue fc#FC_O1 instance dsf#TRU_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EDIFACT TRU data segment" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_7402 edi#formats2ndComponent hasValue de#DE_1056 edi#formats3rdComponent hasValue de#DE_1058 edi#formats4thComponent hasValue de#DE_7175 edi#formats5thComponent hasValue de#DE_3055 instance ds#TRU_DS memberOf edi#DataSegment edi#hasFormat hasValue dsf#TRU_DS_Format edi#hasFormatDescriptor hasValue dsf#TRU_DS_FD /* ======================================================================== // UCI INTERCHANGE RESPONSE ======================================================================== */ instance dsf#UCI_DS_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM UCI data segment" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_M1 edi#formatFor3rdComponent hasValue fc#FC_M1 edi#formatFor4thComponent hasValue fc#FC_M1 edi#formatFor5thComponent hasValue fc#FC_D1 edi#formatFor6thComponent hasValue fc#FC_D1 edi#formatFor7thComponent hasValue fc#FC_D1 edi#formatFor8thComponent hasValue fc#FC_F edi#formatFor9thComponent hasValue fc#FC_F /* encoded at EDIFACT level instance dsf#UCI_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM UCI data segment" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_0020 edi#formats2ndComponent hasValue cde#S002_CDE edi#formats3rdComponent hasValue cde#S003_CDE edi#formats4thComponent hasValue de#DE_0083 edi#formats5thComponent hasValue de#DE_0085 edi#formats6thComponent hasValue de#DE_0135 edi#formats7thComponent hasValue cde#S011_CDE edi#formats8thComponent hasValue de#DE_0534 edi#formats9thComponent hasValue de#DE_0138 instance ds#UCI_DS memberOf edi#DataSegment edi#hasFormat hasValue dsf#UCI_DS_Format edi#hasFormatDescriptor hasValue dsf#UCI_DS_FD // S002 defined under USB_DS // S003 defined under USB_DS /* ===================================================== // S011 INTERCHANGE RECIPIENT ===================================================== */ instance dsf#S011_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM S011 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_O1 edi#formatFor3rdComponent hasValue fc#FC_F /* encoded at EDIFACT level instance dsf#S011_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM S011 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_0098 edi#formats2ndComponent hasValue de#DE_0104 edi#formats3rdComponent hasValue de#DE_0136 instance cde#S011_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#S011_CDE_Format edi#hasFormatDescriptor hasValue dsf#S011_CDE_FD /* ======================================================================== // UCD DATA ELEMENT ERROR INDICATION ======================================================================== */ /* encoded at EDIFACT level instance dsf#UCD_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM UCD data segment" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_0085 edi#formats2ndComponent hasValue cde#S011_CDE instance ds#UCD_DS memberOf edi#DataSegment edi#hasFormat hasValue fc#M1_M1_Format edi#hasFormatDescriptor hasValue dsf#UCD_DS_FD /* ======================================================================== // UCS SEGMENT ERROR INDICATION ======================================================================== */ /* encoded at EDIFACT level instance dsf#UCS_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM UCS data segment" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_0096 edi#formats2ndComponent hasValue de#DE_0085 instance ds#UCS_DS memberOf edi#DataSegment edi#hasFormat hasValue fc#M1_O1_Format edi#hasFormatDescriptor hasValue dsf#UCS_DS_FD /* ======================================================================== // UCM MESSSAGE/PACKAGE RESPONSE ======================================================================== */ instance dsf#UCM_DS_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM UCM data segment" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_R1 edi#formatFor2ndComponent hasValue fc#FC_R1 edi#formatFor3rdComponent hasValue fc#FC_M1 edi#formatFor4thComponent hasValue fc#FC_D1 edi#formatFor5thComponent hasValue fc#FC_D1 edi#formatFor6thComponent hasValue fc#FC_D1 edi#formatFor7thComponent hasValue fc#FC_F edi#formatFor8thComponent hasValue fc#FC_F edi#formatFor9thComponent hasValue fc#FC_F edi#formatFor10thComponent hasValue fc#FC_F /* encoded at EDIFACT level instance dsf#UCM_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM UCM data segment" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_0062 edi#formats2ndComponent hasValue cde#S009_CDE edi#formats3rdComponent hasValue de#DE_0083 edi#formats4thComponent hasValue de#DE_0085 edi#formats5thComponent hasValue de#DE_0135 edi#formats6thComponent hasValue cde#S011_CDE edi#formats7thComponent hasValue de#DE_0800 edi#formats8thComponent hasValue cde#S020_CDE edi#formats9thComponent hasValue de#DE_0534 edi#formats10thComponent hasValue de#DE_0138 instance ds#UCM_DS memberOf edi#DataSegment edi#hasFormat hasValue dsf#UCM_DS_Format edi#hasFormatDescriptor hasValue dsf#UCM_DS_FD /* ======================================================================== // UGH Anti-collision segment group header ======================================================================== */ /* encoded at EDIFACT level instance dsf#UGH_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM UGH data segment" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_0087 instance ds#UGH_DS memberOf edi#DataSegment edi#hasFormat hasValue fc#M1_Only_Format edi#hasFormatDescriptor hasValue dsf#UGH_DS_FD /* ======================================================================== // UGT Anti-collision segment group trailer ======================================================================== */ /* encoded at EDIFACT level instance dsf#UGT_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM UGT data segment" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_0087 instance ds#UGT_DS memberOf edi#DataSegment edi#hasFormat hasValue fc#M1_Only_Format edi#hasFormatDescriptor hasValue dsf#UGT_DS_FD /* ======================================================================== // UNH Message Header ======================================================================== */ instance dsf#UNH_DS_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM UNH data segment" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_M1 edi#formatFor3rdComponent hasValue fc#FC_O1 edi#formatFor4thComponent hasValue fc#FC_F edi#formatFor5thComponent hasValue fc#FC_F edi#formatFor6thComponent hasValue fc#FC_F edi#formatFor7thComponent hasValue fc#FC_F /* encoded at EDIFACT level instance dsf#UNH_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM UNH data segment" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_0062 edi#formats2ndComponent hasValue cde#S009_CDE edi#formats3rdComponent hasValue de#DE_0068 edi#formats4thComponent hasValue cde#S010_CDE edi#formats5thComponent hasValue cde#S016_CDE edi#formats6thComponent hasValue cde#S017_CDE edi#formats7thComponent hasValue cde#S018_CDE instance ds#UNH_DS memberOf edi#DataSegment edi#hasFormat hasValue dsf#UNH_DS_Format edi#hasFormatDescriptor hasValue dsf#UNH_DS_FD /* ===================================================== // S009 MESSAGE IDENTIFIER ===================================================== */ instance dsf#S009_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM S009 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_M1 edi#formatFor3rdComponent hasValue fc#FC_M1 edi#formatFor4thComponent hasValue fc#FC_M1 edi#formatFor5thComponent hasValue fc#FC_R1 edi#formatFor6thComponent hasValue fc#FC_O1 edi#formatFor7thComponent hasValue fc#FC_F /* encoded at EDIFACT level instance dsf#S009_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM S009 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_0065 edi#formats2ndComponent hasValue de#DE_0052 edi#formats3rdComponent hasValue de#DE_0054 edi#formats4thComponent hasValue de#DE_0051 edi#formats5thComponent hasValue de#DE_0057 edi#formats6thComponent hasValue de#DE_0110 edi#formats7thComponent hasValue de#DE_0113 instance cde#S009_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#S009_CDE_Format edi#hasFormatDescriptor hasValue dsf#S009_CDE_FD // S010_CDE not used yet // S016_CDE not used yet // S017_CDE not used yet // S018_CDE not used yet /* ======================================================================== // UNS Section Control ======================================================================== */ /* encoded at EDIFACT level instance dsf#UNS_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM UNS data segment" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_0081 instance ds#UNS_DS memberOf edi#DataSegment edi#hasFormat hasValue fc#M1_Only_Format edi#hasFormatDescriptor hasValue dsf#UNS_DS_FD /* ======================================================================== // UNT Message Trailer ======================================================================== */ /* encoded at EDIFACT level instance dsf#UNT_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM UNT data segment" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_0074 edi#formats2ndComponent hasValue de#DE_0062 instance ds#UNT_DS memberOf edi#DataSegment edi#hasFormat hasValue fc#M1_M1_Format edi#hasFormatDescriptor hasValue dsf#UNT_DS_FD /* ======================================================================== // USA Security algorithm ======================================================================== */ /* encoded at EDIFACT level instance dsf#USA_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM USA data segment" endNonFunctionalProperties edi#formats1stComponent hasValue cde#S502_CDE edi#formats2ndComponent hasValue cde#S503_CDE edi#formats3rdComponent hasValue cde#S503_CDE instance ds#USA_DS memberOf edi#DataSegment edi#hasFormat hasValue fc#M1_D2_Format edi#hasFormatDescriptor hasValue dsf#USA_DS_FD /* ===================================================== // S502_CDE MODE OF TRANSPORT ===================================================== */ instance dsf#S502_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM S502 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_R1 edi#formatFor3rdComponent hasValue fc#FC_R1 edi#formatFor4thComponent hasValue fc#FC_R1 edi#formatFor5thComponent hasValue fc#FC_R1 edi#formatFor6thComponent hasValue fc#FC_R1 edi#formatFor7thComponent hasValue fc#FC_R1 /* encoded at EDIFACT level instance dsf#S502_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM S502 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_0523 edi#formats2ndComponent hasValue de#DE_0525 edi#formats3rdComponent hasValue de#DE_0533 edi#formats4thComponent hasValue de#DE_0527 edi#formats5thComponent hasValue de#DE_0529 edi#formats6thComponent hasValue de#DE_0591 edi#formats7thComponent hasValue de#DE_0601 instance cde#S502_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#S502_CDE_Format edi#hasFormatDescriptor hasValue dsf#S502_CDE_FD /* ===================================================== // S503_CDE ALGORITHM PARAMETER ===================================================== */ /* encoded at EDIFACT level instance dsf#S503_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM S503 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_0531 edi#formats2ndComponent hasValue de#DE_0554 instance cde#S503_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue fc#M1_M1_Format edi#hasFormatDescriptor hasValue dsf#S503_CDE_FD /* ======================================================================== // USB Certificate ======================================================================== */ instance dsf#USB_DS_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM USB data segment" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_F edi#formatFor3rdComponent hasValue fc#FC_M1 edi#formatFor4thComponent hasValue fc#FC_M1 /* encoded at EDIFACT level instance dsf#USB_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM USB data segment" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_0503 edi#formats2ndComponent hasValue cde#S501_CDE edi#formats3rdComponent hasValue cde#S002_CDE edi#formats4thComponent hasValue cde#S003_CDE instance ds#USB_DS memberOf edi#DataSegment edi#hasFormat hasValue dsf#USB_DS_Format edi#hasFormatDescriptor hasValue dsf#USB_DS_FD /* ===================================================== // S002 INTERCHANGE SENDER ===================================================== */ instance dsf#S002_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM S002 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_D1 // R:AUTACK O:CONTRL edi#formatFor3rdComponent hasValue fc#FC_D1 // F:AUTACK O:CONTRL edi#formatFor4thComponent hasValue fc#FC_F /* encoded at EDIFACT level instance dsf#S002_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM S002 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_0004 edi#formats2ndComponent hasValue de#DE_0007 edi#formats3rdComponent hasValue de#DE_0008 edi#formats4thComponent hasValue de#DE_0042 instance cde#S002_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#S002_CDE_Format edi#hasFormatDescriptor hasValue dsf#S002_CDE_FD /* ===================================================== // S003 INTERCHANGE RECIPIENT ===================================================== */ instance dsf#S003_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM S003 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_D1 // R:AUTACK O:CONTRL edi#formatFor3rdComponent hasValue fc#FC_D1 // F:AUTACK O:CONTRL edi#formatFor4thComponent hasValue fc#FC_F /* encoded at EDIFACT level instance dsf#S003_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM S003 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_0010 edi#formats2ndComponent hasValue de#DE_0007 edi#formats3rdComponent hasValue de#DE_0014 edi#formats4thComponent hasValue de#DE_0046 instance cde#S003_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#S003_CDE_Format edi#hasFormatDescriptor hasValue dsf#S003_CDE_FD berOf edi#ComplexDataElement edi#hasFormat hasValue fc#M1_O3_Format edi#hasFormatDescriptor hasValue dsf#S003_CDE_FD /* ======================================================================== // USC Certificate ======================================================================== */ instance dsf#USC_DS_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM USC data segment" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_O1 edi#formatFor2ndComponent hasValue fc#FC_R1 edi#formatFor3rdComponent hasValue fc#FC_D1 edi#formatFor4thComponent hasValue fc#FC_F edi#formatFor5thComponent hasValue fc#FC_F edi#formatFor6thComponent hasValue fc#FC_F edi#formatFor7thComponent hasValue fc#FC_F edi#formatFor8thComponent hasValue fc#FC_F edi#formatFor9thComponent hasValue fc#FC_F edi#formatFor10thComponent hasValue fc#FC_F edi#formatFor11thComponent hasValue fc#FC_F /* encoded at EDIFACT level instance dsf#USC_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM USC data segment" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_0536 edi#formats2ndComponent hasValue cde#S500_CDE edi#formats3rdComponent hasValue de#DE_0545 edi#formats4thComponent hasValue de#DE_0505 edi#formats5thComponent hasValue de#DE_0507 edi#formats6thComponent hasValue de#DE_0543 edi#formats7thComponent hasValue de#DE_0546 edi#formats8thComponent hasValue cde#S505_CDE edi#formats9thComponent hasValue cde#S501_CDE edi#formats10thComponent hasValue de#DE_0567 edi#formats11thComponent hasValue de#DE_0569 instance ds#USC_DS memberOf edi#DataSegment edi#hasFormat hasValue dsf#USC_DS_Format edi#hasFormatDescriptor hasValue dsf#USC_DS_FD /* ======================================================================== // USH Security header ======================================================================== */ instance dsf#USH_DS_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM USH data segment" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_M1 edi#formatFor3rdComponent hasValue fc#FC_R1 edi#formatFor4thComponent hasValue fc#FC_F edi#formatFor5thComponent hasValue fc#FC_R1 edi#formatFor6thComponent hasValue fc#FC_R1 edi#formatFor7thComponent hasValue fc#FC_F edi#formatFor8thComponent hasValue fc#FC_F edi#formatFor9thComponent hasValue fc#FC_F edi#formatFor10thComponent hasValue fc#FC_R1 /* encoded at EDIFACT level instance dsf#USH_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM USH data segment" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_0501 edi#formats2ndComponent hasValue de#DE_0534 edi#formats3rdComponent hasValue de#DE_0541 edi#formats4thComponent hasValue de#DE_0503 edi#formats5thComponent hasValue de#DE_0505 edi#formats6thComponent hasValue de#DE_0507 edi#formats7thComponent hasValue de#DE_0509 edi#formats8thComponent hasValue cde#S500_CDE edi#formats9thComponent hasValue de#DE_0520 edi#formats10thComponent hasValue cde#S501_CDE instance ds#USH_DS memberOf edi#DataSegment edi#hasFormat hasValue dsf#USH_DS_Format edi#hasFormatDescriptor hasValue dsf#USH_DS_FD /* ===================================================== // S500_CDE MODE OF TRANSPORT ===================================================== */ instance dsf#S500_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM S500 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_O1 edi#formatFor3rdComponent hasValue fc#FC_O1 edi#formatFor4thComponent hasValue fc#FC_D1 edi#formatFor5thComponent hasValue fc#FC_F edi#formatFor6thComponent hasValue fc#FC_F edi#formatFor7thComponent hasValue fc#FC_F edi#formatFor8thComponent hasValue fc#FC_F /* encoded at EDIFACT level instance dsf#S500_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM S500 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_0577 edi#formats2ndComponent hasValue de#DE_0538 edi#formats3rdComponent hasValue de#DE_0511 edi#formats4thComponent hasValue de#DE_0513 edi#formats5thComponent hasValue de#DE_0515 edi#formats6thComponent hasValue de#DE_0586 edi#formats7thComponent hasValue de#DE_0586 edi#formats8thComponent hasValue de#DE_0586 instance cde#S500_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#S500_CDE_Format edi#hasFormatDescriptor hasValue dsf#S500_CDE_FD /* ===================================================== // S501_CDE MODE OF TRANSPORT ===================================================== */ instance dsf#S501_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM S501 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_R1 edi#formatFor3rdComponent hasValue fc#FC_R1 edi#formatFor4thComponent hasValue fc#FC_O1 /* encoded at EDIFACT level instance dsf#S501_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM S501 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_0517 edi#formats2ndComponent hasValue de#DE_0338 edi#formats3rdComponent hasValue de#DE_0314 edi#formats4thComponent hasValue de#DE_0336 instance cde#S501_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue fc#M1_O3_Format edi#hasFormatDescriptor hasValue dsf#S501_CDE_FD /* ======================================================================== // USL Security list status ======================================================================== */ /* encoded at EDIFACT level instance dsf#USL_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM USL data segment" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_0567 edi#formats2ndComponent hasValue cde#S504_CDE instance ds#USL_DS memberOf edi#DataSegment edi#hasFormat hasValue fc#M1_R1_Format edi#hasFormatDescriptor hasValue dsf#USL_DS_FD /* ===================================================== // S504_CDE LIST PARAMETER ===================================================== */ /* encoded at EDIFACT level instance dsf#S504_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM S504 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_0575 edi#formats2ndComponent hasValue de#DE_0558 instance cde#S504_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue fc#M1_M1_Format edi#hasFormatDescriptor hasValue dsf#S504_CDE_FD /* ======================================================================== // UST Security trailer ======================================================================== */ /* encoded at EDIFACT level instance dsf#UST_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM UST data segment" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_0534 edi#formats2ndComponent hasValue de#DE_0588 instance ds#UST_DS memberOf edi#DataSegment edi#hasFormat hasValue fc#M1_M1_Format edi#hasFormatDescriptor hasValue dsf#UST_DS_FD /* ======================================================================== // USX Security references ======================================================================== */ instance dsf#USX_DS_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM USX data segment" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_D1 edi#formatFor2ndComponent hasValue fc#FC_R1 edi#formatFor3rdComponent hasValue fc#FC_R1 edi#formatFor4thComponent hasValue fc#FC_D1 edi#formatFor5thComponent hasValue fc#FC_F edi#formatFor6thComponent hasValue fc#FC_F edi#formatFor7thComponent hasValue fc#FC_D1 edi#formatFor8thComponent hasValue fc#FC_F edi#formatFor9thComponent hasValue fc#FC_F edi#formatFor10thComponent hasValue fc#FC_F /* encoded at EDIFACT level instance dsf#USX_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM USX data segment" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_0020 edi#formats2ndComponent hasValue cde#S002_CDE edi#formats3rdComponent hasValue cde#S003_CDE edi#formats4thComponent hasValue de#DE_0048 edi#formats5thComponent hasValue cde#S006_CDE edi#formats6thComponent hasValue cde#S007_CDE edi#formats7thComponent hasValue de#DE_0062 edi#formats8thComponent hasValue cde#S009_CDE edi#formats9thComponent hasValue de#DE_0080 edi#formats10thComponent hasValue cde#S501_CDE instance ds#USX_DS memberOf edi#DataSegment edi#hasFormat hasValue dsf#USX_DS_Format edi#hasFormatDescriptor hasValue dsf#USX_DS_FD /* ======================================================================== // USY Security on references ======================================================================== */ instance dsf#USY_DS_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EANCOM USX data segment" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_R1 edi#formatFor3rdComponent hasValue fc#FC_F /* encoded at EDIFACT level instance dsf#USY_DS_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EANCOM USY data segment" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_0534 edi#formats2ndComponent hasValue cde#S508_CDE edi#formats1stComponent hasValue de#DE_0571 instance ds#USY_DS memberOf edi#DataSegment edi#hasFormat hasValue dsf#US_DS_Format edi#hasFormatDescriptor hasValue dsf#USY_DS_FD /* ===================================================== // S508_CDE MODE OF TRANSPORT ===================================================== */ instance dsf#S508_CDE_Format memberOf edi#Format nonFunctionalProperties dc#description hasValue "Format for EDIFACT S508 Complex Data Element" endNonFunctionalProperties edi#formatFor1stComponent hasValue fc#FC_M1 edi#formatFor2ndComponent hasValue fc#FC_R1 /* encoded at EDIFACT level instance dsf#S508_CDE_FD memberOf edi#FormatDescriptor nonFunctionalProperties dc#description hasValue "FormatDescriptor for EDIFACT S508 Complex Data Element" endNonFunctionalProperties edi#formats1stComponent hasValue de#DE_0563 edi#formats2ndComponent hasValue de#DE_0560 instance cde#S508_CDE memberOf edi#ComplexDataElement edi#hasFormat hasValue dsf#S508_CDE_Format edi#hasFormatDescriptor hasValue dsf#S508_CDE_FD */