Sha256: ac449fbfa778f03714de018c96acac2d24536872c42de4b696a599841810a8d2

Contents?: true

Size: 1.85 KB

Versions: 22

Compression:

Stored size: 1.85 KB

Contents

<!--
   This file is part of the X12Parser library that provides tools to
   manipulate X12 messages using Ruby native syntax.

   http://x12parser.rubyforge.org 
   
   Copyright (C) 2009 APP Design, Inc.

   This library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Lesser General Public
   License as published by the Free Software Foundation; either
   version 2.1 of the License, or (at your option) any later version.

   This library is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
   Lesser General Public License for more details.

   You should have received a copy of the GNU Lesser General Public
   License along with this library; if not, write to the Free Software
   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA

   $Id: HL.xml 78 2009-05-12 22:27:26Z ikk $
-->

<Segment name="HL" comment="To identify dependencies among and the content of hierarchically related groups of data segments">
  <Field name="HierarchicalIdNumber" min="1" max="12" comment="A unique number assigned by the sender to identify a particular data segment in a hierarchical structure"/>
  <Field name="HierarchicalParentIdNumber" required="y" min="1" max="12" comment="Identification number of the next higher hierarchical data segment that the data segment being described is subordinate to"/>
  <Field name="HierarchicalLevelCode" max="2" validation="T735" comment="Code defining the characteristic of a level in a hierarchical structure"/>
  <Field name="HierarchicalChildCode" required="y" min="1" max="1" validation="T736" comment="Code indicating if there are hierarchical child data segments subordinate to the level being described"/>
</Segment>

Version data entries

22 entries across 22 versions & 3 rubygems

Version Path
pd_x12-1.4.2 misc/HL.xml
pd_x12-1.4.0 misc/HL.xml