Sha256: 8866a45340db48924a07c274b94cc582ec591cf08921142dec77c3ff2a3812c5

Contents?: true

Size: 1.85 KB

Versions: 6

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" min="1" 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

6 entries across 6 versions & 3 rubygems

Version Path
PD_x12-1.3.12 misc/HL.xml
PD_x12-1.3.11 misc/HL.xml
PD_x12-1.3.2 misc/HL.xml
PD_x12-1.3.1 misc/HL.xml
sx12-1.2.0 misc/HL.xml
X12-1.1.0 misc/HL.xml