Sha256: a0939aa265fa4bcb1250bf55960c0c51ae0e7c7067d8b4261d1f1f42b1a0f4b2

Contents?: true

Size: 1.95 KB

Versions: 3

Compression:

Stored size: 1.95 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: N1.xml 78 2009-05-12 22:27:26Z ikk $
-->

<Segment name="N1" comment="To identify a party by type of organization, name, and code">
  <Field name="EntityIdentifierCode1" min="2" max="3" validation="T98" comment="Code identifying an organizational entity, a physical location, property or an individual"/>
  <Field name="Name" required="y" min="1" max="60" comment="Free-form name"/>
  <Field name="IdentificationCodeQualifier" required="y" min="1" max="2" validation="T66" comment="Code designating the system/method of code structure used for Identification Code (67)"/>
  <Field name="IdentificationCode" required="y" min="2" max="80" comment="Code identifying a party or other code"/>
  <Field name="EntityRelationshipCode" required="n" min="2" max="2" validation="T706" comment="Code describing entity relationship"/>
  <Field name="EntityIdentifierCode2" required="n" min="2" max="3" validation="T98" comment="Code identifying an organizational entity, a physical location, property or an individual"/>
</Segment>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
gm_x12-1.6.2 misc/N1.xml
gm_x12-1.6.1 misc/N1.xml
gm_x12-1.6.0 misc/N1.xml