---
type: data-list
title: 子ども・子育て支援 基本データリスト【第4.0版】
source: デジタル庁
profile: mrlgss-doc/0.1
business_code: "028"
version: "4.0"
spec_date: 2026-02-27
original_file: 028_子ども・子育て支援_基本データリスト【第4.0版】_20260227.xlsx
item_count: 1747
view: payload-table
---

# 子ども・子育て支援 基本データリスト【第4.0版】

デジタル庁「データ要件・連携要件標準仕様書」の基本データリスト（v4.0、全 1747 項目）。
各項目の型・桁数・主キー・コード参照・出力条件・
機能要件への参照（`spec_ref`）を保持する。コード値は [コード一覧](./codes.md)、
エンティティ関係は [データモデル](./er.md) を参照。

- 原本: `028_子ども・子育て支援_基本データリスト【第4.0版】_20260227.xlsx`（4シート: 基本データリスト/コード一覧/データモデル(ER図)/グループ構成表）。
- 型記法: 仕様書準拠（`X`=半角英数 / `9`=半角数字 / `N`=全角 / `DATE` / `TIME`、桁数併記）。

## payload

```yaml
ledger:
  business_code: "028"
  short_name: kosodate
fields:
  - id: 028-00001
    name: 市区町村コード
    type: X(6)
    required: true
    group: 支給認定情報（認定申請）
    class: 市区町村コード
    pk: true
    impl_type: ◎
    definition: 市区町村を一意に識別するコード（指定都市においては区までを特定）
    note: |-
      総務省「全国地方公共団体コード」に従って6桁のコード値を設定すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "131016"
  - id: 028-00002
    name: 児童_宛名番号
    type: X(15)
    required: true
    group: 支給認定情報（認定申請）
    class: 共通
    pk: true
    spec_ref:
      - "0280203"
      - "0280474"
    impl_type: ◎
    definition: 対象児童の宛名番号（住基の宛名番号と同様）
    sample: "123456789012345"
  - id: 028-00005
    name: 認定申請給付種別
    type: X(3)
    required: true
    group: 支給認定情報（認定申請）
    class: 申請内容
    pk: true
    code: "064"
    spec_ref:
      - "0280203"
      - "0280474"
    impl_type: ◎
    definition: 認定申請時の給付種別を示すコード
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "001"
  - id: 028-00003
    name: 支給認定申請連番
    type: 9(10)
    required: true
    group: 支給認定情報（認定申請）
    class: 共通
    pk: true
    spec_ref:
      - "0280203"
      - "0280474"
    impl_type: ◎
    definition: 認定申請給付種別ごとに支給認定申請を管理する連番
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-00004
    name: 対象年度
    type: YEAR
    required: true
    group: 支給認定情報（認定申請）
    class: 共通
    pk: true
    spec_ref:
      - "0280203"
      - "0280474"
    impl_type: ◎
    definition: 対象年度
    sample: "2022"
  - id: 028-01823
    name: 申請履歴番号
    type: 9(3)
    required: true
    group: 支給認定情報（認定申請）
    class: 共通
    pk: true
    spec_ref:
      - "0280203"
      - "0280474"
    impl_type: ◎
    definition: 支給認定申請情報の履歴を管理する番号
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "1"
  - id: 028-01824
    name: 最新フラグ
    type: X(1)
    required: true
    group: 支給認定情報（認定申請）
    class: 最新フラグ
    impl_type: ◎
    definition: 当該データが最新かどうかを現すフラグ（0：最新ではない、1：最新である）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.1版】にて修正
    sample: "1"
  - id: 028-00006
    name: 保護者_宛名番号
    type: X(15)
    required: true
    group: 支給認定情報（認定申請）
    class: 共通
    spec_ref:
      - "0280203"
      - "0280474"
    impl_type: ◎
    definition: 対象保護者の宛名番号（住基の宛名番号と同様）
    note: データ要件・連携要件標準仕様書【第2.1版】にて修正
    sample: "123456789012345"
  - id: 028-01825
    name: 第二保護者_宛名番号
    type: X(15)
    required: false
    group: 支給認定情報（認定申請）
    class: 共通
    spec_ref:
      - "0280203"
      - "0280474"
    impl_type: ◎
    definition: 対象第二保護者の宛名番号（住基の宛名番号と同様）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.1版】にて修正
    sample: "123456789012345"
  - id: 028-02175
    name: 父母以外の保護者フラグ
    type: X(1)
    required: false
    group: 支給認定情報（認定申請）
    class: 共通
    spec_ref:
      - "0280612"
    impl_type: ○
    definition: 父母以外の保護者かどうかを示すフラグ（0：無、1：有）
    note: データ要件・連携要件標準仕様書【第2.1版】にて追加
    sample: "1"
  - id: 028-02176
    name: 認定保護者フラグ
    type: X(1)
    required: false
    group: 支給認定情報（認定申請）
    class: 共通
    spec_ref:
      - "0280614"
    impl_type: ◎
    definition: 対象保護者が認定保護者かどうかを示すフラグ（0：無、1：有）
    note: |-
      データ要件・連携要件標準仕様書【第2.1版】にて追加
      データ要件・連携要件標準仕様書【第3.0版】にて修正
      データ要件・連携要件標準仕様書【第4.0版】にて修正
    sample: "1"
  - id: 028-02311
    name: 認定保護者フラグ（第二保護者）
    type: X(1)
    required: false
    group: 支給認定情報（認定申請）
    class: 共通
    spec_ref:
      - "0280614"
    impl_type: ◎
    definition: 対象第二保護者が認定保護者かどうかを示すフラグ（0：無、1：有）
    note: データ要件・連携要件標準仕様書【第4.0版】にて追加
    sample: "1"
  - id: 028-00007
    name: 生活保護該当有無
    type: X(1)
    required: true
    group: 支給認定情報（認定申請）
    class: 申請内容 / 該当区分
    spec_ref:
      - "0280203"
      - "0280474"
    impl_type: ◎
    definition: 生活保護の対象かどうかを示すフラグ（0：無、1：有）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.1版】にて修正
    sample: "1"
  - id: 028-00008
    name: ひとり親世帯該当
    type: X(1)
    required: true
    group: 支給認定情報（認定申請）
    class: 申請内容 / 該当区分
    spec_ref:
      - "0280203"
      - "0280474"
    impl_type: ◎
    definition: ひとり親世帯該当を示すフラグ（0：無、1：有）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.1版】にて修正
    sample: "1"
  - id: 028-00009
    name: 特別児童扶養手当該当
    type: X(1)
    required: true
    group: 支給認定情報（認定申請）
    class: 申請内容 / 該当区分
    spec_ref:
      - "0280203"
      - "0280474"
    impl_type: ◎
    definition: 特別児童扶養手当該当を示すフラグ（0：無、1：有）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.1版】にて修正
    sample: "1"
  - id: 028-00010
    name: 在宅障害世帯該当
    type: X(1)
    required: true
    group: 支給認定情報（認定申請）
    class: 申請内容 / 該当区分
    spec_ref:
      - "0280203"
      - "0280474"
    impl_type: ◎
    definition: 在宅障害世帯該当を示すフラグ（0：無、1：有）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.1版】にて修正
    sample: "1"
  - id: 028-00011
    name: 里親世帯該当
    type: X(1)
    required: true
    group: 支給認定情報（認定申請）
    class: 申請内容 / 該当区分
    spec_ref:
      - "0280203"
      - "0280474"
    impl_type: ◎
    definition: 里親世帯該当を示すフラグ（0：無、1：有）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.1版】にて修正
    sample: "1"
  - id: 028-00012
    name: 入所施設等の名称
    type: N(100)
    required: false
    group: 支給認定情報（認定申請）
    class: 施設情報 / 施設名
    spec_ref:
      - "0280203"
    impl_type: ◎
    definition: 児童が入所している児童福祉施設等の名称
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.1版】にて修正
    sample: ○△孤児院
  - id: 028-00013
    name: 入所施設等の種類区分
    type: X(2)
    required: false
    group: 支給認定情報（認定申請）
    class: 施設情報 / 区分
    code: "012"
    spec_ref:
      - "0280203"
    impl_type: ◎
    definition: 児童が入所している児童福祉施設等の種類を示すコード
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.1版】にて修正
    sample: "01"
  - id: 028-00014
    name: 里親または施設長名
    type: N(300)
    required: conditional
    group: 支給認定情報（認定申請）
    class: 施設情報 / 代表者
    spec_ref:
      - "0280203"
    impl_type: ◎
    definition: 里親または施設長の氏名、漢字圏の外国人住民が世帯主の場合の氏名も当データ項目に含む
    note: |-
      姓と名の間に全角の空白を一文字入れる
      ※※02800011が1の場合
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.1版】にて修正
    sample: 園長　太郎
  - id: 028-02213
    name: 兄弟入所状況
    type: X(1)
    required: false
    group: 支給認定情報（認定申請）
    class: 申請内容 / 該当区分
    spec_ref:
      - "0280203"
    impl_type: ◎
    definition: 対象児童の兄弟の入所有無を示すフラグ（0：無、1：有）
    note: データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: "1"
  - id: 028-00015
    name: その他要保護世帯該当
    type: X(1)
    required: true
    group: 支給認定情報（認定申請）
    class: 申請内容 / 該当区分
    spec_ref:
      - "0280203"
      - "0280474"
    impl_type: ◎
    definition: その他要保護世帯該当を示すフラグ（0：無、1：有）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.1版】にて修正
    sample: "1"
  - id: 028-00016
    name: 申請児障害有無
    type: X(1)
    required: true
    group: 支給認定情報（認定申請）
    class: 申請内容 / 該当区分
    spec_ref:
      - "0280203"
    impl_type: ◎
    definition: 申請児障害有無を示すフラグ（0：無、1：有）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.1版】にて修正
    sample: "1"
  - id: 028-00017
    name: 支給認定申請年月日
    type: DATE
    required: true
    group: 支給認定情報（認定申請）
    class: 申請内容 / 対応日
    spec_ref:
      - "0280203"
      - "0280474"
    impl_type: ◎
    definition: 支給認定の申請年月日
    note: データ要件・連携要件標準仕様書【第2.1版】にて修正
    sample: 2011-11-11
  - id: 028-02214
    name: 支給認定申請区分
    type: X(1)
    required: true
    group: 支給認定情報（認定申請）
    class: 申請内容 / 認定区分
    code: "116"
    spec_ref:
      - "0280203"
      - "0280474"
    impl_type: ○
    definition: 支給認定の申請種別を示すコード
    note: データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: "1"
  - id: 028-00018
    name: 支給認定申請受理区分
    type: X(3)
    required: true
    group: 支給認定情報（認定申請）
    class: 申請内容 / 申請区分
    code: "060"
    spec_ref:
      - "0280203"
      - "0280474"
    impl_type: ◎
    definition: 支給認定申請の受理区分を示すコード
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "001"
  - id: 028-00030
    name: 支給認定申請状態区分
    type: X(3)
    required: true
    group: 支給認定情報（認定申請）
    class: 申請内容 / 申請区分
    code: "037"
    spec_ref:
      - "0280203"
      - "0280474"
    impl_type: ◎
    definition: 支給認定申請の状態を表すコード
    sample: "001"
  - id: 028-01826
    name: 支給認定申請取下年月日
    type: DATE
    required: conditional
    group: 支給認定情報（認定申請）
    class: 申請内容 / 取下
    spec_ref:
      - "0280203"
      - "0280474"
    impl_type: ◎
    definition: 支給認定申請を取り下げた年月日
    note: |-
      ※※02800030が004または007の場合
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.1版】にて修正
    sample: 2011-11-11
  - id: 028-01827
    name: 支給認定申請取下理由
    type: X(3)
    required: conditional
    group: 支給認定情報（認定申請）
    class: 申請内容 / 申請区分
    code: "057"
    spec_ref:
      - "0280203"
      - "0280474"
    impl_type: ◎
    definition: 支給認定申請を取り下げた理由を示すコード
    note: |-
      ※※02800030が004または007の場合
      データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "001"
  - id: 028-00019
    name: 保育の希望の有無
    type: X(1)
    required: true
    group: 支給認定情報（認定申請）
    class: 申請内容 / 申請区分
    spec_ref:
      - "0280203"
      - "0280474"
    impl_type: ◎
    definition: 保育の希望の有無を示すフラグ（0：無、1：有）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.1版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "1"
  - id: 028-00020
    name: 支給認定希望期間開始年月日
    type: DATE
    required: true
    group: 支給認定情報（認定申請）
    class: 認定内容 / 認定期間
    spec_ref:
      - "0280203"
      - "0280474"
    impl_type: ◎
    definition: 支給認定の希望期間の開始年月日
    note: データ要件・連携要件標準仕様書【第2.1版】にて修正
    sample: 2011-11-11
  - id: 028-00021
    name: 支給認定希望期間終了年月日
    type: DATE
    required: true
    group: 支給認定情報（認定申請）
    class: 認定内容 / 認定期間
    spec_ref:
      - "0280203"
      - "0280474"
    impl_type: ◎
    definition: 支給認定の希望期間の終了年月日
    note: データ要件・連携要件標準仕様書【第2.1版】にて修正
    sample: 2011-11-11
  - id: 028-02215
    name: 重複認定フラグ
    type: X(1)
    required: false
    group: 支給認定情報（認定申請）
    class: 申請内容 / 該当区分
    spec_ref:
      - "0280203"
    impl_type: ◎
    definition: 重複認定かどうかを示すフラグ（0：無、1：有）
    note: データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: "1"
  - id: 028-00022
    name: 認定申請却下年月日
    type: DATE
    required: conditional
    group: 支給認定情報（認定申請）
    class: 認定内容 / 却下
    spec_ref:
      - "0280210"
      - "0280485"
    impl_type: ◎
    definition: 支給認定の申請を却下した年月日
    note: |-
      ※※02800030が003または006の場合
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.1版】にて修正
    sample: 2011-11-11
  - id: 028-00023
    name: 認定申請却下理由
    type: X(3)
    required: conditional
    group: 支給認定情報（認定申請）
    class: 認定内容 / 却下
    code: "063"
    spec_ref:
      - "0280210"
      - "0280485"
    impl_type: ◎
    definition: 支給認定の申請を却下した理由を示すコード
    note: |-
      ※※02800030が003または006の場合
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "001"
  - id: 028-00028
    name: 子ども・子育て事業所番号
    type: X(13)
    required: false
    group: 支給認定情報（認定申請）
    class: 申請内容 / 代理申請
    spec_ref:
      - "0280203"
      - "0280474"
    impl_type: ○
    definition: 支給認定情報の代理申請事業所を特定するためのユニークな番号
    note: |-
      代理申請を行っている場合は出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.1版】にて修正
    sample: "1234567890123"
  - id: 028-00029
    name: 保育必要量区分
    type: X(3)
    required: false
    group: 支給認定情報（認定申請）
    class: 申請内容 / 保育必要量
    code: "005"
    spec_ref:
      - "0280203"
    impl_type: ◎
    definition: 保育必要量区分を示すコード
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "001"
  - id: 028-00031
    name: 情報開示同意有無
    type: X(1)
    required: true
    group: 支給認定情報（認定申請）
    class: 申請内容 / 該当区分
    spec_ref:
      - "0280203"
    impl_type: ◎
    definition: 支給認定の情報提供同意の有無を示すフラグ（0：無、1：有）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.1版】にて修正
    sample: "1"
  - id: 028-00032
    name: 保育必要性の事由１
    type: X(3)
    required: false
    group: 支給認定情報（認定申請）
    class: 申請内容 / 事由
    code: "038"
    spec_ref:
      - "0280203"
      - "0280474"
    impl_type: ◎
    definition: 支給認定に係る保育必要性の事由を示すコード
    note: |-
      認定区分が2号または3号の場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "001"
  - id: 028-00033
    name: 保育必要性の事由２
    type: X(3)
    required: false
    group: 支給認定情報（認定申請）
    class: 申請内容 / 事由
    code: "038"
    spec_ref:
      - "0280203"
      - "0280474"
    impl_type: ◎
    definition: 支給認定に係る保育必要性の事由を示すコード
    note: |-
      保育必要性の事由が複数ある場合に出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "001"
  - id: 028-00034
    name: 支給認定延期処理見込期間開始年月日
    type: DATE
    required: false
    group: 支給認定情報（認定申請）
    class: 申請内容 / 延期期間
    spec_ref:
      - "0280203"
      - "0280474"
    impl_type: ○
    definition: 支給認定に係る延期処理開始年月日
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.1版】にて修正
    sample: 2021-11-01
  - id: 028-00035
    name: 支給認定延期処理見込期間終了年月日
    type: DATE
    required: false
    group: 支給認定情報（認定申請）
    class: 申請内容 / 延期期間
    spec_ref:
      - "0280203"
      - "0280474"
    impl_type: ○
    definition: 支給認定に係る延期処理終了年月日
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.1版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: 2021-11-01
  - id: 028-00036
    name: 支給認定延期理由
    type: X(3)
    required: false
    group: 支給認定情報（認定申請）
    class: 申請内容 / 延期期間
    code: "039"
    spec_ref:
      - "0280203"
      - "0280474"
    impl_type: ○
    definition: 支給認定を延期した理由を示すコード
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "001"
  - id: 028-00037
    name: 協議結果決定年月日
    type: DATE
    required: false
    group: 支給認定情報（認定申請）
    class: 認定 / 結果
    spec_ref:
      - "0280232"
      - "0280274"
    impl_type: ○
    definition: 支給認定に係る協議結果の決定年月日
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.1版】にて修正
    sample: 2021-11-01
  - id: 028-00038
    name: 協議結果事由
    type: N(50)
    required: false
    group: 支給認定情報（認定申請）
    class: 認定 / 結果
    spec_ref:
      - "0280232"
      - "0280274"
    impl_type: ○
    definition: 支給認定に係る協議結果の事由
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.1版】にて修正
    sample: 定員超過の為
  - id: 028-00039
    name: 居住区
    type: X(6)
    required: false
    group: 支給認定情報（認定申請）
    class: 申請内容 / 申請者
    code: "999"
    spec_ref:
      - "0280203"
      - "0280474"
    impl_type: ○
    definition: 居住区を示すコード
    note: |-
      各自治体固有のコード利用を想定
      ※指定都市の場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.1版】にて修正
    sample: "131016"
  - id: 028-00040
    name: 申請区
    type: X(6)
    required: false
    group: 支給認定情報（認定申請）
    class: 申請内容 / 申請者
    code: "999"
    spec_ref:
      - "0280203"
      - "0280474"
    impl_type: ○
    definition: 申請区を示すコード
    note: |-
      各自治体固有のコード利用を想定
      ※指定都市の場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.1版】にて修正
    sample: "131016"
  - id: 028-00041
    name: 支給認定受付年月日
    type: DATE
    required: false
    group: 支給認定情報（認定申請）
    class: 申請内容 / 受付日
    spec_ref:
      - "0280203"
      - "0280474"
    impl_type: ◎
    definition: 支給認定情報の受付年月日
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.1版】にて修正
    sample: 2012-04-01
  - id: 028-00042
    name: 受付場所
    type: X(4)
    required: false
    group: 支給認定情報（認定申請）
    class: 請求情報 / 申請
    code: "999"
    spec_ref:
      - "0280116"
    impl_type: ○
    definition: 支給認定情報に関する新規申請を受け付けた場所を示すコード
    note: |-
      各自治体固有のコード利用を想定
      データ要件・連携要件標準仕様書【第2.1版】にて修正
    sample: "0001"
  - id: 028-01828
    name: 公金口座区分
    type: X(1)
    required: true
    group: 支給認定情報（認定申請）
    class: 申請 / 区分
    spec_ref:
      - "0280063"
    impl_type: ◎
    definition: 公的給付支給等口座の利用意思の有無を表す区分（0：無、1：有）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.1版】にて修正
    sample: "1"
  - id: 028-02177
    name: 児童の健康状況
    type: N(2000)
    required: false
    group: 支給認定情報（認定申請）
    class: 申請内容 / 健康状況
    spec_ref:
      - "0280203"
      - "0280474"
    impl_type: ◎
    definition: 児童の健康状況
    note: |-
      データ要件・連携要件標準仕様書【第2.1版】にて追加
      データ要件・連携要件標準仕様書【第4.0版】にて修正
    sample: 問題なし
  - id: 028-02178
    name: 利用調整に関する必要情報
    type: X(3)
    required: false
    group: 支給認定情報（認定申請）
    class: 申請内容 / 必要情報
    code: "999"
    spec_ref:
      - "0280640"
    impl_type: ○
    definition: 利用調整に関する必要情報
    note: |-
      各自治体固有のコード利用を想定
      データ要件・連携要件標準仕様書【第2.1版】にて追加
      データ要件・連携要件標準仕様書【第4.0版】にて修正
    sample: "001"
  - id: 028-02216
    name: 生活保護支給開始年月日
    type: DATE
    required: false
    group: 支給認定情報（認定申請）
    class: 申請内容 / 開始
    spec_ref:
      - "0280203"
      - "0280474"
    impl_type: ◎
    definition: 対象者の生活保護開始年月日
    note: データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: 2020-12-01
  - id: 028-02217
    name: 生活保護支給廃止年月日
    type: DATE
    required: false
    group: 支給認定情報（認定申請）
    class: 申請内容 / 廃止
    spec_ref:
      - "0280203"
      - "0280474"
    impl_type: ◎
    definition: 対象者の生活保護廃止年月日
    note: データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: 2010-04-01
  - id: 028-01829
    name: 削除フラグ
    type: X(1)
    required: true
    group: 支給認定情報（認定申請）
    class: 削除フラグ
    impl_type: ◎
    definition: 当該データが削除されたかどうかを現すフラグ（0：未削除、1：削除済）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.1版】にて修正
    sample: "0"
  - id: 028-00043
    name: 操作者ID
    type: X(10)
    required: true
    group: 支給認定情報（認定申請）
    class: 操作
    impl_type: ◎
    definition: 操作者を一意に識別するコード
    note: データ要件・連携要件標準仕様書【第2.1版】にて修正
    sample: "1234567890"
  - id: 028-00044
    name: 操作年月日
    type: DATE
    required: true
    group: 支給認定情報（認定申請）
    class: 操作
    impl_type: ◎
    definition: 操作を行った年月日
    note: データ要件・連携要件標準仕様書【第2.1版】にて修正
    sample: 2021-11-01
  - id: 028-00045
    name: 操作時刻
    type: TIME
    required: true
    group: 支給認定情報（認定申請）
    class: 操作
    impl_type: ◎
    definition: 操作を行った時刻
    note: データ要件・連携要件標準仕様書【第2.1版】にて修正
    sample: "12:00:00"
  - id: 028-00046
    name: 市区町村コード
    type: X(6)
    required: true
    group: 支給認定情報（認定申請未提出書類）
    class: 市区町村コード
    pk: true
    impl_type: ◎
    definition: 市区町村を一意に識別するコード（指定都市においては区までを特定）
    note: |-
      総務省「全国地方公共団体コード」に従って6桁のコード値を設定すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.1版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: "131016"
  - id: 028-00047
    name: 児童_宛名番号
    type: X(15)
    required: true
    group: 支給認定情報（認定申請未提出書類）
    class: 共通
    pk: true
    spec_ref:
      - "0280203"
      - "0280474"
    impl_type: ◎
    definition: 対象児童の宛名番号（住基の宛名番号と同様）
    note: |-
      データ要件・連携要件標準仕様書【第2.1版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: "123456789012345"
  - id: 028-02312
    name: 認定申請給付種別
    type: X(3)
    required: true
    group: 支給認定情報（認定申請未提出書類）
    class: 申請内容
    pk: true
    code: "064"
    spec_ref:
      - "0280203"
      - "0280474"
    impl_type: ◎
    definition: 認定申請時の給付種別を示すコード
    note: データ要件・連携要件標準仕様書【第4.0版】にて追加
    sample: "001"
  - id: 028-00048
    name: 支給認定申請連番
    type: 9(10)
    required: true
    group: 支給認定情報（認定申請未提出書類）
    class: 共通
    pk: true
    spec_ref:
      - "0280203"
      - "0280474"
    impl_type: ◎
    definition: 認定申請給付種別ごとに支給認定申請を管理する連番
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.1版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: "1"
  - id: 028-00049
    name: 未提出書類連番
    type: 9(10)
    required: true
    group: 支給認定情報（認定申請未提出書類）
    class: 共通
    pk: true
    spec_ref:
      - "0280203"
      - "0280474"
    impl_type: ◎
    definition: 未提出書類単位の連番
    note: |-
      データ要件・連携要件標準仕様書【第2.1版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第2.4版】にて修正
    sample: "1"
  - id: 028-00050
    name: 対象年度
    type: YEAR
    required: true
    group: 支給認定情報（認定申請未提出書類）
    class: 共通
    pk: true
    spec_ref:
      - "0280203"
      - "0280474"
    impl_type: ◎
    definition: 対象年度
    note: |-
      データ要件・連携要件標準仕様書【第2.1版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: "2022"
  - id: 028-01830
    name: 最新フラグ
    type: X(1)
    required: true
    group: 支給認定情報（認定申請未提出書類）
    class: 最新フラグ
    impl_type: ◎
    definition: 当該データが最新かどうかを現すフラグ（0：最新ではない、1：最新である）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.1版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: "1"
  - id: 028-00051
    name: 未提出書類名称コード
    type: X(3)
    required: false
    group: 支給認定情報（認定申請未提出書類）
    class: 申請内容 / 提出書類
    code: "999"
    spec_ref:
      - "0280203"
      - "0280474"
    impl_type: ◎
    definition: 支給認定に係る未提出書類の名称を示すコード
    note: |-
      各自治体固有のコード利用を想定
      ※未提出書類がある場合は出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: "001"
  - id: 028-00052
    name: 提出年月日
    type: DATE
    required: false
    group: 支給認定情報（認定申請未提出書類）
    class: 申請内容 / 提出書類
    spec_ref:
      - "0280203"
      - "0280474"
    impl_type: ◎
    definition: 支給認定に係る未提出書類の提出年月日
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.1版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: 2011-11-11
  - id: 028-01831
    name: 削除フラグ
    type: X(1)
    required: true
    group: 支給認定情報（認定申請未提出書類）
    class: 削除フラグ
    impl_type: ◎
    definition: 当該データが削除されたかどうかを現すフラグ（0：未削除、1：削除済）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.1版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: "0"
  - id: 028-00053
    name: 操作者ID
    type: X(10)
    required: true
    group: 支給認定情報（認定申請未提出書類）
    class: 操作
    impl_type: ◎
    definition: 操作者を一意に識別するコード
    note: |-
      データ要件・連携要件標準仕様書【第2.1版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: "1234567890"
  - id: 028-00054
    name: 操作年月日
    type: DATE
    required: true
    group: 支給認定情報（認定申請未提出書類）
    class: 操作
    impl_type: ◎
    definition: 操作を行った年月日
    note: |-
      データ要件・連携要件標準仕様書【第2.1版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: 2021-11-01
  - id: 028-00055
    name: 操作時刻
    type: TIME
    required: true
    group: 支給認定情報（認定申請未提出書類）
    class: 操作
    impl_type: ◎
    definition: 操作を行った時刻
    note: |-
      データ要件・連携要件標準仕様書【第2.1版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: "12:00:00"
  - id: 028-00056
    name: 市区町村コード
    type: X(6)
    required: true
    group: 支給認定情報（認定状況）
    class: 市区町村コード
    pk: true
    impl_type: ◎
    definition: 市区町村を一意に識別するコード（指定都市においては区までを特定）
    note: |-
      総務省「全国地方公共団体コード」に従って6桁のコード値を設定すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.1版】にて修正
    sample: "131016"
  - id: 028-00057
    name: 児童_宛名番号
    type: X(15)
    required: true
    group: 支給認定情報（認定状況）
    class: 共通
    pk: true
    spec_ref:
      - "0280203"
      - "0280474"
    impl_type: ◎
    definition: 対象児童の宛名番号（住基の宛名番号と同様）
    note: データ要件・連携要件標準仕様書【第2.1版】にて修正
    sample: "123456789012345"
  - id: 028-00060
    name: 認定申請給付種別
    type: X(3)
    required: true
    group: 支給認定情報（認定状況）
    class: 申請内容
    pk: true
    code: "064"
    spec_ref:
      - "0280203"
      - "0280474"
    impl_type: ◎
    definition: 認定申請時の給付種別を示すコード
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "001"
  - id: 028-00058
    name: 支給認定申請連番
    type: 9(10)
    required: true
    group: 支給認定情報（認定状況）
    class: 共通
    pk: true
    spec_ref:
      - "0280203"
      - "0280474"
    impl_type: ◎
    definition: 認定申請給付種別ごとに支給認定申請を管理する連番
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.1版】にて修正
    sample: "1"
  - id: 028-00059
    name: 対象年度
    type: YEAR
    required: true
    group: 支給認定情報（認定状況）
    class: 共通
    pk: true
    spec_ref:
      - "0280203"
      - "0280474"
    impl_type: ◎
    definition: 対象年度
    note: データ要件・連携要件標準仕様書【第2.1版】にて修正
    sample: "2022"
  - id: 028-00061
    name: 支給認定期間開始年月日
    type: DATE
    required: true
    group: 支給認定情報（認定状況）
    class: 認定内容 / 認定期間
    pk: true
    spec_ref:
      - "0280210"
      - "0280485"
    impl_type: ◎
    definition: 支給認定の開始年月日
    note: |-
      保護者や階層判定用世帯区分が変わった場合、変更後の保護者や階層判定用世帯区分を適用開始する日をセットする
      データ要件・連携要件標準仕様書【第2.1版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: 2011-11-11
  - id: 028-01832
    name: 認定履歴番号
    type: 9(3)
    required: true
    group: 支給認定情報（認定状況）
    class: 共通
    pk: true
    spec_ref:
      - "0280210"
      - "0280485"
    impl_type: ◎
    definition: 支給認定情報の履歴を管理する番号
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "1"
  - id: 028-01833
    name: 最新フラグ
    type: X(1)
    required: true
    group: 支給認定情報（認定状況）
    class: 最新フラグ
    impl_type: ◎
    definition: 当該データが最新かどうかを現すフラグ（0：最新ではない、1：最新である）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "1"
  - id: 028-00062
    name: 保護者_宛名番号
    type: X(15)
    required: true
    group: 支給認定情報（認定状況）
    class: 共通
    spec_ref:
      - "0280072"
      - "0280101"
      - "0280102"
      - "0280203"
      - "0280474"
    impl_type: ◎
    definition: 対象保護者の宛名番号（住基の宛名番号と同様）
    sample: "123456789012345"
  - id: 028-02179
    name: 第二保護者_宛名番号
    type: X(15)
    required: false
    group: 支給認定情報（認定状況）
    class: 共通
    spec_ref:
      - "0280072"
      - "0280101"
      - "0280102"
      - "0280203"
      - "0280474"
    impl_type: ◎
    definition: 対象第二保護者の宛名番号（住基の宛名番号と同様）
    note: |-
      データ要件・連携要件標準仕様書【第2.1版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "123456789012345"
  - id: 028-02180
    name: 父母以外の保護者フラグ
    type: X(1)
    required: false
    group: 支給認定情報（認定状況）
    class: 共通
    spec_ref:
      - "0280612"
    impl_type: ○
    definition: 父母以外の保護者かどうかを示すフラグ（0：無、1：有）
    note: |-
      データ要件・連携要件標準仕様書【第2.1版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "1"
  - id: 028-02181
    name: 認定保護者フラグ
    type: X(1)
    required: false
    group: 支給認定情報（認定状況）
    class: 共通
    spec_ref:
      - "0280614"
    impl_type: ◎
    definition: 対象保護者が認定保護者かどうかを示すフラグ（0：無、1：有）
    note: |-
      データ要件・連携要件標準仕様書【第2.1版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
      データ要件・連携要件標準仕様書【第4.0版】にて修正
    sample: "1"
  - id: 028-02313
    name: 認定保護者フラグ（第二保護者）
    type: X(1)
    required: false
    group: 支給認定情報（認定状況）
    class: 共通
    spec_ref:
      - "0280614"
    impl_type: ◎
    definition: 対象第二保護者が認定保護者かどうかを示すフラグ（0：無、1：有）
    note: データ要件・連携要件標準仕様書【第4.0版】にて追加
    sample: "1"
  - id: 028-00063
    name: 階層判定用世帯区分
    type: X(3)
    required: true
    group: 支給認定情報（認定状況）
    class: 申請内容 / 該当区分
    code: "080"
    spec_ref:
      - "0280203"
      - "0280474"
    impl_type: ◎
    definition: 階層判定用の世帯の区分を示すコード
    sample: "001"
  - id: 028-00066
    name: 支給認定番号
    type: X(15)
    required: true
    group: 支給認定情報（認定状況）
    class: 共通
    spec_ref:
      - "0280210"
      - "0280485"
    impl_type: ◎
    definition: 支給認定者に対して付番する番号
    note: データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "123456789012345"
  - id: 028-00067
    name: 支給認定年月日
    type: DATE
    required: true
    group: 支給認定情報（認定状況）
    class: 認定内容 / 認定日
    spec_ref:
      - "0280210"
      - "0280485"
    impl_type: ◎
    definition: 支給認定の認定年月日
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 2011-11-11
  - id: 028-00068
    name: 支給認定期間終了年月日
    type: DATE
    required: true
    group: 支給認定情報（認定状況）
    class: 認定内容 / 認定期間
    spec_ref:
      - "0280210"
      - "0280485"
    impl_type: ◎
    definition: 支給認定の終了年月日
    sample: 2011-11-11
  - id: 028-01834
    name: 決定区
    type: X(6)
    required: false
    group: 支給認定情報（認定状況）
    class: 認定内容 / 認定者
    code: "999"
    spec_ref:
      - "0280210"
      - "0280485"
    impl_type: ○
    definition: 決定区を示すコード
    note: |-
      各自治体固有のコード利用を想定
      ※指定都市の場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "131016"
  - id: 028-00069
    name: 現況届状態（ステータス）区分
    type: X(3)
    required: true
    group: 支給認定情報（認定状況）
    class: 現況届 / 区分
    code: "061"
    spec_ref:
      - "0280222"
      - "0280498"
    impl_type: ◎
    definition: 現況届状態の区分を示すコード
    note: データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "001"
  - id: 028-00070
    name: 現況届発送年月日
    type: DATE
    required: false
    group: 支給認定情報（認定状況）
    class: 現況届 / 対応日
    spec_ref:
      - "0280222"
      - "0280498"
    impl_type: ◎
    definition: 現況届の発送年月日
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: 2011-11-11
  - id: 028-00071
    name: 現況届審査保留事由
    type: X(3)
    required: conditional
    group: 支給認定情報（認定状況）
    class: 現況届 / 保留
    code: "036"
    spec_ref:
      - "0280222"
      - "0280498"
    impl_type: ◎
    definition: 現況届審査の保留事由を示すコード
    note: |-
      ※※02800069が004の場合
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "001"
  - id: 028-00072
    name: 現況届提出年月日
    type: DATE
    required: conditional
    group: 支給認定情報（認定状況）
    class: 現況届 / 対応日
    spec_ref:
      - "0280222"
      - "0280498"
    impl_type: ◎
    definition: 現況届の提出年月日
    note: |-
      ※※02800069が002の場合
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: 2011-11-11
  - id: 028-00073
    name: 支給認定区分
    type: X(3)
    required: true
    group: 支給認定情報（認定状況）
    class: 認定内容 / 認定区分
    code: "004"
    spec_ref:
      - "0280210"
      - "0280485"
    impl_type: ◎
    definition: 支給認定の種別を示すコード
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "001"
  - id: 028-01835
    name: 支給認定変更理由
    type: X(3)
    required: false
    group: 支給認定情報（認定状況）
    class: 認定変更 / 変更
    code: "002"
    spec_ref:
      - "0280203"
      - "0280474"
    impl_type: ◎
    definition: 支給認定変更理由を示すコード
    note: |-
      認定が変更された場合出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.1版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: "001"
  - id: 028-01836
    name: 支給認定取消理由
    type: X(3)
    required: false
    group: 支給認定情報（認定状況）
    class: 認定変更 / 取消
    code: "003"
    spec_ref:
      - "0280203"
      - "0280474"
    impl_type: ◎
    definition: 支給認定取消理由を示すコード
    note: |-
      認定が取り消しされた場合出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.1版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: "001"
  - id: 028-00074
    name: 保育必要量区分
    type: X(3)
    required: conditional
    group: 支給認定情報（認定状況）
    class: 認定内容 / 保育必要量
    code: "005"
    spec_ref:
      - "0280203"
    impl_type: ◎
    definition: 保育必要量区分を示すコード
    note: |-
      ※※02800060が001の場合
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "001"
  - id: 028-00075
    name: 保育必要性の事由１
    type: X(3)
    required: conditional
    group: 支給認定情報（認定状況）
    class: 申請内容 / 事由
    code: "038"
    spec_ref:
      - "0280203"
      - "0280474"
    impl_type: ◎
    definition: 支給認定に係る保育必要性の事由を示すコード
    note: |-
      ※※02800073が002あるいは003の場合
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "001"
  - id: 028-00076
    name: 保育必要性の事由２
    type: X(3)
    required: false
    group: 支給認定情報（認定状況）
    class: 申請内容 / 事由
    code: "038"
    spec_ref:
      - "0280203"
      - "0280474"
    impl_type: ◎
    definition: 支給認定に係る保育必要性の事由を示すコード
    note: |-
      保育必要性の事由が複数ある場合に出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "001"
  - id: 028-00078
    name: みなし認定フラグ
    type: X(1)
    required: conditional
    group: 支給認定情報（認定状況）
    class: 申請内容
    spec_ref:
      - "0280485"
    impl_type: ◎
    definition: みなし認定該当の有無を示すフラグ（0：非該当、1：該当）
    note: |-
      ※※02800060が002の場合
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-01837
    name: 削除フラグ
    type: X(1)
    required: true
    group: 支給認定情報（認定状況）
    class: 削除フラグ
    impl_type: ◎
    definition: 当該データが削除されたかどうかを現すフラグ（0：未削除、1：削除済）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "0"
  - id: 028-00082
    name: 操作者ID
    type: X(10)
    required: true
    group: 支給認定情報（認定状況）
    class: 操作
    impl_type: ◎
    definition: 操作者を一意に識別するコード
    sample: "1234567890"
  - id: 028-00083
    name: 操作年月日
    type: DATE
    required: true
    group: 支給認定情報（認定状況）
    class: 操作
    impl_type: ◎
    definition: 操作を行った年月日
    sample: 2021-11-01
  - id: 028-00084
    name: 操作時刻
    type: TIME
    required: true
    group: 支給認定情報（認定状況）
    class: 操作
    impl_type: ◎
    definition: 操作を行った時刻
    sample: "12:00:00"
  - id: 028-00085
    name: 市区町村コード
    type: X(6)
    required: true
    group: 住民情報
    class: 市区町村コード
    pk: true
    impl_type: ○
    definition: 市区町村を一意に識別するコード（指定都市においては区までを特定）
    note: |-
      総務省「全国地方公共団体コード」に従って6桁のコード値を設定すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: "131016"
  - id: 028-00086
    name: 宛名番号
    type: X(15)
    required: true
    group: 住民情報
    class: 住民 / 共通
    pk: true
    spec_ref:
      - "0280001"
      - "0280044"
    impl_type: ○
    definition: 自治体内において、個人を一意に識別する番号、住民記録システムにおいては「住民宛名番号」を管理する
    note: |-
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "12345678912"
  - id: 028-00087
    name: 個人履歴番号
    type: 9(3)
    required: true
    group: 住民情報
    class: 住民 / 共通
    pk: true
    spec_ref:
      - "0280001"
      - "0280044"
    impl_type: ○
    definition: 住民票（宛名番号）ごとに異動の履歴情報を管理する番号
    note: |-
      古いものから昇順でカウントアップ
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "1"
  - id: 028-01838
    name: 個人履歴番号_枝番号
    type: 9(3)
    required: true
    group: 住民情報
    class: 住民 / 共通
    pk: true
    spec_ref:
      - "0280001"
      - "0280044"
    impl_type: ○
    definition: 住民票に記載する履歴情報と記載しない履歴情報(誤記修正等）を管理する番号
    note: |-
      誤記修正等の異動履歴については個人履歴番号をカウントアップせず枝番号をカウントアップ
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "1"
  - id: 028-01839
    name: 最新フラグ
    type: X(1)
    required: true
    group: 住民情報
    class: 最新フラグ
    impl_type: ○
    definition: 当該データが最新かどうかを現すフラグ（0：最新ではない、1：最新である）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: "1"
  - id: 028-00088
    name: 世帯番号
    type: X(15)
    required: false
    group: 住民情報
    class: 住民 / 共通 / 世帯
    spec_ref:
      - "0280001"
      - "0280044"
      - "0280474"
    impl_type: ○
    definition: 住民が属する世帯を一意に識別する番号
    note: |-
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "234567890123456"
  - id: 028-00089
    name: 住民種別
    type: X(1)
    required: false
    group: 住民情報
    class: 住民 / 共通 / 住民分類
    spec_ref:
      - "0280001"
      - "0280044"
    impl_type: ○
    definition: 住民の種別を示すコード
    note: |-
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "1"
  - id: 028-00090
    name: 住民状態
    type: X(1)
    required: false
    group: 住民情報
    class: 住民 / 共通 / 住民分類
    spec_ref:
      - "0280001"
      - "0280044"
    impl_type: ○
    definition: 住民の状態を示すコード
    note: |-
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "1"
  - id: 028-00091
    name: 個人番号
    type: X(12)
    required: false
    group: 住民情報
    class: 個人番号
    spec_ref:
      - "0280001"
      - "0280002"
      - "0280203"
      - "0280204"
    impl_type: ○
    definition: 番号法に基づき、行政手続における特定の個人を識別するために各市区町村から住民に指定される番号
    note: |-
      システム障害等により個人番号が生成されていない場合又は既に除票となっており、未付番の場合を除き、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "345678901234"
  - id: 028-00092
    name: 異動年月日
    type: DATE
    required: false
    group: 住民情報
    class: 異動履歴 / 異動
    spec_ref:
      - "0280001"
      - "0280044"
    impl_type: ○
    definition: 住民票の異動が生じた年月日
    note: |-
      不詳日を許容する(異動事由が出生、死亡若しくは失踪の場合又は住民となった日、住所を定めた日若しくは外国人住民となった日に係る事由の場合に限る。不詳の場合は、データ要件・連携要件の標準に規定するとおり出力すること。）
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: 2021-11-01
  - id: 028-00093
    name: 異動届出年月日
    type: DATE
    required: false
    group: 住民情報
    class: 異動履歴 / 異動
    spec_ref:
      - "0280001"
      - "0280044"
    impl_type: ○
    definition: 異動による届出を受領した年月日
    note: |-
      異動事由が届出によるものの場合は、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: 2021-11-01
  - id: 028-00094
    name: 異動事由
    type: X(2)
    required: false
    group: 住民情報
    class: 異動履歴 / 異動
    spec_ref:
      - "0280001"
      - "0280044"
    impl_type: ○
    definition: 異動事由を示すコード
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "03"
  - id: 028-02207
    name: 外国人住民となった年月日
    type: DATE
    required: false
    group: 住民情報
    class: 異動履歴 / 異動
    spec_ref:
      - "0280001"
      - "0280044"
    impl_type: ○
    definition: 外国人住民の住民となった年月日
    note: |-
      データ要件・連携要件標準仕様書【第2.4版】にて追加
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: 2021-11-01
  - id: 028-00095
    name: 氏名
    type: N(100)
    required: false
    group: 住民情報
    class: 住民 / 共通 / 氏名
    spec_ref:
      - "0280001"
      - "0280044"
    impl_type: ○
    definition: 住民票の個人の氏名
    note: |-
      ・日本人住民の場合は、氏と名の間に全角の空白を一文字入れる
      ・漢字氏名がある外国人住民の場合は、ローマ字氏名＋漢字氏名の形で記載し、間に全角の空白を一文字入れる
      ・外国人住民の場合は、氏名を構成する要素（氏と名、名（ファーストネーム）と中間名（ミドルネーム）と氏（ラストネーム）など）の間に全角の空白を一文字入れる
      ・名未定でない場合は、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: |-
      ・佐藤　一郎
      ・ＺＨＡＮＧ　ＹＵＬＩＡＮ　張　玉蓮
  - id: 028-00096
    name: 氏_日本人
    type: N(50)
    required: conditional
    group: 住民情報
    class: 住民 / 日本人住民 / 氏
    spec_ref:
      - "0280001"
      - "0280044"
    impl_type: ○
    definition: 日本人住民の住民票の個人の氏
    note: |-
      ※※02800089が1の場合
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: 佐藤
  - id: 028-00097
    name: 名_日本人
    type: N(50)
    required: false
    group: 住民情報
    class: 住民 / 日本人住民 / 名
    spec_ref:
      - "0280001"
      - "0280044"
    impl_type: ○
    definition: 日本人住民の住民票の個人の名
    note: |-
      日本人住民の場合かつ名未定ではない場合は、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: 一郎
  - id: 028-00098
    name: 氏名_外国人ローマ字
    type: N(100)
    required: false
    group: 住民情報
    class: 住民 / 共通 / 氏名
    spec_ref:
      - "0280001"
      - "0280044"
    impl_type: ○
    definition: 外国人住民の住民票の個人の氏名（ローマ字）
    note: |-
      ・氏名を構成する要素（氏と名、名（ファーストネーム）と中間名（ミドルネーム）と氏（ラストネーム）など）の間に全角の空白を一文字入れる
      ・ローマ字表記での氏名を有する外国人住民は出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: ＺＨＡＮＧ　ＹＵＬＩ
  - id: 028-00099
    name: 氏名_外国人漢字
    type: N(100)
    required: false
    group: 住民情報
    class: 住民 / 共通 / 氏名
    spec_ref:
      - "0280001"
      - "0280044"
    impl_type: ○
    definition: 外国人住民の住民票の個人の氏名（漢字）
    note: |-
      ・氏名を構成する要素（氏と名、名（ファーストネーム）と中間名（ミドルネーム）と氏（ラストネーム）など）の間に全角の空白を一文字入れる
      ・漢字表記での氏名を有する外国人住民は出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: 張　玉蓮
  - id: 028-00100
    name: 氏名_振り仮名（フリガナ）
    type: N(100)
    required: false
    group: 住民情報
    class: 住民 / 共通 / 氏名
    spec_ref:
      - "0280001"
      - "0280044"
    impl_type: ○
    definition: 住民票の個人の氏名の振り仮名若しくはフリガナ
    note: |-
      ・氏名を構成する要素（氏と名、名（ファーストネーム）と中間名（ミドルネーム）と氏（ラストネーム）など）の間に全角の空白を一文字入れる
      ・ローマ字表記での氏名のみを有している等でフリガナを保有していない外国人住民の場合以外は、出力すること
      ・カタカナにて出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: サトウ　イチロウ
  - id: 028-00101
    name: 氏_日本人_振り仮名
    type: N(50)
    required: conditional
    group: 住民情報
    class: 住民 / 共通 / 氏
    spec_ref:
      - "0280001"
      - "0280044"
    impl_type: ○
    definition: 住民票の日本人の個人の氏（振り仮名）
    note: |-
      カタカナにて出力すること
      ※※02800089が1の場合
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: サトウ
  - id: 028-00102
    name: 名_日本人_振り仮名
    type: N(50)
    required: false
    group: 住民情報
    class: 住民 / 共通 / 名
    spec_ref:
      - "0280001"
      - "0280044"
    impl_type: ○
    definition: 住民票の日本人の個人の名（振り仮名）
    note: |-
      ・日本人住民の場合かつ名未定ではない場合は、出力すること
      ・カタカナにて出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: イチロウ
  - id: 028-00103
    name: 通称
    type: N(100)
    required: false
    group: 住民情報
    class: 住民 / 外国人住民 / 通称
    spec_ref:
      - "0280001"
      - "0280044"
      - "0280048"
    impl_type: ○
    definition: 外国人住民の住民票の個人の通称
    note: |-
      氏名を構成する要素（氏と名、名（ファーストネーム）と中間名（ミドルネーム）と氏（ラストネーム）など）の間に全角の空白を一文字入れる
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: 田中　花子
  - id: 028-00104
    name: 通称_フリガナ
    type: N(100)
    required: false
    group: 住民情報
    class: 住民 / 外国人住民 / 通称
    spec_ref:
      - "0280001"
      - "0280044"
      - "0280048"
    impl_type: ○
    definition: 外国人住民の住民票の個人の通称（フリガナ）
    note: |-
      氏名を構成する要素（氏と名、名（ファーストネーム）と中間名（ミドルネーム）と氏（ラストネーム）など）の間に全角の空白を一文字入れる
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: タナカ　ハナコ
  - id: 028-00105
    name: 氏名優先区分
    type: X(2)
    required: false
    group: 住民情報
    class: 住民 / 外国人住民 / 通称
    spec_ref:
      - "0280001"
      - "0280044"
      - "0280048"
    impl_type: ○
    definition: 外国人住民に対して郵送物の送付する際の氏名の記載方法を示すコード
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "01"
  - id: 028-00106
    name: 性別
    type: X(1)
    required: false
    group: 住民情報
    class: 住民 / 共通 / 性別
    spec_ref:
      - "0280001"
      - "0280044"
      - "0280474"
    impl_type: ○
    definition: 住民票の個人の性別を示すコード
    note: |-
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "1"
  - id: 028-00107
    name: 生年月日
    type: DATE
    required: false
    group: 住民情報
    class: 住民 / 共通 / 生年月日
    spec_ref:
      - "0280001"
      - "0280044"
      - "0280474"
    impl_type: ○
    definition: 住民票の個人の生年月日
    note: |-
      不詳日を許容する
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: 1964-07-01
  - id: 028-00108
    name: 生年月日_不詳フラグ
    type: X(1)
    required: false
    group: 住民情報
    class: 住民 / 共通 / 生年月日
    spec_ref:
      - "0280001"
      - "0280044"
      - "0280474"
    impl_type: ○
    definition: 生年月日が不詳の場合に、不詳であることを示すフラグ（0：不詳でない、1：不詳）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "0"
  - id: 028-00109
    name: 生年月日_不詳表記
    type: N(72)
    required: conditional
    group: 住民情報
    class: 住民 / 共通 / 生年月日
    spec_ref:
      - "0280001"
      - "0280044"
    impl_type: ○
    definition: 生年月日が不詳である場合の不詳日表記
    note: |-
      ※※02800108が1の場合
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: 令和○年頃
  - id: 028-00110
    name: 続柄コード1
    type: X(2)
    required: false
    group: 住民情報
    class: 住民 / 共通 / 続柄
    spec_ref:
      - "0280001"
      - "0280044"
    impl_type: ○
    definition: 世帯員（住民票の個人）と世帯主との続柄を示すコード：1世代
    note: |-
      世帯主未設定の場合は、従前の続柄又は空欄として出力すること、児童養護施設に入所している者で続柄が空欄となる場合は空欄として出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "02"
  - id: 028-00111
    name: 続柄コード2
    type: X(2)
    required: false
    group: 住民情報
    class: 住民 / 共通 / 続柄
    spec_ref:
      - "0280001"
      - "0280044"
    impl_type: ○
    definition: 世帯員（住民票の個人）と世帯主との続柄を示すコード：2世代
    note: |-
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "20"
  - id: 028-00112
    name: 続柄コード3
    type: X(2)
    required: false
    group: 住民情報
    class: 住民 / 共通 / 続柄
    spec_ref:
      - "0280001"
      - "0280044"
    impl_type: ○
    definition: 世帯員（住民票の個人）と世帯主との続柄を示すコード：3世代
    note: |-
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "20"
  - id: 028-00113
    name: 続柄コード4
    type: X(2)
    required: false
    group: 住民情報
    class: 住民 / 共通 / 続柄
    spec_ref:
      - "0280001"
      - "0280044"
    impl_type: ○
    definition: 世帯員（住民票の個人）と世帯主との続柄を示すコード：4世代
    note: |-
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "20"
  - id: 028-00114
    name: 住所_市区町村コード
    type: X(6)
    required: false
    group: 住民情報
    class: 住民 / 共通 / 住所
    spec_ref:
      - "0280474"
    impl_type: ○
    definition: 住所（都道府県から市区町村まで）を一意に識別するコード（指定都市においては区までを特定）
    note: |-
      総務省「全国地方公共団体コード」に従って6桁のコード値を設定すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "131016"
  - id: 028-00115
    name: 住所_町字コード
    type: X(7)
    required: true
    group: 住民情報
    class: 住民 / 共通 / 住所
    spec_ref:
      - "0280001"
      - "0280044"
      - "0280474"
    impl_type: ○
    definition: 住所（町字）を一意に識別できるコード
    note: |-
      ・デジタル庁が整備するアドレス・ベース・レジストリ「町字マスターデータセット」で規定された町字IDのコード値を設定すること
      ・住所に町字がない場合は、0000000を設定すること
      ・アドレス・ベース・レジストリ「町字マスターデータセット」に規定がない町字の場合は、9999999を設定すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "0011001"
  - id: 028-00116
    name: 指定都市_行政区等コード
    type: X(12)
    required: false
    group: 住民情報
    class: 住民 / 共通 / 住所
    code: "999"
    impl_type: ○
    definition: 自治体ごとに定める任意の行政範囲を示すコード
    note: |-
      ・各自治体固有のコード利用を想定
      ・総合支所等、任意の行政範囲を示すコード
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: "001"
  - id: 028-00117
    name: 住所_都道府県
    type: N(4)
    required: false
    group: 住民情報
    class: 住民 / 共通 / 住所
    spec_ref:
      - "0280001"
      - "0280044"
      - "0280474"
    impl_type: ○
    definition: 住民票の個人の住所における都道府県
    note: |-
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: 東京都
  - id: 028-00118
    name: 住所_市区郡町村名
    type: N(12)
    required: false
    group: 住民情報
    class: 住民 / 共通 / 住所
    spec_ref:
      - "0280001"
      - "0280044"
      - "0280474"
    impl_type: ○
    definition: 住民票の個人の住所における市区郡町村名
    note: |-
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: |-
      ・特別区：千代田区
      ・指定都市：横浜市西区
      ・指定都市以外の市：茅ヶ崎市
      ・町村：足柄上郡中井町
  - id: 028-00119
    name: 住所_町字
    type: N(120)
    required: conditional
    group: 住民情報
    class: 住民 / 共通 / 住所
    spec_ref:
      - "0280001"
      - "0280044"
      - "0280474"
    impl_type: ○
    definition: 住民票の個人の住所における町字（丁目を含む）
    note: |-
      ※※02800115が0000000でない場合
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: 霞が関二丁目
  - id: 028-00120
    name: 住所_番地号表記
    type: N(50)
    required: false
    group: 住民情報
    class: 住民 / 共通 / 住所
    spec_ref:
      - "0280001"
      - "0280044"
      - "0280474"
    impl_type: ○
    definition: 住民票の個人の住所における番地号の日本語を含む表記（住居表示を実施していない区域においては「番地」、住居表示を実施している区域においては「番」及び「号」で表記する。）
    note: |-
      住所に番地号が存在する場合は、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: |-
      ・１００８番地
      ・１番６号
  - id: 028-00121
    name: 住所_方書
    type: N(300)
    required: false
    group: 住民情報
    class: 住民 / 共通 / 住所
    spec_ref:
      - "0280001"
      - "0280044"
      - "0280474"
    impl_type: ○
    definition: 住民票の個人の住所における方書
    note: |-
      住所に方書が存在する場合は、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: 虎ノ門ハイツ１０１号
  - id: 028-00122
    name: 住所_郵便番号
    type: X(7)
    required: false
    group: 住民情報
    class: 住民 / 共通 / 住所
    spec_ref:
      - "0280001"
      - "0280044"
      - "0280474"
    impl_type: ○
    definition: 住民票の個人の住所における郵便番号
    note: |-
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "1000014"
  - id: 028-02173
    name: 住民となった年月日
    type: DATE
    required: conditional
    group: 住民情報
    class: 異動履歴 / 記載 / 記載の異動日
    spec_ref:
      - "0280001"
      - "0280044"
    impl_type: ○
    definition: 日本人住民の住民となった年月日
    note: |-
      不詳日を許容する（不詳の場合は、データ要件・連携要件の標準に規定するとおり出力すること）
      ※※02800089が1の場合
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: 2021-11-01
  - id: 028-02210
    name: 住民となった届出年月日
    type: DATE
    required: false
    group: 住民情報
    class: 異動履歴 / 異動
    spec_ref:
      - "0280001"
      - "0280044"
    impl_type: ○
    definition: 住民基本台帳法第7条第8号に規定する届出の年月日
    note: |-
      新たに市町村の区域内に住所を定めた旨の届出の年月日及び新たに市町村の区域内に住所を定め、職権で住民票の記載をした場合の年月日を出力すること
      データ要件・連携要件標準仕様書【第2.4版】にて追加
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: 2021-11-01
  - id: 028-02211
    name: 住民となった届出年月日_不詳フラグ
    type: X(1)
    required: false
    group: 住民情報
    class: 異動履歴 / 異動
    spec_ref:
      - "0280001"
      - "0280044"
    impl_type: ○
    definition: 住民となった届出年月日が不詳の場合に、不詳であることを示すフラグ（0：不詳でない、1：不詳）
    note: |-
      データ要件・連携要件標準仕様書【第2.4版】にて追加
      データ要件・連携要件標準仕様書【第3.0版】にて修正
      データ要件・連携要件標準仕様書【第4.0版】にて修正
    sample: "0"
  - id: 028-02212
    name: 住民となった届出年月日_不詳表記
    type: N(72)
    required: conditional
    group: 住民情報
    class: 異動履歴 / 異動
    spec_ref:
      - "0280001"
      - "0280044"
    impl_type: ○
    definition: 住民となった届出年月日が不詳の場合の不詳日表記
    note: |-
      ※※02802211が1の場合
      データ要件・連携要件標準仕様書【第2.4版】にて追加
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: 令和○年頃
  - id: 028-00123
    name: 転入前住所_市区町村コード
    type: X(6)
    required: false
    group: 住民情報
    class: 異動履歴 / 記載 / 転入時特記事項
    spec_ref:
      - "0280001"
      - "0280044"
    impl_type: ○
    definition: 新たに市区町村の区域内に住所を定めた当該住民が、その市区町村の区域内に住所を定める前の（他市区町村の）住所（都道府県から市区町村まで）を一意に識別するコード（指定都市においては区までを特定）
    note: |-
      ・総務省「全国地方公共団体コード」に従って6桁のコード値を設定すること
      ・市区町村コードが付番されていない市区町村の場合は999999を設定すること
      ・記載の事由が国内転入（前住所地が不明な場合及び特別養子縁組により記載しない場合を除く）の場合は、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "131016"
  - id: 028-00124
    name: 転入前住所_町字コード
    type: X(7)
    required: false
    group: 住民情報
    class: 異動履歴 / 記載 / 転入時特記事項
    spec_ref:
      - "0280001"
      - "0280044"
    impl_type: ○
    definition: 新たに市区町村の区域内に住所を定めた当該住民が、その市区町村の区域内に住所を定める前の住所（町字）を一意に識別できるコード
    note: |-
      ・デジタル庁が整備するアドレス・ベース・レジストリ「町字マスターデータセット」で規定された町字IDのコード値を設定すること
      ・転入前住所に町字がない場合は、0000000を設定すること
      ・アドレス・ベース・レジストリ「町字マスターデータセット」に規定がない町字の場合は、9999999を設定すること
      ・記載の事由が国内転入（前住所地が不明な場合及び特別養子縁組の場合を除く）の場合は、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "0011001"
  - id: 028-00125
    name: 転入前住所_都道府県
    type: N(4)
    required: false
    group: 住民情報
    class: 異動履歴 / 記載 / 転入時特記事項
    spec_ref:
      - "0280001"
      - "0280044"
    impl_type: ○
    definition: 新たに市区町村の区域内に住所を定めた当該住民が、その市区町村の区域内に住所を定める前の（他市区町村の）住所における都道府県
    note: |-
      ・記載の事由が国内転入（特別養子縁組の場合を除く）の場合は、出力すること
      ・前住所地が不明の場合は不明とすること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: 東京都
  - id: 028-00126
    name: 転入前住所_市区郡町村名
    type: N(12)
    required: false
    group: 住民情報
    class: 異動履歴 / 記載 / 転入時特記事項
    spec_ref:
      - "0280001"
      - "0280044"
    impl_type: ○
    definition: 新たに市区町村の区域内に住所を定めた当該住民が、その市区町村の区域内に住所を定める前の（他市区町村の）住所における市区町郡村名
    note: |-
      ・記載の事由が国内転入（特別養子縁組により記載しない場合を除く）の場合は、出力すること
      ・前住所地が不明の場合は不明とすること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: |-
      ・特別区：千代田区
      ・指定都市：横浜市西区
      ・指定都市以外の市：茅ヶ崎市
      ・町村：足柄上郡中井町
  - id: 028-00127
    name: 転入前住所_町字
    type: N(120)
    required: false
    group: 住民情報
    class: 異動履歴 / 記載 / 転入時特記事項
    spec_ref:
      - "0280001"
      - "0280044"
    impl_type: ○
    definition: 新たに市区町村の区域内に住所を定めた当該住民が、その市区町村の区域内に住所を定める前の（他市区町村の）住所における町字（丁目を含む）
    note: |-
      記載の事由が国内転入（前住所地が不明な場合及び特別養子縁組により記載しない場合を除く）の場合かつ転入前住所に町字が存在する場合は、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: 霞が関二丁目
  - id: 028-00128
    name: 転入前住所_番地号表記
    type: N(50)
    required: false
    group: 住民情報
    class: 異動履歴 / 記載 / 転入時特記事項
    spec_ref:
      - "0280001"
      - "0280044"
    impl_type: ○
    definition: 新たに市区町村の区域内に住所を定めた当該住民が、その市区町村の区域内に住所を定める前の（他市区町村の）住所における番地号の日本語を含む表記（住居表示を実施していない区域においては「番地」、住居表示を実施している区域においては「番」及び「号」で表記する。）
    note: |-
      記載の事由が国内転入（前住所地が不明な場合及び特別養子縁組の場合を除く）の場合かつ転入前住所に番地号が存在する場合は、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: |-
      ・１００８番地
      ・１番６号
  - id: 028-00129
    name: 転入前住所_方書
    type: N(300)
    required: false
    group: 住民情報
    class: 異動履歴 / 記載 / 転入時特記事項
    spec_ref:
      - "0280001"
      - "0280044"
    impl_type: ○
    definition: 新たに市区町村の区域内に住所を定めた当該住民が、その市区町村の区域内に住所を定める前の（他市区町村の）住所における方書
    note: |-
      記載の事由が国内転入（前住所地が不明な場合及び特別養子縁組の場合を除く）の場合かつ転入前住所に方書が存在する場合は、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: 虎ノ門ハイツ１０１号
  - id: 028-00130
    name: 転入前住所_郵便番号
    type: X(7)
    required: false
    group: 住民情報
    class: 異動履歴 / 記載 / 転入時特記事項
    spec_ref:
      - "0280001"
      - "0280044"
    impl_type: ○
    definition: 新たに市区町村の区域内に住所を定めた当該住民が、その市区町村の区域内に住所を定める前の（他市区町村の）住所における郵便番号
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "1000014"
  - id: 028-02314
    name: 転出年月日（確定）
    type: DATE
    required: false
    group: 住民情報
    class: 異動履歴 / 消除 / 転出時特記事項
    spec_ref:
      - "0280666"
    impl_type: ○
    definition: 転入通知に記載された転入年月日
    note: |-
      転入通知を受理した場合は出力すること
      データ要件・連携要件標準仕様書【第4.0版】にて追加
    sample: 2021-11-01
  - id: 028-00131
    name: 転出先住所（予定）_市区町村コード
    type: X(6)
    required: false
    group: 住民情報
    class: 異動履歴 / 消除 / 転出時特記事項
    impl_type: ○
    definition: 転出先住所（予定）の住所（都道府県から市区町村まで）を一意に識別するコード（指定都市においては区までを特定）
    note: |-
      ・総務省「全国地方公共団体コード」に従って6桁のコード値を設定すること
      ・消除の事由が国内転出（特別養子縁組の場合を除く）の場合は、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: "131016"
  - id: 028-00132
    name: 転出先住所（予定）_町字コード
    type: X(7)
    required: false
    group: 住民情報
    class: 異動履歴 / 消除 / 転出時特記事項
    spec_ref:
      - "0280001"
      - "0280044"
    impl_type: ○
    definition: 転出先住所（予定）の住所（町字）を一意に識別できるコード
    note: |-
      ・デジタル庁が整備するアドレス・ベース・レジストリ「町字マスターデータセット」で規定された町字IDのコード値を設定すること
      ・転出先住所（予定）に町字がない場合は、0000000を設定すること
      ・アドレス・ベース・レジストリ「町字マスターデータセット」に規定がない町字の場合は、9999999を設定すること
      ・消除の事由が国内転出（特別養子縁組により記載しない場合を除く）の場合は、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "0011001"
  - id: 028-00133
    name: 転出先住所（予定）_都道府県
    type: N(4)
    required: false
    group: 住民情報
    class: 異動履歴 / 消除 / 転出時特記事項
    spec_ref:
      - "0280001"
      - "0280044"
    impl_type: ○
    definition: 転出先住所（予定）の住所における都道府県
    note: |-
      消除の事由が国内転出（特別養子縁組により記載しない場合を除く）の場合は、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: 東京都
  - id: 028-00134
    name: 転出先住所（予定）_市区郡町村名
    type: N(12)
    required: false
    group: 住民情報
    class: 異動履歴 / 消除 / 転出時特記事項
    spec_ref:
      - "0280001"
      - "0280044"
    impl_type: ○
    definition: 転出先住所（予定）の住所における市区郡町村名
    note: |-
      消除の事由が国内転出（特別養子縁組により記載しない場合を除く）の場合は、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: |-
      ・特別区：千代田区
      ・指定都市：横浜市西区
      ・指定都市以外の市：茅ヶ崎市
      ・町村：足柄上郡中井町
  - id: 028-00135
    name: 転出先住所（予定）_町字
    type: N(120)
    required: false
    group: 住民情報
    class: 異動履歴 / 消除 / 転出時特記事項
    spec_ref:
      - "0280001"
      - "0280044"
    impl_type: ○
    definition: 転出先住所（予定）の住所における町字（丁目を含む）
    note: |-
      転出先住所（予定）に町字が存在する場合は出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: 霞が関二丁目
  - id: 028-00136
    name: 転出先住所（予定）_番地号表記
    type: N(50)
    required: false
    group: 住民情報
    class: 異動履歴 / 消除 / 転出時特記事項
    spec_ref:
      - "0280001"
      - "0280044"
    impl_type: ○
    definition: 転出先住所（予定）の住所における番地号の日本語を含む表記（住居表示を実施していない区域においては「番地」、住居表示を実施している区域においては「番」及び「号」で表記する。）
    note: |-
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: |-
      ・１００８番地
      ・１番６号
  - id: 028-00137
    name: 転出先住所（予定）_方書
    type: N(300)
    required: false
    group: 住民情報
    class: 異動履歴 / 消除 / 転出時特記事項
    spec_ref:
      - "0280001"
      - "0280044"
    impl_type: ○
    definition: 転出先住所（予定）の住所における方書
    note: |-
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: 虎ノ門ハイツ１０１号
  - id: 028-00138
    name: 転出先住所（予定）_郵便番号
    type: X(7)
    required: false
    group: 住民情報
    class: 異動履歴 / 消除 / 転出時特記事項
    spec_ref:
      - "0280001"
      - "0280044"
    impl_type: ○
    definition: 転出先住所（予定）の住所における郵便番号
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "1000014"
  - id: 028-00139
    name: 転出先住所（確定）_都道府県
    type: N(4)
    required: false
    group: 住民情報
    class: 異動履歴 / 消除 / 転出時特記事項
    spec_ref:
      - "0280001"
      - "0280044"
    impl_type: ○
    definition: 転出先住所（確定）の住所における都道府県
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: 東京都
  - id: 028-00140
    name: 転出先住所（確定）_市区郡町村名
    type: N(12)
    required: false
    group: 住民情報
    class: 異動履歴 / 消除 / 転出時特記事項
    spec_ref:
      - "0280001"
      - "0280044"
    impl_type: ○
    definition: 転出先住所（確定）の住所における市区郡町村名
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: |-
      ・特別区：千代田区
      ・指定都市：横浜市西区
      ・指定都市以外の市：茅ヶ崎市
      ・町村：足柄上郡中井町
  - id: 028-00141
    name: 転出先住所（確定）_町字
    type: N(120)
    required: false
    group: 住民情報
    class: 異動履歴 / 消除 / 転出時特記事項
    spec_ref:
      - "0280001"
      - "0280044"
    impl_type: ○
    definition: 転出先住所（確定）の住所における町字（丁目を含む）
    note: |-
      転出先住所（確定）に町字が存在する場合は出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: 霞が関二丁目
  - id: 028-00142
    name: 転出先住所（確定）_番地号表記
    type: N(50)
    required: false
    group: 住民情報
    class: 異動履歴 / 消除 / 転出時特記事項
    spec_ref:
      - "0280001"
      - "0280044"
    impl_type: ○
    definition: 転出先住所（確定）の住所における番地号の日本語を含む表記（住居表示を実施していない区域においては「番地」、住居表示を実施している区域においては「番」及び「号」で表記する。）
    note: |-
      転出先住所（確定）に番地号が存在する場合は、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: |-
      ・１００８番地
      ・１番６号
  - id: 028-00143
    name: 転出先住所（確定）_方書
    type: N(300)
    required: false
    group: 住民情報
    class: 異動履歴 / 消除 / 転出時特記事項
    spec_ref:
      - "0280001"
      - "0280044"
    impl_type: ○
    definition: 転出先住所（確定）の住所における方書
    note: |-
      転出先住所（確定）に方書が存在する場合は、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: 虎ノ門ハイツ１０１号
  - id: 028-00144
    name: 転出先住所（確定）_郵便番号
    type: X(7)
    required: false
    group: 住民情報
    class: 異動履歴 / 消除 / 転出時特記事項
    spec_ref:
      - "0280001"
      - "0280044"
    impl_type: ○
    definition: 転出先住所（確定）の住所における郵便番号
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "1000014"
  - id: 028-00146
    name: 在留カード等番号
    type: X(12)
    required: false
    group: 住民情報
    class: 住民 / 外国人住民 / 外国人住民特記事項
    spec_ref:
      - "0280001"
      - "0280044"
    impl_type: ○
    definition: 在留カード又は特別永住者証明書の番号
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: CD87654321BA
  - id: 028-00147
    name: 国籍等_国名コード
    type: X(3)
    required: false
    group: 住民情報
    class: 住民 / 外国人住民 / 国籍
    code: "999"
    spec_ref:
      - "0280001"
      - "0280044"
    impl_type: ○
    definition: 国籍等を示すコード
    note: |-
      ・各自治体にて入管指定コード又はJIS X0304をベースに任意に規定する
      ・JIS X0304で規定する場合はアルファベット3文字とする
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: |-
      ・265
      ・USA
  - id: 028-00148
    name: 在留資格等コード
    type: X(3)
    required: false
    group: 住民情報
    class: 住民 / 外国人住民 / 外国人住民特記事項
    spec_ref:
      - "0280001"
      - "0280044"
    impl_type: ○
    definition: 外国人に与えられた在留資格等を示すコード
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: T61
  - id: 028-00149
    name: 在留期間等コード_年
    type: X(2)
    required: false
    group: 住民情報
    class: 住民 / 外国人住民 / 外国人住民特記事項
    spec_ref:
      - "0280001"
      - "0280044"
    impl_type: ○
    definition: |-
      在留期間等の年部分を示すコード
      ※仮滞在期間等も含む
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "01"
  - id: 028-00150
    name: 在留期間等コード_月
    type: X(2)
    required: false
    group: 住民情報
    class: 住民 / 外国人住民 / 外国人住民特記事項
    spec_ref:
      - "0280001"
      - "0280044"
    impl_type: ○
    definition: |-
      在留期間等の月部分を示すコード
      ※仮滞在期間等も含む
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "01"
  - id: 028-00151
    name: 在留期間等コード_日
    type: X(3)
    required: false
    group: 住民情報
    class: 住民 / 外国人住民 / 外国人住民特記事項
    spec_ref:
      - "0280001"
      - "0280044"
    impl_type: ○
    definition: |-
      在留期間等の日部分を示すコード
      ※仮滞在期間等も含む
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "001"
  - id: 028-00152
    name: 在留期間の満了の日
    type: DATE
    required: false
    group: 住民情報
    class: 住民 / 外国人住民 / 外国人住民特記事項
    spec_ref:
      - "0280001"
      - "0280044"
    impl_type: ○
    definition: 在留期間を満了する年月日
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: 2021-11-01
  - id: 028-00153
    name: 地区管理コード1
    type: X(12)
    required: false
    group: 住民情報
    class: 住民 / 共通 / 住所
    code: "999"
    spec_ref:
      - "0280001"
      - "0280044"
    impl_type: ○
    definition: 市区町村の区域を複数の区域に分割した地区１
    note: |-
      各自治体固有のコード利用を想定
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "001001"
  - id: 028-00154
    name: 地区管理コード2
    type: X(12)
    required: false
    group: 住民情報
    class: 住民 / 共通 / 住所
    code: "999"
    spec_ref:
      - "0280001"
      - "0280044"
    impl_type: ○
    definition: 市区町村の区域を複数の区域に分割した地区２
    note: |-
      各自治体固有のコード利用を想定
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "001001"
  - id: 028-00155
    name: 地区管理コード3
    type: X(12)
    required: false
    group: 住民情報
    class: 住民 / 共通 / 住所
    code: "999"
    spec_ref:
      - "0280001"
      - "0280044"
    impl_type: ○
    definition: 市区町村の区域を複数の区域に分割した地区３
    note: |-
      各自治体固有のコード利用を想定
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "001001"
  - id: 028-00156
    name: 地区管理コード4
    type: X(12)
    required: false
    group: 住民情報
    class: 住民 / 共通 / 住所
    code: "999"
    spec_ref:
      - "0280001"
      - "0280044"
    impl_type: ○
    definition: 市区町村の区域を複数の区域に分割した地区４
    note: |-
      各自治体固有のコード利用を想定
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "001001"
  - id: 028-00157
    name: 地区管理コード5
    type: X(12)
    required: false
    group: 住民情報
    class: 住民 / 共通 / 住所
    code: "999"
    spec_ref:
      - "0280001"
      - "0280044"
    impl_type: ○
    definition: 市区町村の区域を複数の区域に分割した地区５
    note: |-
      各自治体固有のコード利用を想定
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "001001"
  - id: 028-01840
    name: 地区管理コード6
    type: X(12)
    required: false
    group: 住民情報
    class: 住民 / 共通 / 住所
    code: "999"
    spec_ref:
      - "0280001"
      - "0280044"
    impl_type: ○
    definition: 市区町村の区域を複数の区域に分割した地区６
    note: |-
      各自治体固有のコード利用を想定
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "001001"
  - id: 028-01841
    name: 地区管理コード7
    type: X(12)
    required: false
    group: 住民情報
    class: 住民 / 共通 / 住所
    code: "999"
    spec_ref:
      - "0280001"
      - "0280044"
    impl_type: ○
    definition: 市区町村の区域を複数の区域に分割した地区７
    note: |-
      各自治体固有のコード利用を想定
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "001001"
  - id: 028-01842
    name: 地区管理コード8
    type: X(12)
    required: false
    group: 住民情報
    class: 住民 / 共通 / 住所
    code: "999"
    spec_ref:
      - "0280001"
      - "0280044"
    impl_type: ○
    definition: 市区町村の区域を複数の区域に分割した地区８
    note: |-
      各自治体固有のコード利用を想定
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "001001"
  - id: 028-01843
    name: 地区管理コード9
    type: X(12)
    required: false
    group: 住民情報
    class: 住民 / 共通 / 住所
    code: "999"
    spec_ref:
      - "0280001"
      - "0280044"
    impl_type: ○
    definition: 市区町村の区域を複数の区域に分割した地区９
    note: |-
      各自治体固有のコード利用を想定
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "001001"
  - id: 028-01844
    name: 地区管理コード10
    type: X(12)
    required: false
    group: 住民情報
    class: 住民 / 共通 / 住所
    code: "999"
    spec_ref:
      - "0280001"
      - "0280044"
    impl_type: ○
    definition: 市区町村の区域を複数の区域に分割した地区10
    note: |-
      各自治体固有のコード利用を想定
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "001001"
  - id: 028-01845
    name: 削除フラグ
    type: X(1)
    required: true
    group: 住民情報
    class: 削除フラグ
    impl_type: ○
    definition: 当該データが削除されたかどうかを現すフラグ（0：未削除、1：削除済）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: "0"
  - id: 028-00158
    name: 操作者ID
    type: X(10)
    required: true
    group: 住民情報
    class: 操作
    impl_type: ○
    definition: 操作者を一意に識別するコード
    note: |-
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: "1234567890"
  - id: 028-00159
    name: 操作年月日
    type: DATE
    required: true
    group: 住民情報
    class: 操作
    impl_type: ○
    definition: 操作を行った年月日
    note: |-
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: 2021-11-01
  - id: 028-00160
    name: 操作時刻
    type: TIME
    required: true
    group: 住民情報
    class: 操作
    impl_type: ○
    definition: 操作を行った時刻
    note: |-
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: "12:00:00"
  - id: 028-01846
    name: 市区町村コード
    type: X(6)
    required: true
    group: 住登外者宛名基本情報
    class: 市区町村コード
    pk: true
    impl_type: ○
    definition: 市区町村を一意に識別するコード（指定都市においては区までを特定）
    note: |-
      総務省「全国地方公共団体コード」に従って6桁のコード値を設定すること
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "131016"
  - id: 028-00161
    name: 宛名番号
    type: X(15)
    required: true
    group: 住登外者宛名基本情報
    class: 住登外者 / 共通
    pk: true
    spec_ref:
      - "0280046"
      - "0280047"
      - "0280097"
    impl_type: ○
    definition: |-
      ・自治体内において、個人を一意に識別する番号
      ・住登外者宛名番号管理機能においては「住登外者宛名番号」を管理する。
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: "123456789123456"
  - id: 028-01847
    name: 履歴番号
    type: 9(3)
    required: true
    group: 住登外者宛名基本情報
    class: 住登外者 / 共通
    pk: true
    spec_ref:
      - "0280046"
    impl_type: ○
    definition: 宛名番号ごとに履歴情報を管理する番号
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: "1"
  - id: 028-01848
    name: 最新フラグ
    type: X(1)
    required: true
    group: 住登外者宛名基本情報
    class: 最新フラグ
    impl_type: ○
    definition: 当該データが最新かどうかを現すフラグ（0：最新ではない、1：最新である）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "1"
  - id: 028-00162
    name: 個人番号
    type: X(12)
    required: false
    group: 住登外者宛名基本情報
    class: 住登外者 / 共通
    spec_ref:
      - "0280046"
      - "0280047"
      - "0280097"
      - "0280204"
    impl_type: ○
    definition: 番号法に基づき、行政手続における特定の個人を識別するために各市区町村から住民に指定される番号
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "345678901234"
  - id: 028-00163
    name: 氏名
    type: N(100)
    required: false
    group: 住登外者宛名基本情報
    class: 住登外者 / 共通 / 氏名
    spec_ref:
      - "0280046"
      - "0280047"
      - "0280097"
    impl_type: ○
    definition: 住登外者の氏名
    note: |-
      ・日本人住登外者の場合は、氏と名の間に全角の空白を一文字入れる
      ・漢字氏名がある外国人住登外者の場合は、ローマ字氏名＋漢字氏名の形で記載し、間に全角の空白を一文字入れる
      ・外国人住登外者の場合は、氏名を構成する要素（氏と名、名（ファーストネーム）と中間名（ミドルネーム）と氏（ラストネーム）など）の間に全角の空白を一文字入れる
      ・氏名未定でない場合は出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: 佐藤　一郎
  - id: 028-00164
    name: 氏_日本人
    type: N(50)
    required: false
    group: 住登外者宛名基本情報
    class: 住登外者 / 共通 / 氏
    spec_ref:
      - "0280046"
      - "0280047"
      - "0280097"
    impl_type: ○
    definition: 日本人住登外者の氏
    note: |-
      日本人住登外者の場合は出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: 佐藤
  - id: 028-00165
    name: 名_日本人
    type: N(50)
    required: false
    group: 住登外者宛名基本情報
    class: 住登外者 / 共通 / 名
    spec_ref:
      - "0280046"
      - "0280047"
      - "0280097"
    impl_type: ○
    definition: 日本人住登外者の名
    note: |-
      日本人住登外者の場合かつ名未定ではない場合は出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: 一郎
  - id: 028-00166
    name: 氏名_外国人ローマ字
    type: N(100)
    required: false
    group: 住登外者宛名基本情報
    class: 住登外者 / 共通 / 氏名
    spec_ref:
      - "0280046"
      - "0280047"
      - "0280097"
    impl_type: ○
    definition: 外国人住登外者の氏名（ローマ字）
    note: |-
      ・氏名を構成する要素（氏と名、名（ファーストネーム）と中間名（ミドルネーム）と氏（ラストネーム）など）の間に全角の空白を一文字入れる
      ・ローマ字表記での氏名を有する外国人住登外者は出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: ＺＨＡＮＧ　ＹＵＬＩ
  - id: 028-00167
    name: 氏名_外国人漢字
    type: N(100)
    required: false
    group: 住登外者宛名基本情報
    class: 住登外者 / 共通 / 氏名
    spec_ref:
      - "0280046"
      - "0280047"
      - "0280097"
    impl_type: ○
    definition: 外国人住登外者の氏名（漢字）
    note: |-
      ・氏名を構成する要素（氏と名、名（ファーストネーム）と中間名（ミドルネーム）と氏（ラストネーム）など）の間に全角の空白を一文字入れる
      ・漢字表記での氏名を有する外国人住登外者は出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: 張　玉蓮
  - id: 028-00168
    name: 氏名_振り仮名（フリガナ）
    type: N(100)
    required: false
    group: 住登外者宛名基本情報
    class: 住登外者 / 共通 / 氏名
    spec_ref:
      - "0280046"
      - "0280047"
      - "0280097"
    impl_type: ○
    definition: 住登外者の氏名の振り仮名若しくはフリガナ
    note: |-
      ・氏名を構成する要素（氏と名、名（ファーストネーム）と中間名（ミドルネーム）と氏（ラストネーム）など）の間に空白を一文字入れる
      ・ローマ字表記での氏名のみを有している等でフリガナを保有していない外国人住登外者の場合以外は、出力すること
      ・カタカナにて出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: サトウ　イチロウ
  - id: 028-00169
    name: 氏_日本人_振り仮名
    type: N(50)
    required: false
    group: 住登外者宛名基本情報
    class: 住登外者 / 共通 / 氏
    spec_ref:
      - "0280046"
      - "0280047"
      - "0280097"
    impl_type: ○
    definition: 日本人住登外者の氏（振り仮名）
    note: |-
      ・日本人住登外者の場合は出力すること
      ・カタカナにて出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: サトウ
  - id: 028-00170
    name: 名_日本人_振り仮名
    type: N(50)
    required: false
    group: 住登外者宛名基本情報
    class: 住登外者 / 共通 / 名
    spec_ref:
      - "0280046"
      - "0280047"
      - "0280097"
    impl_type: ○
    definition: 日本人住登外者の名（振り仮名）
    note: |-
      ・日本人住登外者の場合かつ名未定ではない場合は出力すること
      ・カタカナにて出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: イチロウ
  - id: 028-01849
    name: 通称
    type: N(100)
    required: false
    group: 住登外者宛名基本情報
    class: 住登外者 / 外国人住登外者 / 通称
    spec_ref:
      - "0280046"
      - "0280047"
      - "0280097"
    impl_type: ○
    definition: 外国人住登外者の通称
    note: |-
      氏名を構成する要素（氏と名、名（ファーストネーム）と中間名（ミドルネーム）と氏（ラストネーム）など）の間に全角の空白を一文字入れる
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: 田中　花子
  - id: 028-01850
    name: 通称_フリガナ
    type: N(100)
    required: false
    group: 住登外者宛名基本情報
    class: 住登外者 / 外国人住登外者 / 通称
    spec_ref:
      - "0280046"
      - "0280047"
      - "0280097"
    impl_type: ○
    definition: 外国人住登外者の通称（フリガナ）
    note: |-
      氏名を構成する要素（氏と名、名（ファーストネーム）と中間名（ミドルネーム）と氏（ラストネーム）など）の間に全角の空白を一文字入れる
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: タナカ　ハナコ
  - id: 028-01851
    name: 通称_フリガナ確認状況
    type: X(1)
    required: conditional
    group: 住登外者宛名基本情報
    class: 住登外者 / 外国人住登外者 / 通称
    spec_ref:
      - "0280046"
      - "0280047"
      - "0280097"
    impl_type: ○
    definition: 外国人住登外者の通称（フリガナ）について、本人確認有無を示すフラグ（0：無、1：有）
    note: |-
      ※※02801850がnullでない場合
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: "0"
  - id: 028-00171
    name: 性別
    type: X(1)
    required: false
    group: 住登外者宛名基本情報
    class: 住登外者 / 共通 / 性別
    spec_ref:
      - "0280046"
      - "0280047"
      - "0280097"
    impl_type: ○
    definition: 住登外者の性別を示すコード
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: "1"
  - id: 028-00172
    name: 性別表記
    type: N(10)
    required: false
    group: 住登外者宛名基本情報
    class: 住民 / 共通 / 性別
    spec_ref:
      - "0280046"
      - "0280047"
      - "0280097"
    impl_type: ○
    definition: 住登外者の性別表記
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: 男
  - id: 028-00173
    name: 生年月日_元号
    type: X(1)
    required: false
    group: 住登外者宛名基本情報
    class: 住民 / 共通 / 生年月日
    spec_ref:
      - "0280046"
      - "0280047"
      - "0280097"
    impl_type: ○
    definition: 住登外者の生年月日における元号を示すコード
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: "4"
  - id: 028-00174
    name: 生年月日
    type: DATE
    required: false
    group: 住登外者宛名基本情報
    class: 住登外者 / 共通 / 生年月日
    spec_ref:
      - "0280046"
      - "0280047"
      - "0280097"
    impl_type: ○
    definition: 住登外者の生年月日
    note: |-
      不詳日を許容する（不詳の場合は、データ要件・連携要件の標準に規定するとおり出力すること）
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: 1964-07-01
  - id: 028-00175
    name: 生年月日_不詳フラグ
    type: X(1)
    required: false
    group: 住登外者宛名基本情報
    class: 住民 / 共通 / 生年月日
    spec_ref:
      - "0280046"
      - "0280047"
      - "0280097"
    impl_type: ○
    definition: 生年月日が不詳の場合に、不詳であることを示すフラグ（0：不詳でない、1：不詳）
    note: データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "0"
  - id: 028-00176
    name: 生年月日_不詳表記
    type: N(72)
    required: conditional
    group: 住登外者宛名基本情報
    class: 住登外者 / 共通 / 生年月日
    spec_ref:
      - "0280046"
      - "0280047"
      - "0280097"
    impl_type: ○
    definition: 生年月日が不詳である場合の不詳日表記
    note: |-
      ※※02800175が1の場合
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: 令和○年頃
  - id: 028-00177
    name: 住所_市区町村コード
    type: X(6)
    required: false
    group: 住登外者宛名基本情報
    class: 住登外者 / 共通 / 住所
    spec_ref:
      - "0280046"
      - "0280047"
      - "0280097"
    impl_type: ○
    definition: 住所（都道府県から市区町村まで）を一意に識別できるコード（指定都市においては区までを特定）
    note: |-
      総務省「全国地方公共団体コード」に従って6桁のコード値を設定すること
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: "131016"
  - id: 028-00178
    name: 住所_町字コード
    type: X(7)
    required: false
    group: 住登外者宛名基本情報
    class: 住登外者 / 共通 / 住所
    spec_ref:
      - "0280046"
      - "0280047"
      - "0280097"
    impl_type: ○
    definition: 住所（町字）を一意に識別できるコード
    note: |-
      ・デジタル庁が整備するアドレス・ベース・レジストリ「町字マスターデータセット」で規定された町字IDのコード値を設定すること
      ・アドレス・ベース・レジストリ「町字マスターデータセット」に規定がない町字の場合は、9999999を設定すること
      ・住所に町字がない場合は、0000000を設定すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第2.4版】にて修正
    sample: "0011001"
  - id: 028-00179
    name: 指定都市_行政区等コード
    type: X(12)
    required: false
    group: 住登外者宛名基本情報
    class: 住登外者 / 共通 / 住所
    code: "999"
    impl_type: ○
    definition: 自治体ごとに定める任意の行政範囲を示すコード
    note: |-
      ・各自治体固有のコード利用を想定
      ・総合支所等、任意の行政範囲を示すコード
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.1版】にて修正
    sample: "001"
  - id: 028-00180
    name: 住所_都道府県
    type: N(4)
    required: false
    group: 住登外者宛名基本情報
    class: 住登外者 / 共通 / 住所
    spec_ref:
      - "0280046"
      - "0280047"
      - "0280097"
    impl_type: ○
    definition: 住登外者の住所における都道府県
    note: データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: 東京都
  - id: 028-00181
    name: 住所_市区郡町村名
    type: N(12)
    required: false
    group: 住登外者宛名基本情報
    class: 住登外者 / 共通 / 住所
    spec_ref:
      - "0280046"
      - "0280047"
      - "0280097"
    impl_type: ○
    definition: 住登外者の住所における市区郡町村名
    note: データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: |-
      ・特別区：千代田区
      ・指定都市：横浜市西区
      ・指定都市以外の市：茅ヶ崎市
      ・町村：足柄上郡中井町
  - id: 028-00182
    name: 住所_町字
    type: N(120)
    required: false
    group: 住登外者宛名基本情報
    class: 住登外者 / 共通 / 住所
    spec_ref:
      - "0280046"
      - "0280047"
      - "0280097"
    impl_type: ○
    definition: 住登外者の住所における町字（丁目を含む）
    note: |-
      住所に町字が存在する場合は出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: 霞が関二丁目
  - id: 028-00183
    name: 住所_番地号表記
    type: N(50)
    required: false
    group: 住登外者宛名基本情報
    class: 住登外者 / 共通 / 住所
    spec_ref:
      - "0280046"
      - "0280047"
      - "0280097"
    impl_type: ○
    definition: 住登外者の住所における番地号の日本語を含む表記（住居表示を実施していない区域においては「番地」、住居表示を実施している区域においては「番」及び「号」で表記する。）
    note: |-
      住所に番地号が存在する場合は出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: |-
      ・１００８番地
      ・１番６号
  - id: 028-00184
    name: 住所_方書コード
    type: X(20)
    required: false
    group: 住登外者宛名基本情報
    class: 住民 / 共通 / 住所
    code: "999"
    spec_ref:
      - "0280046"
      - "0280047"
      - "0280097"
    impl_type: ○
    definition: 住登外者の住所における方書を示すコード
    note: |-
      各自治体固有のコード利用を想定
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: "001"
  - id: 028-00185
    name: 住所_方書
    type: N(300)
    required: false
    group: 住登外者宛名基本情報
    class: 住登外者 / 共通 / 住所
    spec_ref:
      - "0280046"
      - "0280047"
      - "0280097"
    impl_type: ○
    definition: 住登外者の住所における方書
    note: |-
      住所に方書が存在する場合は出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: 虎ノ門ハイツ１０１号
  - id: 028-00186
    name: 住所_方書_フリガナ
    type: N(300)
    required: false
    group: 住登外者宛名基本情報
    class: 住登外者 / 共通 / 住所
    spec_ref:
      - "0280046"
      - "0280047"
      - "0280097"
    impl_type: ○
    definition: 住登外者の住所における方書（フリガナ）
    sample: トラノモンハイツ１０１ゴウ
  - id: 028-00187
    name: 住所_郵便番号
    type: X(7)
    required: false
    group: 住登外者宛名基本情報
    class: 住登外者 / 共通 / 住所
    spec_ref:
      - "0280046"
      - "0280047"
      - "0280097"
    impl_type: ○
    definition: 住登外者の住所における郵便番号
    sample: "1000014"
  - id: 028-01852
    name: 住所_国名コード
    type: X(3)
    required: false
    group: 住登外者宛名基本情報
    class: 住登外者 / 共通 / 住所
    code: "999"
    spec_ref:
      - "0280046"
      - "0280047"
      - "0280097"
    impl_type: ○
    definition: 国名コード
    note: |-
      ・各自治体にて入管指定コード又はJIS X0304をベースに任意に規定する
      ・JIS X0304で規定する場合はアルファベット3文字とする
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: |-
      265
      USA
  - id: 028-01853
    name: 住所_国名等
    type: N(100)
    required: conditional
    group: 住登外者宛名基本情報
    class: 住登外者 / 共通 / 住所
    spec_ref:
      - "0280046"
      - "0280047"
      - "0280097"
    impl_type: ○
    definition: 国名名称
    note: |-
      ※※02801852がnullでない場合
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.1版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: |-
      ・米国
      ・アメリカ合衆国
  - id: 028-01854
    name: 住所_国外住所
    type: N(300)
    required: false
    group: 住登外者宛名基本情報
    class: 住登外者 / 共通 / 住所
    spec_ref:
      - "0280046"
      - "0280047"
      - "0280097"
    impl_type: ○
    definition: 国外住所
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.1版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: １２３４　ＡＰＰＬＥ　Ｓｔｒｅｅｔ　＃１０１　Ｓｅａｔｔｌｅ　ＷＡ　１２３４５６　ＵＳＡ
  - id: 028-01860
    name: 業務ID
    type: X(3)
    required: false
    group: 住登外者宛名基本情報
    class: 住登外者 / 共通 / 宛名
    spec_ref:
      - "0280046"
      - "0280047"
      - "0280097"
    impl_type: ○
    definition: 住登外者宛名基本情報を登録、利用する業務のID
    note: |-
      ・デジタル庁によって定められた「地方公共団体の基幹業務システムの統一・標準化における各種IDの管理方針」にしたがって業務IDを設定すること
      ・対象のIDがない場合にはデフォルト値を設定すること。デフォルト値は「000」
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.1版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "001"
  - id: 028-01859
    name: 独自施策システム等ID
    type: X(3)
    required: false
    group: 住登外者宛名基本情報
    class: 住登外者 / 共通 / 宛名
    code: "999"
    spec_ref:
      - "0280046"
      - "0280047"
      - "0280097"
    impl_type: ○
    definition: 住登外者宛名基本情報を登録、利用する独自施策システム等のID
    note: |-
      ・独自施策システム等IDを設定すること
      ・対象のIDがない場合にはデフォルト値を設定すること。デフォルト値は「000」
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.1版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "001"
  - id: 028-01855
    name: 名寄せ元フラグ
    type: X(1)
    required: true
    group: 住登外者宛名基本情報
    class: 住登外者 / 共通 / 宛名
    spec_ref:
      - "0280046"
      - "0280047"
      - "0280097"
    impl_type: ○
    definition: 名寄せを実施した際に名寄せ元を判断するフラグ
    note: |-
      デフォルトは「0」
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.1版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: "1"
  - id: 028-01856
    name: 名寄せ先宛名番号
    type: X(15)
    required: conditional
    group: 住登外者宛名基本情報
    class: 住登外者 / 共通 / 宛名
    spec_ref:
      - "0280046"
      - "0280047"
      - "0280097"
    impl_type: ○
    definition: |-
      ・名寄せを実施した際に名寄せ先となる宛名番号が存在する場合、入力される番号
      ・住登外者宛名番号管理機能においては「住登外者宛名番号」を管理する
    note: |-
      ※※02801855が1の場合
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "123456789123456"
  - id: 028-01857
    name: 統合宛名フラグ
    type: X(1)
    required: true
    group: 住登外者宛名基本情報
    class: 団体内統合宛名 / 共通 / 宛名
    spec_ref:
      - "0280046"
      - "0280047"
      - "0280097"
    impl_type: ○
    definition: 統合宛名であることを示すためのフラグ
    note: |-
      ・団体内統合宛名番号に対して、複数の宛名基本情報を保持する場合に、団体内統合宛名として有効な宛名基本情報を指定する。
      ・すべての基幹業務システムからの付番依頼時に、宛名番号と業務ID（独自施策システムIDを含む）に紐づく宛名情報に統合宛名フラグを設定する。
      ・住民記録システムからの更新依頼時は、常に当該宛名情報に統合宛名フラグを設定する。
      ・住民記録システム以外の基幹業務システムからの更新時は、住民状態が「住登者」以外の場合に限り、当該宛名情報に統合宛名フラグを設定する。
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: "1"
  - id: 028-01858
    name: 他業務参照不可フラグ
    type: X(1)
    required: true
    group: 住登外者宛名基本情報
    class: 住登外者 / 共通 / 宛名
    spec_ref:
      - "0280046"
      - "0280047"
      - "0280097"
    impl_type: ○
    definition: 宛名基本情報を登録した基幹業務システム以外の基幹業務システムが参照可能かどうかを示すためのコード
    note: |-
      ・住基ネットから取得した宛名基本情報など、他の基幹業務システムが参照してはならない宛名基本情報である場合に登録する

      ・他業務参照不可フラグが1（不可）の場合、業務IDもしくは独自施策システム等IDが一致する場合のみ宛名基本情報を返却すること。
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: "1"
  - id: 028-01861
    name: 削除フラグ
    type: X(1)
    required: true
    group: 住登外者宛名基本情報
    class: 削除フラグ
    impl_type: ○
    definition: 当該データが削除されたかどうかを現すフラグ（0：未削除、1：削除済）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "0"
  - id: 028-00188
    name: 操作者ID
    type: X(10)
    required: true
    group: 住登外者宛名基本情報
    class: 操作
    impl_type: ○
    definition: 操作者を一意に識別するコード
    note: データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "1234567890"
  - id: 028-00189
    name: 操作年月日
    type: DATE
    required: true
    group: 住登外者宛名基本情報
    class: 操作
    impl_type: ○
    definition: 操作を行った年月日
    note: データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: 2021-11-01
  - id: 028-00190
    name: 操作時刻
    type: TIME
    required: true
    group: 住登外者宛名基本情報
    class: 操作
    impl_type: ○
    definition: 操作を行った時刻
    note: データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "12:00:00"
  - id: 028-00339
    name: 市区町村コード
    type: X(6)
    required: true
    group: 調定収納情報
    class: 市区町村コード
    pk: true
    impl_type: ◎
    definition: 市区町村を一意に識別するコード（指定都市においては区までを特定）
    note: |-
      総務省「全国地方公共団体コード」に従って6桁のコード値を設定すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "131016"
  - id: 028-00341
    name: 賦課年度
    type: YEAR
    required: true
    group: 調定収納情報
    class: 調定収納情報
    pk: true
    spec_ref:
      - "0280376"
      - "0280426"
    impl_type: ◎
    definition: 賦課の対象となる根拠の発生した年度
    note: データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "2022"
  - id: 028-00342
    name: 調定年度
    type: YEAR
    required: true
    group: 調定収納情報
    class: 調定収納情報
    pk: true
    spec_ref:
      - "0280376"
      - "0280426"
    impl_type: ◎
    definition: 納付義務者に対し納めなければならない保育料等を決定及び通知した年度
    note: データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "2022"
  - id: 028-00343
    name: 通知書番号（徴収番号）
    type: X(20)
    required: true
    group: 調定収納情報
    class: 調定収納情報
    pk: true
    spec_ref:
      - "0280376"
    impl_type: ◎
    definition: 徴収単位に付与された番号（徴収番号）
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1234567890"
  - id: 028-00344
    name: 保護者_宛名番号
    type: X(15)
    required: true
    group: 調定収納情報
    class: 調定収納情報
    pk: true
    spec_ref:
      - "0280376"
    impl_type: ◎
    definition: 対象保護者の宛名番号（住基の宛名番号と同様）
    sample: "123456789012345"
  - id: 028-00345
    name: 児童_宛名番号
    type: X(15)
    required: true
    group: 調定収納情報
    class: 調定収納情報
    pk: true
    spec_ref:
      - "0280376"
    impl_type: ◎
    definition: 対象児童の宛名番号（住基の宛名番号と同様）
    sample: "123456789012345"
  - id: 028-00346
    name: 業務コード
    type: X(3)
    required: true
    group: 調定収納情報
    class: 調定収納情報
    pk: true
    code: "034"
    spec_ref:
      - "0280376"
    impl_type: ◎
    definition: 028（子ども・子育て支援）固定
    note: データ要件・連携要件標準仕様書【第2.1版】にて修正
    sample: "001"
  - id: 028-00347
    name: 期別
    type: X(2)
    required: true
    group: 調定収納情報
    class: 調定収納情報
    pk: true
    spec_ref:
      - "0280376"
    impl_type: ◎
    definition: 保育料等を徴収する期別
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "01"
  - id: 028-00348
    name: 科目コード
    type: X(2)
    required: true
    group: 調定収納情報
    class: 調定収納情報
    pk: true
    code: "026"
    spec_ref:
      - "0280376"
      - "0280426"
    impl_type: ◎
    definition: 子ども・子育て支援事業の徴収する料金の種類を示すコード
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: A1
  - id: 028-01862
    name: 最新フラグ
    type: X(1)
    required: true
    group: 調定収納情報
    class: 最新フラグ
    impl_type: ◎
    definition: 当該データが最新かどうかを現すフラグ（0：最新ではない、1：最新である）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "1"
  - id: 028-00340
    name: 指定都市_行政区等コード
    type: X(12)
    required: false
    group: 調定収納情報
    class: 調定収納情報 / 共通
    code: "999"
    impl_type: ○
    definition: 自治体ごとに定める任意の行政範囲を示すコード
    note: |-
      ・各自治体固有のコード利用を想定
      ・総合支所等、任意の行政範囲を示すコード
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.1版】にて修正
    sample: "001"
  - id: 028-01863
    name: 納付義務者（保護者以外）氏名_フリガナ
    type: N(100)
    required: false
    group: 調定収納情報
    class: 調定収納情報 / 納付義務者
    spec_ref:
      - "0280411"
    impl_type: ◎
    definition: 納付義務者の氏名（フリガナ）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.4版】にて修正
    sample: ノウフ　ハナコ
  - id: 028-01864
    name: 納付義務者（保護者以外）氏名
    type: N(100)
    required: false
    group: 調定収納情報
    class: 調定収納情報 / 納付義務者
    spec_ref:
      - "0280411"
    impl_type: ◎
    definition: 納付義務者の氏名（漢字）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.4版】にて修正
    sample: 納付　花子
  - id: 028-00349
    name: 会計年度_調定
    type: YEAR
    required: true
    group: 調定収納情報
    class: 調定収納情報 / 会計年度
    spec_ref:
      - "0280426"
    impl_type: ◎
    definition: 歳入・歳出の区切りとされる年度（調定）
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "2022"
  - id: 028-00350
    name: 会計年度_延滞金
    type: YEAR
    required: true
    group: 調定収納情報
    class: 調定収納情報 / 会計年度
    spec_ref:
      - "0280376"
    impl_type: ◎
    definition: 歳入・歳出の区切りとされる年度（延滞金）
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "2022"
  - id: 028-00351
    name: 会計年度_督促手数料
    type: YEAR
    required: true
    group: 調定収納情報
    class: 調定収納情報 / 会計年度
    spec_ref:
      - "0280376"
    impl_type: ◎
    definition: 歳入・歳出の区切りとされる年度（督促手数料）
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "2022"
  - id: 028-00352
    name: 子ども・子育て事業所番号
    type: X(13)
    required: true
    group: 調定収納情報
    class: 支払管理
    spec_ref:
      - "0280376"
    impl_type: ◎
    definition: 事業所を特定するためのユニークな番号
    sample: "1234567890123"
  - id: 028-02208
    name: 子ども・子育て事業所名称
    type: N(100)
    required: true
    group: 調定収納情報
    class: 調定収納情報
    spec_ref:
      - "0280376"
    impl_type: ◎
    definition: 施設・事業所の名称（全角）
    note: データ要件・連携要件標準仕様書【第2.4版】にて追加
    sample: 日本商事
  - id: 028-00353
    name: 滞納繰越年度
    type: YEAR
    required: false
    group: 調定収納情報
    class: 調定収納情報 / 滞納繰越情報
    spec_ref:
      - "0280464"
    impl_type: ◎
    definition: 滞納額を繰り越した年度
    note: データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "2022"
  - id: 028-00354
    name: 決算繰越調定額
    type: S9(13)
    required: false
    group: 調定収納情報
    class: 調定収納情報 / 滞納繰越情報
    spec_ref:
      - "0280464"
    impl_type: ◎
    definition: 繰越した決算繰越調定額
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "10000"
  - id: 028-00355
    name: 滞納繰越年月日
    type: DATE
    required: false
    group: 調定収納情報
    class: 調定収納情報 / 滞納繰越情報
    spec_ref:
      - "0280464"
    impl_type: ◎
    definition: 繰越した年月日
    note: データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: 2012-04-01
  - id: 028-00356
    name: 利用者負担額
    type: S9(13)
    required: true
    group: 調定収納情報
    class: 調定収納情報 / 保育料等調定額
    spec_ref:
      - "0280376"
      - "0280426"
    impl_type: ◎
    definition: 利用者負担額の徴収額
    sample: "10000"
  - id: 028-02315
    name: 保育料等調定額（その他費用）
    type: S9(13)
    required: false
    group: 調定収納情報
    class: 調定収納情報 / 保育料等調定額
    spec_ref:
      - "0280376"
    impl_type: ◎
    definition: 保育料等調定額におけるその他費用
    note: データ要件・連携要件標準仕様書【第4.0版】にて追加
    sample: "10000"
  - id: 028-00357
    name: 督促手数料
    type: 9(13)
    required: false
    group: 調定収納情報
    class: 調定収納情報
    spec_ref:
      - "0280426"
    impl_type: ◎
    definition: 督促手数料
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "50"
  - id: 028-00358
    name: 延滞金
    type: S9(13)
    required: false
    group: 調定収納情報
    class: 調定収納情報
    spec_ref:
      - "0280376"
    impl_type: ◎
    definition: 徴収の期に対応する確定延滞金を設定
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "10000"
  - id: 028-00359
    name: 納期限
    type: DATE
    required: true
    group: 調定収納情報
    class: 調定収納情報
    spec_ref:
      - "0280376"
      - "0280387"
    impl_type: ◎
    definition: 保育料等の納期限の年月日
    note: データ要件・連携要件標準仕様書【第4.0版】にて修正
    sample: 2012-04-01
  - id: 028-01865
    name: 強制入力フラグ
    type: X(1)
    required: true
    group: 調定収納情報
    class: 強制入力フラグ
    spec_ref:
      - "0280453"
    impl_type: ◎
    definition: 当該データが強制入力（手入力）かどうかを表すフラグ（0：自動入力、1：強制入力）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "1"
  - id: 028-00361
    name: 更正年月日
    type: DATE
    required: true
    group: 調定収納情報
    class: 調定収納情報 / 更正情報
    spec_ref:
      - "0280376"
    impl_type: ◎
    definition: 調定情報を更正した最新の年月日
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 2012-04-01
  - id: 028-00362
    name: 更正事由
    type: X(3)
    required: true
    group: 調定収納情報
    class: 調定収納情報 / 更正情報
    code: "046"
    spec_ref:
      - "0280376"
    impl_type: ◎
    definition: 調定情報を更正した事由を示すコード
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "910"
  - id: 028-00363
    name: 督促状発行有無
    type: X(1)
    required: true
    group: 調定収納情報
    class: 調定収納情報 / 督促状情報
    spec_ref:
      - "0280417"
    impl_type: ◎
    definition: 督促状発行の有無を示すフラグ（0：無、1：有）
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-00364
    name: 督促状発行年月日
    type: DATE
    required: false
    group: 調定収納情報
    class: 調定収納情報 / 督促状情報
    spec_ref:
      - "0280417"
    impl_type: ◎
    definition: 督促状を発行した年月日
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 2012-04-01
  - id: 028-00365
    name: 督促状停止年月日
    type: DATE
    required: false
    group: 調定収納情報
    class: 調定収納情報 / 督促状情報
    spec_ref:
      - "0280417"
    impl_type: ◎
    definition: 督促状の発行を停止した年月日
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 2012-04-01
  - id: 028-00366
    name: 督促状返戻年月日
    type: DATE
    required: false
    group: 調定収納情報
    class: 調定収納情報 / 督促状情報
    spec_ref:
      - "0280417"
    impl_type: ◎
    definition: 発行した督促状が返戻した年月日
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 2012-04-01
  - id: 028-00367
    name: 督促状納付期限
    type: DATE
    required: false
    group: 調定収納情報
    class: 調定収納情報 / 督促状情報
    spec_ref:
      - "0280417"
    impl_type: ◎
    definition: 督促状に記載された納期限
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 2012-04-01
  - id: 028-00368
    name: 督促状公示年月日
    type: DATE
    required: false
    group: 調定収納情報
    class: 調定収納情報 / 督促状情報
    spec_ref:
      - "0280417"
    impl_type: ◎
    definition: 納付期限が記載された督促状を公示した年月日
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 2012-04-01
  - id: 028-01866
    name: 督促停止区分
    type: X(1)
    required: true
    group: 調定収納情報
    class: 調定収納情報 / 督促状情報 / 停止
    spec_ref:
      - "0280417"
    impl_type: ◎
    definition: 督促停止の区分を示すコード（0：未停止、1：停止）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "1"
  - id: 028-01867
    name: 督促停止年月日
    type: DATE
    required: conditional
    group: 調定収納情報
    class: 調定収納情報 / 督促状情報 / 停止
    spec_ref:
      - "0280417"
    impl_type: ◎
    definition: 督促を停止した年月日
    note: |-
      ※※02801866が1の場合
      データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: 2021-11-01
  - id: 028-00369
    name: 収入額_期別
    type: S9(13)
    required: true
    group: 調定収納情報
    class: 調定収納情報 / 収納額
    spec_ref:
      - "0280376"
    impl_type: ◎
    definition: 対象の期別調定額に対応する収入額
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "10000"
  - id: 028-00370
    name: 収入額_延滞金
    type: S9(13)
    required: true
    group: 調定収納情報
    class: 調定収納情報 / 収納額
    spec_ref:
      - "0280376"
    impl_type: ◎
    definition: 対象の期別延滞金額に対応する延滞金収入額
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "10000"
  - id: 028-00371
    name: 収入額_督促手数料
    type: 9(13)
    required: true
    group: 調定収納情報
    class: 調定収納情報 / 収納額
    spec_ref:
      - "0280376"
    impl_type: ◎
    definition: 対象の期別督促手数料に対応する督促手数料収入額
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "50"
  - id: 028-00372
    name: 収納年月日
    type: DATE
    required: false
    group: 調定収納情報
    class: 調定収納情報 / 収納年月日
    spec_ref:
      - "0280376"
    impl_type: ◎
    definition: 収納を実施した最新の年月日
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: 2012-04-01
  - id: 028-00373
    name: 領収年月日
    type: DATE
    required: false
    group: 調定収納情報
    class: 調定収納情報 / 領収日
    spec_ref:
      - "0280376"
    impl_type: ◎
    definition: 納税義務者が納付した最新の年月日
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: 2012-04-01
  - id: 028-00374
    name: 不納欠損年月日
    type: DATE
    required: false
    group: 調定収納情報
    class: 調定収納情報 / 不納付欠損
    spec_ref:
      - "0280460"
    impl_type: ◎
    definition: 不納欠損が行われた年月日
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 2012-04-01
  - id: 028-00375
    name: 不納欠損事由
    type: X(2)
    required: false
    group: 調定収納情報
    class: 調定収納情報 / 不納付欠損
    code: "045"
    spec_ref:
      - "0280460"
    impl_type: ◎
    definition: 不納欠損の事由を示すコード
    note: |-
      不納欠損がある場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "01"
  - id: 028-00376
    name: 不納欠損額
    type: S9(13)
    required: false
    group: 調定収納情報
    class: 調定収納情報 / 不納付欠損
    spec_ref:
      - "0280460"
    impl_type: ◎
    definition: 不納欠損を行った金額
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "10000"
  - id: 028-00377
    name: 不納欠損額_延滞金
    type: S9(13)
    required: false
    group: 調定収納情報
    class: 調定収納情報 / 不納付欠損
    spec_ref:
      - "0280460"
    impl_type: ◎
    definition: 不納欠損額の対象となる延滞金
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "10000"
  - id: 028-00378
    name: 不納欠損額_督促手数料
    type: 9(13)
    required: false
    group: 調定収納情報
    class: 調定収納情報 / 不納付欠損
    spec_ref:
      - "0280460"
    impl_type: ◎
    definition: 不納欠損額の対象となる督促手数料
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "50"
  - id: 028-00379
    name: 更正順番
    type: 9(2)
    required: false
    group: 調定収納情報
    class: 調定収納情報
    spec_ref:
      - "0280376"
    impl_type: ◎
    definition: 更正履歴の順番
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-01868
    name: 削除フラグ
    type: X(1)
    required: true
    group: 調定収納情報
    class: 削除フラグ
    impl_type: ◎
    definition: 当該データが削除されたかどうかを現すフラグ（0：未削除、1：削除済）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "0"
  - id: 028-00380
    name: 操作者ID
    type: X(10)
    required: true
    group: 調定収納情報
    class: 操作
    impl_type: ◎
    definition: 操作者を一意に識別するコード
    sample: "1234567890"
  - id: 028-00381
    name: 操作年月日
    type: DATE
    required: true
    group: 調定収納情報
    class: 操作
    impl_type: ◎
    definition: 操作を行った年月日
    sample: 2021-11-01
  - id: 028-00382
    name: 操作時刻
    type: TIME
    required: true
    group: 調定収納情報
    class: 操作
    impl_type: ◎
    definition: 操作を行った時刻
    sample: "12:00:00"
  - id: 028-00383
    name: 市区町村コード
    type: X(6)
    required: true
    group: 収納履歴情報
    class: 市区町村コード
    pk: true
    impl_type: ◎
    definition: 市区町村を一意に識別するコード（指定都市においては区までを特定）
    note: |-
      総務省「全国地方公共団体コード」に従って6桁のコード値を設定すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "131016"
  - id: 028-00385
    name: 賦課年度
    type: YEAR
    required: true
    group: 収納履歴情報
    class: 調定収納情報
    pk: true
    spec_ref:
      - "0280376"
      - "0280400"
    impl_type: ◎
    definition: 賦課の対象となる根拠の発生した年度
    note: データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "2022"
  - id: 028-00386
    name: 調定年度
    type: YEAR
    required: true
    group: 収納履歴情報
    class: 調定収納情報
    pk: true
    spec_ref:
      - "0280376"
      - "0280400"
    impl_type: ◎
    definition: 納付義務者に対し納めなければならない保育料等を決定及び通知した年度
    note: データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "2022"
  - id: 028-00387
    name: 通知書番号（徴収番号）
    type: X(20)
    required: true
    group: 収納履歴情報
    class: 調定収納情報
    pk: true
    spec_ref:
      - "0280376"
      - "0280400"
    impl_type: ◎
    definition: 徴収単位に付与された番号（徴収番号）
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1234567890"
  - id: 028-00388
    name: 保護者_宛名番号
    type: X(15)
    required: true
    group: 収納履歴情報
    class: 調定収納情報
    pk: true
    spec_ref:
      - "0280376"
      - "0280400"
    impl_type: ◎
    definition: 対象保護者の宛名番号（住基の宛名番号と同様）
    sample: "123456789012345"
  - id: 028-00389
    name: 児童_宛名番号
    type: X(15)
    required: true
    group: 収納履歴情報
    class: 調定収納情報
    pk: true
    spec_ref:
      - "0280376"
      - "0280400"
    impl_type: ◎
    definition: 対象児童の宛名番号（住基の宛名番号と同様）
    sample: "123456789012345"
  - id: 028-00390
    name: 業務コード
    type: X(3)
    required: true
    group: 収納履歴情報
    class: 調定収納情報
    pk: true
    code: "034"
    spec_ref:
      - "0280376"
      - "0280400"
    impl_type: ◎
    definition: 024（子ども・子育て支援）固定
    sample: "001"
  - id: 028-00391
    name: 期別
    type: X(2)
    required: true
    group: 収納履歴情報
    class: 調定収納情報
    pk: true
    spec_ref:
      - "0280376"
      - "0280400"
    impl_type: ◎
    definition: 保育料等を徴収する期別
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "01"
  - id: 028-00392
    name: 収納履歴連番
    type: 9(8)
    required: true
    group: 収納履歴情報
    class: 調定収納 / 共通
    pk: true
    spec_ref:
      - "0280376"
      - "0280400"
    impl_type: ◎
    definition: 上記の期別情報キー内の古い順の1からの連番
    note: |-
      古いものから昇順でカウントアップ
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-00393
    name: 科目コード
    type: X(2)
    required: true
    group: 収納履歴情報
    class: 調定収納情報
    pk: true
    code: "026"
    spec_ref:
      - "0280376"
      - "0280426"
    impl_type: ◎
    definition: 子ども・子育て支援事業の徴収する料金の種類を示すコード
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: A1
  - id: 028-01869
    name: 最新フラグ
    type: X(1)
    required: true
    group: 収納履歴情報
    class: 最新フラグ
    impl_type: ◎
    definition: 当該データが最新かどうかを現すフラグ（0：最新ではない、1：最新である）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "1"
  - id: 028-00384
    name: 指定都市_行政区等コード
    type: X(12)
    required: false
    group: 収納履歴情報
    class: 収納履歴情報 / 共通
    code: "999"
    impl_type: ○
    definition: 自治体ごとに定める任意の行政範囲を示すコード
    note: |-
      ・各自治体固有のコード利用を想定
      ・総合支所等、任意の行政範囲を示すコード
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.1版】にて修正
    sample: "001"
  - id: 028-00397
    name: 子ども・子育て事業所番号
    type: X(13)
    required: true
    group: 収納履歴情報
    class: 支払管理
    spec_ref:
      - "0280376"
    impl_type: ◎
    definition: 事業所を特定するためのユニークな番号
    sample: "1234567890123"
  - id: 028-00398
    name: 収入額_期別
    type: S9(13)
    required: true
    group: 収納履歴情報
    class: 調定収納 / 収納額
    spec_ref:
      - "0280400"
    impl_type: ◎
    definition: 対象の期別調定額に対応する収入額
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "10000"
  - id: 028-00399
    name: 収入額_延滞金
    type: S9(13)
    required: true
    group: 収納履歴情報
    class: 調定収納 / 収納額
    spec_ref:
      - "0280400"
    impl_type: ◎
    definition: 対象の期別延滞金額に対応する延滞金収入額
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "10000"
  - id: 028-00400
    name: 収入額_督促手数料
    type: 9(13)
    required: true
    group: 収納履歴情報
    class: 調定収納 / 収納額
    spec_ref:
      - "0280400"
    impl_type: ◎
    definition: 対象の期別督促手数料に対応する督促手数料収入額
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "50"
  - id: 028-00401
    name: 収納年月日
    type: DATE
    required: true
    group: 収納履歴情報
    class: 収納 / 共通
    spec_ref:
      - "0280400"
    impl_type: ◎
    definition: 収納を実施した年月日
    sample: 2021-01-08
  - id: 028-00402
    name: 領収年月日
    type: DATE
    required: false
    group: 収納履歴情報
    class: 収納 / 共通
    spec_ref:
      - "0280400"
    impl_type: ◎
    definition: 納税義務者が納付した日
    sample: 2021-01-08
  - id: 028-00403
    name: 納付区分
    type: X(3)
    required: true
    group: 収納履歴情報
    class: 収納 / 共通
    code: "025"
    spec_ref:
      - "0280400"
    impl_type: ◎
    definition: 収入金の納付区分を示すコード
    note: |-
      還付・充当出等の減の場合は、元の収入増データの同項目を設定
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "01"
  - id: 028-00404
    name: 納付種別コード
    type: X(2)
    required: false
    group: 収納履歴情報
    class: 収納 / 共通
    code: "049"
    spec_ref:
      - "0280400"
    impl_type: ◎
    definition: 消込時の納付種別を判断するための区分を示すコード
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "01"
  - id: 028-00405
    name: 収納区分
    type: X(2)
    required: false
    group: 収納履歴情報
    class: 収納 / 共通
    code: "051"
    spec_ref:
      - "0280400"
    impl_type: ◎
    definition: 収入金の種類を判別するための区分を示すコード
    note: |-
      各種集計表での集計に使用
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "01"
  - id: 028-00406
    name: 組替該当フラグ
    type: X(1)
    required: false
    group: 収納履歴情報
    class: 収納 / 共通
    spec_ref:
      - "0280400"
    impl_type: ◎
    definition: 組替を判断するためフラグ（0：組替ではない、1：組替）
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "0"
  - id: 028-01870
    name: コンビニ速報・確報区分
    type: X(3)
    required: false
    group: 収納履歴情報
    class: 調定収納情報
    code: "085"
    spec_ref:
      - "0280376"
    impl_type: ◎
    definition: コンビニ納付の場合の速報・確報の区分を示すコード
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "001"
  - id: 028-01871
    name: 削除フラグ
    type: X(1)
    required: true
    group: 収納履歴情報
    class: 削除フラグ
    impl_type: ◎
    definition: 当該データが削除されたかどうかを現すフラグ（0：未削除、1：削除済）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "0"
  - id: 028-00408
    name: 操作者ID
    type: X(10)
    required: true
    group: 収納履歴情報
    class: 操作
    impl_type: ◎
    definition: 操作者を一意に識別するコード
    sample: "1234567890"
  - id: 028-00409
    name: 操作年月日
    type: DATE
    required: true
    group: 収納履歴情報
    class: 操作
    impl_type: ◎
    definition: 操作を行った年月日
    sample: 2021-11-01
  - id: 028-00410
    name: 操作時刻
    type: TIME
    required: true
    group: 収納履歴情報
    class: 操作
    impl_type: ◎
    definition: 操作を行った時刻
    sample: "12:00:00"
  - id: 028-00411
    name: 市区町村コード
    type: X(6)
    required: true
    group: 納付書発行情報
    class: 市区町村コード
    pk: true
    impl_type: ◎
    definition: 市区町村を一意に識別するコード（指定都市においては区までを特定）
    note: |-
      総務省「全国地方公共団体コード」に従って6桁のコード値を設定すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "131016"
  - id: 028-00413
    name: 賦課年度
    type: YEAR
    required: true
    group: 納付書発行情報
    class: 調定収納情報
    pk: true
    spec_ref:
      - "0280394"
      - "0280400"
    impl_type: ◎
    definition: 賦課の対象となる根拠の発生した年度
    note: データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "2022"
  - id: 028-00414
    name: 調定年度
    type: YEAR
    required: true
    group: 納付書発行情報
    class: 調定収納情報
    pk: true
    spec_ref:
      - "0280394"
      - "0280400"
    impl_type: ◎
    definition: 納付義務者に対し納めなければならない保育料等を決定及び通知した年度
    note: データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "2022"
  - id: 028-00415
    name: 通知書番号（徴収番号）
    type: X(20)
    required: true
    group: 納付書発行情報
    class: 調定収納情報
    pk: true
    spec_ref:
      - "0280394"
      - "0280400"
    impl_type: ◎
    definition: 徴収単位に付与された番号（徴収番号）
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1234567890"
  - id: 028-00416
    name: 保護者_宛名番号
    type: X(15)
    required: true
    group: 納付書発行情報
    class: 調定収納情報
    pk: true
    spec_ref:
      - "0280394"
      - "0280400"
    impl_type: ◎
    definition: 対象保護者の宛名番号（住基の宛名番号と同様）
    sample: "123456789012345"
  - id: 028-00417
    name: 児童_宛名番号
    type: X(15)
    required: true
    group: 納付書発行情報
    class: 調定収納情報
    pk: true
    spec_ref:
      - "0280394"
      - "0280400"
    impl_type: ◎
    definition: 対象児童の宛名番号（住基の宛名番号と同様）
    sample: "123456789012345"
  - id: 028-00418
    name: 業務コード
    type: X(3)
    required: true
    group: 納付書発行情報
    class: 調定収納情報
    pk: true
    code: "034"
    spec_ref:
      - "0280394"
      - "0280400"
    impl_type: ◎
    definition: 024（子ども・子育て支援）固定
    sample: "001"
  - id: 028-00419
    name: 期別
    type: X(2)
    required: true
    group: 納付書発行情報
    class: 調定収納情報
    pk: true
    spec_ref:
      - "0280394"
      - "0280400"
    impl_type: ◎
    definition: 保育料等を徴収する期別
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "01"
  - id: 028-00420
    name: 発行回数
    type: X(3)
    required: true
    group: 納付書発行情報
    class: 納付書発行 / 共通
    pk: true
    spec_ref:
      - "0280394"
      - "0280400"
    impl_type: ◎
    definition: 納付書の発行回数
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "1"
  - id: 028-00421
    name: 科目コード
    type: X(2)
    required: true
    group: 納付書発行情報
    class: 調定収納情報
    pk: true
    code: "026"
    spec_ref:
      - "0280394"
      - "0280400"
    impl_type: ◎
    definition: 子ども・子育て支援事業の徴収する料金の種類を示すコード
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: A1
  - id: 028-02182
    name: 分納番号
    type: X(2)
    required: true
    group: 納付書発行情報
    class: 分割納付
    pk: true
    spec_ref:
      - "0280394"
      - "0280400"
    impl_type: ◎
    definition: 分割納付の番号
    note: |-
      分納を行わない場合には「0」を設定すること
      データ要件・連携要件標準仕様書【第2.1版】にて追加
    sample: "1"
  - id: 028-00422
    name: 発行連番
    type: X(20)
    required: true
    group: 納付書発行情報
    class: 納付書発行 / 共通
    pk: true
    spec_ref:
      - "0280394"
      - "0280400"
    impl_type: ◎
    definition: 業務内における同一通知書番号の複数期別の合算納付書（もしくは前納納付書）の場合等、同一通知書番号の期別・金額違いの複数レコードを作成するための番号
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.4版】にて修正
    sample: "1"
  - id: 028-01872
    name: 最新フラグ
    type: X(1)
    required: true
    group: 納付書発行情報
    class: 最新フラグ
    impl_type: ◎
    definition: 当該データが最新かどうかを現すフラグ（0：最新ではない、1：最新である）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "1"
  - id: 028-00412
    name: 指定都市_行政区等コード
    type: X(12)
    required: false
    group: 納付書発行情報
    class: 納付書発行情報 / 共通
    code: "999"
    impl_type: ○
    definition: 自治体ごとに定める任意の行政範囲を示すコード
    note: |-
      ・各自治体固有のコード利用を想定
      ・総合支所等、任意の行政範囲を示すコード
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.1版】にて修正
    sample: "001"
  - id: 028-00423
    name: 収納額
    type: 9(13)
    required: true
    group: 納付書発行情報
    class: 納付書発行 / 収納額
    spec_ref:
      - "0280394"
      - "0280400"
    impl_type: ◎
    definition: 納付書記載の収納額
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "10000"
  - id: 028-00424
    name: 延滞金
    type: 9(13)
    required: false
    group: 納付書発行情報
    class: 納付書発行 / 収納額
    spec_ref:
      - "0280394"
      - "0280400"
    impl_type: ◎
    definition: 納付書記載の延滞金
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "10000"
  - id: 028-00425
    name: 督促手数料
    type: 9(13)
    required: false
    group: 納付書発行情報
    class: 納付書発行 / 収納額
    spec_ref:
      - "0280394"
      - "0280400"
    impl_type: ◎
    definition: 納付書記載の督促手数料
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "50"
  - id: 028-00426
    name: 支払期限
    type: DATE
    required: true
    group: 納付書発行情報
    class: 納付書発行 / 期限
    spec_ref:
      - "0280394"
      - "0280400"
    impl_type: ◎
    definition: 納付すべき金額の支払い期限
    sample: 2021-01-08
  - id: 028-00427
    name: コンビニバーコード使用期限
    type: DATE
    required: false
    group: 納付書発行情報
    class: 納付書発行 / 期限
    spec_ref:
      - "0280394"
      - "0280400"
    impl_type: ◎
    definition: コンビニバーコードの使用期限
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: 2021-01-08
  - id: 028-00428
    name: 分納誓約年月日
    type: DATE
    required: false
    group: 納付書発行情報
    class: 納付書発行 / 分納
    spec_ref:
      - "0280394"
      - "0280400"
    impl_type: ◎
    definition: 分割納付を誓約した日付を設定
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 2021-01-08
  - id: 028-00429
    name: 収納機関番号
    type: X(5)
    required: false
    group: 納付書発行情報
    class: 納付書発行 / 分納
    spec_ref:
      - "0280394"
      - "0280400"
    impl_type: ◎
    definition: 収納機関を表す番号
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "12345"
  - id: 028-00430
    name: 滞納消込特定キー情報1
    type: X(20)
    required: false
    group: 納付書発行情報
    class: 納付書発行 / 滞納
    spec_ref:
      - "0280394"
      - "0280400"
    impl_type: ◎
    definition: 分納における契約日、納付受託における管理番号、差押や納付受託などその他処分の滞納整理分の発行納付書を特定するための情報
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1111111111"
  - id: 028-00431
    name: 滞納消込特定キー情報2
    type: X(20)
    required: false
    group: 納付書発行情報
    class: 納付書発行 / 滞納
    spec_ref:
      - "0280394"
      - "0280400"
    impl_type: ◎
    definition: 分納における契約日、納付受託における管理番号、差押や納付受託などその他処分の滞納整理分の発行納付書を特定するための情報
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1111111111"
  - id: 028-00432
    name: 納付種別コード
    type: X(2)
    required: false
    group: 納付書発行情報
    class: 納付書発行 / 共通
    code: "049"
    spec_ref:
      - "0280394"
      - "0280400"
    impl_type: ◎
    definition: 消込時の納付種別を判断するための区分を示すコード
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "01"
  - id: 028-00433
    name: 納付番号
    type: X(20)
    required: false
    group: 納付書発行情報
    class: 納付書発行 / 共通
    spec_ref:
      - "0280394"
      - "0280400"
    impl_type: ◎
    definition: 消込時の納付番号
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1234567890"
  - id: 028-02316
    name: MPN確認番号
    type: X(6)
    required: false
    group: 納付書発行情報
    class: 納付書発行 / MPN
    spec_ref:
      - "0280679"
      - "0280680"
    impl_type: ○
    definition: MPNのキーとなる確認番号
    note: データ要件・連携要件標準仕様書【第4.0版】にて追加
    sample: "123456"
  - id: 028-02317
    name: MPN納付区分
    type: X(16)
    required: false
    group: 納付書発行情報
    class: 納付書発行 / MPN
    spec_ref:
      - "0280679"
      - "0280680"
    impl_type: ○
    definition: MPNのキーとなる納付区分
    note: データ要件・連携要件標準仕様書【第4.0版】にて追加
    sample: "1234567890"
  - id: 028-00434
    name: バーコード情報
    type: X(44)
    required: false
    group: 納付書発行情報
    class: 納付書発行 / MPN
    spec_ref:
      - "0280394"
      - "0280400"
    impl_type: ◎
    definition: 納付書に印字するバーコード情報（発行連番含む）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第4.0版】にて修正
    sample: "1234567890"
  - id: 028-00435
    name: OCRID
    type: X(2)
    required: false
    group: 納付書発行情報
    class: 納付書発行 / OCR
    spec_ref:
      - "0280394"
      - "0280400"
    impl_type: ◎
    definition: 納付書に印字するOCRID
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "10"
  - id: 028-00436
    name: 上段OCR
    type: X(39)
    required: false
    group: 納付書発行情報
    class: 納付書発行 / OCR
    spec_ref:
      - "0280394"
      - "0280400"
    impl_type: ◎
    definition: 納付書に印字するOCR上段
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "1234567890"
  - id: 028-00437
    name: 下段OCR
    type: X(44)
    required: false
    group: 納付書発行情報
    class: 納付書発行 / OCR
    spec_ref:
      - "0280394"
      - "0280400"
    impl_type: ◎
    definition: 納付書に印字するOCR下段
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1234567890"
  - id: 028-02318
    name: eLTAX納税者ID
    type: X(11)
    required: false
    group: 納付書発行情報
    class: 納付書発行
    spec_ref:
      - "0280679"
      - "0280680"
    impl_type: ○
    definition: eLTAX内で管理している納税義務者（eLTAX利用者）の通し番号
    note: データ要件・連携要件標準仕様書【第4.0版】にて追加
    sample: "12345678901"
  - id: 028-02319
    name: eL番号
    type: X(37)
    required: false
    group: 納付書発行情報
    class: 納付書発行
    spec_ref:
      - "0280679"
      - "0280680"
    impl_type: ○
    definition: 納付書に印字するeL番号
    note: データ要件・連携要件標準仕様書【第4.0版】にて追加
    sample: 12345-12345678901234567890-123456-123
  - id: 028-02320
    name: 納付済通知書を一意に特定する番号
    type: X(40)
    required: false
    group: 納付書発行情報
    class: 納付書発行
    spec_ref:
      - "0280679"
      - "0280680"
    impl_type: ○
    definition: 納付済通知書を一意に特定することができる番号
    note: |-
      設定値はアプリケーションの規定によることとする
      データ要件・連携要件標準仕様書【第4.0版】にて追加
    sample: "1234567890123456789012345678901234567890"
  - id: 028-02189
    name: 発行システム区分
    type: X(2)
    required: false
    group: 納付書発行情報
    class: 納付書発行 / 共通
    code: "110"
    spec_ref:
      - "0280394"
      - "0280400"
    impl_type: ○
    definition: 納付書が発行される発行元システムを判断するための区分
    note: データ要件・連携要件標準仕様書【第2.2版】にて追加
    sample: "01"
  - id: 028-02190
    name: マルチペイメント支払期限
    type: DATE
    required: false
    group: 納付書発行情報
    class: 納付書発行 / 期限
    spec_ref:
      - "0280394"
      - "0280400"
    impl_type: ○
    definition: マルチペイメントの規定に基づく支払期限
    note: データ要件・連携要件標準仕様書【第2.2版】にて追加
    sample: 2021-01-08
  - id: 028-02191
    name: QRコード支払期限
    type: DATE
    required: false
    group: 納付書発行情報
    class: 納付書発行 / 期限
    spec_ref:
      - "0280394"
      - "0280400"
    impl_type: ○
    definition: QRコードの支払期限
    note: データ要件・連携要件標準仕様書【第2.2版】にて追加
    sample: 2021-01-08
  - id: 028-02192
    name: 時効延長有無区分
    type: X(1)
    required: false
    group: 納付書発行情報
    class: 納付書発行 / 滞納
    spec_ref:
      - "0280394"
      - "0280400"
    impl_type: ○
    definition: 納付の際に時効が延長されるかを判別するための区分（0：対象外、1：対象）
    note: |-
      時効が延長される場合、「対象」とする
      データ要件・連携要件標準仕様書【第2.2版】にて追加
    sample: "1"
  - id: 028-01873
    name: 削除フラグ
    type: X(1)
    required: true
    group: 納付書発行情報
    class: 削除フラグ
    impl_type: ◎
    definition: 当該データが削除されたかどうかを現すフラグ（0：未削除、1：削除済）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "0"
  - id: 028-00438
    name: 操作者ID
    type: X(10)
    required: true
    group: 納付書発行情報
    class: 操作
    impl_type: ◎
    definition: 操作者を一意に識別するコード
    sample: "1234567890"
  - id: 028-00439
    name: 操作年月日
    type: DATE
    required: true
    group: 納付書発行情報
    class: 操作
    impl_type: ◎
    definition: 操作を行った年月日
    sample: 2021-11-01
  - id: 028-00440
    name: 操作時刻
    type: TIME
    required: true
    group: 納付書発行情報
    class: 操作
    impl_type: ◎
    definition: 操作を行った時刻
    sample: "12:00:00"
  - id: 028-00441
    name: 市区町村コード
    type: X(6)
    required: true
    group: 分割納付情報
    class: 市区町村コード
    pk: true
    impl_type: ◎
    definition: 市区町村を一意に識別するコード（指定都市においては区までを特定）
    note: |-
      総務省「全国地方公共団体コード」に従って6桁のコード値を設定すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "131016"
  - id: 028-00443
    name: 賦課年度
    type: YEAR
    required: true
    group: 分割納付情報
    class: 分割納付
    pk: true
    spec_ref:
      - "0280449"
    impl_type: ◎
    definition: 賦課の対象となる根拠の発生した年度
    note: データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "2022"
  - id: 028-00444
    name: 調定年度
    type: YEAR
    required: true
    group: 分割納付情報
    class: 分割納付
    pk: true
    spec_ref:
      - "0280449"
    impl_type: ◎
    definition: 納付義務者に対し納めなければならない保育料等を決定及び通知した年度
    note: データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "2022"
  - id: 028-00445
    name: 通知書番号（徴収番号）
    type: X(20)
    required: true
    group: 分割納付情報
    class: 分割納付
    pk: true
    spec_ref:
      - "0280449"
    impl_type: ◎
    definition: 徴収単位に付与された番号（徴収番号）
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1234567890"
  - id: 028-00446
    name: 保護者_宛名番号
    type: X(15)
    required: true
    group: 分割納付情報
    class: 分割納付
    pk: true
    spec_ref:
      - "0280449"
    impl_type: ◎
    definition: 対象保護者の宛名番号（住基の宛名番号と同様）
    sample: "123456789012345"
  - id: 028-00447
    name: 児童_宛名番号
    type: X(15)
    required: true
    group: 分割納付情報
    class: 分割納付
    pk: true
    spec_ref:
      - "0280449"
    impl_type: ◎
    definition: 対象児童の宛名番号（住基の宛名番号と同様）
    sample: "123456789012345"
  - id: 028-00448
    name: 業務コード
    type: X(3)
    required: true
    group: 分割納付情報
    class: 分割納付
    pk: true
    code: "034"
    spec_ref:
      - "0280449"
    impl_type: ◎
    definition: 024（子ども・子育て支援）固定
    sample: "001"
  - id: 028-00449
    name: 期別
    type: X(2)
    required: true
    group: 分割納付情報
    class: 分割納付
    pk: true
    spec_ref:
      - "0280449"
    impl_type: ◎
    definition: 保育料等を徴収する期別
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "01"
  - id: 028-00450
    name: 科目コード
    type: X(2)
    required: true
    group: 分割納付情報
    class: 分割納付
    pk: true
    code: "026"
    spec_ref:
      - "0280449"
    impl_type: ◎
    definition: 子ども・子育て支援事業の徴収する料金の種類を示すコード
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: A1
  - id: 028-01874
    name: 分納番号
    type: X(2)
    required: true
    group: 分割納付情報
    class: 分割納付
    pk: true
    spec_ref:
      - "0280449"
    impl_type: ◎
    definition: 分割納付の番号
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "1"
  - id: 028-01875
    name: 最新フラグ
    type: X(1)
    required: true
    group: 分割納付情報
    class: 最新フラグ
    impl_type: ◎
    definition: 当該データが最新かどうかを現すフラグ（0：最新ではない、1：最新である）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "1"
  - id: 028-00442
    name: 指定都市_行政区等コード
    type: X(12)
    required: false
    group: 分割納付情報
    class: 分割納付情報 / 共通
    code: "999"
    impl_type: ○
    definition: 自治体ごとに定める任意の行政範囲を示すコード
    note: |-
      ・各自治体固有のコード利用を想定
      ・総合支所等、任意の行政範囲を示すコード
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.1版】にて修正
    sample: "001"
  - id: 028-00451
    name: 分納誓約年月日
    type: DATE
    required: false
    group: 分割納付情報
    class: 分割納付
    spec_ref:
      - "0280449"
    impl_type: ◎
    definition: 分割納付を誓約した日付を設定
    sample: 2021-01-08
  - id: 028-00452
    name: 分割回数
    type: 9(3)
    required: true
    group: 分割納付情報
    class: 分割納付
    spec_ref:
      - "0280449"
    impl_type: ◎
    definition: 分割納付の分割回数を設定
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-00454
    name: 分納期別納付額
    type: S9(13)
    required: true
    group: 分割納付情報
    class: 分割納付
    spec_ref:
      - "0280449"
    impl_type: ◎
    definition: 分割納付1回あたりの納付金額を設定
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "10000"
  - id: 028-00455
    name: 分納期別納期限
    type: DATE
    required: true
    group: 分割納付情報
    class: 分割納付 / 期限
    spec_ref:
      - "0280449"
    impl_type: ◎
    definition: 分割納付の期別ごとの支払い期限
    note: データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: 2021-01-08
  - id: 028-00456
    name: 分納方法
    type: N(300)
    required: false
    group: 分割納付情報
    class: 分割納付 / 分納
    spec_ref:
      - "0280449"
    impl_type: ○
    definition: 分割納付契約を締結した分納方法
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 口座振替
  - id: 028-00457
    name: 分納額合計
    type: S9(13)
    required: true
    group: 分割納付情報
    class: 分割納付
    spec_ref:
      - "0280449"
    impl_type: ◎
    definition: 分割納付する金額の合計を設定
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "10000"
  - id: 028-01876
    name: 削除フラグ
    type: X(1)
    required: true
    group: 分割納付情報
    class: 削除フラグ
    impl_type: ◎
    definition: 当該データが削除されたかどうかを現すフラグ（0：未削除、1：削除済）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "0"
  - id: 028-00458
    name: 操作者ID
    type: X(10)
    required: true
    group: 分割納付情報
    class: 操作
    impl_type: ◎
    definition: 操作者を一意に識別するコード
    sample: "1234567890"
  - id: 028-00459
    name: 操作年月日
    type: DATE
    required: true
    group: 分割納付情報
    class: 操作
    impl_type: ◎
    definition: 操作を行った年月日
    sample: 2021-11-01
  - id: 028-00460
    name: 操作時刻
    type: TIME
    required: true
    group: 分割納付情報
    class: 操作
    impl_type: ◎
    definition: 操作を行った時刻
    sample: "12:00:00"
  - id: 028-00461
    name: 市区町村コード
    type: X(6)
    required: true
    group: 滞納明細管理
    class: 市区町村コード
    pk: true
    impl_type: ◎
    definition: 市区町村を一意に識別するコード（指定都市においては区までを特定）
    note: |-
      総務省「全国地方公共団体コード」に従って6桁のコード値を設定すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "131016"
  - id: 028-00463
    name: 賦課年度
    type: YEAR
    required: true
    group: 滞納明細管理
    class: 滞納明細管理
    pk: true
    spec_ref:
      - "0280400"
    impl_type: ◎
    definition: 賦課の対象となる根拠の発生した年度
    note: データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "2022"
  - id: 028-00464
    name: 調定年度
    type: YEAR
    required: true
    group: 滞納明細管理
    class: 滞納明細管理
    pk: true
    spec_ref:
      - "0280400"
    impl_type: ◎
    definition: 納付義務者に対し納めなければならない保育料等を決定及び通知した年度
    note: データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "2022"
  - id: 028-00465
    name: 通知書番号（徴収番号）
    type: X(20)
    required: true
    group: 滞納明細管理
    class: 滞納明細管理
    pk: true
    spec_ref:
      - "0280400"
    impl_type: ◎
    definition: 徴収単位に付与された番号（徴収番号）
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1234567890"
  - id: 028-00466
    name: 保護者_宛名番号
    type: X(15)
    required: true
    group: 滞納明細管理
    class: 滞納明細管理
    pk: true
    spec_ref:
      - "0280400"
    impl_type: ◎
    definition: 対象保護者の宛名番号（住基の宛名番号と同様）
    sample: "123456789012345"
  - id: 028-00467
    name: 児童_宛名番号
    type: X(15)
    required: true
    group: 滞納明細管理
    class: 滞納明細管理
    pk: true
    spec_ref:
      - "0280400"
    impl_type: ◎
    definition: 対象児童の宛名番号（住基の宛名番号と同様）
    sample: "123456789012345"
  - id: 028-00468
    name: 業務コード
    type: X(3)
    required: true
    group: 滞納明細管理
    class: 滞納明細管理
    pk: true
    code: "034"
    spec_ref:
      - "0280400"
    impl_type: ◎
    definition: 024（子ども・子育て支援）固定
    sample: "001"
  - id: 028-00469
    name: 期別
    type: X(2)
    required: true
    group: 滞納明細管理
    class: 滞納明細管理
    pk: true
    spec_ref:
      - "0280400"
    impl_type: ◎
    definition: 保育料等を徴収する期別
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "01"
  - id: 028-00470
    name: 科目コード
    type: X(2)
    required: true
    group: 滞納明細管理
    class: 滞納明細管理
    pk: true
    code: "026"
    spec_ref:
      - "0280400"
    impl_type: ◎
    definition: 子ども・子育て支援事業の徴収する料金の種類を示すコード
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: A1
  - id: 028-01877
    name: 最新フラグ
    type: X(1)
    required: true
    group: 滞納明細管理
    class: 最新フラグ
    impl_type: ◎
    definition: 当該データが最新かどうかを現すフラグ（0：最新ではない、1：最新である）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "1"
  - id: 028-00462
    name: 指定都市_行政区等コード
    type: X(12)
    required: false
    group: 滞納明細管理
    class: 滞納明細管理 / 共通
    code: "999"
    impl_type: ○
    definition: 自治体ごとに定める任意の行政範囲を示すコード
    note: |-
      ・各自治体固有のコード利用を想定
      ・総合支所等、任意の行政範囲を示すコード
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.1版】にて修正
    sample: "001"
  - id: 028-00471
    name: 時効予定年月日
    type: DATE
    required: true
    group: 滞納明細管理
    class: 滞納明細管理 / 時効
    spec_ref:
      - "0280455"
      - "0280458"
    impl_type: ◎
    definition: 調定ごとの時効予定の年月日
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 2011-11-11
  - id: 028-00472
    name: 時効到来額
    type: S9(13)
    required: true
    group: 滞納明細管理
    class: 滞納明細管理 / 時効
    spec_ref:
      - "0280455"
    impl_type: ◎
    definition: 調定ごとの時効額
    sample: "1000"
  - id: 028-00473
    name: 時効到来理由
    type: N(50)
    required: true
    group: 滞納明細管理
    class: 滞納明細管理 / 時効
    spec_ref:
      - "0280455"
    impl_type: ◎
    definition: 時効となる理由
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 権利を行使できるときから10年間
  - id: 028-00474
    name: 時効消滅予定年月日
    type: DATE
    required: false
    group: 滞納明細管理
    class: 滞納明細管理 / 時効
    spec_ref:
      - "0280455"
      - "0280458"
    impl_type: ◎
    definition: 調定ごとの時効消滅予定の年月日
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: 2011-11-11
  - id: 028-00475
    name: 時効中断年月日（請求）
    type: DATE
    required: false
    group: 滞納明細管理
    class: 滞納明細管理 / 時効
    spec_ref:
      - "0280455"
    impl_type: ◎
    definition: 請求に関する時効中断の年月日
    note: |-
      時効の中断をする場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 2011-11-11
  - id: 028-00476
    name: 時効中断年月日（差押え）
    type: DATE
    required: false
    group: 滞納明細管理
    class: 滞納明細管理 / 時効
    spec_ref:
      - "0280455"
    impl_type: ◎
    definition: 差押えに関する時効中断の年月日
    note: |-
      時効の中断をする場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 2011-11-11
  - id: 028-00477
    name: 時効中断年月日（承認）
    type: DATE
    required: false
    group: 滞納明細管理
    class: 滞納明細管理 / 時効
    spec_ref:
      - "0280455"
    impl_type: ◎
    definition: 承認に関する時効中断の年月日
    note: |-
      時効の中断をする場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 2011-11-11
  - id: 028-00478
    name: 不納欠損年月日
    type: DATE
    required: false
    group: 滞納明細管理
    class: 滞納明細管理 / 不納付欠損
    spec_ref:
      - "0280455"
      - "0280460"
    impl_type: ◎
    definition: 不納欠損が行われた年月日
    sample: 2012-04-01
  - id: 028-00479
    name: 不納欠損事由コード
    type: X(2)
    required: false
    group: 滞納明細管理
    class: 滞納明細管理 / 不納付欠損
    code: "045"
    spec_ref:
      - "0280455"
      - "0280460"
    impl_type: ◎
    definition: 不納欠損の事由を示すコード
    note: |-
      不納欠損がある場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "01"
  - id: 028-00480
    name: 不納欠損額
    type: S9(13)
    required: false
    group: 滞納明細管理
    class: 滞納明細管理 / 不納付欠損
    spec_ref:
      - "0280455"
      - "0280460"
    impl_type: ◎
    definition: 不納欠損を行った金額
    sample: "10000"
  - id: 028-00481
    name: 不納欠損額_延滞金
    type: S9(13)
    required: false
    group: 滞納明細管理
    class: 滞納者情報 / 不納付欠損
    spec_ref:
      - "0280455"
      - "0280460"
    impl_type: ◎
    definition: 不納欠損額の対象となる延滞金
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "10000"
  - id: 028-00482
    name: 不納欠損額_督促手数料
    type: 9(13)
    required: false
    group: 滞納明細管理
    class: 滞納者情報 / 不納付欠損
    spec_ref:
      - "0280455"
      - "0280460"
    impl_type: ◎
    definition: 不納欠損額の対象となる督促手数料
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "50"
  - id: 028-01878
    name: 不納欠損停止区分
    type: X(1)
    required: false
    group: 滞納明細管理
    class: 滞納者情報 / 不納付欠損
    spec_ref:
      - "0280455"
      - "0280460"
    impl_type: ◎
    definition: 不納欠損停止の区分を示すコード（0：未停止、1：停止）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "1"
  - id: 028-00483
    name: 繰越年度
    type: YEAR
    required: false
    group: 滞納明細管理
    class: 滞納明細管理 / 滞納繰越
    spec_ref:
      - "0280464"
    impl_type: ◎
    definition: 滞納繰越した年度
    sample: "2022"
  - id: 028-00484
    name: 繰越年月日
    type: DATE
    required: false
    group: 滞納明細管理
    class: 滞納明細管理 / 滞納繰越
    spec_ref:
      - "0280464"
    impl_type: ◎
    definition: 滞納繰越を設定した年月日
    sample: 2012-04-01
  - id: 028-00485
    name: 決算繰越調定額
    type: S9(13)
    required: false
    group: 滞納明細管理
    class: 滞納明細管理 / 滞納繰越
    spec_ref:
      - "0280464"
    impl_type: ◎
    definition: 繰越した決算繰越調定額
    sample: "10000"
  - id: 028-00486
    name: 催告書発行年月日
    type: DATE
    required: false
    group: 滞納明細管理
    class: 滞納明細管理 / 催告書
    spec_ref:
      - "0280422"
    impl_type: ◎
    definition: 催告書を発行した年月日
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 2012-04-01
  - id: 028-00487
    name: 催告書納付期限
    type: DATE
    required: false
    group: 滞納明細管理
    class: 滞納明細管理 / 催告書
    spec_ref:
      - "0280422"
    impl_type: ◎
    definition: 催告書に記載された納付期限年月日
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 2012-04-01
  - id: 028-00488
    name: 催告書停止年月日
    type: DATE
    required: false
    group: 滞納明細管理
    class: 滞納明細管理 / 催告書
    spec_ref:
      - "0280422"
    impl_type: ◎
    definition: 催告の停止年月日
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.4版】にて修正
    sample: 2012-04-01
  - id: 028-00489
    name: 催告書停止解除年月日
    type: DATE
    required: false
    group: 滞納明細管理
    class: 滞納明細管理 / 催告書
    spec_ref:
      - "0280422"
    impl_type: ◎
    definition: 催告停止の解除年月日
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.4版】にて修正
    sample: 2012-04-01
  - id: 028-00490
    name: 完納年月日
    type: DATE
    required: false
    group: 滞納明細管理
    class: 滞納明細管理 / 完納
    spec_ref:
      - "0280452"
    impl_type: ◎
    definition: 滞納額を完納した年月日
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 2012-04-01
  - id: 028-00491
    name: 交渉年月日
    type: DATE
    required: false
    group: 滞納明細管理
    class: 滞納明細管理 / 経過記録
    spec_ref:
      - "0280452"
    impl_type: ○
    definition: 分納等利用者との交渉を行った年月日
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 2011-11-11
  - id: 028-00492
    name: 交渉内容
    type: N(2000)
    required: false
    group: 滞納明細管理
    class: 滞納明細管理 / 経過記録
    spec_ref:
      - "0280452"
    impl_type: ○
    definition: 分納等利用者との交渉内容
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: ○月○日に××市役所子育て支援課に保護者○×　△男が来庁
  - id: 028-01879
    name: 削除フラグ
    type: X(1)
    required: true
    group: 滞納明細管理
    class: 削除フラグ
    impl_type: ◎
    definition: 当該データが削除されたかどうかを現すフラグ（0：未削除、1：削除済）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "0"
  - id: 028-00493
    name: 操作者ID
    type: X(10)
    required: true
    group: 滞納明細管理
    class: 操作
    impl_type: ◎
    definition: 操作者を一意に識別するコード
    sample: "1234567890"
  - id: 028-00494
    name: 操作年月日
    type: DATE
    required: true
    group: 滞納明細管理
    class: 操作
    impl_type: ◎
    definition: 操作を行った年月日
    sample: 2021-11-01
  - id: 028-00495
    name: 操作時刻
    type: TIME
    required: true
    group: 滞納明細管理
    class: 操作
    impl_type: ◎
    definition: 操作を行った時刻
    sample: "12:00:00"
  - id: 028-00496
    name: 市区町村コード
    type: X(6)
    required: true
    group: 催告発送管理
    class: 市区町村コード
    pk: true
    impl_type: ◎
    definition: 市区町村を一意に識別するコード（指定都市においては区までを特定）
    note: |-
      総務省「全国地方公共団体コード」に従って6桁のコード値を設定すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "131016"
  - id: 028-00498
    name: 賦課年度
    type: YEAR
    required: true
    group: 催告発送管理
    class: 滞納明細 / 共通
    pk: true
    spec_ref:
      - "0280422"
    impl_type: ◎
    definition: 賦課の対象となる根拠の発生した年度
    note: データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "2022"
  - id: 028-00499
    name: 調定年度
    type: YEAR
    required: true
    group: 催告発送管理
    class: 滞納明細 / 共通
    pk: true
    spec_ref:
      - "0280422"
    impl_type: ◎
    definition: 納付義務者に対し納めなければならない保育料等を決定及び通知した年度
    note: データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "2022"
  - id: 028-00500
    name: 通知書番号（徴収番号）
    type: X(20)
    required: true
    group: 催告発送管理
    class: 滞納明細 / 共通
    pk: true
    spec_ref:
      - "0280422"
    impl_type: ◎
    definition: 徴収単位に付与された番号（徴収番号）
    sample: "1234567890"
  - id: 028-01880
    name: 保護者_宛名番号
    type: X(15)
    required: true
    group: 催告発送管理
    class: 滞納明細
    pk: true
    spec_ref:
      - "0280422"
    impl_type: ◎
    definition: 対象保護者の宛名番号（住基の宛名番号と同様）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "123456789012345"
  - id: 028-01881
    name: 児童_宛名番号
    type: X(15)
    required: true
    group: 催告発送管理
    class: 滞納明細
    pk: true
    spec_ref:
      - "0280422"
    impl_type: ◎
    definition: 対象児童の宛名番号（住基の宛名番号と同様）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "123456789012345"
  - id: 028-00501
    name: 業務コード
    type: X(3)
    required: true
    group: 催告発送管理
    class: 滞納明細 / 共通
    pk: true
    code: "034"
    spec_ref:
      - "0280422"
    impl_type: ◎
    definition: 024（子ども・子育て支援）固定
    sample: "01"
  - id: 028-00502
    name: 期別
    type: X(2)
    required: true
    group: 催告発送管理
    class: 滞納明細 / 共通
    pk: true
    spec_ref:
      - "0280422"
    impl_type: ◎
    definition: 保育料等を徴収する期別
    sample: "01"
  - id: 028-01882
    name: 科目コード
    type: X(2)
    required: true
    group: 催告発送管理
    class: 滞納明細
    pk: true
    code: "026"
    spec_ref:
      - "0280376"
      - "0280426"
    impl_type: ◎
    definition: 子ども・子育て支援事業の徴収する料金の種類を示すコード
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: A1
  - id: 028-01883
    name: 催告発送履歴番号
    type: 9(3)
    required: true
    group: 催告発送管理
    class: 滞納明細
    pk: true
    spec_ref:
      - "0280422"
    impl_type: ◎
    definition: 催告発送管理情報の履歴を管理する番号
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "1"
  - id: 028-01884
    name: 最新フラグ
    type: X(1)
    required: true
    group: 催告発送管理
    class: 最新フラグ
    impl_type: ◎
    definition: 当該データが最新かどうかを現すフラグ（0：最新ではない、1：最新である）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "1"
  - id: 028-00497
    name: 指定都市_行政区等コード
    type: X(12)
    required: false
    group: 催告発送管理
    class: 催告発送管理 / 共通
    code: "999"
    impl_type: ○
    definition: 自治体ごとに定める任意の行政範囲を示すコード
    note: |-
      ・各自治体固有のコード利用を想定
      ・総合支所等、任意の行政範囲を示すコード
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.1版】にて修正
    sample: "001"
  - id: 028-00503
    name: 徴収対象者_宛名番号
    type: X(15)
    required: true
    group: 催告発送管理
    class: 滞納明細 / 共通
    spec_ref:
      - "0280422"
    impl_type: ◎
    definition: 個人（法人）を一意に識別する番号
    note: データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "12345678"
  - id: 028-00504
    name: 催告書送付回数
    type: 9(3)
    required: false
    group: 催告発送管理
    class: 催告発送 / 催告
    spec_ref:
      - "0280422"
    impl_type: ◎
    definition: 滞納者に催告書を送付した回数
    sample: "1"
  - id: 028-00505
    name: 催告期限
    type: DATE
    required: false
    group: 催告発送管理
    class: 催告発送 / 催告
    spec_ref:
      - "0280422"
    impl_type: ◎
    definition: 催告時に担当者が任意にスケジュール登録する期限
    sample: 2020-10-10
  - id: 028-00506
    name: 発送年月日
    type: DATE
    required: true
    group: 催告発送管理
    class: 催告発送 / 催告 / 催告書発送
    spec_ref:
      - "0280422"
    impl_type: ◎
    definition: 催告書の発送年月日
    sample: 2020-10-10
  - id: 028-00507
    name: 指定期限
    type: DATE
    required: false
    group: 催告発送管理
    class: 催告発送 / 催告 / 催告書発送
    spec_ref:
      - "0280422"
    impl_type: ◎
    definition: 催告書で指定した納期限の年月日
    sample: 2020-10-10
  - id: 028-00508
    name: 催告区分
    type: X(2)
    required: true
    group: 催告発送管理
    class: 催告発送 / 催告 / 催告書発送
    code: "043"
    spec_ref:
      - "0280422"
    impl_type: ◎
    definition: 催告の種類の区分を示すコード
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "01"
  - id: 028-00509
    name: 納付書種類
    type: X(1)
    required: false
    group: 催告発送管理
    class: 催告発送 / 催告 / 催告書発送
    code: "035"
    spec_ref:
      - "0280422"
    impl_type: ◎
    definition: 納付書の種類を判別するための区分
    sample: "1"
  - id: 028-01885
    name: 催告停止区分
    type: X(1)
    required: true
    group: 催告発送管理
    class: 催告発送 / 催告 / 停止
    spec_ref:
      - "0280425"
    impl_type: ◎
    definition: 催告停止の区分を示すコード（0：未停止、1：停止）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "1"
  - id: 028-01886
    name: 催告停止年月日
    type: DATE
    required: conditional
    group: 催告発送管理
    class: 催告発送 / 催告 / 停止
    spec_ref:
      - "0280425"
    impl_type: ◎
    definition: 催告を停止した年月日
    note: |-
      ※※02801885が1の場合
      データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: 2021-11-01
  - id: 028-01887
    name: 削除フラグ
    type: X(1)
    required: true
    group: 催告発送管理
    class: 削除フラグ
    impl_type: ◎
    definition: 当該データが削除されたかどうかを現すフラグ（0：未削除、1：削除済）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "0"
  - id: 028-00510
    name: 操作者ID
    type: X(10)
    required: true
    group: 催告発送管理
    impl_type: ◎
    definition: 操作者を一意に識別するコード
    sample: "1234567890"
  - id: 028-00511
    name: 操作年月日
    type: DATE
    required: true
    group: 催告発送管理
    impl_type: ◎
    definition: 操作を行った年月日
    sample: 2020-10-10
  - id: 028-00512
    name: 操作時刻
    type: TIME
    required: true
    group: 催告発送管理
    impl_type: ◎
    definition: 操作を行った時刻
    sample: "12:00:00"
  - id: 028-00513
    name: 市区町村コード
    type: X(6)
    required: true
    group: 過誤納情報
    class: 市区町村コード
    pk: true
    impl_type: ◎
    definition: 市区町村を一意に識別するコード（指定都市においては区までを特定）
    note: |-
      総務省「全国地方公共団体コード」に従って6桁のコード値を設定すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "131016"
  - id: 028-00515
    name: 賦課年度
    type: YEAR
    required: true
    group: 過誤納情報
    class: 過誤納情報
    pk: true
    spec_ref:
      - "0280426"
    impl_type: ◎
    definition: 賦課の対象となる根拠の発生した年度
    note: データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "2022"
  - id: 028-00516
    name: 調定年度
    type: YEAR
    required: true
    group: 過誤納情報
    class: 過誤納情報
    pk: true
    spec_ref:
      - "0280426"
    impl_type: ◎
    definition: 納付義務者に対し納めなければならない保育料等を決定及び通知した年度
    note: データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "2022"
  - id: 028-00517
    name: 通知書番号（徴収番号）
    type: X(20)
    required: true
    group: 過誤納情報
    class: 過誤納情報
    pk: true
    spec_ref:
      - "0280426"
    impl_type: ◎
    definition: 徴収単位に付与された番号（徴収番号）
    sample: "1234567890"
  - id: 028-00518
    name: 保護者_宛名番号
    type: X(15)
    required: true
    group: 過誤納情報
    class: 過誤納情報
    pk: true
    spec_ref:
      - "0280426"
    impl_type: ◎
    definition: 対象保護者の宛名番号（住基の宛名番号と同様）
    sample: "123456789012345"
  - id: 028-00519
    name: 児童_宛名番号
    type: X(15)
    required: true
    group: 過誤納情報
    class: 過誤納情報
    pk: true
    spec_ref:
      - "0280426"
    impl_type: ◎
    definition: 対象児童の宛名番号（住基の宛名番号と同様）
    sample: "123456789012345"
  - id: 028-00520
    name: 業務コード
    type: X(3)
    required: true
    group: 過誤納情報
    class: 過誤納情報
    pk: true
    code: "034"
    spec_ref:
      - "0280426"
    impl_type: ◎
    definition: 024（子ども・子育て支援）固定
    sample: "001"
  - id: 028-01888
    name: 期別
    type: X(2)
    required: true
    group: 過誤納情報
    class: 過誤納情報
    pk: true
    spec_ref:
      - "0280426"
    impl_type: ◎
    definition: 保育料等を徴収する期別
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "01"
  - id: 028-00521
    name: 過誤納番号
    type: X(20)
    required: true
    group: 過誤納情報
    class: 過誤納情報 / 共通
    pk: true
    spec_ref:
      - "0280426"
    impl_type: ◎
    definition: 過誤納を特定する一意な番号
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1234567890"
  - id: 028-00522
    name: 科目コード
    type: X(2)
    required: true
    group: 過誤納情報
    class: 過誤納情報
    pk: true
    code: "026"
    spec_ref:
      - "0280426"
    impl_type: ◎
    definition: 子ども・子育て支援事業の徴収する料金の種類を示すコード
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: A1
  - id: 028-01889
    name: 最新フラグ
    type: X(1)
    required: true
    group: 過誤納情報
    class: 最新フラグ
    impl_type: ◎
    definition: 当該データが最新かどうかを現すフラグ（0：最新ではない、1：最新である）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "1"
  - id: 028-00514
    name: 指定都市_行政区等コード
    type: X(12)
    required: false
    group: 過誤納情報
    class: 過誤納情報 / 共通
    code: "999"
    impl_type: ○
    definition: 自治体ごとに定める任意の行政範囲を示すコード
    note: |-
      ・各自治体固有のコード利用を想定
      ・総合支所等、任意の行政範囲を示すコード
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.1版】にて修正
    sample: "001"
  - id: 028-00523
    name: 過誤納金額
    type: S9(13)
    required: true
    group: 過誤納情報
    class: 過誤納情報 / 過誤納金額
    spec_ref:
      - "0280426"
      - "0280437"
    impl_type: ◎
    definition: 過誤納金の金額
    note: データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "0123456"
  - id: 028-00524
    name: 過誤納発生年月日
    type: DATE
    required: true
    group: 過誤納情報
    class: 過誤納情報 / 過誤納年月日
    spec_ref:
      - "0280426"
      - "0280437"
      - "0280458"
    impl_type: ◎
    definition: 過誤納が発生した年月日
    note: データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: 2021-11-01
  - id: 028-00525
    name: 過誤納発生事由
    type: X(1)
    required: true
    group: 過誤納情報
    class: 過誤納情報 / 過誤納発生事由
    code: "094"
    spec_ref:
      - "0280426"
      - "0280437"
    impl_type: ◎
    definition: 過誤納が発生した事由を示すコード
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "1"
  - id: 028-00526
    name: 過誤納金額_延滞金
    type: S9(13)
    required: true
    group: 過誤納情報
    class: 過誤納情報 / 過誤納金額
    spec_ref:
      - "0280426"
      - "0280437"
    impl_type: ◎
    definition: 過誤納金の対象となる延滞金
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "10000"
  - id: 028-00527
    name: 過誤納金額_督促手数料
    type: S9(13)
    required: false
    group: 過誤納情報
    class: 過誤納情報 / 過誤納金額
    spec_ref:
      - "0280426"
      - "0280437"
    impl_type: ◎
    definition: 過誤納金の対象となる督促手数料
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "50"
  - id: 028-00528
    name: 還付充当決議年月日
    type: DATE
    required: false
    group: 過誤納情報
    class: 過誤納情報 / 還付
    spec_ref:
      - "0280426"
      - "0280437"
    impl_type: ◎
    definition: 還付充当決議年月日
    note: データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: 2021-01-08
  - id: 028-00529
    name: 還付充当通知年月日
    type: DATE
    required: false
    group: 過誤納情報
    class: 過誤納情報 / 還付
    spec_ref:
      - "0280426"
      - "0280437"
      - "0280458"
    impl_type: ◎
    definition: 還付充当通知年月日
    note: データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: 2021-01-08
  - id: 028-01890
    name: 削除フラグ
    type: X(1)
    required: true
    group: 過誤納情報
    class: 削除フラグ
    impl_type: ◎
    definition: 当該データが削除されたかどうかを現すフラグ（0：未削除、1：削除済）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "0"
  - id: 028-00530
    name: 操作者ID
    type: X(10)
    required: true
    group: 過誤納情報
    class: 操作
    impl_type: ◎
    definition: 操作者を一意に識別するコード
    sample: "1234567890"
  - id: 028-00531
    name: 操作年月日
    type: DATE
    required: true
    group: 過誤納情報
    class: 操作
    impl_type: ◎
    definition: 操作を行った年月日
    sample: 2021-11-01
  - id: 028-00532
    name: 操作時刻
    type: TIME
    required: true
    group: 過誤納情報
    class: 操作
    impl_type: ◎
    definition: 操作を行った時刻
    sample: "12:00:00"
  - id: 028-00533
    name: 市区町村コード
    type: X(6)
    required: true
    group: 還付情報
    class: 市区町村コード
    pk: true
    impl_type: ◎
    definition: 市区町村を一意に識別するコード（指定都市においては区までを特定）
    note: |-
      総務省「全国地方公共団体コード」に従って6桁のコード値を設定すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "131016"
  - id: 028-00535
    name: 賦課年度
    type: YEAR
    required: true
    group: 還付情報
    class: 還付
    pk: true
    spec_ref:
      - "0280426"
    impl_type: ◎
    definition: 賦課の対象となる根拠の発生した年度
    note: データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "2022"
  - id: 028-00536
    name: 調定年度
    type: YEAR
    required: true
    group: 還付情報
    class: 還付
    pk: true
    spec_ref:
      - "0280426"
    impl_type: ◎
    definition: 納付義務者に対し納めなければならない保育料等を決定及び通知した年度
    note: データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "2022"
  - id: 028-00537
    name: 通知書番号（徴収番号）
    type: X(20)
    required: true
    group: 還付情報
    class: 還付
    pk: true
    spec_ref:
      - "0280426"
    impl_type: ◎
    definition: 徴収単位に付与された番号（徴収番号）
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1234567890"
  - id: 028-00538
    name: 保護者_宛名番号
    type: X(15)
    required: true
    group: 還付情報
    class: 還付
    pk: true
    spec_ref:
      - "0280426"
    impl_type: ◎
    definition: 対象保護者の宛名番号（住基の宛名番号と同様）
    sample: "123456789012345"
  - id: 028-00539
    name: 児童_宛名番号
    type: X(15)
    required: true
    group: 還付情報
    class: 還付
    pk: true
    spec_ref:
      - "0280426"
    impl_type: ◎
    definition: 対象児童の宛名番号（住基の宛名番号と同様）
    sample: "123456789012345"
  - id: 028-00540
    name: 業務コード
    type: X(3)
    required: true
    group: 還付情報
    class: 還付
    pk: true
    code: "034"
    spec_ref:
      - "0280426"
    impl_type: ◎
    definition: 024（子ども・子育て支援）固定
    sample: "001"
  - id: 028-00541
    name: 期別
    type: X(2)
    required: true
    group: 還付情報
    class: 還付
    pk: true
    spec_ref:
      - "0280426"
    impl_type: ◎
    definition: 保育料等を徴収する期別
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "01"
  - id: 028-00542
    name: 過誤納番号
    type: X(20)
    required: true
    group: 還付情報
    class: 還付 / 共通
    pk: true
    spec_ref:
      - "0280426"
    impl_type: ◎
    definition: 過誤納を特定する一意な番号
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1234567890"
  - id: 028-00543
    name: 収納履歴連番
    type: 9(8)
    required: true
    group: 還付情報
    class: 還付 / 共通
    pk: true
    spec_ref:
      - "0280426"
    impl_type: ◎
    definition: 上記の期別情報キー内の古い順の1からの連番
    note: |-
      古いものから昇順でカウントアップ
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-00544
    name: 科目コード
    type: X(2)
    required: true
    group: 還付情報
    class: 還付
    pk: true
    code: "026"
    spec_ref:
      - "0280426"
    impl_type: ◎
    definition: 子ども・子育て支援事業の徴収する料金の種類を示すコード
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: A1
  - id: 028-01891
    name: 最新フラグ
    type: X(1)
    required: true
    group: 還付情報
    class: 最新フラグ
    impl_type: ◎
    definition: 当該データが最新かどうかを現すフラグ（0：最新ではない、1：最新である）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "1"
  - id: 028-00534
    name: 指定都市_行政区等コード
    type: X(12)
    required: false
    group: 還付情報
    class: 還付情報 / 共通
    code: "999"
    impl_type: ○
    definition: 自治体ごとに定める任意の行政範囲を示すコード
    note: |-
      ・各自治体固有のコード利用を想定
      ・総合支所等、任意の行政範囲を示すコード
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.1版】にて修正
    sample: "001"
  - id: 028-00545
    name: 還付額_利用者負担額
    type: 9(13)
    required: true
    group: 還付情報
    class: 還付 / 還付額
    spec_ref:
      - "0280426"
      - "0280437"
    impl_type: ◎
    definition: 還付額となる利用者負担額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "10000"
  - id: 028-00546
    name: 還付額_延滞金
    type: 9(13)
    required: true
    group: 還付情報
    class: 還付 / 還付額
    spec_ref:
      - "0280426"
      - "0280437"
    impl_type: ◎
    definition: 還付額となる延滞金
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "10000"
  - id: 028-00547
    name: 還付額_督促手数料
    type: 9(13)
    required: true
    group: 還付情報
    class: 還付 / 還付額
    spec_ref:
      - "0280426"
      - "0280437"
    impl_type: ◎
    definition: 還付額となる督促手数料
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "10000"
  - id: 028-00548
    name: 還付加算金_利用者負担額
    type: 9(13)
    required: false
    group: 還付情報
    class: 還付 / 還付加算金
    spec_ref:
      - "0280426"
      - "0280437"
    impl_type: ○
    definition: 還付加算金となる利用者負担額
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "10000"
  - id: 028-00549
    name: 還付加算金_延滞金
    type: 9(13)
    required: false
    group: 還付情報
    class: 還付 / 還付加算金
    spec_ref:
      - "0280426"
      - "0280437"
    impl_type: ○
    definition: 還付加算金となる延滞金
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "10000"
  - id: 028-00550
    name: 還付事由
    type: X(2)
    required: false
    group: 還付情報
    class: 還付 / 還付事由
    code: "999"
    spec_ref:
      - "0280426"
    impl_type: ◎
    definition: 還付が発生した事由
    note: |-
      各自治体固有のコード利用を想定
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "10"
  - id: 028-00551
    name: 還付済額_利用者負担額
    type: 9(13)
    required: true
    group: 還付情報
    class: 還付 / 還付済額
    spec_ref:
      - "0280426"
    impl_type: ◎
    definition: 還付額となる利用者負担額のうち、すでに還付が済んだ金額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "10000"
  - id: 028-00552
    name: 還付済額_延滞金
    type: 9(13)
    required: true
    group: 還付情報
    class: 還付 / 還付済額
    spec_ref:
      - "0280426"
    impl_type: ◎
    definition: 還付額となる延滞金のうち、すでに還付が済んだ金額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "10000"
  - id: 028-00553
    name: 還付済額_督促手数料
    type: 9(13)
    required: true
    group: 還付情報
    class: 還付 / 還付済額
    spec_ref:
      - "0280426"
    impl_type: ◎
    definition: 還付額となる督促手数料のうち、すでに還付が済んだ金額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "10000"
  - id: 028-00554
    name: 還付済額加算金_利用者負担額
    type: 9(13)
    required: false
    group: 還付情報
    class: 還付 / 還付済額加算金
    spec_ref:
      - "0280426"
      - "0280437"
    impl_type: ○
    definition: 還付加算金となる利用者負担額のうち、すでに還付が済んだ金額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "10000"
  - id: 028-00555
    name: 還付済額加算金_延滞金
    type: 9(13)
    required: false
    group: 還付情報
    class: 還付 / 還付済額加算金
    spec_ref:
      - "0280426"
      - "0280437"
    impl_type: ○
    definition: 還付加算金となる延滞金のうち、すでに還付が済んだ金額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "10000"
  - id: 028-00556
    name: 歳入・歳出還付区分
    type: X(3)
    required: false
    group: 還付情報
    class: 還付
    code: "083"
    spec_ref:
      - "0280426"
    impl_type: ◎
    definition: 歳入・歳出還付の区分を示すコード
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "001"
  - id: 028-01892
    name: 削除フラグ
    type: X(1)
    required: true
    group: 還付情報
    class: 削除フラグ
    impl_type: ◎
    definition: 当該データが削除されたかどうかを現すフラグ（0：未削除、1：削除済）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "0"
  - id: 028-00557
    name: 操作者ID
    type: X(10)
    required: true
    group: 還付情報
    class: 操作
    impl_type: ◎
    definition: 操作者を一意に識別するコード
    sample: "1234567890"
  - id: 028-00558
    name: 操作年月日
    type: DATE
    required: true
    group: 還付情報
    class: 操作
    impl_type: ◎
    definition: 操作を行った年月日
    sample: 2021-11-01
  - id: 028-00559
    name: 操作時刻
    type: TIME
    required: true
    group: 還付情報
    class: 操作
    impl_type: ◎
    definition: 操作を行った時刻
    sample: "12:00:00"
  - id: 028-00560
    name: 市区町村コード
    type: X(6)
    required: true
    group: 充当情報
    class: 市区町村コード
    pk: true
    impl_type: ◎
    definition: 市区町村を一意に識別するコード（指定都市においては区までを特定）
    note: |-
      総務省「全国地方公共団体コード」に従って6桁のコード値を設定すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "131016"
  - id: 028-00562
    name: 賦課年度
    type: YEAR
    required: true
    group: 充当情報
    class: 充当元
    pk: true
    spec_ref:
      - "0280426"
    impl_type: ◎
    definition: 充当元の賦課年度
    note: データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "2022"
  - id: 028-00563
    name: 調定年度
    type: YEAR
    required: true
    group: 充当情報
    class: 充当元
    pk: true
    spec_ref:
      - "0280426"
    impl_type: ◎
    definition: 充当元の調定年度
    note: データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "2022"
  - id: 028-00564
    name: 通知書番号（徴収番号）
    type: X(20)
    required: true
    group: 充当情報
    class: 充当元
    pk: true
    spec_ref:
      - "0280426"
    impl_type: ◎
    definition: 徴収単位に付与された番号（徴収番号）
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1234567890"
  - id: 028-00565
    name: 保護者_宛名番号
    type: X(15)
    required: true
    group: 充当情報
    class: 充当元
    pk: true
    spec_ref:
      - "0280426"
    impl_type: ◎
    definition: 対象保護者の宛名番号（住基の宛名番号と同様）
    sample: "123456789012345"
  - id: 028-00566
    name: 児童_宛名番号
    type: X(15)
    required: true
    group: 充当情報
    class: 充当元
    pk: true
    spec_ref:
      - "0280426"
    impl_type: ◎
    definition: 対象児童の宛名番号（住基の宛名番号と同様）
    sample: "123456789012345"
  - id: 028-00567
    name: 業務コード
    type: X(3)
    required: true
    group: 充当情報
    class: 充当元
    pk: true
    code: "034"
    spec_ref:
      - "0280426"
    impl_type: ◎
    definition: 024（子ども・子育て支援）固定
    sample: "001"
  - id: 028-00568
    name: 期別
    type: X(2)
    required: true
    group: 充当情報
    class: 充当元
    pk: true
    spec_ref:
      - "0280426"
    impl_type: ◎
    definition: 保育料等を徴収する期別
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "01"
  - id: 028-00569
    name: 過誤納番号
    type: X(20)
    required: true
    group: 充当情報
    class: 充当元 / 共通
    pk: true
    spec_ref:
      - "0280426"
    impl_type: ◎
    definition: 過誤納を特定する一意な番号
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1234567890"
  - id: 028-00570
    name: 収納履歴連番
    type: 9(8)
    required: true
    group: 充当情報
    class: 充当元 / 共通
    pk: true
    spec_ref:
      - "0280426"
    impl_type: ◎
    definition: 上記の期別情報キー内の古い順の1からの連番
    note: |-
      古いものから昇順でカウントアップ
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-00571
    name: 科目コード
    type: X(2)
    required: true
    group: 充当情報
    class: 充当元
    pk: true
    code: "026"
    spec_ref:
      - "0280426"
    impl_type: ◎
    definition: 子ども・子育て支援事業の徴収する料金の種類を示すコード
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: A1
  - id: 028-01893
    name: 最新フラグ
    type: X(1)
    required: true
    group: 充当情報
    class: 最新フラグ
    impl_type: ◎
    definition: 当該データが最新かどうかを現すフラグ（0：最新ではない、1：最新である）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "1"
  - id: 028-00561
    name: 指定都市_行政区等コード
    type: X(12)
    required: false
    group: 充当情報
    class: 充当情報 / 共通
    code: "999"
    impl_type: ○
    definition: 自治体ごとに定める任意の行政範囲を示すコード
    note: |-
      ・各自治体固有のコード利用を想定
      ・総合支所等、任意の行政範囲を示すコード
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.1版】にて修正
    sample: "001"
  - id: 028-00572
    name: 充当先市区町村コード
    type: X(6)
    required: true
    group: 充当情報
    class: 充当先 / 充当先キー項目
    impl_type: ◎
    definition: 充当先の市区町村コード
    note: 総務省「全国地方公共団体コード」に従って6桁のコード値を設定すること
    sample: "131016"
  - id: 028-00573
    name: 充当先_指定都市_行政区等コード
    type: X(12)
    required: false
    group: 充当情報
    class: 充当先 / 充当先キー項目
    code: "999"
    impl_type: ○
    definition: 充当先の自治体ごとに定める任意の行政範囲を示すコード
    note: |-
      ・各自治体固有のコード利用を想定
      ・総合支所等、任意の行政範囲を示すコード
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "001"
  - id: 028-00574
    name: 充当先賦課年度
    type: YEAR
    required: true
    group: 充当情報
    class: 充当先 / 充当先キー項目
    spec_ref:
      - "0280426"
    impl_type: ◎
    definition: 充当先の賦課年度
    sample: "2022"
  - id: 028-00575
    name: 充当先調定年度
    type: YEAR
    required: true
    group: 充当情報
    class: 充当先 / 充当先キー項目
    spec_ref:
      - "0280426"
    impl_type: ◎
    definition: 充当先の調定年度
    sample: "2022"
  - id: 028-00576
    name: 充当先通知書番号（徴収番号）
    type: X(20)
    required: true
    group: 充当情報
    class: 充当先 / 充当先キー項目
    spec_ref:
      - "0280426"
    impl_type: ◎
    definition: 充当先の通知書番号（徴収番号）
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1234567890"
  - id: 028-00577
    name: 充当先保護者_宛名番号
    type: X(15)
    required: true
    group: 充当情報
    class: 充当先 / 充当先キー項目
    spec_ref:
      - "0280426"
    impl_type: ◎
    definition: 充当先の保護者宛名番号
    sample: "123456789012345"
  - id: 028-00578
    name: 充当先児童_宛名番号
    type: X(15)
    required: true
    group: 充当情報
    class: 充当先 / 充当先キー項目
    spec_ref:
      - "0280426"
    impl_type: ◎
    definition: 充当先の児童宛名番号
    sample: "123456789012345"
  - id: 028-00579
    name: 充当先業務コード
    type: X(3)
    required: true
    group: 充当情報
    class: 充当先 / 充当先キー項目
    code: "034"
    spec_ref:
      - "0280426"
    impl_type: ◎
    definition: 充当先の業務コード
    sample: "001"
  - id: 028-00580
    name: 充当先期別
    type: X(2)
    required: true
    group: 充当情報
    class: 充当先 / 充当先キー項目
    spec_ref:
      - "0280426"
    impl_type: ◎
    definition: 充当先の期別
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "01"
  - id: 028-00581
    name: 充当先収納履歴連番
    type: 9(8)
    required: true
    group: 充当情報
    class: 充当先 / 充当先キー項目
    spec_ref:
      - "0280426"
    impl_type: ◎
    definition: 充当先の収納履歴連番
    note: |-
      古いものから昇順でカウントアップ
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-00582
    name: 充当先科目コード
    type: X(2)
    required: true
    group: 充当情報
    class: 充当先 / 充当先キー項目
    code: "026"
    spec_ref:
      - "0280426"
    impl_type: ◎
    definition: 充当先の科目を示すコード
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: A1
  - id: 028-00584
    name: 充当額_調定額から調定額
    type: S9(13)
    required: false
    group: 充当情報
    class: 充当先 / 共通
    spec_ref:
      - "0280432"
      - "0280426"
    impl_type: ◎
    definition: 調定額から調定額に対して充当された額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "0123456"
  - id: 028-00585
    name: 充当額_調定額から延滞金
    type: S9(13)
    required: false
    group: 充当情報
    class: 充当先 / 共通
    spec_ref:
      - "0280432"
      - "0280426"
    impl_type: ◎
    definition: 調定額から延滞金に対して充当された額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "10000"
  - id: 028-00586
    name: 充当額_調定額から督促手数料
    type: S9(13)
    required: false
    group: 充当情報
    class: 充当先 / 共通
    spec_ref:
      - "0280432"
      - "0280426"
    impl_type: ◎
    definition: 調定額から督促手数料に対して充当された額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "10000"
  - id: 028-00587
    name: 充当額_調定額から滞納処分費
    type: S9(13)
    required: false
    group: 充当情報
    class: 充当先 / 共通
    spec_ref:
      - "0280432"
      - "0280426"
    impl_type: ◎
    definition: 調定額から滞納処分費に対して充当された額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "0123456"
  - id: 028-00588
    name: 充当額_延滞金から調定額
    type: S9(13)
    required: false
    group: 充当情報
    class: 充当先 / 共通
    spec_ref:
      - "0280432"
      - "0280426"
    impl_type: ◎
    definition: 延滞金から調定額に対して充当された額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "10000"
  - id: 028-00589
    name: 充当額_延滞金から延滞金
    type: S9(13)
    required: false
    group: 充当情報
    class: 充当先 / 共通
    spec_ref:
      - "0280432"
      - "0280426"
    impl_type: ◎
    definition: 延滞金から延滞金に対して充当された額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "10000"
  - id: 028-00590
    name: 充当額_延滞金から督促手数料
    type: S9(13)
    required: false
    group: 充当情報
    class: 充当先 / 共通
    spec_ref:
      - "0280432"
      - "0280426"
    impl_type: ◎
    definition: 延滞金から督促手数料に対して充当された額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "10000"
  - id: 028-00591
    name: 充当額_延滞金から滞納処分費
    type: S9(13)
    required: false
    group: 充当情報
    class: 充当先 / 共通
    spec_ref:
      - "0280432"
      - "0280426"
    impl_type: ◎
    definition: 延滞金から滞納処分費に対して充当された額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "10000"
  - id: 028-00592
    name: 充当額_督促手数料から調定額
    type: S9(13)
    required: false
    group: 充当情報
    class: 充当先 / 共通
    spec_ref:
      - "0280432"
      - "0280426"
    impl_type: ◎
    definition: 督促手数料から調定額に対して充当された額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "10000"
  - id: 028-00593
    name: 充当額_督促手数料から延滞金
    type: S9(13)
    required: false
    group: 充当情報
    class: 充当先 / 共通
    spec_ref:
      - "0280432"
      - "0280426"
    impl_type: ◎
    definition: 督促手数料から延滞金に対して充当された額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "10000"
  - id: 028-00594
    name: 充当額_督促手数料から督促手数料
    type: S9(13)
    required: false
    group: 充当情報
    class: 充当先 / 共通
    spec_ref:
      - "0280432"
      - "0280426"
    impl_type: ◎
    definition: 督促手数料から督促手数料に対して充当された額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "10000"
  - id: 028-00595
    name: 充当額_督促手数料から滞納処分費
    type: S9(13)
    required: false
    group: 充当情報
    class: 充当先 / 共通
    spec_ref:
      - "0280432"
      - "0280426"
    impl_type: ◎
    definition: 督促手数料から滞納処分費に対して充当された額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "10000"
  - id: 028-00596
    name: 充当額_還付加算金から調定額
    type: S9(13)
    required: false
    group: 充当情報
    class: 充当先 / 共通
    spec_ref:
      - "0280432"
      - "0280426"
    impl_type: ◎
    definition: 還付加算金から調定額に対して充当された額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "0123456"
  - id: 028-00597
    name: 充当額_還付加算金から延滞金
    type: S9(13)
    required: false
    group: 充当情報
    class: 充当先 / 共通
    spec_ref:
      - "0280432"
      - "0280426"
    impl_type: ◎
    definition: 還付加算金から延滞金に対して充当された額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "10000"
  - id: 028-00598
    name: 充当額_還付加算金から督促手数料
    type: S9(13)
    required: false
    group: 充当情報
    class: 充当先 / 共通
    spec_ref:
      - "0280432"
      - "0280426"
    impl_type: ◎
    definition: 還付加算金から督促手数料に対して充当された額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "10000"
  - id: 028-00599
    name: 充当額_還付加算金から滞納処分費
    type: S9(13)
    required: false
    group: 充当情報
    class: 充当先 / 共通
    spec_ref:
      - "0280432"
      - "0280426"
    impl_type: ◎
    definition: 還付加算金から滞納処分費に対して充当された額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "0123456"
  - id: 028-00600
    name: 充当入力年月日
    type: DATE
    required: false
    group: 充当情報
    class: 充当先 / 共通
    spec_ref:
      - "0280426"
    impl_type: ◎
    definition: 充当入力年月日
    note: データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: 2021-01-08
  - id: 028-00601
    name: 充当年月日（予定日）
    type: DATE
    required: false
    group: 充当情報
    class: 充当先 / 共通
    spec_ref:
      - "0280426"
    impl_type: ◎
    definition: 充当処理予定年月日
    note: データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: 2021-01-08
  - id: 028-00602
    name: 充当_備考（メモ）
    type: N(2000)
    required: false
    group: 充当情報
    class: 充当先 / 共通
    spec_ref:
      - "0280426"
    impl_type: ◎
    definition: 充当に関する記載事項を限定しない備考（メモ）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: ○月○日　口座振込不能
  - id: 028-00603
    name: 充当適状年月日
    type: DATE
    required: false
    group: 充当情報
    class: 充当先 / 共通
    spec_ref:
      - "0280426"
    impl_type: ◎
    definition: 充当適状前の充当の場合、充当申出日（充当適状後の充当の場合は過誤納発生日か充当先の納期のいずれか遅い方を設定。）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: 2021-01-08
  - id: 028-00604
    name: 充当申出年月日
    type: DATE
    required: false
    group: 充当情報
    class: 充当先 / 共通
    spec_ref:
      - "0280426"
    impl_type: ◎
    definition: 充当の申し出日
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: 2021-01-08
  - id: 028-01894
    name: 削除フラグ
    type: X(1)
    required: true
    group: 充当情報
    class: 削除フラグ
    impl_type: ◎
    definition: 当該データが削除されたかどうかを現すフラグ（0：未削除、1：削除済）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "0"
  - id: 028-00605
    name: 操作者ID
    type: X(10)
    required: true
    group: 充当情報
    class: 操作
    impl_type: ◎
    definition: 操作者を一意に識別するコード
    sample: "1234567890"
  - id: 028-00606
    name: 操作年月日
    type: DATE
    required: true
    group: 充当情報
    class: 操作
    impl_type: ◎
    definition: 操作を行った年月日
    sample: 2021-11-01
  - id: 028-00607
    name: 操作時刻
    type: TIME
    required: true
    group: 充当情報
    class: 操作
    impl_type: ◎
    definition: 操作を行った時刻
    sample: "12:00:00"
  - id: 028-00608
    name: 市区町村コード
    type: X(6)
    required: true
    group: 延長保育申請情報
    class: 市区町村コード
    pk: true
    impl_type: ○
    definition: 市区町村を一意に識別するコード（指定都市においては区までを特定）
    note: |-
      総務省「全国地方公共団体コード」に従って6桁のコード値を設定すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: "131016"
  - id: 028-00609
    name: 児童_宛名番号
    type: X(15)
    required: true
    group: 延長保育申請情報
    class: 延長保育申請情報
    pk: true
    spec_ref:
      - "0280553"
    impl_type: ○
    definition: 対象児童の宛名番号（住基の宛名番号と同様）
    note: データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: "123456789012345"
  - id: 028-00610
    name: 対象年度
    type: YEAR
    required: true
    group: 延長保育申請情報
    class: 延長保育申請情報 / 共通
    pk: true
    spec_ref:
      - "0280553"
    impl_type: ○
    definition: 対象年度
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: "2022"
  - id: 028-00641
    name: 履歴番号
    type: 9(10)
    required: true
    group: 延長保育申請情報
    class: 延長保育申請情報 / 共通
    pk: true
    spec_ref:
      - "0280553"
    impl_type: ○
    definition: 対象者の延長保育申請毎の履歴番号
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: "1"
  - id: 028-01895
    name: 最新フラグ
    type: X(1)
    required: true
    group: 延長保育申請情報
    class: 最新フラグ
    impl_type: ○
    definition: 当該データが最新かどうかを現すフラグ（0：最新ではない、1：最新である）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: "1"
  - id: 028-01896
    name: 保護者_宛名番号
    type: X(15)
    required: false
    group: 延長保育申請情報
    class: 延長保育申請情報
    spec_ref:
      - "0280553"
    impl_type: ○
    definition: 対象保護者の宛名番号（住基の宛名番号と同様）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: "123456789012345"
  - id: 028-02321
    name: 延長保育申込受付番号
    type: 9(10)
    required: false
    group: 延長保育申請情報
    class: 延長保育申請情報 / 申請内容
    spec_ref:
      - "0280553"
    impl_type: ○
    definition: 延長保育申請の受付番号
    note: データ要件・連携要件標準仕様書【第4.0版】にて追加
    sample: "2021000001"
  - id: 028-00611
    name: 延長保育申請種別
    type: X(3)
    required: false
    group: 延長保育申請情報
    class: 延長保育申請情報 / 申請内容
    code: "058"
    spec_ref:
      - "0280553"
    impl_type: ○
    definition: 延長保育の申請の種別を示すコード
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "001"
  - id: 028-00612
    name: 延長保育状態区分（申請、承諾、不承諾、解除、内定、保留）
    type: X(3)
    required: false
    group: 延長保育申請情報
    class: 延長保育申請情報 / 延長状態
    code: "059"
    spec_ref:
      - "0280553"
    impl_type: ○
    definition: 延長保育申請の状態を表す区分を示すコード
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "001"
  - id: 028-00613
    name: 延長保育申請年月日
    type: DATE
    required: false
    group: 延長保育申請情報
    class: 延長保育申請情報 / 申請内容
    spec_ref:
      - "0280553"
    impl_type: ○
    definition: 延長保育を申請した年月日
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 2011-11-11
  - id: 028-00614
    name: 延長保育決定年月日
    type: DATE
    required: false
    group: 延長保育申請情報
    class: 延長保育申請情報 / 延長状態
    spec_ref:
      - "0280553"
    impl_type: ○
    definition: 延長保育の決定年月日
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: 2011-11-11
  - id: 028-00615
    name: 子ども・子育て事業所番号
    type: X(13)
    required: false
    group: 延長保育申請情報
    class: 延長保育申請情報 / 延長状態
    spec_ref:
      - "0280553"
    impl_type: ○
    definition: 事業所を特定するためのユニークな番号
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: "1234567890123"
  - id: 028-01897
    name: 選考年月日
    type: DATE
    required: false
    group: 延長保育申請情報
    class: 延長保育申請情報 / 決定事項
    spec_ref:
      - "0280553"
    impl_type: ○
    definition: 選考の年月日
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: 2010-12-12
  - id: 028-01898
    name: 保留決定年月日
    type: DATE
    required: conditional
    group: 延長保育申請情報
    class: 延長保育申請情報 / 決定事項
    spec_ref:
      - "0280553"
    impl_type: ○
    definition: 延長保育利用認定の保留が決定した年月日
    note: |-
      ※※02800612が006の場合
      データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: 2012-04-01
  - id: 028-01899
    name: 保留事由
    type: X(3)
    required: conditional
    group: 延長保育申請情報
    class: 延長保育申請情報 / 決定事項
    code: "036"
    spec_ref:
      - "0280553"
    impl_type: ○
    definition: 保留事由を示すコード
    note: |-
      ※※02800612が006の場合
      データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "001"
  - id: 028-01900
    name: 不承諾決定年月日
    type: DATE
    required: conditional
    group: 延長保育申請情報
    class: 延長保育申請情報 / 決定事項
    spec_ref:
      - "0280553"
    impl_type: ○
    definition: 延長保育利用認定の不承諾が決定した年月日
    note: |-
      ※※02800612が003の場合
      データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: 2012-04-01
  - id: 028-01901
    name: 不承諾事由
    type: X(3)
    required: conditional
    group: 延長保育申請情報
    class: 延長保育申請情報 / 決定事項
    code: "050"
    spec_ref:
      - "0280553"
    impl_type: ○
    definition: 延長保育利用認定が承諾されなかった事由を示すコード
    note: |-
      ※※02800612が003の場合
      データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "001"
  - id: 028-01902
    name: 内定決定年月日
    type: DATE
    required: conditional
    group: 延長保育申請情報
    class: 延長保育申請情報 / 決定事項
    spec_ref:
      - "0280553"
    impl_type: ○
    definition: 延長保育利用認定の内定が決定した年月日
    note: |-
      ※※02800612が005の場合
      データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: 2012-04-01
  - id: 028-00616
    name: 勤務時間_保護者
    type: 9(3)
    required: false
    group: 延長保育申請情報
    class: 延長保育申請情報 / 申請内容
    spec_ref:
      - "0280553"
    impl_type: ○
    definition: 保護者の勤務時間（単位：分）
    note: |-
      保護者が勤務している場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-00617
    name: 通勤時間_保護者
    type: 9(3)
    required: false
    group: 延長保育申請情報
    class: 延長保育申請情報 / 申請内容
    spec_ref:
      - "0280553"
    impl_type: ○
    definition: 保護者の通勤時間（単位：分）
    note: |-
      保護者が勤務している場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-00618
    name: 勤務時間_配偶者
    type: 9(3)
    required: false
    group: 延長保育申請情報
    class: 延長保育申請情報 / 申請内容
    spec_ref:
      - "0280553"
    impl_type: ○
    definition: 配偶者の勤務時間（単位：分）
    note: |-
      配偶者が勤務している場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-00619
    name: 通勤時間_配偶者
    type: 9(3)
    required: false
    group: 延長保育申請情報
    class: 延長保育申請情報 / 申請内容
    spec_ref:
      - "0280553"
    impl_type: ○
    definition: 配偶者の通勤時間（単位：分）
    note: |-
      配偶者が勤務している場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-00620
    name: 時間外勤務日数平均_保護者
    type: 9(3)
    required: false
    group: 延長保育申請情報
    class: 延長保育申請情報 / 申請内容
    spec_ref:
      - "0280553"
    impl_type: ○
    definition: 保護者の時間外勤務日数平均（／月）
    note: |-
      保護者が勤務している場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "25"
  - id: 028-00621
    name: 時間外勤務日数平均_配偶者
    type: 9(3)
    required: false
    group: 延長保育申請情報
    class: 延長保育申請情報 / 申請内容
    spec_ref:
      - "0280553"
    impl_type: ○
    definition: 配偶者の時間外勤務日数平均（／月）
    note: |-
      保護者が勤務している場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: "25"
  - id: 028-00622
    name: 備考（メモ）
    type: N(500)
    required: false
    group: 延長保育申請情報
    class: 延長保育申請情報 / 申請内容
    spec_ref:
      - "0280553"
    impl_type: ○
    definition: 延長保育申請に関する備考（メモ）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: ひとり親家庭
  - id: 028-00623
    name: 延長保育利用希望期間開始年月日
    type: DATE
    required: false
    group: 延長保育申請情報
    class: 延長保育申請情報 / 申請内容
    spec_ref:
      - "0280553"
    impl_type: ○
    definition: 延長保育を実施する期間の開始年月日
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: 2011-11-11
  - id: 028-00624
    name: 延長保育利用希望期間終了年月日
    type: DATE
    required: false
    group: 延長保育申請情報
    class: 延長保育申請情報 / 申請内容
    spec_ref:
      - "0280553"
    impl_type: ○
    definition: 延長保育を実施する期間の終了年月日
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: 2011-11-11
  - id: 028-00625
    name: 延長保育時間
    type: X(1)
    required: false
    group: 延長保育申請情報
    class: 延長保育申請情報 / 申請内容
    code: "999"
    spec_ref:
      - "0280553"
    impl_type: ○
    definition: 延長保育を実施する時間
    note: |-
      各自治体固有のコード利用を想定
      （例）1：30分、2：60分、3：その他
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: "1"
  - id: 028-00626
    name: 延長保育利用有無_月曜日
    type: X(1)
    required: false
    group: 延長保育申請情報
    class: 延長保育申請情報 / 申請内容
    spec_ref:
      - "0280553"
    impl_type: ○
    definition: 延長保育利用フラグ（0：非該当、1：該当）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: "1"
  - id: 028-00627
    name: 延長保育利用有無_火曜日
    type: X(1)
    required: false
    group: 延長保育申請情報
    class: 延長保育申請情報 / 申請内容
    spec_ref:
      - "0280553"
    impl_type: ○
    definition: 延長保育利用フラグ（0：非該当、1：該当）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: "1"
  - id: 028-00628
    name: 延長保育利用有無_水曜日
    type: X(1)
    required: false
    group: 延長保育申請情報
    class: 延長保育申請情報 / 申請内容
    spec_ref:
      - "0280553"
    impl_type: ○
    definition: 延長保育利用フラグ（0：非該当、1：該当）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: "1"
  - id: 028-00629
    name: 延長保育利用有無_木曜日
    type: X(1)
    required: false
    group: 延長保育申請情報
    class: 延長保育申請情報 / 申請内容
    spec_ref:
      - "0280553"
    impl_type: ○
    definition: 延長保育利用フラグ（0：非該当、1：該当）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: "1"
  - id: 028-00630
    name: 延長保育利用有無_金曜日
    type: X(1)
    required: false
    group: 延長保育申請情報
    class: 延長保育申請情報 / 申請内容
    spec_ref:
      - "0280553"
    impl_type: ○
    definition: 延長保育利用フラグ（0：非該当、1：該当）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: "1"
  - id: 028-00631
    name: 延長保育利用有無_土曜日
    type: X(1)
    required: false
    group: 延長保育申請情報
    class: 延長保育申請情報 / 申請内容
    spec_ref:
      - "0280553"
    impl_type: ○
    definition: 延長保育利用フラグ（0：非該当、1：該当）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: "1"
  - id: 028-00632
    name: 延長保育利用有無_日曜日
    type: X(1)
    required: false
    group: 延長保育申請情報
    class: 延長保育申請情報 / 申請内容
    spec_ref:
      - "0280553"
    impl_type: ○
    definition: 延長保育利用フラグ（0：非該当、1：該当）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: "1"
  - id: 028-00633
    name: 必要保育時間_月曜日
    type: 9(3)
    required: false
    group: 延長保育申請情報
    class: 延長保育申請情報 / 申請内容
    spec_ref:
      - "0280553"
    impl_type: ○
    definition: 当該曜日の保育必要時間（単位：分）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: "1"
  - id: 028-00634
    name: 必要保育時間_火曜日
    type: 9(3)
    required: false
    group: 延長保育申請情報
    class: 延長保育申請情報 / 申請内容
    spec_ref:
      - "0280553"
    impl_type: ○
    definition: 当該曜日の保育必要時間（単位：分）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: "1"
  - id: 028-00635
    name: 必要保育時間_水曜日
    type: 9(3)
    required: false
    group: 延長保育申請情報
    class: 延長保育申請情報 / 申請内容
    spec_ref:
      - "0280553"
    impl_type: ○
    definition: 当該曜日の保育必要時間（単位：分）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: "1"
  - id: 028-00636
    name: 必要保育時間_木曜日
    type: 9(3)
    required: false
    group: 延長保育申請情報
    class: 延長保育申請情報 / 申請内容
    spec_ref:
      - "0280553"
    impl_type: ○
    definition: 当該曜日の保育必要時間（単位：分）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: "1"
  - id: 028-00637
    name: 必要保育時間_金曜日
    type: 9(3)
    required: false
    group: 延長保育申請情報
    class: 延長保育申請情報 / 申請内容
    spec_ref:
      - "0280553"
    impl_type: ○
    definition: 当該曜日の保育必要時間（単位：分）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: "1"
  - id: 028-00638
    name: 必要保育時間_土曜日
    type: 9(3)
    required: false
    group: 延長保育申請情報
    class: 延長保育申請情報 / 申請内容
    spec_ref:
      - "0280553"
    impl_type: ○
    definition: 当該曜日の保育必要時間（単位：分）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: "1"
  - id: 028-00639
    name: 必要保育時間_日曜日
    type: 9(3)
    required: false
    group: 延長保育申請情報
    class: 延長保育申請情報 / 申請内容
    spec_ref:
      - "0280553"
    impl_type: ○
    definition: 当該曜日の保育必要時間（単位：分）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: "1"
  - id: 028-00640
    name: 延長保育事由
    type: N(50)
    required: false
    group: 延長保育申請情報
    class: 延長保育申請情報 / 申請内容
    spec_ref:
      - "0280553"
    impl_type: ○
    definition: 延長保育の事由
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: 保護者の就業時間が変更となったため
  - id: 028-00642
    name: 早朝保育開始時分
    type: X(4)
    required: false
    group: 延長保育申請情報
    class: 延長保育申請情報 / 延長状態
    spec_ref:
      - "0280553"
    impl_type: ○
    definition: 早朝に預ける場合の開始時分
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: "0600"
  - id: 028-00643
    name: 早朝保育終了時分
    type: X(4)
    required: false
    group: 延長保育申請情報
    class: 延長保育申請情報 / 延長状態
    spec_ref:
      - "0280553"
    impl_type: ○
    definition: 早朝に預ける場合の終了時分
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: "0630"
  - id: 028-00644
    name: 延長保育開始時分
    type: X(4)
    required: false
    group: 延長保育申請情報
    class: 延長保育申請情報 / 延長状態
    spec_ref:
      - "0280553"
    impl_type: ○
    definition: 夕方に預ける場合の開始時分
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: "1700"
  - id: 028-00645
    name: 延長保育終了時分
    type: X(4)
    required: false
    group: 延長保育申請情報
    class: 延長保育申請情報 / 延長状態
    spec_ref:
      - "0280553"
    impl_type: ○
    definition: 夕方に預ける場合の終了時分
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: "1830"
  - id: 028-01903
    name: 削除フラグ
    type: X(1)
    required: true
    group: 延長保育申請情報
    class: 削除フラグ
    impl_type: ○
    definition: 当該データが削除されたかどうかを現すフラグ（0：未削除、1：削除済）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: "0"
  - id: 028-00646
    name: 操作者ID
    type: X(10)
    required: true
    group: 延長保育申請情報
    class: 操作
    impl_type: ○
    definition: 操作者を一意に識別するコード
    note: データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: "1234567890"
  - id: 028-00647
    name: 操作年月日
    type: DATE
    required: true
    group: 延長保育申請情報
    class: 操作
    impl_type: ○
    definition: 操作を行った年月日
    note: データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: 2021-11-01
  - id: 028-00648
    name: 操作時刻
    type: TIME
    required: true
    group: 延長保育申請情報
    class: 操作
    impl_type: ○
    definition: 操作を行った時刻
    note: データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: "12:00:00"
  - id: 028-00649
    name: 市区町村コード
    type: X(6)
    required: true
    group: 補足給付認定情報（補足給付申請・認定情報）
    class: 市区町村コード
    pk: true
    impl_type: ◎
    definition: 市区町村を一意に識別するコード（指定都市においては区までを特定）
    note: |-
      総務省「全国地方公共団体コード」に従って6桁のコード値を設定すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "131016"
  - id: 028-00650
    name: 児童_宛名番号
    type: X(15)
    required: true
    group: 補足給付認定情報（補足給付申請・認定情報）
    class: 共通
    pk: true
    spec_ref:
      - "0280577"
      - "0280578"
    impl_type: ◎
    definition: 対象児童の宛名番号（住基の宛名番号と同様）
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "123456789012345"
  - id: 028-00651
    name: 対象年度
    type: YEAR
    required: true
    group: 補足給付認定情報（補足給付申請・認定情報）
    class: 共通
    pk: true
    spec_ref:
      - "0280577"
      - "0280578"
    impl_type: ◎
    definition: 対象年度
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "2022"
  - id: 028-00653
    name: 補足給付認定連番
    type: 9(10)
    required: true
    group: 補足給付認定情報（補足給付申請・認定情報）
    class: 共通
    pk: true
    spec_ref:
      - "0280577"
      - "0280578"
    impl_type: ◎
    definition: 補足給付申請認定者の履歴を管理する番号
    sample: "1"
  - id: 028-02218
    name: 補足給付支給連番
    type: 9(10)
    required: true
    group: 補足給付認定情報（補足給付申請・認定情報）
    class: 共通
    pk: true
    spec_ref:
      - "0280577"
      - "0280578"
    impl_type: ◎
    definition: 補足給付支給の履歴を管理する枝番
    note: データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: "1"
  - id: 028-01904
    name: 最新フラグ
    type: X(1)
    required: true
    group: 補足給付認定情報（補足給付申請・認定情報）
    class: 最新フラグ
    impl_type: ◎
    definition: 当該データが最新かどうかを現すフラグ（0：最新ではない、1：最新である）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "1"
  - id: 028-00654
    name: 補足給付副食費_交付申請年月日
    type: DATE
    required: true
    group: 補足給付認定情報（補足給付申請・認定情報）
    class: 申請 / 申請日
    spec_ref:
      - "0280577"
      - "0280578"
    impl_type: ◎
    definition: 補足給付副食費の交付申請年月日
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 2012-04-01
  - id: 028-02219
    name: 口座振込申請年月日
    type: DATE
    required: false
    group: 補足給付認定情報（補足給付申請・認定情報）
    class: 申請
    spec_ref:
      - "0280578"
    impl_type: ○
    definition: 口座振込を申請した年月日
    note: データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: 2020-10-10
  - id: 028-00655
    name: 補足給付副食費_交付申請判定結果_国
    type: X(3)
    required: conditional
    group: 補足給付認定情報（補足給付申請・認定情報）
    class: 判定
    code: "093"
    spec_ref:
      - "0280474"
      - "0280577"
      - "0280578"
    impl_type: ◎
    definition: 補足給付副食費の申請判定結果を示すコード
    note: |-
      ※※02800659が001の場合
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "001"
  - id: 028-00656
    name: 補足給付副食費_交付申請判定フラグ_独自
    type: X(1)
    required: false
    group: 補足給付認定情報（補足給付申請・認定情報）
    class: 判定
    spec_ref:
      - "0280474"
      - "0280577"
      - "0280578"
    impl_type: ◎
    definition: 補足給付副食費の申請判定区分（独自）を示すフラグ（0：非該当、1：該当）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "0"
  - id: 028-00657
    name: 備考（メモ）
    type: N(500)
    required: false
    group: 補足給付認定情報（補足給付申請・認定情報）
    class: 申請 / 備考
    spec_ref:
      - "0280577"
      - "0280578"
    impl_type: ◎
    definition: 補足給付副食費の備考（メモ）
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: ●●アレルギーあり
  - id: 028-00658
    name: 補足給付副食費交付申請判定年月日
    type: DATE
    required: false
    group: 補足給付認定情報（補足給付申請・認定情報）
    class: 判定
    spec_ref:
      - "0280577"
      - "0280578"
    impl_type: ◎
    definition: 補足給付副食費の交付申請判定年月日
    note: |-
      補足給付が決定した場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 2012-04-01
  - id: 028-00659
    name: 申請判定結果
    type: X(3)
    required: false
    group: 補足給付認定情報（補足給付申請・認定情報）
    class: 判定
    code: "047"
    spec_ref:
      - "0280577"
      - "0280578"
    impl_type: ◎
    definition: 補足給付副食費の交付申請判定結果を示すコード
    note: |-
      補足給付決定した場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "001"
  - id: 028-00660
    name: 開始年月
    type: X(7)
    required: false
    group: 補足給付認定情報（補足給付申請・認定情報）
    class: 判定
    spec_ref:
      - "0280577"
      - "0280578"
    impl_type: ◎
    definition: 補足給付を開始した年月
    note: |-
      補足給付を受ける場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 2012-04
  - id: 028-00661
    name: 終了年月
    type: X(7)
    required: false
    group: 補足給付認定情報（補足給付申請・認定情報）
    class: 判定
    spec_ref:
      - "0280577"
      - "0280578"
    impl_type: ◎
    definition: 補足給付を終了した年月
    note: |-
      補足給付が終了した場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 2012-04
  - id: 028-02168
    name: 交付却下理由
    type: X(3)
    required: conditional
    group: 補足給付認定情報（補足給付申請・認定情報）
    class: 判定
    code: "999"
    spec_ref:
      - "0280577"
      - "0280578"
    impl_type: ◎
    definition: 申請判定結果が却下となった理由
    note: |-
      各自治体固有のコード利用を想定
      ※※02800659が002の場合
      データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "001"
  - id: 028-01905
    name: 削除フラグ
    type: X(1)
    required: true
    group: 補足給付認定情報（補足給付申請・認定情報）
    class: 削除フラグ
    impl_type: ◎
    definition: 当該データが削除されたかどうかを現すフラグ（0：未削除、1：削除済）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "0"
  - id: 028-00662
    name: 操作者ID
    type: X(10)
    required: true
    group: 補足給付認定情報（補足給付申請・認定情報）
    class: 操作
    impl_type: ◎
    definition: 操作者を一意に識別するコード
    sample: "1234567890"
  - id: 028-00663
    name: 操作年月日
    type: DATE
    required: true
    group: 補足給付認定情報（補足給付申請・認定情報）
    class: 操作
    impl_type: ◎
    definition: 操作を行った年月日
    sample: 2021-11-01
  - id: 028-00664
    name: 操作時刻
    type: TIME
    required: true
    group: 補足給付認定情報（補足給付申請・認定情報）
    class: 操作
    impl_type: ◎
    definition: 操作を行った時刻
    sample: "12:00:00"
  - id: 028-00665
    name: 市区町村コード
    type: X(6)
    required: true
    group: 補足給付認定情報（補足給付支払情報）
    class: 市区町村コード
    pk: true
    impl_type: ◎
    definition: 市区町村を一意に識別するコード（指定都市においては区までを特定）
    note: |-
      総務省「全国地方公共団体コード」に従って6桁のコード値を設定すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "131016"
  - id: 028-00666
    name: 児童_宛名番号
    type: X(15)
    required: true
    group: 補足給付認定情報（補足給付支払情報）
    class: 共通
    pk: true
    spec_ref:
      - "0280577"
      - "0280578"
      - "0280592"
    impl_type: ◎
    definition: 対象児童の宛名番号（住基の宛名番号と同様）
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "123456789012345"
  - id: 028-00667
    name: 対象年度
    type: YEAR
    required: true
    group: 補足給付認定情報（補足給付支払情報）
    class: 共通
    pk: true
    spec_ref:
      - "0280577"
      - "0280578"
      - "0280592"
    impl_type: ◎
    definition: 対象年度
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "2022"
  - id: 028-00668
    name: 補足給付認定連番
    type: 9(10)
    required: true
    group: 補足給付認定情報（補足給付支払情報）
    class: 共通
    pk: true
    spec_ref:
      - "0280577"
      - "0280578"
      - "0280592"
    impl_type: ◎
    definition: 補足給付申請認定者の履歴を管理する番号
    note: データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "1"
  - id: 028-00669
    name: 給付対象月
    type: X(7)
    required: true
    group: 補足給付認定情報（補足給付支払情報）
    class: 共通
    pk: true
    spec_ref:
      - "0280577"
      - "0280578"
      - "0280592"
    impl_type: ◎
    definition: 給付対象となった月度
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 2022-01
  - id: 028-02220
    name: 支払連番
    type: 9(8)
    required: true
    group: 補足給付認定情報（補足給付支払情報）
    class: 共通
    pk: true
    spec_ref:
      - "0280577"
      - "0280578"
      - "0280592"
    impl_type: ◎
    definition: 補足給付支払の連番
    note: データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: "1"
  - id: 028-01906
    name: 最新フラグ
    type: X(1)
    required: true
    group: 補足給付認定情報（補足給付支払情報）
    class: 最新フラグ
    impl_type: ◎
    definition: 当該データが最新かどうかを現すフラグ（0：最新ではない、1：最新である）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "1"
  - id: 028-01907
    name: 支給対象
    type: X(3)
    required: true
    group: 補足給付認定情報（補足給付支払情報）
    class: 支払管理
    code: "077"
    spec_ref:
      - "0280577"
      - "0280578"
      - "0280592"
    impl_type: ◎
    definition: 支給対象者を示す区分
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "001"
  - id: 028-01908
    name: 給付対象者_宛名番号
    type: X(15)
    required: true
    group: 補足給付認定情報（補足給付支払情報）
    class: 給付内容
    spec_ref:
      - "0280577"
      - "0280578"
      - "0280592"
    impl_type: ◎
    definition: 給付対象者の宛名番号（住基の宛名番号と同様）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "123456789012345"
  - id: 028-00670
    name: 補足給付副食費_支払区分（償還払い、代理受領）
    type: X(3)
    required: true
    group: 補足給付認定情報（補足給付支払情報）
    class: 支給 / 支給方法
    code: "006"
    spec_ref:
      - "0280577"
      - "0280578"
      - "0280592"
    impl_type: ◎
    definition: 補足給付に関する支払区分を示すコード
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "001"
  - id: 028-00671
    name: 補足給付副食費_支払方法区分（窓口払、口座払）
    type: X(3)
    required: true
    group: 補足給付認定情報（補足給付支払情報）
    class: 支給 / 支給方法
    code: "007"
    spec_ref:
      - "0280577"
      - "0280578"
      - "0280592"
    impl_type: ◎
    definition: 支払い方法の区分（窓口払/口座払）を示すコード
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "001"
  - id: 028-00672
    name: 補足給付副食費交付申請額
    type: S9(13)
    required: true
    group: 補足給付認定情報（補足給付支払情報）
    class: 申請 / 申請額
    spec_ref:
      - "0280577"
      - "0280578"
      - "0280592"
    impl_type: ◎
    definition: 補足給付副食費の交付申請額
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "10000"
  - id: 028-00673
    name: 補足給付副食費交付実費徴収額（月別）
    type: S9(13)
    required: false
    group: 補足給付認定情報（補足給付支払情報）
    class: 判定
    spec_ref:
      - "0280577"
      - "0280578"
      - "0280592"
    impl_type: ◎
    definition: 補足給付副食費の月別の交付実費徴収額
    sample: "10000"
  - id: 028-00674
    name: 備考（メモ）
    type: N(500)
    required: false
    group: 補足給付認定情報（補足給付支払情報）
    class: 申請 / 備考
    spec_ref:
      - "0280577"
      - "0280578"
      - "0280592"
    impl_type: ◎
    definition: 補足給付副食費の備考（メモ）
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: ●月●日　口座残高不足
  - id: 028-00675
    name: 算定年月日
    type: DATE
    required: true
    group: 補足給付認定情報（補足給付支払情報）
    class: 支給 / 算定日
    spec_ref:
      - "0280577"
      - "0280578"
      - "0280592"
    impl_type: ◎
    definition: 補足給付副食費の算定年月日
    sample: 2012-04-01
  - id: 028-00676
    name: 補足給付副食費交付額
    type: S9(13)
    required: true
    group: 補足給付認定情報（補足給付支払情報）
    class: 支給 / 交付額
    spec_ref:
      - "0280577"
      - "0280578"
      - "0280592"
    impl_type: ◎
    definition: 補足給付副食費の交付額
    sample: "10000"
  - id: 028-00677
    name: 月額上限額
    type: S9(13)
    required: true
    group: 補足給付認定情報（補足給付支払情報）
    class: 支給 / 交付額
    spec_ref:
      - "0280577"
      - "0280578"
      - "0280592"
    impl_type: ◎
    definition: 補足給付副食費の月額上限額
    sample: "10000"
  - id: 028-00678
    name: 支払予定年月日
    type: DATE
    required: true
    group: 補足給付認定情報（補足給付支払情報）
    class: 支給管理 / 支払
    spec_ref:
      - "0280577"
      - "0280578"
      - "0280592"
    impl_type: ◎
    definition: 補足給付副食費の支払予定年月日
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 2021-11-01
  - id: 028-00679
    name: 支払年月日
    type: DATE
    required: false
    group: 補足給付認定情報（補足給付支払情報）
    class: 支給管理 / 支払
    spec_ref:
      - "0280577"
      - "0280578"
      - "0280592"
    impl_type: ◎
    definition: 補足給付副食費の支払年月日
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: 2021-11-01
  - id: 028-01909
    name: 削除フラグ
    type: X(1)
    required: true
    group: 補足給付認定情報（補足給付支払情報）
    class: 削除フラグ
    impl_type: ◎
    definition: 当該データが削除されたかどうかを現すフラグ（0：未削除、1：削除済）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "0"
  - id: 028-00680
    name: 操作者ID
    type: X(10)
    required: true
    group: 補足給付認定情報（補足給付支払情報）
    class: 操作
    impl_type: ◎
    definition: 操作者を一意に識別するコード
    sample: "1234567890"
  - id: 028-00681
    name: 操作年月日
    type: DATE
    required: true
    group: 補足給付認定情報（補足給付支払情報）
    class: 操作
    impl_type: ◎
    definition: 操作を行った年月日
    sample: 2021-11-01
  - id: 028-00682
    name: 操作時刻
    type: TIME
    required: true
    group: 補足給付認定情報（補足給付支払情報）
    class: 操作
    impl_type: ◎
    definition: 操作を行った時刻
    sample: "12:00:00"
  - id: 028-00683
    name: 市区町村コード
    type: X(6)
    required: true
    group: 世帯情報
    class: 市区町村コード
    pk: true
    impl_type: ◎
    definition: 市区町村を一意に識別するコード（指定都市においては区までを特定）
    note: |-
      総務省「全国地方公共団体コード」に従って6桁のコード値を設定すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "131016"
  - id: 028-00684
    name: 児童_宛名番号
    type: X(15)
    required: true
    group: 世帯情報
    class: 共通
    pk: true
    spec_ref:
      - "0280072"
      - "0280203"
      - "0280222"
      - "0280474"
      - "0280497"
    impl_type: ◎
    definition: 対象児童の宛名番号（住基の宛名番号と同様）
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "123456789012345"
  - id: 028-00686
    name: 世帯員_宛名番号
    type: X(15)
    required: true
    group: 世帯情報
    class: 世帯情報
    pk: true
    spec_ref:
      - "0280072"
      - "0280203"
      - "0280222"
      - "0280474"
      - "0280497"
    impl_type: ◎
    definition: 同一世帯員を一意に識別する番号
    sample: "123456789012345"
  - id: 028-00687
    name: 適用開始年月日
    type: DATE
    required: true
    group: 世帯情報
    class: 世帯情報
    pk: true
    spec_ref:
      - "0280072"
      - "0280203"
      - "0280222"
      - "0280474"
      - "0280497"
    impl_type: ◎
    definition: 適用を開始する年月日
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: 2021-11-01
  - id: 028-01910
    name: 最新フラグ
    type: X(1)
    required: true
    group: 世帯情報
    class: 最新フラグ
    impl_type: ◎
    definition: 当該データが最新かどうかを現すフラグ（0：最新ではない、1：最新である）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "1"
  - id: 028-00688
    name: 適用終了年月日
    type: DATE
    required: false
    group: 世帯情報
    class: 世帯情報
    spec_ref:
      - "0280072"
      - "0280203"
      - "0280222"
      - "0280474"
      - "0280497"
    impl_type: ◎
    definition: 適用を終了する年月日
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: 2021-11-01
  - id: 028-00685
    name: 対象年度
    type: YEAR
    required: true
    group: 世帯情報
    class: 世帯情報
    spec_ref:
      - "0280072"
      - "0280203"
      - "0280222"
      - "0280474"
      - "0280497"
    impl_type: ◎
    definition: 対象年度
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "2022"
  - id: 028-00689
    name: 職業／在学
    type: N(50)
    required: false
    group: 世帯情報
    class: 世帯情報 / 職業
    spec_ref:
      - "0280072"
      - "0280203"
      - "0280222"
      - "0280474"
      - "0280497"
    impl_type: ◎
    definition: 同一世帯員の職業または在学
    note: |-
      勤務／在学している場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 株式会社○○商事
  - id: 028-00690
    name: 世帯員の続柄（児童との関係）
    type: X(2)
    required: true
    group: 世帯情報
    class: 世帯情報 / 続柄
    code: "100"
    spec_ref:
      - "0280072"
      - "0280203"
      - "0280222"
      - "0280474"
      - "0280497"
    impl_type: ◎
    definition: 児童から見た世帯員の続柄を示すコード
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "02"
  - id: 028-00692
    name: 税合算該当フラグ
    type: X(1)
    required: true
    group: 世帯情報
    class: 世帯情報
    spec_ref:
      - "0280072"
      - "0280203"
      - "0280222"
      - "0280474"
      - "0280497"
    impl_type: ◎
    definition: 税合算有無を示すフラグ（0：合算しない、1：合算する）
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-00693
    name: システム管理外施設入所フラグ
    type: X(1)
    required: false
    group: 世帯情報
    class: 世帯情報
    spec_ref:
      - "0280072"
      - "0280203"
      - "0280222"
      - "0280474"
      - "0280497"
    impl_type: ○
    definition: システム管理外施設への入所の有無を示すフラグ（0：非該当、1：該当）
    note: |-
      システム管理外の施設へ入所している児童を多子カウントに含める場合にフラグを立てる
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-01911
    name: 削除フラグ
    type: X(1)
    required: true
    group: 世帯情報
    class: 削除フラグ
    impl_type: ◎
    definition: 当該データが削除されたかどうかを現すフラグ（0：未削除、1：削除済）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "0"
  - id: 028-00694
    name: 操作者ID
    type: X(10)
    required: true
    group: 世帯情報
    class: 操作
    impl_type: ◎
    definition: 操作者を一意に識別するコード
    sample: "1234567890"
  - id: 028-00695
    name: 操作年月日
    type: DATE
    required: true
    group: 世帯情報
    class: 操作
    impl_type: ◎
    definition: 操作を行った年月日
    sample: 2021-11-01
  - id: 028-00696
    name: 操作時刻
    type: TIME
    required: true
    group: 世帯情報
    class: 操作
    impl_type: ◎
    definition: 操作を行った時刻
    sample: "12:00:00"
  - id: 028-00720
    name: 市区町村コード
    type: X(6)
    required: true
    group: 送付先情報
    class: 市区町村コード
    pk: true
    impl_type: ◎
    definition: 市区町村を一意に識別するコード（指定都市においては区までを特定）
    note: |-
      総務省「全国地方公共団体コード」に従って6桁のコード値を設定すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "131016"
  - id: 028-00721
    name: 保護者_宛名番号
    type: X(15)
    required: true
    group: 送付先情報
    class: 送付先情報
    pk: true
    spec_ref:
      - "0280053"
      - "0280093"
      - "0280497"
    impl_type: ◎
    definition: 対象保護者の宛名番号（住基の宛名番号と同様）
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "123456789012345"
  - id: 028-00723
    name: 児童_宛名番号
    type: X(15)
    required: true
    group: 送付先情報
    class: 共通
    pk: true
    spec_ref:
      - "0280053"
      - "0280093"
      - "0280497"
    impl_type: ◎
    definition: 対象児童の宛名番号（住基の宛名番号と同様）
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "123456789012345"
  - id: 028-00724
    name: 送付先履歴番号
    type: 9(5)
    required: true
    group: 送付先情報
    class: 送付先情報
    pk: true
    spec_ref:
      - "0280053"
      - "0280093"
      - "0280497"
    impl_type: ◎
    definition: 送付先情報の履歴を管理する番号
    note: |-
      履歴管理しない場合は1を出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-01912
    name: 最新フラグ
    type: X(1)
    required: true
    group: 送付先情報
    class: 最新フラグ
    impl_type: ◎
    definition: 当該データが最新かどうかを現すフラグ（0：最新ではない、1：最新である）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "1"
  - id: 028-00725
    name: 住所_郵便番号
    type: X(7)
    required: true
    group: 送付先情報
    class: 送付先情報 / 住所
    spec_ref:
      - "0280053"
      - "0280093"
      - "0280497"
    impl_type: ◎
    definition: 送付先の住所における郵便番号
    sample: "1000014"
  - id: 028-00726
    name: 住所_市区町村コード
    type: X(6)
    required: true
    group: 送付先情報
    class: 送付先情報 / 住所
    impl_type: ◎
    definition: 住所（都道府県から市区町村まで）を一意に識別できるコード
    note: 総務省「全国地方公共団体コード」に従って6桁のコード値を設定すること
    sample: "131016"
  - id: 028-00727
    name: 住所_町字コード
    type: X(7)
    required: false
    group: 送付先情報
    class: 送付先情報 / 住所
    spec_ref:
      - "0280053"
      - "0280093"
      - "0280497"
    impl_type: ◎
    definition: 住所（町字）を一意に識別できるコード
    note: |-
      ・デジタル庁が整備するアドレス・ベース・レジストリ「町字マスターデータセット」で規定された町字IDのコード値を設定すること
      ・住所に町字がない場合は、0000000を設定すること
      ・アドレス・ベース・レジストリ「町字マスターデータセット」に規定がない町字の場合は、9999999を設定すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: "0011001"
  - id: 028-00728
    name: 住所_都道府県
    type: N(4)
    required: true
    group: 送付先情報
    class: 送付先情報 / 住所
    spec_ref:
      - "0280053"
      - "0280093"
      - "0280497"
    impl_type: ◎
    definition: 送付先の個人の住所における都道府県
    sample: 東京都
  - id: 028-00729
    name: 住所_市区郡町村名
    type: N(12)
    required: true
    group: 送付先情報
    class: 送付先情報 / 住所
    spec_ref:
      - "0280053"
      - "0280093"
      - "0280497"
    impl_type: ◎
    definition: 送付先の個人の住所における市区郡町村名
    sample: |-
      ・特別区：千代田区
      ・指定都市：横浜市西区
      ・指定都市以外の市：茅ヶ崎市
      ・町村：足柄上郡中井町
  - id: 028-00730
    name: 住所_町字
    type: N(120)
    required: false
    group: 送付先情報
    class: 送付先情報 / 住所
    spec_ref:
      - "0280053"
      - "0280093"
      - "0280497"
    impl_type: ◎
    definition: 送付先の個人の住所における町字（丁目を含む）
    note: |-
      送付先住所に町字が存在する場合は出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: 霞が関二丁目
  - id: 028-00731
    name: 住所_番地号表記
    type: N(50)
    required: true
    group: 送付先情報
    class: 送付先情報 / 住所
    spec_ref:
      - "0280053"
      - "0280093"
      - "0280497"
    impl_type: ◎
    definition: 送付先の個人の住所における番地号の日本語を含む表記
    sample: １番地６号
  - id: 028-00732
    name: 住所_方書
    type: N(300)
    required: false
    group: 送付先情報
    class: 送付先情報 / 住所
    spec_ref:
      - "0280053"
      - "0280093"
      - "0280497"
    impl_type: ○
    definition: 送付先の住所における方書
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: ○□△ビル３０１号
  - id: 028-02221
    name: 送付先_氏名
    type: N(100)
    required: false
    group: 送付先情報
    class: 送付先情報
    spec_ref:
      - "0280053"
      - "0280054"
    impl_type: ◎
    definition: 送付先の氏名
    note: データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: 代表取締役
  - id: 028-00733
    name: 送付先使用開始年月日
    type: DATE
    required: true
    group: 送付先情報
    class: 送付先情報
    spec_ref:
      - "0280053"
      - "0280093"
      - "0280497"
    impl_type: ◎
    definition: 送付先の利用を開始する年月日
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 2020-01-01
  - id: 028-00734
    name: 送付先使用終了年月日
    type: DATE
    required: false
    group: 送付先情報
    class: 送付先情報
    spec_ref:
      - "0280053"
      - "0280093"
      - "0280497"
    impl_type: ◎
    definition: 送付先の利用を終了する年月日
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 2021-10-10
  - id: 028-01913
    name: 削除フラグ
    type: X(1)
    required: true
    group: 送付先情報
    class: 削除フラグ
    impl_type: ◎
    definition: 当該データが削除されたかどうかを現すフラグ（0：未削除、1：削除済）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "0"
  - id: 028-00735
    name: 操作者ID
    type: X(10)
    required: true
    group: 送付先情報
    class: 操作
    impl_type: ◎
    definition: 操作者を一意に識別するコード
    sample: "1234567890"
  - id: 028-00736
    name: 操作年月日
    type: DATE
    required: true
    group: 送付先情報
    class: 操作
    impl_type: ◎
    definition: 操作を行った年月日
    sample: 2021-11-01
  - id: 028-00737
    name: 操作時刻
    type: TIME
    required: true
    group: 送付先情報
    class: 操作
    impl_type: ◎
    definition: 操作を行った時刻
    sample: "12:00:00"
  - id: 028-00738
    name: 市区町村コード
    type: X(6)
    required: true
    group: 口座情報
    class: 市区町村コード
    pk: true
    impl_type: ◎
    definition: 市区町村を一意に識別するコード（指定都市においては区までを特定）
    note: |-
      総務省「全国地方公共団体コード」に従って6桁のコード値を設定すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "131016"
  - id: 028-00739
    name: 保護者_宛名番号
    type: X(15)
    required: true
    group: 口座情報
    class: 口座情報 / 共通
    pk: true
    spec_ref:
      - "0280061"
      - "0280390"
      - "0280520"
      - "0280532"
      - "0280577"
      - "0280596"
    impl_type: ◎
    definition: 対象保護者の宛名番号（住基の宛名番号と同様）
    note: データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "123456789012345"
  - id: 028-02193
    name: 児童_宛名番号
    type: X(15)
    required: true
    group: 口座情報
    class: 口座情報 / 共通
    pk: true
    spec_ref:
      - "0280061"
      - "0280390"
      - "0280520"
      - "0280532"
      - "0280577"
      - "0280596"
    impl_type: ◎
    definition: 対象児童の宛名番号（住基の宛名番号と同様）
    note: データ要件・連携要件標準仕様書【第2.2版】にて追加
    sample: "123456789012345"
  - id: 028-00741
    name: 開始年月日
    type: DATE
    required: true
    group: 口座情報
    class: 口座情報 / 共通
    pk: true
    spec_ref:
      - "0280061"
      - "0280390"
      - "0280520"
      - "0280532"
      - "0280577"
      - "0280596"
    impl_type: ◎
    definition: 口座振替・振込を開始する年月日
    note: データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: 2020-10-10
  - id: 028-00742
    name: 終了年月日
    type: DATE
    required: true
    group: 口座情報
    class: 口座情報 / 共通
    pk: true
    spec_ref:
      - "0280061"
      - "0280390"
      - "0280520"
      - "0280532"
      - "0280577"
      - "0280596"
    impl_type: ◎
    definition: 口座振替・振込を終了する年月日
    note: データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: 2020-10-10
  - id: 028-00743
    name: 業務コード
    type: X(3)
    required: true
    group: 口座情報
    class: 口座情報 / 共通
    pk: true
    code: "034"
    spec_ref:
      - "0280061"
      - "0280390"
      - "0280520"
      - "0280532"
      - "0280577"
      - "0280596"
    impl_type: ◎
    definition: 024（子ども・子育て支援）固定
    note: データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "001"
  - id: 028-00745
    name: 給付種別コード
    type: X(1)
    required: true
    group: 口座情報
    class: 口座情報 / 給付
    pk: true
    code: "096"
    spec_ref:
      - "0280061"
      - "0280390"
      - "0280520"
      - "0280532"
      - "0280577"
      - "0280596"
    impl_type: ◎
    definition: 給付の種別（収納・給付・還付）を示すコード
    note: |-
      機能ID：0280062を実装しない場合は「0」を出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて追加
    sample: "1"
  - id: 028-00746
    name: 科目コード
    type: X(2)
    required: true
    group: 口座情報
    class: 口座情報
    pk: true
    code: "026"
    spec_ref:
      - "0280061"
      - "0280390"
      - "0280520"
      - "0280532"
      - "0280577"
      - "0280596"
    impl_type: ◎
    definition: 子ども・子育て支援事業の徴収する料金の種類を示すコード
    note: |-
      機能ID：0280062を実装しない場合は「00」を出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第4.0版】にて修正
    sample: A1
  - id: 028-01914
    name: 最新フラグ
    type: X(1)
    required: true
    group: 口座情報
    class: 最新フラグ
    impl_type: ◎
    definition: 当該データが最新かどうかを現すフラグ（0：最新ではない、1：最新である）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "1"
  - id: 028-00740
    name: 指定都市_行政区等コード
    type: X(12)
    required: false
    group: 口座情報
    class: 口座情報 / 共通
    code: "999"
    impl_type: ○
    definition: 自治体ごとに定める任意の行政範囲を示すコード
    note: |-
      ・各自治体固有のコード利用を想定
      ・総合支所等、任意の行政範囲を示すコード
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.1版】にて修正
    sample: "001"
  - id: 028-00747
    name: 金融機関コード
    type: X(4)
    required: true
    group: 口座情報
    class: 口座情報 / 金融機関
    spec_ref:
      - "0280061"
      - "0280390"
      - "0280520"
      - "0280532"
      - "0280577"
      - "0280596"
    impl_type: ◎
    definition: 口座の金融機関コード
    note: |-
      全銀協フォーマットのコード定義に沿って規定
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "0001"
  - id: 028-00748
    name: 店舗番号
    type: X(3)
    required: false
    group: 口座情報
    class: 口座情報 / 金融機関
    spec_ref:
      - "0280061"
      - "0280390"
      - "0280520"
      - "0280532"
      - "0280577"
      - "0280596"
    impl_type: ◎
    definition: 店舗番号
    note: |-
      ゆうちょ銀行の記号・番号が設定されていない場合は出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: "123"
  - id: 028-00749
    name: ゆうちょ銀行記号
    type: X(5)
    required: false
    group: 口座情報
    class: 口座情報 / 金融機関
    spec_ref:
      - "0280061"
      - "0280390"
      - "0280520"
      - "0280532"
      - "0280577"
      - "0280596"
    impl_type: ◎
    definition: ゆうちょ銀行の記号
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "12345"
  - id: 028-01915
    name: ゆうちょ銀行番号
    type: X(8)
    required: false
    group: 口座情報
    class: 口座情報 / 金融機関
    spec_ref:
      - "0280061"
      - "0280390"
      - "0280520"
      - "0280532"
      - "0280577"
      - "0280596"
    impl_type: ◎
    definition: ゆうちょ銀行の番号
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "12345678"
  - id: 028-00750
    name: 口座種別コード
    type: X(1)
    required: false
    group: 口座情報
    class: 口座情報 / 金融機関
    spec_ref:
      - "0280061"
      - "0280390"
      - "0280520"
      - "0280532"
      - "0280577"
      - "0280596"
    impl_type: ◎
    definition: 口座種別のコード
    note: |-
      ゆうちょ銀行の記号・番号が設定されていない場合は出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "1"
  - id: 028-00751
    name: 口座番号
    type: X(7)
    required: false
    group: 口座情報
    class: 口座情報 / 金融機関
    spec_ref:
      - "0280061"
      - "0280390"
      - "0280520"
      - "0280532"
      - "0280577"
      - "0280596"
    impl_type: ◎
    definition: 口座番号
    note: |-
      ゆうちょ銀行の記号・番号が設定されていない場合は出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.1版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "1111111"
  - id: 028-00752
    name: 口座名義人_カナ
    type: X(30)
    required: true
    group: 口座情報
    class: 口座情報 / 金融機関
    spec_ref:
      - "0280061"
      - "0280390"
      - "0280520"
      - "0280532"
      - "0280577"
      - "0280596"
    impl_type: ◎
    definition: 口座の名義人カナ
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: ｻﾄｳ ｲﾁﾛｳ
  - id: 028-00753
    name: 口座名義人_漢字
    type: N(30)
    required: false
    group: 口座情報
    class: 口座情報 / 金融機関
    spec_ref:
      - "0280061"
      - "0280390"
      - "0280520"
      - "0280532"
      - "0280577"
      - "0280596"
    impl_type: ○
    definition: 口座の名義人漢字
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: 佐藤　一郎
  - id: 028-00754
    name: 新規振替区分
    type: X(3)
    required: false
    group: 口座情報
    class: 口座情報 / 金融機関
    code: "023"
    spec_ref:
      - "0280061"
      - "0280390"
      - "0280520"
      - "0280532"
      - "0280577"
      - "0280596"
    impl_type: ○
    definition: 金融機関に口座振替・振込依頼を初めて行なうか否かを示すコード
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "001"
  - id: 028-00756
    name: 金融機関種別
    type: X(1)
    required: false
    group: 口座情報
    class: 振込口座情報
    spec_ref:
      - "0280061"
      - "0280390"
      - "0280520"
      - "0280532"
      - "0280577"
      - "0280596"
    impl_type: ◎
    definition: 金融機関の種別（1：ゆうちょ銀行以外、2：ゆうちょ銀行）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "1"
  - id: 028-02183
    name: 一時停止年月日
    type: DATE
    required: false
    group: 口座情報
    class: 口座振替実績 / 口座
    spec_ref:
      - "0280391"
    impl_type: ○
    definition: 口座振替を一時停止した年月日
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: 2021-01-08
  - id: 028-02184
    name: 一時停止解除年月日
    type: DATE
    required: false
    group: 口座情報
    class: 口座振替実績 / 口座
    spec_ref:
      - "0280391"
    impl_type: ○
    definition: 口座振替の一時停止を解除した年月日
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: 2021-01-08
  - id: 028-01916
    name: 削除フラグ
    type: X(1)
    required: true
    group: 口座情報
    class: 削除フラグ
    impl_type: ◎
    definition: 当該データが削除されたかどうかを現すフラグ（0：未削除、1：削除済）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "0"
  - id: 028-00759
    name: 操作者ID
    type: X(10)
    required: true
    group: 口座情報
    class: 操作
    impl_type: ◎
    definition: 操作者を一意に識別するコード
    sample: "1234567890"
  - id: 028-00760
    name: 操作年月日
    type: DATE
    required: true
    group: 口座情報
    class: 操作
    impl_type: ◎
    definition: 操作を行った年月日
    sample: 2021-11-01
  - id: 028-00761
    name: 操作時刻
    type: TIME
    required: true
    group: 口座情報
    class: 操作
    impl_type: ◎
    definition: 操作を行った時刻
    sample: "12:00:00"
  - id: 028-00762
    name: 市区町村コード
    type: X(6)
    required: true
    group: 口座振替実績情報
    class: 市区町村コード
    pk: true
    impl_type: ◎
    definition: 市区町村を一意に識別するコード（指定都市においては区までを特定）
    note: |-
      総務省「全国地方公共団体コード」に従って6桁のコード値を設定すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "131016"
  - id: 028-00764
    name: 賦課年度
    type: YEAR
    required: true
    group: 口座振替実績情報
    class: 調定収納 / 共通
    pk: true
    spec_ref:
      - "0280061"
      - "0280387"
      - "0280400"
    impl_type: ◎
    definition: 賦課の対象となる根拠の発生した年度
    note: データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "2022"
  - id: 028-00765
    name: 調定年度
    type: YEAR
    required: true
    group: 口座振替実績情報
    class: 調定収納 / 共通
    pk: true
    spec_ref:
      - "0280061"
      - "0280387"
      - "0280400"
    impl_type: ◎
    definition: 納付義務者に対し納めなければならない保育料等を決定及び通知した年度
    note: データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "2022"
  - id: 028-00766
    name: 通知書番号（徴収番号）
    type: X(20)
    required: true
    group: 口座振替実績情報
    class: 調定収納 / 共通
    pk: true
    spec_ref:
      - "0280061"
      - "0280387"
      - "0280400"
    impl_type: ◎
    definition: 徴収単位に付与された番号（徴収番号）
    sample: "1234567890"
  - id: 028-00767
    name: 業務コード
    type: X(3)
    required: true
    group: 口座振替実績情報
    class: 調定収納 / 共通
    pk: true
    code: "034"
    spec_ref:
      - "0280061"
      - "0280387"
      - "0280400"
    impl_type: ◎
    definition: 024（子ども・子育て支援）固定
    sample: "01"
  - id: 028-00768
    name: 期別
    type: X(2)
    required: true
    group: 口座振替実績情報
    class: 調定収納 / 共通
    pk: true
    spec_ref:
      - "0280061"
      - "0280387"
      - "0280400"
    impl_type: ◎
    definition: 保育料等を徴収する期別
    sample: "01"
  - id: 028-00770
    name: 口座振替実績履歴番号
    type: 9(8)
    required: true
    group: 口座振替実績情報
    class: 調定収納 / 共通
    pk: true
    spec_ref:
      - "0280061"
      - "0280376"
      - "0280387"
      - "0280400"
    impl_type: ◎
    definition: 上記の期別情報キー内の古い順の1からの連番
    note: |-
      古いものから昇順でカウントアップ
      データ要件・連携要件標準仕様書【第2.1版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "1"
  - id: 028-01917
    name: 最新フラグ
    type: X(1)
    required: true
    group: 口座振替実績情報
    class: 最新フラグ
    impl_type: ◎
    definition: 当該データが最新かどうかを現すフラグ（0：最新ではない、1：最新である）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "1"
  - id: 028-00763
    name: 指定都市_行政区等コード
    type: X(12)
    required: false
    group: 口座振替実績情報
    class: 口座振替実績情報 / 共通
    code: "999"
    impl_type: ○
    definition: 自治体ごとに定める任意の行政範囲を示すコード
    note: |-
      ・各自治体固有のコード利用を想定
      ・総合支所等、任意の行政範囲を示すコード
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.1版】にて修正
    sample: "001"
  - id: 028-00769
    name: 保護者_宛名番号
    type: X(15)
    required: true
    group: 口座振替実績情報
    class: 調定収納 / 共通
    spec_ref:
      - "0280061"
      - "0280387"
      - "0280400"
    impl_type: ◎
    definition: 保護者の宛名番号
    sample: "12345678"
  - id: 028-00771
    name: 口座振替処理区分
    type: X(2)
    required: true
    group: 口座振替実績情報
    class: 口座振替実績 / 共通
    code: "090"
    spec_ref:
      - "0280061"
      - "0280387"
      - "0280400"
    impl_type: ◎
    definition: 口座振替の処理区分を示すコード
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "01"
  - id: 028-00772
    name: 振替年月日
    type: DATE
    required: true
    group: 口座振替実績情報
    class: 口座振替実績 / 共通
    spec_ref:
      - "0280061"
      - "0280387"
      - "0280400"
    impl_type: ◎
    definition: 口座振替を実施した年月日
    sample: 2021-01-08
  - id: 028-00773
    name: 収納年月日
    type: DATE
    required: true
    group: 口座振替実績情報
    class: 口座振替実績 / 共通
    spec_ref:
      - "0280061"
      - "0280387"
      - "0280400"
    impl_type: ◎
    definition: 収納を実施した年月日
    sample: 2021-01-08
  - id: 028-00774
    name: 口座振替金額
    type: 9(13)
    required: true
    group: 口座振替実績情報
    class: 口座振替実績 / 共通
    spec_ref:
      - "0280061"
      - "0280387"
      - "0280400"
    impl_type: ◎
    definition: 口座振替が実施された金額
    sample: "10000"
  - id: 028-00775
    name: 全期前納振替金額
    type: 9(13)
    required: false
    group: 口座振替実績情報
    class: 口座振替実績 / 共通
    spec_ref:
      - "0280061"
      - "0280387"
      - "0280400"
    impl_type: ◎
    definition: 全期前納の場合の振替金額（年税額）
    sample: "10000"
  - id: 028-00776
    name: 振替結果コード
    type: X(1)
    required: true
    group: 口座振替実績情報
    class: 口座振替実績 / 共通
    code: "091"
    spec_ref:
      - "0280061"
      - "0280387"
      - "0280400"
    impl_type: ◎
    definition: 口座振替の振替結果を判別するためのコード
    sample: "1"
  - id: 028-02322
    name: 口座振替不能事由
    type: N(50)
    required: false
    group: 口座振替実績情報
    class: 口座振替実績 / 共通
    spec_ref:
      - "0280400"
    impl_type: ◎
    definition: 口座振替不能の事由
    note: データ要件・連携要件標準仕様書【第4.0版】にて追加
    sample: 残高不足のため
  - id: 028-00777
    name: 調定額_本料
    type: 9(13)
    required: true
    group: 口座振替実績情報
    class: 口座振替実績 / 調定額
    spec_ref:
      - "0280061"
      - "0280387"
      - "0280400"
    impl_type: ◎
    definition: 徴収の期に対応する税額
    sample: "10000"
  - id: 028-00778
    name: 調定額_延滞金
    type: 9(13)
    required: true
    group: 口座振替実績情報
    class: 口座振替実績 / 調定額
    spec_ref:
      - "0280061"
      - "0280387"
      - "0280400"
    impl_type: ◎
    definition: 徴収の期に対応する確定延滞金
    sample: "10000"
  - id: 028-00779
    name: 調定額_督促手数料
    type: 9(13)
    required: false
    group: 口座振替実績情報
    class: 口座振替実績 / 調定額
    spec_ref:
      - "0280061"
      - "0280387"
      - "0280400"
    impl_type: ○
    definition: 徴収の期に対応する督促手数料
    sample: "50"
  - id: 028-00780
    name: 収納額_本料
    type: 9(13)
    required: true
    group: 口座振替実績情報
    class: 口座振替実績 / 収納額
    spec_ref:
      - "0280061"
      - "0280387"
      - "0280400"
    impl_type: ◎
    definition: 対象の期別税額に対応する収入額
    sample: "10000"
  - id: 028-00781
    name: 収納額_延滞金
    type: 9(13)
    required: true
    group: 口座振替実績情報
    class: 口座振替実績 / 収納額
    spec_ref:
      - "0280061"
      - "0280387"
      - "0280400"
    impl_type: ◎
    definition: 対象の期別延滞金額に対応する延滞金収入額
    sample: "10000"
  - id: 028-00782
    name: 収納額_督促手数料
    type: 9(13)
    required: false
    group: 口座振替実績情報
    class: 口座振替実績 / 収納額
    spec_ref:
      - "0280061"
      - "0280387"
      - "0280400"
    impl_type: ○
    definition: 対象の期別督促手数料に対応する督促手数料収入額
    sample: "50"
  - id: 028-00783
    name: 金融機関コード
    type: X(4)
    required: true
    group: 口座振替実績情報
    class: 口座振替実績 / 口座
    spec_ref:
      - "0280061"
      - "0280387"
      - "0280400"
    impl_type: ◎
    definition: 口座の金融機関コード
    note: |-
      全銀協フォーマットのコード定義に沿って規定
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "0001"
  - id: 028-00784
    name: 店舗番号
    type: X(3)
    required: false
    group: 口座振替実績情報
    class: 口座振替実績 / 口座
    spec_ref:
      - "0280061"
      - "0280387"
      - "0280400"
    impl_type: ◎
    definition: 店舗番号
    note: |-
      ゆうちょ銀行の記号・番号が設定されていない場合は出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: "123"
  - id: 028-00785
    name: ゆうちょ銀行記号
    type: X(5)
    required: false
    group: 口座振替実績情報
    class: 口座振替実績 / 口座
    spec_ref:
      - "0280061"
      - "0280387"
      - "0280400"
    impl_type: ◎
    definition: ゆうちょ銀行の記号
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "12345"
  - id: 028-01918
    name: ゆうちょ銀行番号
    type: X(8)
    required: false
    group: 口座振替実績情報
    class: 口座振替実績 / 口座
    spec_ref:
      - "0280061"
      - "0280387"
      - "0280400"
    impl_type: ◎
    definition: ゆうちょ銀行の番号
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "12345678"
  - id: 028-01919
    name: 金融機関種別
    type: X(1)
    required: false
    group: 口座振替実績情報
    class: 口座振替実績 / 口座
    spec_ref:
      - "0280061"
      - "0280387"
      - "0280400"
    impl_type: ◎
    definition: 金融機関の種別（1：ゆうちょ銀行以外、2：ゆうちょ銀行）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "1"
  - id: 028-00786
    name: 口座種別コード
    type: X(1)
    required: false
    group: 口座振替実績情報
    class: 口座振替実績 / 口座
    spec_ref:
      - "0280061"
      - "0280387"
      - "0280400"
    impl_type: ◎
    definition: 口座種別のコード
    note: |-
      ゆうちょ銀行の記号・番号が設定されていない場合は出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-00787
    name: 口座番号
    type: X(7)
    required: false
    group: 口座振替実績情報
    class: 口座振替実績 / 口座
    spec_ref:
      - "0280061"
      - "0280387"
      - "0280400"
    impl_type: ◎
    definition: 口座番号
    note: |-
      ゆうちょ銀行の記号・番号が設定されていない場合は出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.1版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.4版】にて修正
    sample: "1111111"
  - id: 028-00788
    name: 口座名義人_カナ
    type: X(30)
    required: true
    group: 口座振替実績情報
    class: 口座振替実績 / 口座
    spec_ref:
      - "0280061"
      - "0280387"
      - "0280400"
    impl_type: ◎
    definition: 口座の名義人カナ
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.4版】にて修正
    sample: ｻﾄｳ ｲﾁﾛｳ
  - id: 028-00789
    name: 口座名義人_漢字
    type: N(30)
    required: false
    group: 口座振替実績情報
    class: 口座振替実績 / 口座
    spec_ref:
      - "0280061"
      - "0280387"
      - "0280400"
    impl_type: ○
    definition: 口座の名義人漢字
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.4版】にて修正
    sample: 佐藤　一郎
  - id: 028-01920
    name: 削除フラグ
    type: X(1)
    required: true
    group: 口座振替実績情報
    class: 削除フラグ
    impl_type: ◎
    definition: 当該データが削除されたかどうかを現すフラグ（0：未削除、1：削除済）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "0"
  - id: 028-00792
    name: 操作者ID
    type: X(10)
    required: true
    group: 口座振替実績情報
    impl_type: ◎
    definition: 操作者を一意に識別するコード
    sample: "1234567890"
  - id: 028-00793
    name: 操作年月日
    type: DATE
    required: true
    group: 口座振替実績情報
    impl_type: ◎
    definition: 操作を行った年月日
    sample: 2021-01-08
  - id: 028-00794
    name: 操作時刻
    type: TIME
    required: true
    group: 口座振替実績情報
    impl_type: ◎
    definition: 操作を行った時刻
    sample: "12:00:00"
  - id: 028-00795
    name: 市区町村コード
    type: X(6)
    required: true
    group: 連絡先情報
    class: 市区町村コード
    pk: true
    impl_type: ◎
    definition: 市区町村を一意に識別するコード（指定都市においては区までを特定）
    note: |-
      総務省「全国地方公共団体コード」に従って6桁のコード値を設定すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "131016"
  - id: 028-00796
    name: 児童_宛名番号
    type: X(15)
    required: true
    group: 連絡先情報
    class: 共通
    pk: true
    spec_ref:
      - "0280057"
      - "0280058"
    impl_type: ◎
    definition: 対象児童の宛名番号（住基の宛名番号と同様）
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "123456789012345"
  - id: 028-00797
    name: 保護者_宛名番号
    type: X(15)
    required: true
    group: 連絡先情報
    class: 連絡先情報
    pk: true
    spec_ref:
      - "0280057"
      - "0280058"
    impl_type: ◎
    definition: 対象保護者の宛名番号（住基の宛名番号と同様）
    sample: "123456789012345"
  - id: 028-01921
    name: 連絡先枝番
    type: 9(3)
    required: true
    group: 連絡先情報
    class: 連絡先情報 / 枝番
    pk: true
    spec_ref:
      - "0280057"
      - "0280058"
    impl_type: ◎
    definition: 複数の連絡先を管理するための枝番
    note: |-
      複数管理しない場合は1を出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "1"
  - id: 028-01922
    name: 連絡先履歴連番
    type: 9(3)
    required: true
    group: 連絡先情報
    class: 連絡先情報 / 履歴
    pk: true
    spec_ref:
      - "0280057"
      - "0280058"
    impl_type: ◎
    definition: 連絡先情報の履歴を管理する連番
    note: |-
      古いものから昇順でカウントアップ。履歴管理しない場合は1を出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "1"
  - id: 028-01923
    name: 最新フラグ
    type: X(1)
    required: true
    group: 連絡先情報
    class: 最新フラグ
    impl_type: ◎
    definition: 当該データが最新かどうかを現すフラグ（0：最新ではない、1：最新である）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "1"
  - id: 028-00798
    name: 対象者（保護者）の続柄（児童との関係）
    type: X(2)
    required: false
    group: 連絡先情報
    class: 連絡先情報
    code: "100"
    spec_ref:
      - "0280057"
      - "0280058"
    impl_type: ○
    definition: 児童から見た対象者（保護者）の続柄を示すコード
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.1版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: "02"
  - id: 028-00799
    name: 連絡先区分
    type: X(3)
    required: true
    group: 連絡先情報
    class: 連絡先情報
    code: "065"
    spec_ref:
      - "0280057"
      - "0280058"
      - "0280474"
    impl_type: ◎
    definition: 連絡先の区分を示すコード
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.1版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "001"
  - id: 028-00800
    name: 連絡先電話番号
    type: X(15)
    required: true
    group: 連絡先情報
    class: 連絡先情報
    spec_ref:
      - "0280057"
      - "0280058"
      - "0280474"
    impl_type: ◎
    definition: 連絡先電話番号
    note: |-
      データ要件・連携要件標準仕様書【第2.1版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: 090-9999-9999
  - id: 028-00801
    name: 連絡先氏名
    type: N(100)
    required: true
    group: 連絡先情報
    class: 連絡先情報
    spec_ref:
      - "0280057"
      - "0280058"
    impl_type: ◎
    definition: 連絡先の氏名
    note: |-
      氏名を構成する要素（氏と名、名（ファーストネーム）と中間名（ミドルネーム）と氏（ラストネーム）など）の間に空白を一文字入れる
      データ要件・連携要件標準仕様書【第2.1版】にて修正
    sample: 佐藤　一郎
  - id: 028-00802
    name: 連絡先氏漢字
    type: N(50)
    required: false
    group: 連絡先情報
    class: 住民 / 日本人住民 / 氏名
    spec_ref:
      - "0280057"
      - "0280058"
    impl_type: ○
    definition: 連絡先の氏漢字
    note: |-
      日本人住民の場合かつ氏名未定ではない場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 佐藤
  - id: 028-00803
    name: 連絡先名漢字
    type: N(50)
    required: false
    group: 連絡先情報
    class: 住民 / 日本人住民 / 氏名
    spec_ref:
      - "0280057"
      - "0280058"
    impl_type: ○
    definition: 連絡先の名漢字
    note: |-
      日本人住民の場合かつ氏名未定ではない場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 一郎
  - id: 028-00804
    name: 連絡先内線番号
    type: X(10)
    required: false
    group: 連絡先情報
    class: 連絡先情報
    spec_ref:
      - "0280057"
      - "0280058"
    impl_type: ○
    definition: 連絡先の内線番号
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.1版】にて修正
    sample: "123"
  - id: 028-00805
    name: 連絡先ＦＡＸ番号
    type: X(15)
    required: false
    group: 連絡先情報
    class: 連絡先情報
    spec_ref:
      - "0280057"
      - "0280058"
    impl_type: ○
    definition: 連絡先のＦＡＸ番号
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.1版】にて修正
    sample: 090-9999-9999
  - id: 028-00806
    name: 連絡先メールアドレス
    type: X(254)
    required: false
    group: 連絡先情報
    class: 連絡先情報
    spec_ref:
      - "0280057"
      - "0280058"
    impl_type: ○
    definition: 連絡先メールアドレス
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.1版】にて修正
    sample: abcde@co.jp
  - id: 028-00807
    name: 連絡先備考（メモ）
    type: N(500)
    required: false
    group: 連絡先情報
    class: 連絡先情報
    spec_ref:
      - "0280057"
      - "0280058"
    impl_type: ○
    definition: 連絡先に関する備考（メモ）
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 電波が入っていないケースが多い
  - id: 028-00808
    name: 連絡先使用開始年月日
    type: DATE
    required: false
    group: 連絡先情報
    class: 連絡先情報
    spec_ref:
      - "0280057"
      - "0280058"
    impl_type: ◎
    definition: 連絡先の利用を開始する年月日
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 2020-01-01
  - id: 028-00809
    name: 連絡先使用終了年月日
    type: DATE
    required: false
    group: 連絡先情報
    class: 連絡先情報
    spec_ref:
      - "0280057"
      - "0280058"
    impl_type: ◎
    definition: 連絡先の利用を終了する年月日
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 2021-10-10
  - id: 028-01924
    name: 削除フラグ
    type: X(1)
    required: true
    group: 連絡先情報
    class: 削除フラグ
    impl_type: ◎
    definition: 当該データが削除されたかどうかを現すフラグ（0：未削除、1：削除済）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "0"
  - id: 028-00810
    name: 操作者ID
    type: X(10)
    required: true
    group: 連絡先情報
    class: 操作
    impl_type: ◎
    definition: 操作者を一意に識別するコード
    sample: "1234567890"
  - id: 028-00811
    name: 操作年月日
    type: DATE
    required: true
    group: 連絡先情報
    class: 操作
    impl_type: ◎
    definition: 操作を行った年月日
    sample: 2021-11-01
  - id: 028-00812
    name: 操作時刻
    type: TIME
    required: true
    group: 連絡先情報
    class: 操作
    impl_type: ◎
    definition: 操作を行った時刻
    sample: "12:00:00"
  - id: 028-02222
    name: 市区町村コード
    type: X(6)
    required: true
    group: 事業者基本情報
    class: 市区町村コード
    pk: true
    impl_type: ○
    definition: 市区町村を一意に識別するコード（指定都市においては区までを特定）
    note: |-
      総務省「全国地方公共団体コード」に従って6桁のコード値を設定すること
      データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: "131016"
  - id: 028-02223
    name: 子ども・子育て事業者番号
    type: X(13)
    required: true
    group: 事業者基本情報
    class: 基本情報 / 共通
    pk: true
    spec_ref:
      - "0280331"
      - "0280512"
    impl_type: ○
    definition: 事業者を特定するためのユニークな番号
    note: データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: "1234567890123"
  - id: 028-02224
    name: 事業者履歴番号
    type: 9(3)
    required: true
    group: 事業者基本情報
    class: 基本情報 / 共通
    pk: true
    spec_ref:
      - "0280331"
      - "0280512"
    impl_type: ○
    definition: 事業者の履歴を管理する番号
    note: データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: "1"
  - id: 028-02225
    name: 最新フラグ
    type: X(1)
    required: true
    group: 事業者基本情報
    class: 最新フラグ
    impl_type: ○
    definition: 当該データが最新かどうかを現すフラグ（0：最新ではない、1：最新である）
    note: データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: "1"
  - id: 028-02226
    name: 法人区分
    type: X(2)
    required: false
    group: 事業者基本情報
    class: 基本情報 / 法人区分
    code: "117"
    spec_ref:
      - "0280331"
      - "0280512"
    impl_type: ○
    definition: 法人が社会福祉法人、学校法人等のどの法人区分に該当するか判断するための区分
    note: |-
      ここdeサーチから取り込んだCSVの「法人等の種類」に対応した項目
      データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: "01"
  - id: 028-02227
    name: 地域型保育事業の有無
    type: X(1)
    required: false
    group: 事業者基本情報
    class: 基本情報 / 地域型保育事業
    spec_ref:
      - "0280331"
      - "0280512"
    impl_type: ○
    definition: 法人が教育・保育を提供し、又は提供しようとする施設等の所在地を管轄する都道府県の区域内に所在する当該法人が設置する教育・保育施設及び当該法人が行う地域型保育事業の有無を示すフラグ（0：無、1：有）
    note: |-
      ここdeサーチから取り込んだCSVの「法人が教育・保育を提供し、又は提供しようとする施設等の所在地を管轄する都道府県の区域内に所在する当該法人が設置する教育・保育施設及び当該法人が行う地域型保育事業」に対応した項目
      データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: "1"
  - id: 028-02228
    name: 削除フラグ
    type: X(1)
    required: true
    group: 事業者基本情報
    class: 削除フラグ
    impl_type: ○
    definition: 当該データが削除されたかどうかを現すフラグ（0：未削除、1：削除済）
    note: データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: "0"
  - id: 028-02229
    name: 操作者ID
    type: X(10)
    required: true
    group: 事業者基本情報
    class: 操作
    impl_type: ○
    definition: 操作者を一意に識別するコード
    note: データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: "1234567890"
  - id: 028-02230
    name: 操作年月日
    type: DATE
    required: true
    group: 事業者基本情報
    class: 操作
    impl_type: ○
    definition: 操作を行った年月日
    note: データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: 2021-11-01
  - id: 028-02231
    name: 操作時刻
    type: TIME
    required: true
    group: 事業者基本情報
    class: 操作
    impl_type: ○
    definition: 操作を行った時刻
    note: データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: "12:00:00"
  - id: 028-00813
    name: 市区町村コード
    type: X(6)
    required: true
    group: 事業所基本情報
    class: 市区町村コード
    pk: true
    impl_type: ◎
    definition: 市区町村を一意に識別するコード（指定都市においては区までを特定）
    note: |-
      総務省「全国地方公共団体コード」に従って6桁のコード値を設定すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "131016"
  - id: 028-00814
    name: 子ども・子育て事業所番号
    type: X(13)
    required: true
    group: 事業所基本情報
    class: 基本情報 / 共通
    pk: true
    spec_ref:
      - "0280330"
      - "0280331"
      - "0280511"
      - "0280512"
    impl_type: ◎
    definition: 事業所を特定するためのユニークな番号
    sample: "1234567890123"
  - id: 028-00816
    name: 事業所履歴番号
    type: 9(3)
    required: true
    group: 事業所基本情報
    class: 基本情報 / 共通
    pk: true
    spec_ref:
      - "0280330"
      - "0280331"
      - "0280511"
      - "0280512"
    impl_type: ◎
    definition: 事業所の履歴を管理する番号
    sample: "1"
  - id: 028-00817
    name: 施設事業所開始年月日
    type: DATE
    required: true
    group: 事業所基本情報
    class: 基本情報
    pk: true
    spec_ref:
      - "0280330"
      - "0280331"
      - "0280511"
      - "0280512"
    impl_type: ◎
    definition: 事業所の開始日
    sample: 2021-11-01
  - id: 028-00842
    name: 分園_子ども・子育て事業所番号
    type: X(13)
    required: true
    group: 事業所基本情報
    class: 基本情報 / 施設 / 本園・分園
    pk: true
    spec_ref:
      - "0280330"
      - "0280331"
      - "0280511"
      - "0280512"
    impl_type: ◎
    definition: 事業所を特定するためのユニークな番号
    note: |-
      本園の場合は「0」を設定すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
      データ要件・連携要件標準仕様書【第4.0版】にて修正
    sample: "1234567890123"
  - id: 028-01925
    name: 最新フラグ
    type: X(1)
    required: true
    group: 事業所基本情報
    class: 最新フラグ
    impl_type: ◎
    definition: 当該データが最新かどうかを現すフラグ（0：最新ではない、1：最新である）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "1"
  - id: 028-00818
    name: 施設事業所終了年月日
    type: DATE
    required: false
    group: 事業所基本情報
    class: 基本情報
    spec_ref:
      - "0280330"
      - "0280331"
      - "0280511"
      - "0280512"
    impl_type: ◎
    definition: 事業所の終了日
    sample: 2021-11-01
  - id: 028-02323
    name: 事業者情報変更年月日
    type: DATE
    required: false
    group: 事業所基本情報
    class: 基本情報
    spec_ref:
      - "0280330"
    impl_type: ◎
    definition: 事業者情報が変更された年月日
    note: データ要件・連携要件標準仕様書【第4.0版】にて追加
    sample: 2021-11-01
  - id: 028-01926
    name: 所管区_指定都市_行政区等コード
    type: X(12)
    required: false
    group: 事業所基本情報
    class: 基本情報
    code: "999"
    impl_type: ○
    definition: 事業所を所管する任意の行政範囲を示すコード
    note: |-
      ・各自治体固有のコード利用を想定
      ・総合支所等、任意の行政範囲を示すコード
      データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "001"
  - id: 028-00819
    name: 委託区分
    type: X(3)
    required: true
    group: 事業所基本情報
    class: 施設管理 / 事業所 / 区分
    code: "022"
    spec_ref:
      - "0280330"
      - "0280331"
      - "0280511"
      - "0280512"
    impl_type: ◎
    definition: 委託先の事業所が管内施設か管外施設かの区分を示すコード
    sample: "001"
  - id: 028-00820
    name: 経営区分
    type: X(3)
    required: true
    group: 事業所基本情報
    class: 基本情報 / 施設 / 区分
    code: "028"
    spec_ref:
      - "0280330"
      - "0280331"
      - "0280511"
      - "0280512"
    impl_type: ◎
    definition: 対象施設の経営形態の区分を示すコード
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "001"
  - id: 028-00821
    name: 施設・事業所明細区分
    type: X(3)
    required: true
    group: 事業所基本情報
    class: 基本情報 / 共通
    code: "027"
    spec_ref:
      - "0280330"
      - "0280331"
      - "0280511"
      - "0280512"
    impl_type: ◎
    definition: 施設・事業所の明細区分を示すコード
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "001"
  - id: 028-00822
    name: 事業所名称
    type: N(100)
    required: true
    group: 事業所基本情報
    class: 基本情報 / 施設 / 名称
    spec_ref:
      - "0280330"
      - "0280331"
      - "0280511"
      - "0280512"
    impl_type: ◎
    definition: 施設・事業所の名称（全角）
    sample: 日本商事
  - id: 028-01927
    name: 事業所名称_フリガナ
    type: N(100)
    required: true
    group: 事業所基本情報
    class: 基本情報 / 施設 / 名称
    spec_ref:
      - "0280330"
      - "0280331"
      - "0280511"
      - "0280512"
    impl_type: ◎
    definition: 施設・事業所の名称（フリガナ）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: ニホンショウジ
  - id: 028-00823
    name: 事業所_郵便番号
    type: X(7)
    required: true
    group: 事業所基本情報
    class: 基本情報 / 施設 / 住所
    spec_ref:
      - "0280330"
      - "0280331"
      - "0280511"
      - "0280512"
    impl_type: ◎
    definition: 事業所の住所における郵便番号
    sample: "1000014"
  - id: 028-02194
    name: 事業所_都道府県
    type: N(4)
    required: false
    group: 事業所基本情報
    class: 基本情報 / 施設 / 住所
    spec_ref:
      - "0280331"
    impl_type: ○
    definition: 事業所の住所における都道府県
    note: |-
      ここdeサーチから取り込んだCSVの「施設の所在地 都道府県」に対応した項目
      データ要件・連携要件標準仕様書【第2.2版】にて追加
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: 東京都
  - id: 028-02195
    name: 事業所_市区町村コード
    type: X(6)
    required: false
    group: 事業所基本情報
    class: 基本情報 / 施設 / 住所
    spec_ref:
      - "0280331"
    impl_type: ○
    definition: 市区町村を一意に識別するコード（指定都市においては区までを特定）
    note: |-
      総務省「全国地方公共団体コード」に従って6桁のコード値を設定すること。
      ここdeサーチから取り込んだCSVの「施設の所在地 市区町村」に対応した項目
      データ要件・連携要件標準仕様書【第2.2版】にて追加
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "131016"
  - id: 028-02196
    name: 事業所_町名・番地
    type: N(300)
    required: false
    group: 事業所基本情報
    class: 基本情報 / 施設 / 住所
    spec_ref:
      - "0280331"
    impl_type: ○
    definition: 事業所の住所における市区町村名町名・事業所の住所における丁目番地号の日本語を含む表記
    note: |-
      ここdeサーチから取り込んだCSVの「施設の所在地 町名・番地」に対応した項目
      データ要件・連携要件標準仕様書【第2.2版】にて追加
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: 千代田区霞が関２丁目１番地６号
  - id: 028-00824
    name: 事業所_町名
    type: N(250)
    required: false
    group: 事業所基本情報
    class: 基本情報 / 施設 / 住所
    spec_ref:
      - "0280330"
      - "0280331"
      - "0280511"
      - "0280512"
    impl_type: ◎
    definition: 事業所の住所における市区町村名町名
    note: データ要件・連携要件標準仕様書【第2.4版】にて修正
    sample: 千代田区霞が関
  - id: 028-00825
    name: 事業所_番地
    type: N(50)
    required: false
    group: 事業所基本情報
    class: 基本情報 / 施設 / 住所
    spec_ref:
      - "0280330"
      - "0280331"
      - "0280511"
      - "0280512"
    impl_type: ◎
    definition: 事業所の住所における丁目番地号の日本語を含む表記
    note: データ要件・連携要件標準仕様書【第2.4版】にて修正
    sample: ２丁目１番地６号
  - id: 028-00826
    name: 事業所_方書
    type: N(300)
    required: false
    group: 事業所基本情報
    class: 基本情報 / 施設 / 住所
    spec_ref:
      - "0280330"
      - "0280331"
      - "0280511"
      - "0280512"
    impl_type: ◎
    definition: 事業所の住所における方書
    sample: ○□△ビル３０１号
  - id: 028-02197
    name: 事業所_建物名・部屋番号等
    type: N(300)
    required: false
    group: 事業所基本情報
    class: 基本情報 / 施設 / 住所
    spec_ref:
      - "0280331"
    impl_type: ○
    definition: 事業所の住所における建物名・部屋番号等
    note: |-
      ここdeサーチから取り込んだCSVの「施設の所在地 建物名・部屋番号等」に対応した項目
      データ要件・連携要件標準仕様書【第2.2版】にて追加
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: ○□△ビル３０１号
  - id: 028-02198
    name: 事業所_住所
    type: N(400)
    required: false
    group: 事業所基本情報
    class: 基本情報 / 施設 / 住所
    spec_ref:
      - "0280331"
    impl_type: ○
    definition: 事業所の住所
    note: |-
      ここdeサーチから取り込んだCSVの「施設の所在地 都道府県」、「施設の所在地 市区町村」、「施設の所在地 町名・番地」、「施設の所在地 建物名・部屋番号等」に対応した項目
      データ要件・連携要件標準仕様書【第2.2版】にて追加
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: 東京都千代田区霞が関二丁目１番地６号東西マンションＢ棟１０１号
  - id: 028-00827
    name: 事業所_電話番号
    type: X(15)
    required: true
    group: 事業所基本情報
    class: 基本情報 / 施設 / 連絡先
    spec_ref:
      - "0280330"
      - "0280331"
      - "0280511"
      - "0280512"
    impl_type: ◎
    definition: 事業所の連絡先電話番号
    sample: 03-1234-5678
  - id: 028-00828
    name: 事業所_FAX番号
    type: X(15)
    required: false
    group: 事業所基本情報
    class: 基本情報 / 施設 / 連絡先
    spec_ref:
      - "0280330"
      - "0280331"
      - "0280511"
      - "0280512"
    impl_type: ○
    definition: 事業所のＦＡＸ番号
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 03-1234-5678
  - id: 028-00829
    name: 事業所_e-mailアドレス
    type: X(254)
    required: false
    group: 事業所基本情報
    class: 基本情報 / 施設 / 連絡先
    spec_ref:
      - "0280330"
      - "0280331"
      - "0280511"
      - "0280512"
    impl_type: ○
    definition: 事業所のＥ－ＭＡＩＬアドレス
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: xxx@yyyyy.com
  - id: 028-00830
    name: 設置者氏名
    type: N(100)
    required: true
    group: 事業所基本情報
    class: 基本情報 / 施設 / 設置者
    spec_ref:
      - "0280330"
      - "0280331"
      - "0280511"
      - "0280512"
    impl_type: ◎
    definition: 設置者の氏名
    note: |-
      氏名を構成する要素（氏と名、名（ファーストネーム）と中間名（ミドルネーム）と氏（ラストネーム）など）の間に空白を一文字入れる
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 設置　太郎
  - id: 028-00831
    name: 設置者氏
    type: N(50)
    required: false
    group: 事業所基本情報
    class: 基本情報 / 施設 / 設置者
    spec_ref:
      - "0280330"
      - "0280331"
      - "0280511"
      - "0280512"
    impl_type: ○
    definition: 設置者の氏
    note: |-
      日本人住民の場合かつ氏名未定ではない場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 佐藤
  - id: 028-00832
    name: 設置者名
    type: N(50)
    required: false
    group: 事業所基本情報
    class: 基本情報 / 施設 / 設置者
    spec_ref:
      - "0280330"
      - "0280331"
      - "0280511"
      - "0280512"
    impl_type: ○
    definition: 設置者の名
    note: |-
      日本人住民の場合かつ氏名未定ではない場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 一郎
  - id: 028-00833
    name: 設置者_郵便番号
    type: X(7)
    required: false
    group: 事業所基本情報
    class: 基本情報 / 施設 / 設置者
    spec_ref:
      - "0280330"
      - "0280331"
      - "0280511"
      - "0280512"
    impl_type: ◎
    definition: 設置者の住所における郵便番号
    sample: "1000014"
  - id: 028-02199
    name: 設置者_住所
    type: N(400)
    required: false
    group: 事業所基本情報
    class: 基本情報 / 施設 / 設置者
    spec_ref:
      - "0280331"
    impl_type: ○
    definition: 設置者の住所
    note: |-
      データ要件・連携要件標準仕様書【第2.2版】にて追加
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: 東京都千代田区霞が関二丁目１番地６号東西マンションＢ棟１０１号
  - id: 028-00834
    name: 設置者_町名
    type: N(250)
    required: false
    group: 事業所基本情報
    class: 基本情報 / 施設 / 設置者
    spec_ref:
      - "0280330"
      - "0280331"
      - "0280511"
      - "0280512"
    impl_type: ◎
    definition: 設置者の住所における市区町村名町名
    sample: 千代田区霞が関
  - id: 028-00835
    name: 設置者_番地
    type: N(50)
    required: false
    group: 事業所基本情報
    class: 基本情報 / 施設 / 設置者
    spec_ref:
      - "0280330"
      - "0280331"
      - "0280511"
      - "0280512"
    impl_type: ◎
    definition: 設置者の住所における丁目番地号の日本語を含む表記
    sample: ２丁目１番地６号
  - id: 028-00836
    name: 設置者_方書
    type: N(300)
    required: false
    group: 事業所基本情報
    class: 基本情報 / 施設 / 設置者
    spec_ref:
      - "0280330"
      - "0280331"
      - "0280511"
      - "0280512"
    impl_type: ◎
    definition: 設置者の住所における方書
    sample: ○□△ビル３０１号
  - id: 028-00837
    name: 代表者職名
    type: N(20)
    required: false
    group: 事業所基本情報
    class: 施設管理 / 職務者 / 代表者
    spec_ref:
      - "0280330"
      - "0280331"
      - "0280511"
      - "0280512"
    impl_type: ○
    definition: 代表者の職名
    sample: 代表取締役
  - id: 028-00838
    name: 代表者氏名
    type: N(100)
    required: false
    group: 事業所基本情報
    class: 施設管理 / 職務者 / 代表者
    spec_ref:
      - "0280330"
      - "0280331"
      - "0280511"
      - "0280512"
    impl_type: ○
    definition: 事業所の代表者氏名
    note: 氏名を構成する要素（氏と名、名（ファーストネーム）と中間名（ミドルネーム）と氏（ラストネーム）など）の間に空白を一文字入れる
    sample: 佐藤　太郎
  - id: 028-00839
    name: 代表者氏
    type: N(50)
    required: false
    group: 事業所基本情報
    class: 基本情報 / 施設 / 設置者
    spec_ref:
      - "0280330"
      - "0280331"
      - "0280511"
      - "0280512"
    impl_type: ○
    definition: 事業所の代表者氏
    note: |-
      日本人住民の場合かつ氏名未定ではない場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 佐藤
  - id: 028-00840
    name: 代表者名
    type: N(50)
    required: false
    group: 事業所基本情報
    class: 基本情報 / 施設 / 設置者
    spec_ref:
      - "0280330"
      - "0280331"
      - "0280511"
      - "0280512"
    impl_type: ○
    definition: 事業所の代表者名
    note: |-
      日本人住民の場合かつ氏名未定ではない場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 一郎
  - id: 028-02232
    name: 代表者氏名_振り仮名（フリガナ）
    type: X(100)
    required: false
    group: 事業所基本情報
    class: 施設管理 / 職務者 / 代表者
    spec_ref:
      - "0280330"
      - "0280331"
      - "0280511"
      - "0280512"
    impl_type: ○
    definition: 事業所の代表者氏名_振り仮名（フリガナ）
    note: データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: ｻﾄｳ ﾀﾛｳ
  - id: 028-02233
    name: 代表就任年月日
    type: DATE
    required: false
    group: 事業所基本情報
    class: 施設管理 / 職務者 / 代表者
    spec_ref:
      - "0280330"
      - "0280331"
      - "0280511"
      - "0280512"
    impl_type: ○
    definition: 代表者の就任年月日
    note: データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: 2021-11-01
  - id: 028-01928
    name: 送付先_郵便番号
    type: X(7)
    required: false
    group: 事業所基本情報
    class: 送付先
    spec_ref:
      - "0280053"
      - "0280054"
    impl_type: ◎
    definition: 送付先の郵便番号
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "1000014"
  - id: 028-01929
    name: 送付先_町名
    type: N(250)
    required: false
    group: 事業所基本情報
    class: 送付先
    spec_ref:
      - "0280053"
      - "0280054"
    impl_type: ◎
    definition: 送付先の町名
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: 千代田区霞が関
  - id: 028-01930
    name: 送付先_番地
    type: N(50)
    required: false
    group: 事業所基本情報
    class: 送付先
    spec_ref:
      - "0280053"
      - "0280054"
    impl_type: ◎
    definition: 送付先の番地
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: ２丁目１番地６号
  - id: 028-01931
    name: 送付先_方書
    type: N(300)
    required: false
    group: 事業所基本情報
    class: 送付先
    spec_ref:
      - "0280053"
      - "0280054"
    impl_type: ◎
    definition: 送付先の方書
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: ○□△ビル３０１号
  - id: 028-02200
    name: 送付先_住所
    type: N(400)
    required: false
    group: 事業所基本情報
    class: 送付先
    spec_ref:
      - "0280331"
    impl_type: ○
    definition: 送付先の住所
    note: |-
      データ要件・連携要件標準仕様書【第2.2版】にて追加
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: 東京都千代田区霞が関二丁目１番地６号東西マンションＢ棟１０１号
  - id: 028-01932
    name: 送付先_氏名
    type: N(100)
    required: false
    group: 事業所基本情報
    class: 送付先
    spec_ref:
      - "0280053"
      - "0280054"
    impl_type: ◎
    definition: 送付先の氏名
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: 代表取締役
  - id: 028-02234
    name: 送付先使用開始年月日
    type: DATE
    required: false
    group: 事業所基本情報
    class: 送付先
    spec_ref:
      - "0280054"
    impl_type: ○
    definition: 送付先の利用を開始する年月日
    note: データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: 2020-01-01
  - id: 028-02235
    name: 送付先使用終了年月日
    type: DATE
    required: false
    group: 事業所基本情報
    class: 送付先
    spec_ref:
      - "0280054"
    impl_type: ○
    definition: 送付先の利用を終了する年月日
    note: データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: 2021-10-10
  - id: 028-01933
    name: 振込先金融機関コード
    type: X(4)
    required: false
    group: 事業所基本情報
    class: 口座
    spec_ref:
      - "0280330"
      - "0280511"
    impl_type: ◎
    definition: 口座の金融機関コード
    note: |-
      ・施設型給付の請求書の口座情報として使用
      ・全銀協フォーマットのコード定義に沿って規定
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.4版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "0001"
  - id: 028-01934
    name: 振込先店舗番号
    type: X(3)
    required: false
    group: 事業所基本情報
    class: 口座
    spec_ref:
      - "0280330"
      - "0280511"
    impl_type: ◎
    definition: 店舗番号
    note: |-
      ゆうちょ銀行の記号・番号が設定されていない場合は出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "123"
  - id: 028-01935
    name: 口座名義人_カナ
    type: X(30)
    required: false
    group: 事業所基本情報
    class: 口座
    spec_ref:
      - "0280330"
      - "0280511"
    impl_type: ◎
    definition: 口座の名義人カナ
    note: |-
      施設型給付の請求書の口座情報として使用
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: ｻﾄｳ ｲﾁﾛｳ
  - id: 028-01936
    name: 口座名義人_漢字
    type: N(30)
    required: false
    group: 事業所基本情報
    class: 口座
    spec_ref:
      - "0280330"
      - "0280512"
    impl_type: ◎
    definition: 口座の名義人漢字
    note: |-
      施設型給付の請求書の口座情報として使用
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: 佐藤　一郎
  - id: 028-01937
    name: 預金種目名
    type: X(1)
    required: false
    group: 事業所基本情報
    class: 口座
    spec_ref:
      - "0280330"
      - "0280511"
    impl_type: ◎
    definition: （全銀協）預金種目
    note: |-
      施設型給付の請求書の口座情報として使用
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "1"
  - id: 028-01938
    name: 口座番号
    type: X(7)
    required: false
    group: 事業所基本情報
    class: 口座
    spec_ref:
      - "0280330"
      - "0280511"
    impl_type: ◎
    definition: 口座番号
    note: |-
      ・施設型給付の請求書の口座情報として使用
      ・ゆうちょ銀行の記号・番号が設定されていない場合は出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "1111111"
  - id: 028-01939
    name: 債権者登録番号
    type: N(15)
    required: false
    group: 事業所基本情報
    class: 口座
    spec_ref:
      - "0280330"
    impl_type: ◎
    definition: 債権者登録番号
    note: |-
      施設型給付の請求書の口座情報として使用
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: ００００００１２３４５６７８９
  - id: 028-02236
    name: 事業所口座有効開始日
    type: DATE
    required: false
    group: 事業所基本情報
    class: 口座
    spec_ref:
      - "0280331"
    impl_type: ○
    definition: 事業所の口座が有効となる日
    note: |-
      施設型給付の請求書の口座情報として使用
      データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: 2020-10-10
  - id: 028-02237
    name: 事業所口座有効終了日
    type: DATE
    required: false
    group: 事業所基本情報
    class: 口座
    spec_ref:
      - "0280331"
    impl_type: ○
    definition: 事業所の口座が終了となる日
    note: |-
      施設型給付の請求書の口座情報として使用
      データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: 2020-10-10
  - id: 028-00843
    name: 未移行幼稚園支払区分
    type: X(3)
    required: false
    group: 事業所基本情報
    class: 基本情報 / 施設等利用給付
    code: "006"
    spec_ref:
      - "0280330"
      - "0280331"
      - "0280511"
      - "0280512"
    impl_type: ◎
    definition: 未移行幼稚園の施設等利用給付の支払区分を示すコード
    note: |-
      未移行幼稚園を提供する場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "001"
  - id: 028-00844
    name: 認可外保育施設支払区分
    type: X(3)
    required: false
    group: 事業所基本情報
    class: 基本情報 / 施設等利用給付
    code: "006"
    spec_ref:
      - "0280330"
      - "0280331"
      - "0280511"
      - "0280512"
    impl_type: ◎
    definition: 認可外保育施設の施設等利用給付の支払区分を示すコード
    note: |-
      認可外保育施設を提供する場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "001"
  - id: 028-00845
    name: 預かり保育事業支払区分
    type: X(3)
    required: false
    group: 事業所基本情報
    class: 基本情報 / 施設等利用給付
    code: "006"
    spec_ref:
      - "0280330"
      - "0280331"
      - "0280511"
      - "0280512"
    impl_type: ◎
    definition: 預かり保育事業の施設等利用給付の支払区分を示すコード
    note: |-
      預かり保育事業を提供する場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "001"
  - id: 028-02206
    name: 幼稚園等の開園状況_預かり保育含め年間２００日以上かつ１日８時間以上開園
    type: X(1)
    required: false
    group: 事業所基本情報
    class: 基本情報 / 施設等利用給付
    spec_ref:
      - "0280501"
      - "0280530"
    impl_type: ○
    definition: 幼稚園等の開園状況が、「預かり保育含め年間200日以上かつ1日に8時間以上開園」に該当するかを示すフラグ（0：非該当、1：該当）
    note: |-
      ・幼稚園利用者について、在園する幼稚園が十分な水準の預かり保育を提供していない場合などに認可外保育施設等を利用する場合、無償化の対象となるため管理する
      ・該当する幼稚園等を管理する場合は出力すること
      データ要件・連携要件標準仕様書【第2.3版】にて追加
    sample: "1"
  - id: 028-00846
    name: 一時預かり事業支払区分
    type: X(3)
    required: false
    group: 事業所基本情報
    class: 基本情報 / 施設等利用給付
    code: "006"
    spec_ref:
      - "0280330"
      - "0280331"
      - "0280511"
      - "0280512"
    impl_type: ◎
    definition: 一時預かり事業の施設等利用給付の支払区分を示すコード
    note: |-
      一時預かり事業を提供する場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "001"
  - id: 028-00847
    name: 病児保育事業支払区分
    type: X(3)
    required: false
    group: 事業所基本情報
    class: 基本情報 / 施設等利用給付
    code: "006"
    spec_ref:
      - "0280330"
      - "0280331"
      - "0280511"
      - "0280512"
    impl_type: ◎
    definition: 病児保育事業の施設等利用給付の支払区分を示すコード
    note: |-
      病児保育事業を提供する場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "001"
  - id: 028-00848
    name: 子育て援助活動支援事業支払区分
    type: X(3)
    required: false
    group: 事業所基本情報
    class: 基本情報 / 施設等利用給付
    code: "006"
    spec_ref:
      - "0280330"
      - "0280331"
      - "0280511"
      - "0280512"
    impl_type: ◎
    definition: 子育て援助活動支援事業の施設等利用給付の支払区分を示すコード
    note: |-
      子育て援助活動支援事業を提供する場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "001"
  - id: 028-00849
    name: 給食費補足給付支払区分
    type: X(3)
    required: false
    group: 事業所基本情報
    class: 基本情報 / 給食費補足給付
    code: "006"
    spec_ref:
      - "0280330"
      - "0280331"
      - "0280511"
      - "0280512"
    impl_type: ◎
    definition: 未移行幼稚園の給食費補足給付の支払区分を示すコード
    note: |-
      未移行幼稚園を提供する場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "001"
  - id: 028-00850
    name: 開始時間_平日開所
    type: X(4)
    required: false
    group: 事業所基本情報
    class: 施設管理 / 開所日時
    spec_ref:
      - "0280330"
      - "0280331"
      - "0280511"
      - "0280512"
    impl_type: ◎
    definition: 平日の特定教育・保育の開所時間（開始）（24時間表示(HHMM)）
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "0845"
  - id: 028-00851
    name: 終了時間_平日開所
    type: X(4)
    required: false
    group: 事業所基本情報
    class: 施設管理 / 開所日時
    spec_ref:
      - "0280330"
      - "0280331"
      - "0280511"
      - "0280512"
    impl_type: ◎
    definition: 平日の特定教育・保育の開所時間（終了）（24時間表示(HHMM)）
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1600"
  - id: 028-00852
    name: 開始時間_土曜日開所
    type: X(4)
    required: false
    group: 事業所基本情報
    class: 施設管理 / 開所日時
    spec_ref:
      - "0280330"
      - "0280331"
      - "0280511"
      - "0280512"
    impl_type: ◎
    definition: 土曜日の特定教育・保育の開所時間（開始）（24時間表示(HHMM)）
    note: |-
      土曜開所している場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "0845"
  - id: 028-00853
    name: 終了時間_土曜日開所
    type: X(4)
    required: false
    group: 事業所基本情報
    class: 施設管理 / 開所日時
    spec_ref:
      - "0280330"
      - "0280331"
      - "0280511"
      - "0280512"
    impl_type: ◎
    definition: 土曜日の特定教育・保育の開所時間（終了）（24時間表示(HHMM)）
    note: |-
      土曜開所している場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1600"
  - id: 028-01940
    name: 開始時間_教育_開所
    type: X(4)
    required: false
    group: 事業所基本情報
    class: 施設管理 / 開所日時
    spec_ref:
      - "0280330"
      - "0280331"
      - "0280511"
      - "0280512"
    impl_type: ◎
    definition: 教育の開所時間（開始）（24時間表示(HHMM)）
    note: |-
      施設型給付の請求書へ出力に使用
      データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "0845"
  - id: 028-01941
    name: 終了時間_教育_開所
    type: X(4)
    required: false
    group: 事業所基本情報
    class: 施設管理 / 開所日時
    spec_ref:
      - "0280330"
      - "0280331"
      - "0280511"
      - "0280512"
    impl_type: ◎
    definition: 教育の開所時間（終了）（24時間表示(HHMM)）
    note: |-
      施設型給付の請求書へ出力に使用
      データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "1600"
  - id: 028-00854
    name: 開始時間_11時間平日開所
    type: X(4)
    required: false
    group: 事業所基本情報
    class: 施設管理 / 開所日時
    spec_ref:
      - "0280330"
      - "0280331"
      - "0280511"
      - "0280512"
    impl_type: ◎
    definition: 11時間平日の特定教育・保育の開所時間（開始）（24時間表示(HHMM)）
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "0845"
  - id: 028-00855
    name: 終了時間_11時間平日開所
    type: X(4)
    required: false
    group: 事業所基本情報
    class: 施設管理 / 開所日時
    spec_ref:
      - "0280330"
      - "0280331"
      - "0280511"
      - "0280512"
    impl_type: ◎
    definition: 11時間平日の特定教育・保育の開所時間（終了）（24時間表示(HHMM)）
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1600"
  - id: 028-00856
    name: 開始時間_11時間土曜日開所
    type: X(4)
    required: false
    group: 事業所基本情報
    class: 施設管理 / 開所日時
    spec_ref:
      - "0280330"
      - "0280331"
      - "0280511"
      - "0280512"
    impl_type: ◎
    definition: 11時間土曜日の特定教育・保育の開所時間（開始）（24時間表示(HHMM)）
    note: |-
      土曜開所している場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "0845"
  - id: 028-00857
    name: 終了時間_11時間土曜日開所
    type: X(4)
    required: false
    group: 事業所基本情報
    class: 施設管理 / 開所日時
    spec_ref:
      - "0280330"
      - "0280331"
      - "0280511"
      - "0280512"
    impl_type: ◎
    definition: 11時間土曜日の特定教育・保育の開所時間（終了）（24時間表示(HHMM)）
    note: |-
      土曜開所している場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1600"
  - id: 028-00858
    name: 開始時間_8時間平日開所
    type: X(4)
    required: false
    group: 事業所基本情報
    class: 施設管理 / 開所日時
    spec_ref:
      - "0280330"
      - "0280331"
      - "0280511"
      - "0280512"
    impl_type: ◎
    definition: ８時間平日の特定教育・保育の開所時間（開始）（24時間表示(HHMM)）
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "0845"
  - id: 028-00859
    name: 終了時間_8時間平日開所
    type: X(4)
    required: false
    group: 事業所基本情報
    class: 施設管理 / 開所日時
    spec_ref:
      - "0280330"
      - "0280331"
      - "0280511"
      - "0280512"
    impl_type: ◎
    definition: ８時間平日の特定教育・保育の開所時間（終了）（24時間表示(HHMM)）
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1600"
  - id: 028-00860
    name: 開始時間_8時間土曜日開所
    type: X(4)
    required: false
    group: 事業所基本情報
    class: 施設管理 / 開所日時
    spec_ref:
      - "0280330"
      - "0280331"
      - "0280511"
      - "0280512"
    impl_type: ◎
    definition: ８時間土曜日の特定教育・保育の開所時間（開始）（24時間表示(HHMM)）
    note: |-
      土曜開所している場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "0845"
  - id: 028-00861
    name: 終了時間_8時間土曜日開所
    type: X(4)
    required: false
    group: 事業所基本情報
    class: 施設管理 / 開所日時
    spec_ref:
      - "0280330"
      - "0280331"
      - "0280511"
      - "0280512"
    impl_type: ◎
    definition: ８時間土曜日の特定教育・保育の開所時間（終了）（24時間表示(HHMM)）
    note: |-
      土曜開所している場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1600"
  - id: 028-00862
    name: 備考（メモ）
    type: N(500)
    required: false
    group: 事業所基本情報
    class: 基本情報 / 共通
    spec_ref:
      - "0280334"
      - "0280515"
    impl_type: ○
    definition: 事業所基本情報における備考（メモ）
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: ○月○日に●●保育所を吸収合併
  - id: 028-02238
    name: 平日一時預かり有無
    type: X(1)
    required: false
    group: 事業所基本情報
    class: 基本情報 / 施設 / 区分
    spec_ref:
      - "0280331"
      - "0280474"
    impl_type: ○
    definition: 平日一時預かり有無を示すフラグ（0：無、1：有）
    note: データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: "1"
  - id: 028-02239
    name: 休業日一時預かり有無
    type: X(1)
    required: false
    group: 事業所基本情報
    class: 基本情報 / 施設 / 区分
    spec_ref:
      - "0280331"
      - "0280474"
    impl_type: ○
    definition: 休業日一時預かり有無を示すフラグ（0：無、1：有）
    note: データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: "1"
  - id: 028-02240
    name: 病児保育有無
    type: X(1)
    required: false
    group: 事業所基本情報
    class: 基本情報 / 施設 / 区分
    spec_ref:
      - "0280331"
      - "0280474"
    impl_type: ○
    definition: 病児保育有無を示すフラグ（0：無、1：有）
    note: データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: "1"
  - id: 028-02241
    name: 病児保育類型
    type: X(1)
    required: false
    group: 事業所基本情報
    class: 基本情報 / 施設
    code: "118"
    spec_ref:
      - "0280331"
    impl_type: ○
    definition: 病児保育の類型を示すコード
    note: データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: "1"
  - id: 028-00863
    name: 障害児対応有無
    type: X(1)
    required: false
    group: 事業所基本情報
    class: 基本情報 / 施設 / 区分
    spec_ref:
      - "0280330"
      - "0280331"
      - "0280511"
      - "0280512"
    impl_type: ○
    definition: 障害児対応の有無を示すフラグ（0：無、1：有）
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-02242
    name: 学級数
    type: 9(5)
    required: false
    group: 事業所基本情報
    class: 基本情報 / 施設
    spec_ref:
      - "0280331"
    impl_type: ○
    definition: 事業所（認定こども園及び保育園に限る）における学級数
    note: データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: "10"
  - id: 028-02243
    name: 学級当たり人数
    type: 9(5)
    required: false
    group: 事業所基本情報
    class: 基本情報 / 施設
    spec_ref:
      - "0280331"
    impl_type: ○
    definition: 事業所（認定こども園及び保育園に限る）における1学級当たりの人数
    note: データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: "20"
  - id: 028-02244
    name: 検査実施日
    type: DATE
    required: false
    group: 事業所基本情報
    class: 施設管理 / 施設
    spec_ref:
      - "0280331"
      - "0280512"
    impl_type: ○
    definition: 立ち入り検査実施日
    note: データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: 2021-01-08
  - id: 028-02245
    name: 検査結果
    type: X(1)
    required: false
    group: 事業所基本情報
    class: 施設管理 / 施設
    code: "119"
    spec_ref:
      - "0280331"
      - "0280512"
    impl_type: ○
    definition: 立ち入り検査の結果
    note: データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: "1"
  - id: 028-02246
    name: 検査備考
    type: N(800)
    required: false
    group: 事業所基本情報
    class: 施設管理 / 施設
    spec_ref:
      - "0280331"
      - "0280512"
    impl_type: ○
    definition: 立ち入り検査に関するその他の情報
    note: データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: 立ち入りの結果、以下の是正点有り
  - id: 028-02247
    name: 勧告期限日
    type: DATE
    required: false
    group: 事業所基本情報
    class: 施設管理 / 施設
    spec_ref:
      - "0280331"
      - "0280512"
    impl_type: ○
    definition: 勧告期限日
    note: データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: 2021-01-08
  - id: 028-02248
    name: 公表実施日
    type: DATE
    required: false
    group: 事業所基本情報
    class: 施設管理 / 施設
    spec_ref:
      - "0280331"
      - "0280512"
    impl_type: ○
    definition: 勧告に従わなかった旨の公表の実施日
    note: データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: 2021-01-08
  - id: 028-02249
    name: 勧告備考
    type: N(800)
    required: false
    group: 事業所基本情報
    class: 施設管理 / 施設
    spec_ref:
      - "0280331"
      - "0280512"
    impl_type: ○
    definition: 勧告に関するその他の情報
    note: データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: 立ち入りの結果、以下の是正点有り
  - id: 028-02250
    name: 命令期限日
    type: DATE
    required: false
    group: 事業所基本情報
    class: 施設管理 / 施設
    spec_ref:
      - "0280331"
      - "0280512"
    impl_type: ○
    definition: 命令期限日
    note: データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: 2021-01-08
  - id: 028-02251
    name: 公示実施日
    type: DATE
    required: false
    group: 事業所基本情報
    class: 施設管理 / 施設
    spec_ref:
      - "0280331"
      - "0280512"
    impl_type: ○
    definition: 命令の公示実施日
    note: データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: 2021-01-08
  - id: 028-02252
    name: 命令備考
    type: N(800)
    required: false
    group: 事業所基本情報
    class: 施設管理 / 施設
    spec_ref:
      - "0280331"
      - "0280512"
    impl_type: ○
    definition: 命令に関するその他の情報
    note: データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: 早急な保育士拡充を求める
  - id: 028-02253
    name: 開所日_開所曜日_日曜日
    type: X(1)
    required: false
    group: 事業所基本情報
    class: 施設管理 / 開所日時
    spec_ref:
      - "0280331"
      - "0280512"
    impl_type: ○
    definition: 日曜日が開所曜日かどうかを示すフラグ（0:非該当、1:該当）
    note: |-
      ここdeサーチから取り込んだCSVの「開所日_開所曜日」に対応した項目
      データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: "1"
  - id: 028-02254
    name: 開所日_開所曜日_月曜日
    type: X(1)
    required: false
    group: 事業所基本情報
    class: 施設管理 / 開所日時
    spec_ref:
      - "0280331"
      - "0280512"
    impl_type: ○
    definition: 日曜日が開所曜日かどうかを示すフラグ（0:非該当、1:該当）
    note: |-
      ここdeサーチから取り込んだCSVの「開所日_開所曜日」に対応した項目
      データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: "1"
  - id: 028-02255
    name: 開所日_開所曜日_火曜日
    type: X(1)
    required: false
    group: 事業所基本情報
    class: 施設管理 / 開所日時
    spec_ref:
      - "0280331"
      - "0280512"
    impl_type: ○
    definition: 火曜日が開所曜日かどうかを示すフラグ（0:非該当、1:該当）
    note: |-
      ここdeサーチから取り込んだCSVの「開所日_開所曜日」に対応した項目
      データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: "1"
  - id: 028-02256
    name: 開所日_開所曜日_水曜日
    type: X(1)
    required: false
    group: 事業所基本情報
    class: 施設管理 / 開所日時
    spec_ref:
      - "0280331"
      - "0280512"
    impl_type: ○
    definition: 水曜日が開所曜日かどうかを示すフラグ（0:非該当、1:該当）
    note: |-
      ここdeサーチから取り込んだCSVの「開所日_開所曜日」に対応した項目
      データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: "1"
  - id: 028-02257
    name: 開所日_開所曜日_木曜日
    type: X(1)
    required: false
    group: 事業所基本情報
    class: 施設管理 / 開所日時
    spec_ref:
      - "0280331"
      - "0280512"
    impl_type: ○
    definition: 木曜日が開所曜日かどうかを示すフラグ（0:非該当、1:該当）
    note: |-
      ここdeサーチから取り込んだCSVの「開所日_開所曜日」に対応した項目
      データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: "1"
  - id: 028-02258
    name: 開所日_開所曜日_金曜日
    type: X(1)
    required: false
    group: 事業所基本情報
    class: 施設管理 / 開所日時
    spec_ref:
      - "0280331"
      - "0280512"
    impl_type: ○
    definition: 金曜日が開所曜日かどうかを示すフラグ（0:非該当、1:該当）
    note: |-
      ここdeサーチから取り込んだCSVの「開所日_開所曜日」に対応した項目
      データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: "1"
  - id: 028-02259
    name: 開所日_開所曜日_土曜日
    type: X(1)
    required: false
    group: 事業所基本情報
    class: 施設管理 / 開所日時
    spec_ref:
      - "0280331"
      - "0280512"
    impl_type: ○
    definition: 土曜日が開所曜日かどうかを示すフラグ（0:非該当、1:該当）
    note: |-
      ここdeサーチから取り込んだCSVの「開所日_開所曜日」に対応した項目
      データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: "1"
  - id: 028-02260
    name: 開所日_開所曜日_祝日
    type: X(1)
    required: false
    group: 事業所基本情報
    class: 施設管理 / 開所日時
    spec_ref:
      - "0280331"
      - "0280512"
    impl_type: ○
    definition: 祝日が開所曜日かどうかを示すフラグ（0:非該当、1:該当）
    note: |-
      ここdeサーチから取り込んだCSVの「開所日_開所曜日」に対応した項目
      データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: "1"
  - id: 028-02261
    name: 開始時間_日祝日開所
    type: X(4)
    required: false
    group: 事業所基本情報
    class: 施設管理 / 開所日時
    spec_ref:
      - "0280331"
      - "0280512"
    impl_type: ○
    definition: 日祝日の特定教育・保育の開所時間（開始）（24時間表示(HHMM)）
    note: |-
      ・日祝日開所している場合、出力すること
      ・ここdeサーチから取り込んだCSVの「開所日_日祝日開所時間」に対応した項目
      データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: "0845"
  - id: 028-02262
    name: 終了時間_日祝日開所
    type: X(4)
    required: false
    group: 事業所基本情報
    class: 施設管理 / 開所日時
    spec_ref:
      - "0280331"
      - "0280512"
    impl_type: ○
    definition: 日祝日の特定教育・保育の開所時間（終了）（24時間表示(HHMM)）
    note: |-
      ・日祝日開所している場合、出力すること
      ・ここdeサーチから取り込んだCSVの「開所日_日祝日閉所時間」に対応した項目
      データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: "1600"
  - id: 028-02263
    name: 開始時間_延長保育午前開所
    type: X(4)
    required: false
    group: 事業所基本情報
    class: 施設管理 / 開所日時
    spec_ref:
      - "0280331"
      - "0280512"
    impl_type: ○
    definition: 延長保育午前の開所時間（開始）（24時間表示(HHMM)）
    note: |-
      ここdeサーチから取り込んだCSVの「開所日_延長保育午前開所時間」に対応した項目
      データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: "0730"
  - id: 028-02264
    name: 終了時間_延長保育午前開所
    type: X(4)
    required: false
    group: 事業所基本情報
    class: 施設管理 / 開所日時
    spec_ref:
      - "0280331"
      - "0280512"
    impl_type: ○
    definition: 延長保育午前の開所時間（終了）（24時間表示(HHMM)）
    note: |-
      ここdeサーチから取り込んだCSVの「開所日_延長保育午前閉所時間」に対応した項目
      データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: "0845"
  - id: 028-02265
    name: 開始時間_延長保育午後開所
    type: X(4)
    required: false
    group: 事業所基本情報
    class: 施設管理 / 開所日時
    spec_ref:
      - "0280331"
      - "0280512"
    impl_type: ○
    definition: 延長保育午後の開所時間（開始）（24時間表示(HHMM)）
    note: |-
      ここdeサーチから取り込んだCSVの「開所日_延長保育午後開所時間」に対応した項目
      データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: "1800"
  - id: 028-02266
    name: 終了時間_延長保育午後開所
    type: X(4)
    required: false
    group: 事業所基本情報
    class: 施設管理 / 開所日時
    spec_ref:
      - "0280331"
      - "0280512"
    impl_type: ○
    definition: 延長保育午後の開所時間（終了）（24時間表示(HHMM)）
    note: |-
      ここdeサーチから取り込んだCSVの「開所日_延長保育午後閉所時間」に対応した項目
      データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: "1900"
  - id: 028-02267
    name: 預かり保育開始時間_平日開所
    type: X(4)
    required: false
    group: 事業所基本情報
    class: 施設管理 / 開所日時
    spec_ref:
      - "0280331"
      - "0280512"
    impl_type: ○
    definition: 平日の預かり保育の開所時間（開始）（24時間表示(HHMM)）
    note: |-
      ここdeサーチから取り込んだCSVの「預かり保育時間_平日開所」に対応した項目
      データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: "0845"
  - id: 028-02268
    name: 預かり保育終了時間_平日開所
    type: X(4)
    required: false
    group: 事業所基本情報
    class: 施設管理 / 開所日時
    spec_ref:
      - "0280331"
      - "0280512"
    impl_type: ○
    definition: 平日の預かり保育の開所時間（終了）（24時間表示(HHMM)）
    note: |-
      ここdeサーチから取り込んだCSVの「預かり保育時間_平日閉所」に対応した項目
      データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: "1600"
  - id: 028-02269
    name: 預かり保育開始時間_土曜日開所
    type: X(4)
    required: false
    group: 事業所基本情報
    class: 施設管理 / 開所日時
    spec_ref:
      - "0280331"
      - "0280512"
    impl_type: ○
    definition: 土曜日の預かり保育の開所時間（開始）（24時間表示(HHMM)）
    note: |-
      ここdeサーチから取り込んだCSVの「預かり保育時間_土曜日開所」に対応した項目
      データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: "0845"
  - id: 028-02270
    name: 預かり保育終了時間_土曜日開所
    type: X(4)
    required: false
    group: 事業所基本情報
    class: 施設管理 / 開所日時
    spec_ref:
      - "0280331"
      - "0280512"
    impl_type: ○
    definition: 土曜日の預かり保育の開所時間（終了）（24時間表示(HHMM)）
    note: |-
      ここdeサーチから取り込んだCSVの「預かり保育時間_土曜日閉所」に対応した項目
      データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: "1600"
  - id: 028-02271
    name: 預かり保育開始時間_日祝日開所
    type: X(4)
    required: false
    group: 事業所基本情報
    class: 施設管理 / 開所日時
    spec_ref:
      - "0280331"
      - "0280512"
    impl_type: ○
    definition: 日祝日の預かり保育の開所時間（開始）（24時間表示(HHMM)）
    note: |-
      ここdeサーチから取り込んだCSVの「預かり保育時間_日祝日開所」に対応した項目
      データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: "0845"
  - id: 028-02272
    name: 預かり保育終了時間_日祝日開所
    type: X(4)
    required: false
    group: 事業所基本情報
    class: 施設管理 / 開所日時
    spec_ref:
      - "0280331"
      - "0280512"
    impl_type: ○
    definition: 日祝日の預かり保育の開所時間（終了）（24時間表示(HHMM)）
    note: |-
      ここdeサーチから取り込んだCSVの「預かり保育時間_日祝日閉所」に対応した項目
      データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: "1600"
  - id: 028-02273
    name: 給食の実施状況_提供日_日曜日
    type: X(1)
    required: false
    group: 事業所基本情報
    class: 施設管理 / 施設 / 給食
    spec_ref:
      - "0280331"
      - "0280512"
    impl_type: ○
    definition: 日曜日が給食提供曜日かどうかを示すフラグ（0:非該当、1:該当）
    note: |-
      ここdeサーチから取り込んだCSVの「給食の実施状況_提供日」に対応した項目
      データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: "1"
  - id: 028-02274
    name: 給食の実施状況_提供日_月曜日
    type: X(1)
    required: false
    group: 事業所基本情報
    class: 施設管理 / 施設 / 給食
    spec_ref:
      - "0280331"
      - "0280512"
    impl_type: ○
    definition: 月曜日が給食提供曜日かどうかを示すフラグ（0:非該当、1:該当）
    note: |-
      ここdeサーチから取り込んだCSVの「給食の実施状況_提供日」に対応した項目
      データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: "1"
  - id: 028-02275
    name: 給食の実施状況_提供日_火曜日
    type: X(1)
    required: false
    group: 事業所基本情報
    class: 施設管理 / 施設 / 給食
    spec_ref:
      - "0280331"
      - "0280512"
    impl_type: ○
    definition: 火曜日が給食提供曜日かどうかを示すフラグ（0:非該当、1:該当）
    note: |-
      ここdeサーチから取り込んだCSVの「給食の実施状況_提供日」に対応した項目
      データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: "1"
  - id: 028-02276
    name: 給食の実施状況_提供日_水曜日
    type: X(1)
    required: false
    group: 事業所基本情報
    class: 施設管理 / 施設 / 給食
    spec_ref:
      - "0280331"
      - "0280512"
    impl_type: ○
    definition: 水曜日が給食提供曜日かどうかを示すフラグ（0:非該当、1:該当）
    note: |-
      ここdeサーチから取り込んだCSVの「給食の実施状況_提供日」に対応した項目
      データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: "1"
  - id: 028-02277
    name: 給食の実施状況_提供日_木曜日
    type: X(1)
    required: false
    group: 事業所基本情報
    class: 施設管理 / 施設 / 給食
    spec_ref:
      - "0280331"
      - "0280512"
    impl_type: ○
    definition: 木曜日が給食提供曜日かどうかを示すフラグ（0:非該当、1:該当）
    note: |-
      ここdeサーチから取り込んだCSVの「給食の実施状況_提供日」に対応した項目
      データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: "1"
  - id: 028-02278
    name: 給食の実施状況_提供日_金曜日
    type: X(1)
    required: false
    group: 事業所基本情報
    class: 施設管理 / 施設 / 給食
    spec_ref:
      - "0280331"
      - "0280512"
    impl_type: ○
    definition: 金曜日が給食提供曜日かどうかを示すフラグ（0:非該当、1:該当）
    note: |-
      ここdeサーチから取り込んだCSVの「給食の実施状況_提供日」に対応した項目
      データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: "1"
  - id: 028-02279
    name: 給食の実施状況_提供日_土曜日
    type: X(1)
    required: false
    group: 事業所基本情報
    class: 施設管理 / 施設 / 給食
    spec_ref:
      - "0280331"
      - "0280512"
    impl_type: ○
    definition: 土曜日が給食提供曜日かどうかを示すフラグ（0:非該当、1:該当）
    note: |-
      ここdeサーチから取り込んだCSVの「給食の実施状況_提供日」に対応した項目
      データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: "1"
  - id: 028-02280
    name: 給食の実施状況_提供日_その他
    type: X(1)
    required: false
    group: 事業所基本情報
    class: 施設管理 / 施設 / 給食
    spec_ref:
      - "0280331"
      - "0280512"
    impl_type: ○
    definition: その他の曜日が給食提供曜日かどうかを示すフラグ（0:非該当、1:該当）
    note: |-
      ここdeサーチから取り込んだCSVの「給食の実施状況_提供日」に対応した項目
      データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: "1"
  - id: 028-01942
    name: 削除フラグ
    type: X(1)
    required: true
    group: 事業所基本情報
    class: 削除フラグ
    impl_type: ◎
    definition: 当該データが削除されたかどうかを現すフラグ（0：未削除、1：削除済）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "0"
  - id: 028-00864
    name: 操作者ID
    type: X(10)
    required: true
    group: 事業所基本情報
    class: 操作
    impl_type: ◎
    definition: 操作者を一意に識別するコード
    sample: "1234567890"
  - id: 028-00865
    name: 操作年月日
    type: DATE
    required: true
    group: 事業所基本情報
    class: 操作
    impl_type: ◎
    definition: 操作を行った年月日
    sample: 2021-11-01
  - id: 028-00866
    name: 操作時刻
    type: TIME
    required: true
    group: 事業所基本情報
    class: 操作
    impl_type: ◎
    definition: 操作を行った時刻
    sample: "12:00:00"
  - id: 028-00867
    name: 市区町村コード
    type: X(6)
    required: true
    group: 事業所基本情報（事業所定員情報）
    class: 市区町村コード
    pk: true
    impl_type: ◎
    definition: 市区町村を一意に識別するコード（指定都市においては区までを特定）
    note: |-
      総務省「全国地方公共団体コード」に従って6桁のコード値を設定すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "131016"
  - id: 028-00868
    name: 子ども・子育て事業所番号
    type: X(13)
    required: true
    group: 事業所基本情報（事業所定員情報）
    class: 基本情報 / 共通
    pk: true
    spec_ref:
      - "0280264"
      - "0280330"
      - "0280331"
    impl_type: ◎
    definition: 事業所を特定するためのユニークな番号
    sample: "1234567890123"
  - id: 028-00870
    name: 事業所定員履歴番号
    type: 9(3)
    required: true
    group: 事業所基本情報（事業所定員情報）
    class: 基本情報 / 施設
    pk: true
    spec_ref:
      - "0280264"
      - "0280330"
      - "0280331"
    impl_type: ◎
    definition: 事業所定員情報の履歴を管理する番号
    note: データ要件・連携要件標準仕様書【第2.1版】にて修正
    sample: "1"
  - id: 028-01943
    name: 最新フラグ
    type: X(1)
    required: true
    group: 事業所基本情報（事業所定員情報）
    class: 最新フラグ
    impl_type: ◎
    definition: 当該データが最新かどうかを現すフラグ（0：最新ではない、1：最新である）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "1"
  - id: 028-00869
    name: 保育短時間認定に係る利用定員設定有無
    type: 9(1)
    required: true
    group: 事業所基本情報（事業所定員情報）
    class: 基本情報 / 共通
    spec_ref:
      - "0280264"
      - "0280330"
      - "0280331"
    impl_type: ◎
    definition: 保育短時間認定に係る利用定員数（内数）の情報を示すフラグ（保育短時間認定に係る利用定員数を設けない場合：0、設ける場合：1）
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "0"
  - id: 028-00871
    name: 適用開始年月日
    type: DATE
    required: true
    group: 事業所基本情報（事業所定員情報）
    class: 基本情報
    spec_ref:
      - "0280264"
      - "0280330"
      - "0280331"
    impl_type: ◎
    definition: 事業所の適用開始日
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 2021-11-01
  - id: 028-00872
    name: 適用終了年月日
    type: DATE
    required: false
    group: 事業所基本情報（事業所定員情報）
    class: 基本情報
    spec_ref:
      - "0280264"
      - "0280330"
      - "0280331"
    impl_type: ○
    definition: 事業所の適用終了日
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 2021-11-01
  - id: 028-00873
    name: 認可定員１号認定
    type: 9(4)
    required: false
    group: 事業所基本情報（事業所定員情報）
    class: 定員情報 / 認可定員
    spec_ref:
      - "0280264"
      - "0280330"
      - "0280331"
    impl_type: ○
    definition: １号認定の認可定員
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "40"
  - id: 028-00874
    name: 認可定員２号認定
    type: 9(4)
    required: false
    group: 事業所基本情報（事業所定員情報）
    class: 定員情報 / 認可定員
    spec_ref:
      - "0280264"
      - "0280330"
      - "0280331"
    impl_type: ○
    definition: ２号認定の認可定員
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "40"
  - id: 028-00875
    name: 認可定員３号認定
    type: 9(4)
    required: false
    group: 事業所基本情報（事業所定員情報）
    class: 定員情報 / 認可定員
    spec_ref:
      - "0280264"
      - "0280330"
      - "0280331"
    impl_type: ○
    definition: ３号認定の認可定員
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "40"
  - id: 028-01944
    name: １号利用定員区分
    type: X(1)
    required: false
    group: 事業所基本情報（事業所定員情報）
    class: 定員情報 / 定員区分
    code: "103"
    spec_ref:
      - "0280264"
      - "0280330"
      - "0280331"
    impl_type: ○
    definition: 1号認定者の定員をどのように区切るかの区分
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.1版】にて修正
    sample: "1"
  - id: 028-01945
    name: ２号利用定員区分
    type: X(1)
    required: false
    group: 事業所基本情報（事業所定員情報）
    class: 定員情報 / 定員区分
    code: "103"
    spec_ref:
      - "0280264"
      - "0280330"
      - "0280331"
    impl_type: ○
    definition: 2号認定者の定員をどのように区切るかの区分
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.1版】にて修正
    sample: "2"
  - id: 028-01946
    name: ３号利用定員区分
    type: X(1)
    required: false
    group: 事業所基本情報（事業所定員情報）
    class: 定員情報 / 定員区分
    code: "103"
    spec_ref:
      - "0280264"
      - "0280330"
      - "0280331"
    impl_type: ○
    definition: 3号認定者の定員をどのように区切るかの区分
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.1版】にて修正
    sample: "3"
  - id: 028-00876
    name: 利用定員１号認定（５歳児）
    type: 9(4)
    required: false
    group: 事業所基本情報（事業所定員情報）
    class: 定員情報 / 利用定員
    spec_ref:
      - "0280264"
      - "0280330"
      - "0280331"
      - "0280346"
    impl_type: ○
    definition: １号認定５歳児の利用定員
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "40"
  - id: 028-00877
    name: 利用定員１号認定（４歳児）
    type: 9(4)
    required: false
    group: 事業所基本情報（事業所定員情報）
    class: 定員情報 / 利用定員
    spec_ref:
      - "0280264"
      - "0280330"
      - "0280331"
      - "0280346"
    impl_type: ○
    definition: １号認定４歳児の利用定員
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "40"
  - id: 028-00878
    name: 利用定員１号認定（３歳児）
    type: 9(4)
    required: false
    group: 事業所基本情報（事業所定員情報）
    class: 定員情報 / 利用定員
    spec_ref:
      - "0280264"
      - "0280330"
      - "0280331"
      - "0280346"
    impl_type: ○
    definition: １号認定３歳児の利用定員
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "40"
  - id: 028-00879
    name: 利用定員１号認定（満３歳児）
    type: 9(4)
    required: false
    group: 事業所基本情報（事業所定員情報）
    class: 定員情報 / 利用定員
    spec_ref:
      - "0280264"
      - "0280330"
      - "0280331"
    impl_type: ○
    definition: １号認定満３歳児の利用定員
    note: |-
      確認申請書にはないが、利用調整時に満３歳児の定員を設けたい場合に使用する
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "40"
  - id: 028-00880
    name: 利用定員２号認定（５歳児）
    type: 9(4)
    required: false
    group: 事業所基本情報（事業所定員情報）
    class: 定員情報 / 利用定員
    spec_ref:
      - "0280264"
      - "0280330"
      - "0280331"
      - "0280346"
    impl_type: ○
    definition: ２号認定５歳児の利用定員
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "40"
  - id: 028-00881
    name: 利用定員２号認定（４歳児）
    type: 9(4)
    required: false
    group: 事業所基本情報（事業所定員情報）
    class: 定員情報 / 利用定員
    spec_ref:
      - "0280264"
      - "0280330"
      - "0280331"
      - "0280346"
    impl_type: ○
    definition: ２号認定４歳児の利用定員
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "40"
  - id: 028-00882
    name: 利用定員２号認定（３歳児）
    type: 9(4)
    required: false
    group: 事業所基本情報（事業所定員情報）
    class: 定員情報 / 利用定員
    spec_ref:
      - "0280264"
      - "0280330"
      - "0280331"
      - "0280346"
    impl_type: ○
    definition: ２号認定３歳児の利用定員
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "40"
  - id: 028-00883
    name: 利用定員３号認定（２歳児）
    type: 9(4)
    required: false
    group: 事業所基本情報（事業所定員情報）
    class: 定員情報 / 利用定員
    spec_ref:
      - "0280264"
      - "0280330"
      - "0280331"
      - "0280346"
    impl_type: ○
    definition: ３号認定２歳児の利用定員
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "40"
  - id: 028-00884
    name: 利用定員３号認定（１歳児）
    type: 9(4)
    required: false
    group: 事業所基本情報（事業所定員情報）
    class: 定員情報 / 利用定員
    spec_ref:
      - "0280264"
      - "0280330"
      - "0280331"
      - "0280346"
    impl_type: ○
    definition: ３号認定１歳児の利用定員
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "40"
  - id: 028-00885
    name: 利用定員３号認定（０歳児）
    type: 9(4)
    required: false
    group: 事業所基本情報（事業所定員情報）
    class: 定員情報 / 利用定員
    spec_ref:
      - "0280264"
      - "0280330"
      - "0280331"
      - "0280346"
    impl_type: ○
    definition: ３号認定０歳児の利用定員
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "40"
  - id: 028-00886
    name: 利用定員１号認定（４歳以上児）
    type: 9(4)
    required: false
    group: 事業所基本情報（事業所定員情報）
    class: 定員情報 / 利用定員
    spec_ref:
      - "0280264"
      - "0280330"
      - "0280331"
    impl_type: ○
    definition: １号認定４歳以上児の利用定員
    note: |-
      ４歳児と５歳児で年齢による定員を設けない場合に使用する
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "40"
  - id: 028-00887
    name: 利用定員２号認定（４歳以上児）
    type: 9(4)
    required: false
    group: 事業所基本情報（事業所定員情報）
    class: 定員情報 / 利用定員
    spec_ref:
      - "0280264"
      - "0280330"
      - "0280331"
    impl_type: ○
    definition: ２号認定４歳以上児の利用定員
    note: |-
      ４歳児と５歳児で年齢による定員を設けない場合に使用する
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "40"
  - id: 028-00888
    name: 利用定員３号認定（１・２歳児）
    type: 9(4)
    required: false
    group: 事業所基本情報（事業所定員情報）
    class: 定員情報 / 利用定員
    spec_ref:
      - "0280264"
      - "0280330"
      - "0280331"
    impl_type: ○
    definition: ３号認定１・２歳児の利用定員
    note: |-
      １歳児と２歳児で年齢による定員を設けない場合に使用する
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "40"
  - id: 028-00889
    name: 利用定員１号認定
    type: 9(4)
    required: false
    group: 事業所基本情報（事業所定員情報）
    class: 定員情報 / 利用定員
    spec_ref:
      - "0280264"
      - "0280330"
      - "0280331"
    impl_type: ○
    definition: １号認定の利用定員
    note: |-
      年齢、年齢区分による定員を設けない場合に使用する
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "40"
  - id: 028-00890
    name: 利用定員２号認定
    type: 9(4)
    required: false
    group: 事業所基本情報（事業所定員情報）
    class: 定員情報 / 利用定員
    spec_ref:
      - "0280264"
      - "0280330"
      - "0280331"
    impl_type: ○
    definition: ２号認定の利用定員
    note: |-
      年齢、年齢区分による定員を設けない場合に使用する
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "40"
  - id: 028-00891
    name: 利用定員３号認定
    type: 9(4)
    required: false
    group: 事業所基本情報（事業所定員情報）
    class: 定員情報 / 利用定員
    spec_ref:
      - "0280264"
      - "0280330"
      - "0280331"
    impl_type: ○
    definition: ３号認定の利用定員
    note: |-
      年齢、年齢区分による定員を設けない場合に使用する
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "40"
  - id: 028-01947
    name: ２号利用定員区分（従業員枠）
    type: X(1)
    required: false
    group: 事業所基本情報（事業所定員情報）
    class: 定員情報 / 利用定員
    code: "103"
    spec_ref:
      - "0280264"
      - "0280330"
      - "0280331"
    impl_type: ○
    definition: 2号認定者の定員をどのように区切るかの区分
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.1版】にて修正
    sample: "2"
  - id: 028-01948
    name: ３号利用定員区分（従業員枠）
    type: X(1)
    required: false
    group: 事業所基本情報（事業所定員情報）
    class: 定員情報 / 利用定員
    code: "103"
    spec_ref:
      - "0280264"
      - "0280330"
      - "0280331"
    impl_type: ○
    definition: 3号認定者の定員をどのように区切るかの区分
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.1版】にて修正
    sample: "3"
  - id: 028-00892
    name: 利用定員２号認定（５歳児・従業員枠）
    type: 9(4)
    required: false
    group: 事業所基本情報（事業所定員情報）
    class: 定員情報 / 利用定員
    spec_ref:
      - "0280264"
      - "0280330"
      - "0280331"
    impl_type: ○
    definition: 従業員枠の２号認定５歳児の利用定員
    note: |-
      事業所内保育事業の場合に従業員枠の利用定員の管理に使用する
      （地域枠の利用定員は上記で管理する）
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "40"
  - id: 028-00893
    name: 利用定員２号認定（４歳児・従業員枠）
    type: 9(4)
    required: false
    group: 事業所基本情報（事業所定員情報）
    class: 定員情報 / 利用定員
    spec_ref:
      - "0280264"
      - "0280330"
      - "0280331"
    impl_type: ○
    definition: 従業員枠の２号認定４歳児の利用定員
    note: |-
      事業所内保育事業の場合に従業員枠の利用定員の管理に使用する
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "40"
  - id: 028-00894
    name: 利用定員２号認定（３歳児・従業員枠）
    type: 9(4)
    required: false
    group: 事業所基本情報（事業所定員情報）
    class: 定員情報 / 利用定員
    spec_ref:
      - "0280264"
      - "0280330"
      - "0280331"
    impl_type: ○
    definition: 従業員枠の２号認定３歳児の利用定員
    note: |-
      事業所内保育事業の場合に従業員枠の利用定員の管理に使用する
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "40"
  - id: 028-00895
    name: 利用定員３号認定（２歳児・従業員枠）
    type: 9(4)
    required: false
    group: 事業所基本情報（事業所定員情報）
    class: 定員情報 / 利用定員
    spec_ref:
      - "0280264"
      - "0280330"
      - "0280331"
    impl_type: ○
    definition: 従業員枠の３号認定２歳児の利用定員
    note: |-
      事業所内保育事業の場合に従業員枠の利用定員の管理に使用する
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "40"
  - id: 028-00896
    name: 利用定員３号認定（１歳児・従業員枠）
    type: 9(4)
    required: false
    group: 事業所基本情報（事業所定員情報）
    class: 定員情報 / 利用定員
    spec_ref:
      - "0280264"
      - "0280330"
      - "0280331"
    impl_type: ○
    definition: 従業員枠の３号認定１歳児の利用定員
    note: |-
      事業所内保育事業の場合に従業員枠の利用定員の管理に使用する
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "40"
  - id: 028-00897
    name: 利用定員３号認定（０歳児・従業員枠）
    type: 9(4)
    required: false
    group: 事業所基本情報（事業所定員情報）
    class: 定員情報 / 利用定員
    spec_ref:
      - "0280264"
      - "0280330"
      - "0280331"
    impl_type: ○
    definition: 従業員枠の３号認定０歳児の利用定員
    note: |-
      事業所内保育事業の場合に従業員枠の利用定員の管理に使用する
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "40"
  - id: 028-00898
    name: 利用定員２号認定（４歳以上児・従業員枠）
    type: 9(4)
    required: false
    group: 事業所基本情報（事業所定員情報）
    class: 定員情報 / 利用定員
    spec_ref:
      - "0280264"
      - "0280330"
      - "0280331"
    impl_type: ○
    definition: 従業員枠の２号認定４歳以上児の利用定員
    note: |-
      事業所内保育事業の場合に従業員枠の利用定員の管理に使用する
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "40"
  - id: 028-01949
    name: 利用定員３号認定（１・２歳児・従業員枠）
    type: 9(4)
    required: false
    group: 事業所基本情報（事業所定員情報）
    class: 定員情報 / 利用定員
    spec_ref:
      - "0280264"
      - "0280330"
      - "0280331"
    impl_type: ○
    definition: 従業員枠の３号認定１・２歳児の利用定員
    note: |-
      事業所内保育事業の場合に従業員枠の利用定員の管理に使用する
      データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "40"
  - id: 028-00899
    name: 利用定員２号認定（従業員枠）
    type: 9(4)
    required: false
    group: 事業所基本情報（事業所定員情報）
    class: 定員情報 / 利用定員
    spec_ref:
      - "0280264"
      - "0280330"
      - "0280331"
    impl_type: ○
    definition: 従業員枠の２号認定
    note: |-
      事業所内保育事業の場合に従業員枠の利用定員の管理に使用する
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "40"
  - id: 028-00900
    name: 利用定員３号認定（従業員枠）
    type: 9(4)
    required: false
    group: 事業所基本情報（事業所定員情報）
    class: 定員情報 / 利用定員
    spec_ref:
      - "0280264"
      - "0280330"
      - "0280331"
    impl_type: ○
    definition: 従業員枠の３号認定
    note: |-
      事業所内保育事業の場合に従業員枠の利用定員の管理に使用する
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "40"
  - id: 028-01950
    name: 受付年齢下限
    type: 9(1)
    required: false
    group: 事業所基本情報（事業所定員情報）
    class: 定員情報 / 受付年齢
    spec_ref:
      - "0280264"
      - "0280330"
      - "0280331"
    impl_type: ○
    definition: 当該事業所に入所受付可能な年齢の下限
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "3"
  - id: 028-01951
    name: 受付年齢上限
    type: 9(1)
    required: false
    group: 事業所基本情報（事業所定員情報）
    class: 定員情報 / 受付年齢
    spec_ref:
      - "0280264"
      - "0280330"
      - "0280331"
    impl_type: ○
    definition: 当該事業所に入所受付可能な年齢の上限
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "4"
  - id: 028-01952
    name: 削除フラグ
    type: X(1)
    required: true
    group: 事業所基本情報（事業所定員情報）
    class: 削除フラグ
    impl_type: ◎
    definition: 当該データが削除されたかどうかを現すフラグ（0：未削除、1：削除済）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "0"
  - id: 028-00901
    name: 操作者ID
    type: X(10)
    required: true
    group: 事業所基本情報（事業所定員情報）
    class: 操作
    impl_type: ◎
    definition: 操作者を一意に識別するコード
    sample: "1234567890"
  - id: 028-00902
    name: 操作年月日
    type: DATE
    required: true
    group: 事業所基本情報（事業所定員情報）
    class: 操作
    impl_type: ◎
    definition: 操作を行った年月日
    sample: 2021-11-01
  - id: 028-00903
    name: 操作時刻
    type: TIME
    required: true
    group: 事業所基本情報（事業所定員情報）
    class: 操作
    impl_type: ◎
    definition: 操作を行った時刻
    sample: "12:00:00"
  - id: 028-00904
    name: 市区町村コード
    type: X(6)
    required: true
    group: 施設利用情報（施設利用申請）
    class: 市区町村コード
    pk: true
    impl_type: ◎
    definition: 市区町村を一意に識別するコード（指定都市においては区までを特定）
    note: |-
      総務省「全国地方公共団体コード」に従って6桁のコード値を設定すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "131016"
  - id: 028-00905
    name: 対象年度
    type: YEAR
    required: true
    group: 施設利用情報（施設利用申請）
    class: 共通
    pk: true
    spec_ref:
      - "0280232"
      - "0280242"
      - "0280274"
    impl_type: ◎
    definition: 対象年度
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "2022"
  - id: 028-00906
    name: 児童_宛名番号
    type: X(15)
    required: true
    group: 施設利用情報（施設利用申請）
    class: 共通
    pk: true
    spec_ref:
      - "0280232"
      - "0280242"
      - "0280274"
    impl_type: ◎
    definition: 対象児童の宛名番号（住基の宛名番号と同様）
    note: データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "123456789012345"
  - id: 028-00907
    name: 施設利用申請連番
    type: 9(10)
    required: true
    group: 施設利用情報（施設利用申請）
    class: 共通
    pk: true
    spec_ref:
      - "0280232"
      - "0280242"
      - "0280274"
    impl_type: ◎
    definition: 自治体で利用調整を行う施設の希望申請内容を登録した順に1から採番する連番
    note: データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "1"
  - id: 028-01953
    name: 最新フラグ
    type: X(1)
    required: true
    group: 施設利用情報（施設利用申請）
    class: 最新フラグ
    impl_type: ◎
    definition: 当該データが最新かどうかを現すフラグ（0：最新ではない、1：最新である）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "1"
  - id: 028-00908
    name: 支給認定申請連番
    type: 9(10)
    required: false
    group: 施設利用情報（施設利用申請）
    class: 申請内容
    spec_ref:
      - "0280232"
      - "0280242"
      - "0280274"
    impl_type: ◎
    definition: 認定申請があった連番
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.1版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "1"
  - id: 028-00909
    name: 利用申請受付番号
    type: 9(10)
    required: true
    group: 施設利用情報（施設利用申請）
    class: 申請 / 受付情報
    spec_ref:
      - "0280232"
      - "0280242"
      - "0280274"
    impl_type: ◎
    definition: 施設等利用の申請順に1から採番する連番
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "2021000001"
  - id: 028-00910
    name: 利用申請年月日
    type: DATE
    required: true
    group: 施設利用情報（施設利用申請）
    class: 申請 / 受付情報
    spec_ref:
      - "0280232"
      - "0280242"
      - "0280274"
    impl_type: ◎
    definition: 施設等利用の申請年月日
    note: データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: 2011-11-11
  - id: 028-00911
    name: 利用申請有効期間開始年月日
    type: DATE
    required: false
    group: 施設利用情報（施設利用申請）
    class: 申請 / 受付情報
    spec_ref:
      - "0280232"
      - "0280242"
      - "0280274"
    impl_type: ◎
    definition: 施設等利用申請の有効期間開始日
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: 2011-11-11
  - id: 028-00912
    name: 利用申請有効期間終了年月日
    type: DATE
    required: false
    group: 施設利用情報（施設利用申請）
    class: 申請 / 受付情報
    spec_ref:
      - "0280232"
      - "0280242"
      - "0280274"
    impl_type: ◎
    definition: 施設等利用申請の有効期間終了日
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: 2011-11-11
  - id: 028-00913
    name: 施設等利用申請_申請受理区分
    type: X(3)
    required: true
    group: 施設利用情報（施設利用申請）
    class: 申請 / 受付情報
    code: "060"
    spec_ref:
      - "0280232"
      - "0280242"
      - "0280274"
    impl_type: ◎
    definition: 施設等利用申請の受理区分を示すコード
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "001"
  - id: 028-00914
    name: 利用希望有無_月曜日
    type: X(1)
    required: true
    group: 施設利用情報（施設利用申請）
    class: 申請 / 受付情報
    spec_ref:
      - "0280232"
      - "0280242"
      - "0280274"
    impl_type: ◎
    definition: 当該曜日を利用希望するか否かのフラグ（0：希望しない、1：希望する）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "1"
  - id: 028-00915
    name: 利用希望有無_火曜日
    type: X(1)
    required: true
    group: 施設利用情報（施設利用申請）
    class: 申請 / 受付情報
    spec_ref:
      - "0280232"
      - "0280242"
      - "0280274"
    impl_type: ◎
    definition: 当該曜日を利用希望するか否かのフラグ（0：希望しない、1：希望する）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "1"
  - id: 028-00916
    name: 利用希望有無_水曜日
    type: X(1)
    required: true
    group: 施設利用情報（施設利用申請）
    class: 申請 / 受付情報
    spec_ref:
      - "0280232"
      - "0280242"
      - "0280274"
    impl_type: ◎
    definition: 当該曜日を利用希望するか否かのフラグ（0：希望しない、1：希望する）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "1"
  - id: 028-00917
    name: 利用希望有無_木曜日
    type: X(1)
    required: true
    group: 施設利用情報（施設利用申請）
    class: 申請 / 受付情報
    spec_ref:
      - "0280232"
      - "0280242"
      - "0280274"
    impl_type: ◎
    definition: 当該曜日を利用希望するか否かのフラグ（0：希望しない、1：希望する）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "1"
  - id: 028-00918
    name: 利用希望有無_金曜日
    type: X(1)
    required: true
    group: 施設利用情報（施設利用申請）
    class: 申請 / 受付情報
    spec_ref:
      - "0280232"
      - "0280242"
      - "0280274"
    impl_type: ◎
    definition: 当該曜日を利用希望するか否かのフラグ（0：希望しない、1：希望する）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "1"
  - id: 028-00919
    name: 利用希望有無_土曜日
    type: X(1)
    required: true
    group: 施設利用情報（施設利用申請）
    class: 申請 / 受付情報
    spec_ref:
      - "0280232"
      - "0280242"
      - "0280274"
    impl_type: ◎
    definition: 当該曜日を利用希望するか否かのフラグ（0：希望しない、1：希望する）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "1"
  - id: 028-00920
    name: 利用希望有無_日曜日
    type: X(1)
    required: true
    group: 施設利用情報（施設利用申請）
    class: 申請 / 受付情報
    spec_ref:
      - "0280232"
      - "0280242"
      - "0280274"
    impl_type: ◎
    definition: 当該曜日を利用希望するか否かのフラグ（0：希望しない、1：希望する）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "1"
  - id: 028-00921
    name: 希望利用期間開始年月日
    type: DATE
    required: true
    group: 施設利用情報（施設利用申請）
    class: 申請 / 希望情報 / 期間
    spec_ref:
      - "0280232"
      - "0280242"
      - "0280274"
    impl_type: ◎
    definition: 施設・事業所の希望する対象年度内の利用期間開始年月日
    note: データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: 2011-11-11
  - id: 028-00922
    name: 希望利用期間終了年月日
    type: DATE
    required: true
    group: 施設利用情報（施設利用申請）
    class: 申請 / 希望情報 / 期間
    spec_ref:
      - "0280232"
      - "0280242"
      - "0280274"
    impl_type: ◎
    definition: 施設・事業所の希望する対象年度内の利用期間終了年月日
    note: データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: 2011-11-11
  - id: 028-00923
    name: 施設等利用申請_優先利用事由
    type: X(3)
    required: true
    group: 施設利用情報（施設利用申請）
    class: 申請 / 希望情報 / 事由
    code: "009"
    spec_ref:
      - "0280232"
      - "0280242"
      - "0280274"
    impl_type: ◎
    definition: 施設等利用申請に係る優先利用事由を示すコード
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "001"
  - id: 028-02281
    name: 口座振込申請年月日
    type: DATE
    required: false
    group: 施設利用情報（施設利用申請）
    class: 申請
    spec_ref:
      - "0280232"
      - "0280242"
      - "0280274"
    impl_type: ○
    definition: 口座振込を申請した年月日
    note: データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: 2020-10-10
  - id: 028-00924
    name: 委託元市区町村コード
    type: X(6)
    required: false
    group: 施設利用情報（施設利用申請）
    class: 申請 / 広域利用
    spec_ref:
      - "0280232"
      - "0280242"
      - "0280274"
    impl_type: ◎
    definition: 施設等の広域利用の委託元市区町村のコード
    note: |-
      広域利用の場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "123456"
  - id: 028-00925
    name: 協議結果
    type: X(1)
    required: false
    group: 施設利用情報（施設利用申請）
    class: 申請 / 広域利用
    code: "999"
    spec_ref:
      - "0280232"
      - "0280242"
      - "0280274"
    impl_type: ◎
    definition: 施設等の広域利用申請における協議結果を示すコード
    note: |-
      各自治体固有のコード利用を想定
      ※広域利用の場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "1"
  - id: 028-00926
    name: 利用申請取下年月日
    type: DATE
    required: false
    group: 施設利用情報（施設利用申請）
    class: 申請 / 取下
    spec_ref:
      - "0280232"
      - "0280242"
      - "0280274"
    impl_type: ◎
    definition: 施設等利用の取下年月日
    note: |-
      取下の場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: 2011-11-11
  - id: 028-00927
    name: 利用申請取下理由
    type: X(3)
    required: false
    group: 施設利用情報（施設利用申請）
    class: 申請 / 取下
    code: "057"
    spec_ref:
      - "0280232"
      - "0280242"
      - "0280274"
    impl_type: ◎
    definition: 施設等利用の取下事由を示すコード
    note: |-
      取下の場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "001"
  - id: 028-00931
    name: 委託先市区町村コード
    type: X(6)
    required: false
    group: 施設利用情報（施設利用申請）
    class: 契約 / 施設
    spec_ref:
      - "0280232"
      - "0280242"
      - "0280274"
    impl_type: ◎
    definition: 施設等の広域利用の委託先市区町村のコード
    note: |-
      広域利用の場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "123456"
  - id: 028-00933
    name: 選考年月日
    type: DATE
    required: false
    group: 施設利用情報（施設利用申請）
    class: 認定
    spec_ref:
      - "0280232"
      - "0280242"
      - "0280274"
    impl_type: ◎
    definition: 選考の年月日
    note: |-
      入所選考を行う場合は出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: 2010-12-12
  - id: 028-00934
    name: 保留決定年月日
    type: DATE
    required: false
    group: 施設利用情報（施設利用申請）
    class: 認定
    spec_ref:
      - "0280232"
      - "0280242"
      - "0280274"
    impl_type: ◎
    definition: 施設等利用認定の保留が決定した年月日
    note: |-
      保留が決定した場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: 2012-04-01
  - id: 028-01954
    name: 保留事由
    type: X(3)
    required: false
    group: 施設利用情報（施設利用申請）
    class: 認定
    code: "036"
    spec_ref:
      - "0280232"
      - "0280242"
      - "0280274"
    impl_type: ◎
    definition: 保留事由を示すコード
    note: |-
      保留が決定した場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "001"
  - id: 028-00935
    name: 不承諾決定年月日
    type: DATE
    required: false
    group: 施設利用情報（施設利用申請）
    class: 認定
    spec_ref:
      - "0280232"
      - "0280242"
      - "0280274"
    impl_type: ◎
    definition: 施設等利用認定の不承諾が決定した年月日
    note: |-
      不承諾が決定した場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: 2012-04-01
  - id: 028-00936
    name: 不承諾事由
    type: X(3)
    required: false
    group: 施設利用情報（施設利用申請）
    class: 認定
    code: "042"
    spec_ref:
      - "0280232"
      - "0280242"
      - "0280274"
    impl_type: ◎
    definition: 施設等利用認定が承諾されなかった事由を示すコード
    note: |-
      不承諾が決定した場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "001"
  - id: 028-00937
    name: 待機状況
    type: X(3)
    required: true
    group: 施設利用情報（施設利用申請）
    class: 申請内容
    code: "020"
    spec_ref:
      - "0280232"
      - "0280242"
      - "0280274"
    impl_type: ◎
    definition: 入所申込手続きの状況を示すコード
    note: データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "001"
  - id: 028-01955
    name: 待機開始年月日
    type: DATE
    required: conditional
    group: 施設利用情報（施設利用申請）
    class: 認定
    spec_ref:
      - "0280232"
      - "0280242"
      - "0280274"
    impl_type: ◎
    definition: 待機期間が開始した年月日
    note: |-
      ※※02800937が001の場合
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: 2012-04-01
  - id: 028-00938
    name: 入所予定_子ども・子育て事業所番号
    type: X(13)
    required: false
    group: 施設利用情報（施設利用申請）
    class: 認定
    spec_ref:
      - "0280232"
      - "0280242"
      - "0280274"
    impl_type: ◎
    definition: 入所予定の事業所を特定するためのユニークな番号
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "1234567890123"
  - id: 028-00939
    name: 内定決定年月日
    type: DATE
    required: conditional
    group: 施設利用情報（施設利用申請）
    class: 認定
    spec_ref:
      - "0280232"
      - "0280242"
      - "0280274"
    impl_type: ◎
    definition: 施設等利用の内定が決定した年月日
    note: |-
      ※※02800937が002の場合
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: 2012-04-01
  - id: 028-00940
    name: 内定利用期間自
    type: DATE
    required: conditional
    group: 施設利用情報（施設利用申請）
    class: 認定
    spec_ref:
      - "0280232"
      - "0280242"
      - "0280274"
    impl_type: ◎
    definition: 内定利用期間の開始年月日
    note: |-
      ※※02800937が002の場合
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: 2012-04-01
  - id: 028-00941
    name: 内定利用期間至
    type: DATE
    required: false
    group: 施設利用情報（施設利用申請）
    class: 認定
    spec_ref:
      - "0280232"
      - "0280242"
      - "0280274"
    impl_type: ◎
    definition: 内定利用期間の終了年月日
    note: データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: 2012-04-01
  - id: 028-00942
    name: 居住区
    type: X(6)
    required: false
    group: 施設利用情報（施設利用申請）
    class: 申請内容 / 申請者
    code: "999"
    spec_ref:
      - "0280232"
      - "0280242"
      - "0280274"
    impl_type: ○
    definition: 居住区を示すコード
    note: |-
      各自治体固有のコード利用を想定
      ※指定都市の場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "131016"
  - id: 028-00943
    name: 申請区
    type: X(6)
    required: false
    group: 施設利用情報（施設利用申請）
    class: 申請内容 / 申請者
    code: "999"
    spec_ref:
      - "0280232"
      - "0280242"
      - "0280274"
    impl_type: ○
    definition: 申請区を示すコード
    note: |-
      各自治体固有のコード利用を想定
      ※指定都市の場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "131016"
  - id: 028-02201
    name: 入所選考_備考（メモ）
    type: N(500)
    required: false
    group: 施設利用情報（施設利用申請）
    class: 入所選考基準情報 / メモ
    spec_ref:
      - "0280237"
    impl_type: ◎
    definition: 記録したい備考（メモ）
    note: データ要件・連携要件標準仕様書【第2.2版】にて追加
    sample: ひとり親家庭
  - id: 028-01956
    name: 削除フラグ
    type: X(1)
    required: true
    group: 施設利用情報（施設利用申請）
    class: 削除フラグ
    impl_type: ◎
    definition: 当該データが削除されたかどうかを現すフラグ（0：未削除、1：削除済）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "0"
  - id: 028-00944
    name: 操作者ID
    type: X(10)
    required: true
    group: 施設利用情報（施設利用申請）
    class: 操作
    impl_type: ◎
    definition: 操作者を一意に識別するコード
    sample: "1234567890"
  - id: 028-00945
    name: 操作年月日
    type: DATE
    required: true
    group: 施設利用情報（施設利用申請）
    class: 操作
    impl_type: ◎
    definition: 操作を行った年月日
    sample: 2021-11-01
  - id: 028-00946
    name: 操作時刻
    type: TIME
    required: true
    group: 施設利用情報（施設利用申請）
    class: 操作
    impl_type: ◎
    definition: 操作を行った時刻
    sample: "12:00:00"
  - id: 028-00947
    name: 市区町村コード
    type: X(6)
    required: true
    group: 施設利用情報（利用希望施設）
    class: 市区町村コード
    pk: true
    impl_type: ◎
    definition: 市区町村を一意に識別するコード（指定都市においては区までを特定）
    note: |-
      総務省「全国地方公共団体コード」に従って6桁のコード値を設定すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "131016"
  - id: 028-00948
    name: 対象年度
    type: YEAR
    required: true
    group: 施設利用情報（利用希望施設）
    class: 共通
    pk: true
    spec_ref:
      - "0280232"
    impl_type: ◎
    definition: 対象年度
    sample: "2022"
  - id: 028-00949
    name: 児童_宛名番号
    type: X(15)
    required: true
    group: 施設利用情報（利用希望施設）
    class: 共通
    pk: true
    spec_ref:
      - "0280232"
    impl_type: ◎
    definition: 対象児童の宛名番号（住基の宛名番号と同様）
    sample: "123456789012345"
  - id: 028-00950
    name: 施設利用申請連番
    type: 9(10)
    required: true
    group: 施設利用情報（利用希望施設）
    class: 共通
    pk: true
    spec_ref:
      - "0280232"
    impl_type: ◎
    definition: 申請情報と結合するための連番
    sample: "1"
  - id: 028-00951
    name: 子ども・子育て事業所番号
    type: X(13)
    required: true
    group: 施設利用情報（利用希望施設）
    class: 申請 / 希望情報 / 施設
    pk: true
    spec_ref:
      - "0280232"
    impl_type: ◎
    definition: 事業所を特定するためのユニークな番号
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1234567890123"
  - id: 028-01957
    name: 最新フラグ
    type: X(1)
    required: true
    group: 施設利用情報（利用希望施設）
    class: 最新フラグ
    impl_type: ◎
    definition: 当該データが最新かどうかを現すフラグ（0：最新ではない、1：最新である）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "1"
  - id: 028-00953
    name: 希望順位
    type: 9(3)
    required: true
    group: 施設利用情報（利用希望施設）
    class: 申請 / 希望情報 / 施設
    spec_ref:
      - "0280232"
    impl_type: ◎
    definition: 入所を希望する施設等の希望順位
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-00954
    name: 希望理由
    type: N(300)
    required: false
    group: 施設利用情報（利用希望施設）
    class: 申請 / 希望情報 / 施設
    spec_ref:
      - "0280232"
    impl_type: ◎
    definition: 入所を希望する施設等の希望理由
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 長子が入所していた為
  - id: 028-01958
    name: 削除フラグ
    type: X(1)
    required: true
    group: 施設利用情報（利用希望施設）
    class: 削除フラグ
    impl_type: ◎
    definition: 当該データが削除されたかどうかを現すフラグ（0：未削除、1：削除済）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "0"
  - id: 028-00955
    name: 操作者ID
    type: X(10)
    required: true
    group: 施設利用情報（利用希望施設）
    class: 操作
    impl_type: ◎
    definition: 操作者を一意に識別するコード
    sample: "1234567890"
  - id: 028-00956
    name: 操作年月日
    type: DATE
    required: true
    group: 施設利用情報（利用希望施設）
    class: 操作
    impl_type: ◎
    definition: 操作を行った年月日
    sample: 2021-11-01
  - id: 028-00957
    name: 操作時刻
    type: TIME
    required: true
    group: 施設利用情報（利用希望施設）
    class: 操作
    impl_type: ◎
    definition: 操作を行った時刻
    sample: "12:00:00"
  - id: 028-00958
    name: 市区町村コード
    type: X(6)
    required: true
    group: 施設利用情報（施設利用状況）
    class: 市区町村コード
    pk: true
    impl_type: ◎
    definition: 市区町村を一意に識別するコード（指定都市においては区までを特定）
    note: |-
      総務省「全国地方公共団体コード」に従って6桁のコード値を設定すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "131016"
  - id: 028-00959
    name: 対象年度
    type: YEAR
    required: true
    group: 施設利用情報（施設利用状況）
    class: 共通
    pk: true
    spec_ref:
      - "0280277"
    impl_type: ◎
    definition: 対象年度
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "2022"
  - id: 028-00960
    name: 児童_宛名番号
    type: X(15)
    required: true
    group: 施設利用情報（施設利用状況）
    class: 共通
    pk: true
    spec_ref:
      - "0280277"
    impl_type: ◎
    definition: 対象児童の宛名番号（住基の宛名番号と同様）
    sample: "123456789012345"
  - id: 028-00961
    name: 施設等利用連番
    type: 9(10)
    required: true
    group: 施設利用情報（施設利用状況）
    class: 共通
    pk: true
    spec_ref:
      - "0280277"
    impl_type: ◎
    definition: 施設の利用状況を利用順に1から採番する連番
    sample: "1"
  - id: 028-01959
    name: 最新フラグ
    type: X(1)
    required: true
    group: 施設利用情報（施設利用状況）
    class: 最新フラグ
    impl_type: ◎
    definition: 当該データが最新かどうかを現すフラグ（0：最新ではない、1：最新である）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "1"
  - id: 028-00962
    name: 子ども・子育て事業所番号
    type: X(13)
    required: true
    group: 施設利用情報（施設利用状況）
    class: 申請 / 希望情報 / 施設
    spec_ref:
      - "0280277"
    impl_type: ◎
    definition: 利用中（利用予定）の事業所を特定するためのユニークな番号
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1234567890123"
  - id: 028-00963
    name: 利用承諾年月日
    type: DATE
    required: false
    group: 施設利用情報（施設利用状況）
    class: 契約 / 承諾日
    spec_ref:
      - "0280277"
    impl_type: ◎
    definition: 施設等利用における承諾年月日
    note: |-
      承諾の場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 2011-11-11
  - id: 028-00964
    name: 認定こども園における施設利用区分フラグ
    type: X(1)
    required: false
    group: 施設利用情報（施設利用状況）
    class: 契約
    spec_ref:
      - "0280277"
    impl_type: ◎
    definition: 認定こども園等で保育園部分・幼稚園部分のどちらを利用しているのかを示すフラグ（1：保育部分、2：幼稚園部分）
    note: |-
      利用施設が認定こども園の場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-00965
    name: 地域・従業員枠フラグ
    type: X(1)
    required: false
    group: 施設利用情報（施設利用状況）
    class: 契約
    spec_ref:
      - "0280277"
    impl_type: ◎
    definition: 地域枠、従業員枠いずれかを示すフラグ（1：地域枠、2：従業員枠）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.1版】にて修正
    sample: "1"
  - id: 028-01960
    name: 障害児保育加算有無
    type: X(1)
    required: false
    group: 施設利用情報（施設利用状況）
    class: 契約
    spec_ref:
      - "0280336"
      - "0280337"
    impl_type: ◎
    definition: 障害児保育加算の適用の有無を示すフラグ（0：無、1：有）
    note: |-
      ※加算情報が無い場合は、0を設定する
      データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "1"
  - id: 028-01961
    name: 副食費徴収免除加算対象外
    type: X(1)
    required: false
    group: 施設利用情報（施設利用状況）
    class: 契約
    spec_ref:
      - "0280309"
      - "0280317"
      - "0280318"
      - "0280320"
    impl_type: ◎
    definition: 副食費徴収免除加算の対象外の有無を示すフラグ（0：無、1：有）
    note: |-
      ※副食費徴収免除の子どもには副食費徴収免除加算が加算されるが、アレルギーによる弁当持参や児童養護施設入所等で副食費徴収免除加算の対象外とする場合に1を設定する
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "1"
  - id: 028-01962
    name: 保育必要性の事由１
    type: X(3)
    required: false
    group: 施設利用情報（施設利用状況）
    class: 申請内容 / 事由
    code: "038"
    spec_ref:
      - "0280203"
      - "0280474"
    impl_type: ◎
    definition: 支給認定に係る保育必要性の事由を示すコード
    note: |-
      認定区分が2号または3号の場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "001"
  - id: 028-01963
    name: 保育必要性の事由２
    type: X(3)
    required: false
    group: 施設利用情報（施設利用状況）
    class: 申請内容 / 事由
    code: "038"
    spec_ref:
      - "0280203"
      - "0280474"
    impl_type: ◎
    definition: 支給認定に係る保育必要性の事由を示すコード
    note: |-
      保育必要性の事由が複数ある場合に出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "001"
  - id: 028-02324
    name: クラス年齢
    type: 9(1)
    required: false
    group: 施設利用情報（施設利用状況）
    class: 契約 / クラス年齢
    spec_ref:
      - "0280277"
    impl_type: ◎
    definition: 契約時のクラス年齢（4月1日時点の年齢）
    note: データ要件・連携要件標準仕様書【第4.0版】にて追加
    sample: "5"
  - id: 028-00966
    name: 契約締結年月日
    type: DATE
    required: true
    group: 施設利用情報（施設利用状況）
    class: 契約 / 契約日
    spec_ref:
      - "0280277"
    impl_type: ◎
    definition: 施設等利用における契約年月日
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 2011-11-11
  - id: 028-00967
    name: 利用期間開始年月日
    type: DATE
    required: true
    group: 施設利用情報（施設利用状況）
    class: 契約 / 利用期間
    spec_ref:
      - "0280277"
    impl_type: ◎
    definition: 施設・事業所の利用期間開始年月日（最小でも対象年度開始日から）
    sample: 2011-11-11
  - id: 028-00968
    name: 利用期間終了年月日
    type: DATE
    required: false
    group: 施設利用情報（施設利用状況）
    class: 契約 / 利用期間
    spec_ref:
      - "0280277"
    impl_type: ◎
    definition: 施設・事業所の利用期間終了年月日（最大でも対象年度末まで）
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 2011-11-11
  - id: 028-00969
    name: 解除決定年月日
    type: DATE
    required: false
    group: 施設利用情報（施設利用状況）
    class: 契約 / 退所
    spec_ref:
      - "0280277"
    impl_type: ◎
    definition: 利用施設等を解除した年月日
    note: |-
      施設等利用を解除する場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 2011-11-11
  - id: 028-00970
    name: 解除事由
    type: X(3)
    required: false
    group: 施設利用情報（施設利用状況）
    class: 契約 / 退所
    code: "041"
    spec_ref:
      - "0280277"
    impl_type: ◎
    definition: 利用施設等を解除した事由を示すコード
    note: |-
      施設等利用を解除する場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "001"
  - id: 028-00971
    name: 契約状況
    type: X(3)
    required: true
    group: 施設利用情報（施設利用状況）
    class: 契約 / 契約状況
    code: "030"
    spec_ref:
      - "0280277"
    impl_type: ◎
    definition: 児童の契約状況を示すコード
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "009"
  - id: 028-00972
    name: 委託・受託児童区分
    type: X(3)
    required: false
    group: 施設利用情報（施設利用状況）
    class: 契約 / 区分
    code: "044"
    spec_ref:
      - "0280232"
      - "0280277"
    impl_type: ◎
    definition: 広域利用における委託・受託児童の区分を示すコード
    note: |-
      委託／受託の児童の場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "001"
  - id: 028-00973
    name: 広域利用支払区分
    type: X(3)
    required: false
    group: 施設利用情報（施設利用状況）
    class: 契約 / 施設
    code: "010"
    spec_ref:
      - "0280232"
      - "0280277"
    impl_type: ◎
    definition: 広域利用における支払区分（事業所・市区町村）の区分を示すコード
    note: |-
      委託／受託の児童の場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "001"
  - id: 028-01964
    name: 委託元市区町村コード
    type: X(6)
    required: false
    group: 施設利用情報（施設利用状況）
    class: 申請 / 広域利用
    spec_ref:
      - "0280232"
      - "0280277"
    impl_type: ◎
    definition: 施設等の広域利用の委託元市区町村のコード
    note: |-
      広域利用の場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "123456"
  - id: 028-01965
    name: 委託先市区町村コード
    type: X(6)
    required: false
    group: 施設利用情報（施設利用状況）
    class: 契約 / 施設
    spec_ref:
      - "0280232"
      - "0280277"
    impl_type: ◎
    definition: 施設等の広域利用の委託先市区町村のコード
    note: |-
      広域利用の場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "123456"
  - id: 028-00974
    name: 初回入所年月日
    type: DATE
    required: false
    group: 施設利用情報（施設利用状況）
    class: 契約 / 退所
    spec_ref:
      - "0280277"
    impl_type: ◎
    definition: 初回に入所した年月日
    note: |-
      初回に入所した場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 2012-04-01
  - id: 028-00975
    name: 契約満了年月日
    type: DATE
    required: false
    group: 施設利用情報（施設利用状況）
    class: 契約 / 退所
    spec_ref:
      - "0280277"
      - "0280474"
    impl_type: ◎
    definition: 契約が満了する年月日
    note: データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: 2012-04-01
  - id: 028-02325
    name: 引抜番号
    type: X(3)
    required: false
    group: 施設利用情報（施設利用状況）
    class: 契約 / 引抜
    spec_ref:
      - "0280277"
      - "0280474"
    impl_type: ◎
    definition: 施設等利用の内定から施設利用内定通知書の発送までに、引き抜きが必要となった児童を管理するための連番
    note: データ要件・連携要件標準仕様書【第4.0版】にて追加
    sample: "001"
  - id: 028-01966
    name: 削除フラグ
    type: X(1)
    required: true
    group: 施設利用情報（施設利用状況）
    class: 削除フラグ
    impl_type: ◎
    definition: 当該データが削除されたかどうかを現すフラグ（0：未削除、1：削除済）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "0"
  - id: 028-00976
    name: 操作者ID
    type: X(10)
    required: true
    group: 施設利用情報（施設利用状況）
    class: 操作
    impl_type: ◎
    definition: 操作者を一意に識別するコード
    sample: "1234567890"
  - id: 028-00977
    name: 操作年月日
    type: DATE
    required: true
    group: 施設利用情報（施設利用状況）
    class: 操作
    impl_type: ◎
    definition: 操作を行った年月日
    sample: 2021-11-01
  - id: 028-00978
    name: 操作時刻
    type: TIME
    required: true
    group: 施設利用情報（施設利用状況）
    class: 操作
    impl_type: ◎
    definition: 操作を行った時刻
    sample: "12:00:00"
  - id: 028-00979
    name: 市区町村コード
    type: X(6)
    required: true
    group: 施設等利用認定情報（施設等利用給付利用予定サービス）
    class: 市区町村コード
    pk: true
    impl_type: ◎
    definition: 市区町村を一意に識別するコード（指定都市においては区までを特定）
    note: |-
      総務省「全国地方公共団体コード」に従って6桁のコード値を設定すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "131016"
  - id: 028-00980
    name: 対象年度
    type: YEAR
    required: true
    group: 施設等利用認定情報（施設等利用給付利用予定サービス）
    class: 共通
    pk: true
    spec_ref:
      - "0280277"
      - "0280474"
    impl_type: ◎
    definition: 対象年度
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "2022"
  - id: 028-00981
    name: 児童_宛名番号
    type: X(15)
    required: true
    group: 施設等利用認定情報（施設等利用給付利用予定サービス）
    class: 共通
    pk: true
    spec_ref:
      - "0280277"
      - "0280474"
    impl_type: ◎
    definition: 対象児童の宛名番号（住基の宛名番号と同様）
    sample: "123456789012345"
  - id: 028-00982
    name: 利用予定サービス連番
    type: 9(10)
    required: true
    group: 施設等利用認定情報（施設等利用給付利用予定サービス）
    class: 共通
    pk: true
    spec_ref:
      - "0280277"
      - "0280474"
    impl_type: ◎
    definition: 利用予定サービスを登録した順に1から採番する連番
    sample: "1"
  - id: 028-01967
    name: 最新フラグ
    type: X(1)
    required: true
    group: 施設等利用認定情報（施設等利用給付利用予定サービス）
    class: 最新フラグ
    impl_type: ◎
    definition: 当該データが最新かどうかを現すフラグ（0：最新ではない、1：最新である）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "1"
  - id: 028-00983
    name: 子ども・子育て事業所番号
    type: X(13)
    required: true
    group: 施設等利用認定情報（施設等利用給付利用予定サービス）
    class: 契約 / 施設
    spec_ref:
      - "0280277"
      - "0280474"
    impl_type: ◎
    definition: 利用中（利用予定）の事業所を特定するためのユニークな番号
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1234567890123"
  - id: 028-00984
    name: 利用サービス種類
    type: X(3)
    required: true
    group: 施設等利用認定情報（施設等利用給付利用予定サービス）
    class: 契約 / 施設
    code: "008"
    spec_ref:
      - "0280277"
      - "0280474"
    impl_type: ◎
    definition: 利用サービスの種類を示すコード
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "001"
  - id: 028-00987
    name: 利用期間開始年月日
    type: DATE
    required: true
    group: 施設等利用認定情報（施設等利用給付利用予定サービス）
    class: 契約 / 利用期間
    spec_ref:
      - "0280277"
      - "0280474"
    impl_type: ◎
    definition: 施設・事業所の利用期間開始年月日（最小でも対象年度開始日から）
    sample: 2011-11-11
  - id: 028-00988
    name: 利用期間終了年月日
    type: DATE
    required: false
    group: 施設等利用認定情報（施設等利用給付利用予定サービス）
    class: 契約 / 利用期間
    spec_ref:
      - "0280277"
      - "0280474"
    impl_type: ◎
    definition: 施設・事業所の利用期間終了年月日（最大でも対象年度末まで）
    sample: 2011-11-11
  - id: 028-01968
    name: 初回入所年月日
    type: DATE
    required: false
    group: 施設等利用認定情報（施設等利用給付利用予定サービス）
    class: 契約 / 初回
    spec_ref:
      - "0280277"
      - "0280474"
    impl_type: ◎
    definition: 初回に入所した年月日
    note: |-
      初回に入所した場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: 2012-04-01
  - id: 028-02282
    name: 入所月入所日数
    type: 9(3)
    required: false
    group: 施設等利用認定情報（施設等利用給付利用予定サービス）
    class: 契約 / 入所日数
    spec_ref:
      - "0280474"
    impl_type: ○
    definition: 入所月の在籍した日数
    note: データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: "25"
  - id: 028-02283
    name: 入所月開所日数
    type: 9(3)
    required: false
    group: 施設等利用認定情報（施設等利用給付利用予定サービス）
    class: 契約 / 開所日数
    spec_ref:
      - "0280474"
    impl_type: ○
    definition: 入所月の施設・事業所の開所日数
    note: データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: "25"
  - id: 028-02284
    name: 退所月入所日数
    type: 9(3)
    required: false
    group: 施設等利用認定情報（施設等利用給付利用予定サービス）
    class: 契約 / 退所日数
    spec_ref:
      - "0280474"
    impl_type: ○
    definition: 退所した月に在籍した日数
    note: データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: "8"
  - id: 028-02285
    name: 退所月開所日数
    type: 9(3)
    required: false
    group: 施設等利用認定情報（施設等利用給付利用予定サービス）
    class: 契約 / 開所日数
    spec_ref:
      - "0280474"
    impl_type: ○
    definition: 退所月の施設・事業所の開所日数
    note: データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: "25"
  - id: 028-02286
    name: クラス年齢
    type: 9(1)
    required: false
    group: 施設等利用認定情報（施設等利用給付利用予定サービス）
    class: 契約 / クラス年齢
    spec_ref:
      - "0280474"
    impl_type: ◎
    definition: 契約時のクラス年齢（4月1日時点の年齢）
    note: データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: "5"
  - id: 028-02287
    name: 契約締結年月日
    type: DATE
    required: false
    group: 施設等利用認定情報（施設等利用給付利用予定サービス）
    class: 契約 / 契約日
    spec_ref:
      - "0280277"
      - "0280474"
    impl_type: ◎
    definition: 施設等利用における契約年月日
    note: データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: 2011-11-11
  - id: 028-02326
    name: 引抜番号
    type: X(3)
    required: false
    group: 施設等利用認定情報（施設等利用給付利用予定サービス）
    class: 契約 / 引抜
    spec_ref:
      - "0280277"
      - "0280474"
    impl_type: ◎
    definition: 施設等利用の内定から施設利用内定通知書の発送までに、引き抜きが必要となった児童を管理するための連番
    note: データ要件・連携要件標準仕様書【第4.0版】にて追加
    sample: "001"
  - id: 028-01969
    name: 削除フラグ
    type: X(1)
    required: true
    group: 施設等利用認定情報（施設等利用給付利用予定サービス）
    class: 削除フラグ
    impl_type: ◎
    definition: 当該データが削除されたかどうかを現すフラグ（0：未削除、1：削除済）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "0"
  - id: 028-00989
    name: 操作者ID
    type: X(10)
    required: true
    group: 施設等利用認定情報（施設等利用給付利用予定サービス）
    class: 操作
    impl_type: ◎
    definition: 操作者を一意に識別するコード
    sample: "1234567890"
  - id: 028-00990
    name: 操作年月日
    type: DATE
    required: true
    group: 施設等利用認定情報（施設等利用給付利用予定サービス）
    class: 操作
    impl_type: ◎
    definition: 操作を行った年月日
    sample: 2021-11-01
  - id: 028-00991
    name: 操作時刻
    type: TIME
    required: true
    group: 施設等利用認定情報（施設等利用給付利用予定サービス）
    class: 操作
    impl_type: ◎
    definition: 操作を行った時刻
    sample: "12:00:00"
  - id: 028-00992
    name: 市区町村コード
    type: X(6)
    required: true
    group: 入所選考基準情報
    class: 市区町村コード
    pk: true
    impl_type: ◎
    definition: 市区町村を一意に識別するコード（指定都市においては区までを特定）
    note: |-
      総務省「全国地方公共団体コード」に従って6桁のコード値を設定すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "131016"
  - id: 028-00993
    name: 児童_宛名番号
    type: X(15)
    required: true
    group: 入所選考基準情報
    class: 共通
    pk: true
    spec_ref:
      - "0280232"
      - "0280242"
    impl_type: ◎
    definition: 対象児童の宛名番号（住基の宛名番号と同様）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "123456789012345"
  - id: 028-00996
    name: 対象年度
    type: YEAR
    required: true
    group: 入所選考基準情報
    class: 入所選考基準情報 / 共通
    pk: true
    spec_ref:
      - "0280232"
      - "0280242"
    impl_type: ◎
    definition: 対象年度
    note: データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "2022"
  - id: 028-01970
    name: 施設利用申請連番
    type: 9(10)
    required: true
    group: 入所選考基準情報
    class: 共通
    pk: true
    spec_ref:
      - "0280232"
      - "0280242"
    impl_type: ◎
    definition: 自治体で利用調整を行う施設の希望申請内容を登録した順に1から採番する連番
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "1"
  - id: 028-00995
    name: 入所選考基準連番
    type: 9(3)
    required: true
    group: 入所選考基準情報
    class: 入所選考基準情報 / 共通
    pk: true
    spec_ref:
      - "0280232"
      - "0280242"
    impl_type: ◎
    definition: 入所基準の履歴を管理する番号
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "1"
  - id: 028-01971
    name: 最新フラグ
    type: X(1)
    required: true
    group: 入所選考基準情報
    class: 最新フラグ
    impl_type: ◎
    definition: 当該データが最新かどうかを現すフラグ（0：最新ではない、1：最新である）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "1"
  - id: 028-00998
    name: 子ども・子育て事業所番号
    type: X(13)
    required: false
    group: 入所選考基準情報
    class: 入所選考基準情報
    spec_ref:
      - "0280232"
      - "0280242"
    impl_type: ◎
    definition: 事業所を特定するためのユニークな番号
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "1234567890123"
  - id: 028-01972
    name: 入所選考基準分類コード
    type: X(3)
    required: true
    group: 入所選考基準情報
    class: 入所選考基準情報 / 選考指数 / 基準項目
    code: "101"
    spec_ref:
      - "0280232"
      - "0280242"
    impl_type: ◎
    definition: 入所選考基準の分類を示すコード
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.1版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "001"
  - id: 028-01000
    name: 基準指数_内容
    type: X(3)
    required: true
    group: 入所選考基準情報
    class: 入所選考基準情報 / 選考指数 / 基準項目
    code: "999"
    spec_ref:
      - "0280232"
      - "0280242"
    impl_type: ◎
    definition: 基準指数の内容
    note: |-
      各自治体固有のコード利用を想定
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: "01"
  - id: 028-01001
    name: 指数
    type: S9(5)
    required: true
    group: 入所選考基準情報
    class: 入所選考基準情報 / 選考指数 / 基準項目
    spec_ref:
      - "0280232"
      - "0280242"
    impl_type: ◎
    definition: 入所選考に使用する指数
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "10"
  - id: 028-01973
    name: 削除フラグ
    type: X(1)
    required: true
    group: 入所選考基準情報
    class: 削除フラグ
    impl_type: ◎
    definition: 当該データが削除されたかどうかを現すフラグ（0：未削除、1：削除済）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "0"
  - id: 028-01009
    name: 操作者ID
    type: X(10)
    required: true
    group: 入所選考基準情報
    class: 操作
    impl_type: ◎
    definition: 操作者を一意に識別するコード
    sample: "1234567890"
  - id: 028-01010
    name: 操作年月日
    type: DATE
    required: true
    group: 入所選考基準情報
    class: 操作
    impl_type: ◎
    definition: 操作を行った年月日
    sample: 2021-11-01
  - id: 028-01011
    name: 操作時刻
    type: TIME
    required: true
    group: 入所選考基準情報
    class: 操作
    impl_type: ◎
    definition: 操作を行った時刻
    sample: "12:00:00"
  - id: 028-01012
    name: 市区町村コード
    type: X(6)
    required: true
    group: 公示送達記録情報
    class: 市区町村コード
    pk: true
    impl_type: ○
    definition: 市区町村を一意に識別するコード（指定都市においては区までを特定）
    note: |-
      総務省「全国地方公共団体コード」に従って6桁のコード値を設定すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "131016"
  - id: 028-01013
    name: 児童_宛名番号
    type: X(15)
    required: true
    group: 公示送達記録情報
    class: 共通
    pk: true
    spec_ref:
      - "0280093"
    impl_type: ○
    definition: 対象児童の宛名番号（住基の宛名番号と同様）
    sample: "123456789012345"
  - id: 028-01014
    name: 送達履歴番号
    type: 9(5)
    required: true
    group: 公示送達記録情報
    class: 共通
    pk: true
    spec_ref:
      - "0280093"
    impl_type: ○
    definition: 公示送達記録情報の履歴を管理する番号
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-01015
    name: 対象年度
    type: YEAR
    required: true
    group: 公示送達記録情報
    class: 共通
    pk: true
    spec_ref:
      - "0280093"
    impl_type: ○
    definition: 対象年度
    sample: "2022"
  - id: 028-01016
    name: 対象月
    type: X(7)
    required: true
    group: 公示送達記録情報
    class: 共通
    pk: true
    spec_ref:
      - "0280093"
    impl_type: ○
    definition: 対象月
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 2022-01
  - id: 028-01018
    name: 賦課年度
    type: YEAR
    required: true
    group: 公示送達記録情報
    class: 共通
    pk: true
    spec_ref:
      - "0280093"
    impl_type: ○
    definition: 賦課の対象となる根拠の発生した年度
    note: データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "2022"
  - id: 028-01019
    name: 調定年度
    type: YEAR
    required: true
    group: 公示送達記録情報
    class: 共通
    pk: true
    spec_ref:
      - "0280093"
    impl_type: ○
    definition: 納付義務者に対し納めなければならない保育料等を決定及び通知した年度
    note: データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "2022"
  - id: 028-01020
    name: 通知書番号（徴収番号）
    type: X(20)
    required: true
    group: 公示送達記録情報
    class: 共通
    pk: true
    spec_ref:
      - "0280093"
    impl_type: ○
    definition: 徴収単位に付与された番号（徴収番号）
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1234567890"
  - id: 028-01021
    name: 保護者_宛名番号
    type: X(15)
    required: true
    group: 公示送達記録情報
    class: 共通
    pk: true
    spec_ref:
      - "0280093"
    impl_type: ○
    definition: 対象保護者の宛名番号（住基の宛名番号と同様）
    sample: "123456789012345"
  - id: 028-01022
    name: 業務コード
    type: X(3)
    required: true
    group: 公示送達記録情報
    class: 共通
    pk: true
    code: "034"
    spec_ref:
      - "0280093"
    impl_type: ○
    definition: 024（子ども・子育て支援）固定
    sample: "001"
  - id: 028-01023
    name: 期別
    type: X(2)
    required: true
    group: 公示送達記録情報
    class: 共通
    pk: true
    spec_ref:
      - "0280093"
    impl_type: ○
    definition: 保育料等を徴収する期別
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "01"
  - id: 028-01024
    name: 科目コード
    type: X(2)
    required: true
    group: 公示送達記録情報
    class: 共通
    pk: true
    code: "026"
    spec_ref:
      - "0280093"
    impl_type: ○
    definition: 子ども・子育て支援事業の徴収する料金の種類を示すコード
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: A1
  - id: 028-01974
    name: 最新フラグ
    type: X(1)
    required: true
    group: 公示送達記録情報
    class: 最新フラグ
    impl_type: ○
    definition: 当該データが最新かどうかを現すフラグ（0：最新ではない、1：最新である）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "1"
  - id: 028-01017
    name: 指定都市_行政区等コード
    type: X(12)
    required: false
    group: 公示送達記録情報
    class: 公示送達記録情報 / 共通
    code: "999"
    impl_type: ○
    definition: 自治体ごとに定める任意の行政範囲を示すコード
    note: |-
      ・各自治体固有のコード利用を想定
      ・総合支所等、任意の行政範囲を示すコード
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.1版】にて修正
    sample: "001"
  - id: 028-01025
    name: 徴収対象者_宛名番号
    type: X(15)
    required: false
    group: 公示送達記録情報
    class: 共通
    spec_ref:
      - "0280093"
    impl_type: ○
    definition: 住民票の個人を一意に識別する番号又は住登外者を一意に識別する番号
    note: データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "123456789012345"
  - id: 028-01026
    name: 発行履歴番号
    type: 9(3)
    required: false
    group: 公示送達記録情報
    class: 共通
    spec_ref:
      - "0280093"
    impl_type: ○
    definition: 発行履歴情報の発行履歴番号
    sample: "1"
  - id: 028-01975
    name: 送達物名称
    type: N(50)
    required: false
    group: 公示送達記録情報
    class: 公示送達記録情報
    spec_ref:
      - "0280093"
    impl_type: ○
    definition: 公示文書の名称
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: ○○通知書
  - id: 028-01028
    name: 文書番号
    type: X(14)
    required: false
    group: 公示送達記録情報
    class: 公示送達日
    spec_ref:
      - "0280093"
    impl_type: ○
    definition: 送達物に対する文書番号
    sample: "20100000000001"
  - id: 028-01976
    name: 発行日
    type: DATE
    required: false
    group: 公示送達記録情報
    class: 公示送達記録情報
    spec_ref:
      - "0280093"
    impl_type: ○
    definition: 公示文書の発行日
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: 2021-11-01
  - id: 028-01027
    name: 公示送達年月日
    type: DATE
    required: false
    group: 公示送達記録情報
    class: 公示送達日 / 送達対応日
    spec_ref:
      - "0280093"
    impl_type: ○
    definition: 公示文書を送達した年月日
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.1版】にて修正
    sample: 2011-12-20
  - id: 028-01978
    name: 公示対象区分
    type: X(3)
    required: false
    group: 公示送達記録情報
    class: 公示送達記録情報
    code: "105"
    spec_ref:
      - "0280093"
    impl_type: ○
    definition: 公示対象区分を示すコード
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "004"
  - id: 028-01029
    name: 返戻年月日
    type: DATE
    required: false
    group: 公示送達記録情報
    class: 公示送達日 / 返戻日
    spec_ref:
      - "0280093"
    impl_type: ○
    definition: 送達物が返戻された年月日
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 2011-12-20
  - id: 028-01030
    name: 返戻理由コード
    type: X(3)
    required: false
    group: 公示送達記録情報
    class: 公示送達日 / 返戻理由
    code: "106"
    spec_ref:
      - "0280093"
    impl_type: ○
    definition: 送達物が返戻された理由を示すコード
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-01031
    name: 公示年月日
    type: DATE
    required: false
    group: 公示送達記録情報
    class: 公示送達 / 公示有効期間
    spec_ref:
      - "0280093"
    impl_type: ○
    definition: 公示を行った年月日
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 2011-12-20
  - id: 028-01032
    name: 再送付年月日
    type: DATE
    required: false
    group: 公示送達記録情報
    class: 公示送達日 / 送達対応日
    spec_ref:
      - "0280093"
    impl_type: ○
    definition: 送達物を再送付した年月日
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 2011-12-20
  - id: 028-01033
    name: 送達物公示フラグ
    type: X(1)
    required: false
    group: 公示送達記録情報
    class: 公示送達 / 公示フラグ
    spec_ref:
      - "0280093"
    impl_type: ○
    definition: 送達物の未公示／公示済を示すフラグ（0：未公示、1：公示済）
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-01034
    name: 公示終了年月日
    type: DATE
    required: false
    group: 公示送達記録情報
    class: 公示送達 / 公示有効期間
    spec_ref:
      - "0280093"
    impl_type: ○
    definition: 公示を終了した年月日
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 2011-12-20
  - id: 028-01035
    name: 公示対象有無
    type: X(1)
    required: false
    group: 公示送達記録情報
    class: 公示送達 / 公示フラグ
    spec_ref:
      - "0280093"
    impl_type: ○
    definition: 各帳票に対して、公示対象の有無を示すフラグ（0：対象外、1：対象）
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-01036
    name: 送付時点郵便番号
    type: X(7)
    required: false
    group: 公示送達記録情報
    class: 公示送達記録対象 / 送付対象者 / 住所
    spec_ref:
      - "0280093"
    impl_type: ○
    definition: 送達物の送付先の郵便番号
    sample: "1100005"
  - id: 028-01037
    name: 送付時点氏名漢字
    type: N(100)
    required: false
    group: 公示送達記録情報
    class: 公示送達記録対象 / 送付対象者 / 氏名
    spec_ref:
      - "0280093"
    impl_type: ○
    definition: 送達物の送付先の氏名漢字
    sample: 送達　太郎
  - id: 028-01038
    name: 送付時点氏漢字
    type: N(50)
    required: false
    group: 公示送達記録情報
    class: 公示送達記録対象 / 送付対象者 / 氏名
    spec_ref:
      - "0280093"
    impl_type: ○
    definition: 送達物の送付先の氏漢字
    note: |-
      日本人住民の場合かつ氏名未定ではない場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 佐藤
  - id: 028-01039
    name: 送付時点名漢字
    type: N(50)
    required: false
    group: 公示送達記録情報
    class: 公示送達記録対象 / 送付対象者 / 氏名
    spec_ref:
      - "0280093"
    impl_type: ○
    definition: 送達物の送付先の名漢字
    note: |-
      日本人住民の場合かつ氏名未定ではない場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 一郎
  - id: 028-01040
    name: 送付時点住所_都道府県
    type: N(4)
    required: false
    group: 公示送達記録情報
    class: 公示送達記録対象 / 送付対象者 / 住所
    spec_ref:
      - "0280093"
    impl_type: ○
    definition: 送達物の送付先の住所における都道府県
    sample: 東京都
  - id: 028-01041
    name: 送付時点住所_市区郡町村名
    type: N(12)
    required: false
    group: 公示送達記録情報
    class: 公示送達記録対象 / 送付対象者 / 住所
    spec_ref:
      - "0280093"
    impl_type: ○
    definition: 送達物の送付先の住所における町字（丁目を含む）
    sample: 霞が関二丁目
  - id: 028-01042
    name: 送付時点住所_番地号表記
    type: N(50)
    required: false
    group: 公示送達記録情報
    class: 公示送達記録対象 / 送付対象者 / 住所
    spec_ref:
      - "0280093"
    impl_type: ○
    definition: 送達物の送付先の住所における番地号の日本語を含む表記
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: １番地６号
  - id: 028-01043
    name: 送付時点住所方書
    type: N(300)
    required: false
    group: 公示送達記録情報
    class: 公示送達記録対象 / 送付対象者 / 住所
    spec_ref:
      - "0280093"
    impl_type: ○
    definition: 送達物の送付先の住所方書
    sample: 虎ノ門ハイツ１０１号
  - id: 028-01979
    name: 削除フラグ
    type: X(1)
    required: true
    group: 公示送達記録情報
    class: 削除フラグ
    impl_type: ○
    definition: 当該データが削除されたかどうかを現すフラグ（0：未削除、1：削除済）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "0"
  - id: 028-01044
    name: 操作者ID
    type: X(10)
    required: true
    group: 公示送達記録情報
    class: 操作
    impl_type: ○
    definition: 操作者を一意に識別するコード
    sample: "1234567890"
  - id: 028-01045
    name: 操作年月日
    type: DATE
    required: true
    group: 公示送達記録情報
    class: 操作
    impl_type: ○
    definition: 操作を行った年月日
    sample: 2021-11-01
  - id: 028-01046
    name: 操作時刻
    type: TIME
    required: true
    group: 公示送達記録情報
    class: 操作
    impl_type: ○
    definition: 操作を行った時刻
    sample: "12:00:00"
  - id: 028-01047
    name: 市区町村コード
    type: X(6)
    required: true
    group: 事業者単価区分情報
    class: 市区町村コード
    pk: true
    impl_type: ◎
    definition: 市区町村を一意に識別するコード（指定都市においては区までを特定）
    note: |-
      総務省「全国地方公共団体コード」に従って6桁のコード値を設定すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "131016"
  - id: 028-01048
    name: 子ども・子育て事業所番号
    type: X(13)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 共通
    pk: true
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 事業所を特定するためのユニークな番号
    sample: "1234567890123"
  - id: 028-01051
    name: 対象年月
    type: X(7)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 共通
    pk: true
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 事業者単価区分の対象年月
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 2020-02
  - id: 028-01052
    name: 教育保育単価区分
    type: X(3)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 共通
    pk: true
    code: "066"
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 認定こども園における教育標準時間認定分と保育認定分の区分を示すコード
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "001"
  - id: 028-01053
    name: 施設型給付費適用単価区分
    type: X(3)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 共通
    pk: true
    code: "076"
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 当初単価と改正単価の区分を示すコード
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "001"
  - id: 028-02288
    name: 事業者単価区分履歴番号
    type: 9(3)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 共通
    pk: true
    spec_ref:
      - "0280336"
    impl_type: ◎
    definition: 事業者の単価区分の履歴を管理する番号
    note: データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: "1"
  - id: 028-01980
    name: 最新フラグ
    type: X(1)
    required: true
    group: 事業者単価区分情報
    class: 最新フラグ
    impl_type: ◎
    definition: 当該データが最新かどうかを現すフラグ（0：最新ではない、1：最新である）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "1"
  - id: 028-01055
    name: 地域区分
    type: X(1)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 地域区分等
    code: "053"
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 施設所在地の地域区分を示すコード
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: A
  - id: 028-01056
    name: 定員区分
    type: X(3)
    required: false
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 地域区分等
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 施設の定員区分を示すコード
    note: |-
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "001"
  - id: 028-01981
    name: 分園合算定員区分
    type: X(3)
    required: false
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 地域区分等
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 施設の分園合算定員区分を示すコード
    note: |-
      ※分園の施設の場合には、本園と分園の合計の定員区分を設定すること
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "001"
  - id: 028-01062
    name: 加算率
    type: 9(3)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 基本加算部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 処遇改善等の加算率
    note: |-
      ※0～99パーセントの間で設定する
      加算情報が無い場合は、0を設定する
    sample: "13"
  - id: 028-01065
    name: 副園長・教頭配置加算有無
    type: X(1)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 基本加算部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 副園長・教頭配置加算の適用の有無を示すフラグ（0：無、1：有）
    note: |-
      ※加算情報が無い場合は、0を設定する
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-01066
    name: 所長設置加算有無
    type: X(1)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 基本加算部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 所長設置加算の適用の有無を示すフラグ（0：無、1：有）
    note: |-
      ※加算情報が無い場合は、0を設定する
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-01067
    name: 学級編制調整加配加算有無
    type: X(1)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 基本加算部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 学級編制調整加配加算の適用の有無を示すフラグ（0：無、1：有）
    note: |-
      1号･2号の利用定員の合計が36人以上300人以下の場合に加算
      ※加算情報が無い場合は、0を設定する
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-02327
    name: １歳児配置改善加算有無
    type: X(1)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 基本加算部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: １歳児配置改善加算の適用の有無を示すフラグ（0：無、1：有）
    note: |-
      ※加算情報が無い場合は、0を設定する
      データ要件・連携要件標準仕様書【第4.0版】にて追加
    sample: "1"
  - id: 028-01068
    name: ３歳児配置改善加算有無
    type: X(1)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 基本加算部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: ３歳児配置改善加算の適用の有無を示すフラグ（0：無、1：有）
    note: |-
      ※加算情報が無い場合は、0を設定する
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-02328
    name: ４歳以上児配置改善加算有無
    type: X(1)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 基本加算部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: ４歳以上児配置改善加算の適用の有無を示すフラグ（0：無、1：有）
    note: |-
      ※加算情報が無い場合は、0を設定する
      データ要件・連携要件標準仕様書【第4.0版】にて追加
    sample: "1"
  - id: 028-01069
    name: 満３歳児対応加配加算有無
    type: X(1)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 基本加算部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 満３歳児対応加配加算の適用の有無を示すフラグ（0：無、1：有）
    note: |-
      ※加算情報が無い場合は、0を設定する
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-01070
    name: 講師配置加算有無
    type: X(1)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 基本加算部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 講師配置加算の適用の有無を示すフラグ（0：無、1：有）
    note: |-
      ※加算情報が無い場合は、0を設定する
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-01071
    name: 資格保有者加算有無
    type: X(1)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 基本加算部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 資格保有者加算の適用の有無を示すフラグ（0：無、1：有）
    note: |-
      ※家庭的保育事業・居宅訪問型保育事業の場合で加算をする場合は1を設定する
      ※加算情報が無い場合は、0を設定する
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "1"
  - id: 028-01982
    name: 資格保有者加算（人数）
    type: 9(5)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 基本加算部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 資格保有者加算の人数
    note: |-
      ※加算情報が無い場合は、0を設定する
      データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "5"
  - id: 028-01072
    name: 家庭的保育補助者加算有無
    type: X(1)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 基本加算部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 家庭的保育補助者加算の適用の有無を示すフラグ（0：無、1：有）
    note: |-
      ※加算情報が無い場合は、0を設定する
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-01983
    name: 家庭的保育補助者加算（人数）
    type: 9(5)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 基本加算部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 家庭的保育補助者加算の人数
    note: |-
      ※加算情報が無い場合は、0を設定する
      データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "5"
  - id: 028-01073
    name: 家庭的保育支援加算有無
    type: X(1)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 基本加算部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 家庭的保育支援加算の適用の有無を示すフラグ（0：無、1：有）
    note: |-
      ※加算情報が無い場合は、0を設定する
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-01074
    name: 保育士比率向上加算有無
    type: X(1)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 基本加算部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 保育士比率向上加算の適用の有無を示すフラグ（0：無、1：有）
    note: |-
      ※加算情報が無い場合は、0を設定する
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-01075
    name: 障害児保育加算有無
    type: X(1)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 基本加算部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 障害児保育加算の適用の有無を示すフラグ（0：無、1：有）
    note: |-
      ※加算情報が無い場合は、0を設定する
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-01076
    name: 休日保育加算有無
    type: X(1)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 基本加算部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 休日保育加算の適用の有無を示すフラグ（0：無、1：有）
    note: |-
      ※加算情報が無い場合は、0を設定する
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-01077
    name: 休日保育の年間延べ利用子ども人数
    type: 9(5)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 基本加算部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 休日保育の年間延べ利用子ども人数
    note: |-
      ※加算情報が無い場合は、0を設定する
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1024"
  - id: 028-01984
    name: 広域用月初日利用子ども人数（中心保育所・分園合算）
    type: 9(5)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 基本加算部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 広域利用における月初日の利用子ども人数（中心保育所・分園合算）
    note: |-
      ※加算情報が無い場合は、0を設定する
      データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "1024"
  - id: 028-01985
    name: 広域用月初日利用子ども人数（自園）
    type: 9(5)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 基本加算部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 広域利用における月初日の利用子ども人数（自園）
    note: |-
      ※加算情報が無い場合は、0を設定する
      データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "1024"
  - id: 028-01078
    name: 夜間保育加算有無
    type: X(1)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 基本加算部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 夜間保育加算の適用の有無を示すフラグ（0：無、1：有）
    note: |-
      ※加算情報が無い場合は、0を設定する
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-01079
    name: チーム保育加配加算有無
    type: X(1)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 基本加算部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: チーム保育加配加算の適用の有無を示すフラグ（0：無、1：有）
    note: |-
      ※チーム保育加配加算が無い場合は、0を設定する
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-01080
    name: チーム保育加配加算加配人数
    type: 9V
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 基本加算部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: チーム保育加配加算の加算人数
    note: |-
      ※チーム保育加配加算が無い場合は、0を設定する
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: "3.0"
  - id: 028-01081
    name: チーム保育加配加算加配定員区分
    type: X(3)
    required: conditional
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 基本加算部分
    code: "084"
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: チーム保育加配加算の加算定員区分
    note: |-
      ※※02801079が1の場合
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "001"
  - id: 028-01082
    name: 減価償却費加算有無
    type: X(1)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 基本加算部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 減価償却費加算の適用の有無を示すフラグ（0：無、1：有）
    note: |-
      ※減価償却費加算が無い場合は、0を設定する
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-01084
    name: 減価償却費加算施設都市区分
    type: X(3)
    required: conditional
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 基本加算部分
    code: "032"
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 減価償却費加算の対象となる施設が都市部か標準かを示すコード
    note: |-
      ※※02801082が1の場合
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "001"
  - id: 028-01085
    name: 減価償却費加算施設認可区分
    type: X(3)
    required: conditional
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 基本加算部分
    code: "033"
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 減価償却費加算の対象となる施設の認可状態を示すコード
    note: |-
      ※※02801082が1の場合
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "001"
  - id: 028-01086
    name: 賃借料加算有無
    type: X(1)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 基本加算部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 賃借料加算の適用の有無を示すフラグ（0：無、1：有）
    note: |-
      ※賃借料加算が無い場合は、0を設定する
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第4.0版】にて修正
    sample: "1"
  - id: 028-01087
    name: 賃借料加算施設地域区分
    type: X(1)
    required: conditional
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 基本加算部分
    code: "120"
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 賃借料加算の対象となる施設の地域を示すコード
    note: |-
      ※※02801086が1の場合
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
      データ要件・連携要件標準仕様書【第4.0版】にて修正
    sample: "1"
  - id: 028-01088
    name: 賃借料加算施設都市区分
    type: X(3)
    required: conditional
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 基本加算部分
    code: "032"
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 賃借料加算の対象となる施設が都市部か標準かを示すコード
    note: |-
      ※※02801086が1の場合
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第4.0版】にて修正
    sample: "001"
  - id: 028-01089
    name: 賃借料加算施設認可区分
    type: X(3)
    required: conditional
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 基本加算部分
    code: "033"
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 賃借料加算の対象となる施設の認可状態を示すコード
    note: |-
      ※※02801052が002かつ02801086が1の場合
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第4.0版】にて修正
    sample: "001"
  - id: 028-01090
    name: 通園送迎加算有無
    type: X(1)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 基本加算部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 通園送迎加算の適用の有無を示すフラグ（0：無、1：有）
    note: |-
      ※通園送迎加算が無い場合は、0を設定する
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-01091
    name: 給食実施加算有無
    type: X(1)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 基本加算部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 給食実施加算の適用の有無を示すフラグ（0：無、1：有）
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-01092
    name: 給食実施加算実施区分
    type: X(3)
    required: conditional
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 基本加算部分
    code: "067"
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 給食費の実施方法の区分を示すコード
    note: |-
      ※※02801091が1の場合
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "001"
  - id: 028-01093
    name: 週当たり給食実施日数
    type: 9(1)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 基本加算部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 週当たり給食実施日数
    note: |-
      ※0は加算無し(週当たり給食が無い場合は、0を設定する)
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "5"
  - id: 028-01094
    name: チーム保育推進加算有無
    type: X(1)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 基本加算部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: チーム保育推進加算の適用の有無を示すフラグ（0：無、1：有）
    note: |-
      ※チーム保育推進加算が無い場合は、0を設定する
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-02209
    name: チーム保育推進加算加配人数
    type: 9(1)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 基本加算部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: チーム保育加配加算の加算人数
    note: |-
      ※チーム保育推進加算が無い場合は、0を設定する
      データ要件・連携要件標準仕様書【第2.4版】にて追加
    sample: "2"
  - id: 028-01095
    name: 連携施設加算有無
    type: X(1)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 基本加算部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 連携施設加算の適用の有無を示すフラグ（0：無、1：有）
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-01096
    name: 連携施設加算区分
    type: X(3)
    required: conditional
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 基本加算部分
    code: "068"
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 連携施設加算の種類を示すコード
    note: |-
      ※※02801095が1の場合
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "001"
  - id: 028-01097
    name: 外部監査費加算有無
    type: X(1)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 基本加算部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 外部監査費加算の適用の有無を示すフラグ（0：無、1：有）
    note: |-
      認定こども園全体の利用定員の区分に応じて加算
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-01098
    name: 外部監査費に係る認定こども園全体の利用定員区分
    type: X(3)
    required: conditional
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 基本加算部分
    code: "084"
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 外部監査費に係る認定こども園全体の利用定員区分を示すコード
    note: |-
      ※※02801097が1の場合
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "001"
  - id: 028-01100
    name: 各月の給食実施日数
    type: 9(5)
    required: false
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 基本加算部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 副食費徴収免除加算を加算する場合の各月の給食実施日数を示す
    note: |-
      副食費徴収免除加算を適用した場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.1版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "12345"
  - id: 028-01101
    name: １号認定こどもの利用定員を設定しない場合の加算有無
    type: X(1)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 加減調整部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 1号認定子どもの利用定員を設定しない場合の適用の有無を示すフラグ（0：無、1：有）
    note: |-
      ※1号認定利用定員無し加算有無が関係ない場合、0を設定する
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-01102
    name: 分園の場合の調整有無
    type: X(1)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 加減調整部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 分園の場合の調整の適用の有無を示すフラグ（0：無、1：有）
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-01103
    name: 施設長を配置していない場合の調整有無
    type: X(1)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 加減調整部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 施設長を配置していない場合の調整の適用の有無を示すフラグ（0：無、1：有）
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-01104
    name: 連携施設を設定しない場合の調整有無
    type: X(1)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 加減調整部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 連携施設の有無を示すフラグ（0：無、1：有）
    note: |-
      ※連携施設無し減算有無が関係ない場合、0を設定する
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-01105
    name: 自園等以外から食事を搬入している場合の調整有無
    type: X(1)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 加減調整部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 食事の搬入について自園調理又は連携施設等からの搬入以外の方法による場合の減算の適用の有無を示すフラグ（0：無、1：有）
    note: |-
      ※外食事調達減算有無が関係ない場合、0を設定する
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-01106
    name: 管理者を配置していない場合の調整有無
    type: X(1)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 加減調整部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 管理者を配置していない場合の適用の有無を示すフラグ（0：無、1：有）
    note: |-
      ※加算情報が無い場合は、0を設定する
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-01107
    name: 土曜日に閉所する場合の調整有無
    type: X(1)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 加減調整部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 常態的に土曜日閉所の適用の有無を示すフラグ（0：無、1：有）
    note: |-
      ※常態的に土曜日閉所減算有無が関係ない場合0を設定する
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.1版】にて修正
    sample: "1"
  - id: 028-01108
    name: 土曜日の閉所に関する閉所区分
    type: X(3)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 加減調整部分
    code: "069"
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 土曜日の閉所に関する閉所区分を示すコード
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.1版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "001"
  - id: 028-01109
    name: 特定の日に保育を行わない場合の調整有無
    type: X(1)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 加減調整部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 特定の日に保育を行わない場合の調整の適用の有無を示すフラグ（0：無、1：有）
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-01110
    name: 事業を行わない週当たり日数
    type: 9(1)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 加減調整部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 居宅訪問型保育事業の場合に閉所する週当たりの日数（居宅訪問型保育事業の場合、土曜日以外にも特定の曜日で閉所することが可能。）
    note: |-
      ※居宅訪問型保育事業以外の場合は、0を設定する
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.1版】にて修正
    sample: "1"
  - id: 028-01111
    name: 主幹教諭等の専任化により子ども・子育て支援の取り組みを実施していない場合の調整有無
    type: X(1)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 加減調整部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 主幹教諭等の専任化により子ども・子育て支援の取り組みを実施していない場合の減算の適用の有無を示すフラグ（0：無、1：有）
    note: |-
      ※子ども・子育て支援取組みが無い場合は、0を設定する
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-01112
    name: 年齢別配置基準を下回る場合の調整有無
    type: X(1)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 加減調整部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 年齢別配置基準を下回る場合の調整の適用の有無を示すフラグ（0：無、1：有）
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-01113
    name: 年齢別配置基準を下回る場合の人数
    type: 9V
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 加減調整部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 年齢別配置基準を下回る人数
    note: |-
      ※年齢別配置基準下回り人数が関係ない場合、0を設定する
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "3.0"
  - id: 028-01114
    name: 配置基準上求められる職員資格を有しない場合の調整有無
    type: X(1)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 加減調整部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 配置基準上求められる職員資格を有しない場合の減算の適用の有無を示すフラグ（0：無、1：有）
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-01115
    name: 配置基準上求められる職員資格を有しない場合の人数
    type: 9V
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 加減調整部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 配置基準上求められる職員資格を有しない人数
    note: |-
      ※職員資格無し人数が関係ない場合、0を設定する
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "3.0"
  - id: 028-01116
    name: 施設長に係る経過措置が適用される場合の調整有無
    type: X(1)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 加減調整部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 施設長の経過措置加算の適用の有無を示すフラグ（0：無、1：有）
    note: |-
      ※施設長の経過措置加算が関係ない場合0を設定する
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-01117
    name: 定員を恒常的に超過する場合の調整有無
    type: X(1)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 乗除調整部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 定員を恒常的に超過する場合の調整の適用の有無を示すフラグ（0：無、1：有）
    note: |-
      ※定員を恒常的に超過しない場合、0を設定する
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-01118
    name: 主幹教諭等専任加算有無
    type: X(1)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 特定加算部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 主幹教諭等専任加算の適用の有無を示すフラグ（0：無、1：有）
    note: |-
      ※主幹教諭等専任加算が関係ない場合は、0を設定する
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-01119
    name: 子育て支援活動費加算有無
    type: X(1)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 特定加算部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 子ども・子育て支援活動費加算の適用の有無を示すフラグ（0：無、1：有）
    note: |-
      ※子育て支援活動費加算が関係ない場合、0を設定する
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-01120
    name: 主任保育士専任加算有無
    type: X(1)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 特定加算部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 主任保育士専任加算の適用の有無を示すフラグ（0：無、1：有）
    note: |-
      ※主任保育士専任加算が関係ない場合、0を設定する
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-01121
    name: 療育支援加算有無
    type: X(1)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 特定加算部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 療育支援加算の適用の有無を示すフラグ（0：無、1：有）
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-01122
    name: 療育支援加算区分
    type: X(3)
    required: conditional
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 特定加算部分
    code: "070"
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 療育支援加算の種類を示すコード
    note: |-
      ※※02801121が1の場合
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "001"
  - id: 028-01123
    name: 事務職員配置加算有無
    type: X(1)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 特定加算部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 事務職員配置加算の適用の有無を示すフラグ（0：無、1：有）
    note: |-
      ※認定こども園全体（１号～３号）の利用定員が９１人以上の場合に各月初日の利用子どもの単価に加算
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-01124
    name: 事務職員雇上費加算有無
    type: X(1)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 特定加算部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 事務職員雇上費加算の適用の有無を示すフラグ（0：無、1：有）
    note: |-
      ※事務職員雇上費加算が関係しない場合は、0を設定する
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-01125
    name: 指導充実加配加算有無
    type: X(1)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 特定加算部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 指導充実加配加算の適用の有無を示すフラグ（0：無、1：有）
    note: |-
      ※指導充実加配加算有無が関係しない場合は、0を設定する
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-01126
    name: 事務負担対応加配加算有無
    type: X(1)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 特定加算部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 事務負担対応加配加算の適用の有無を示すフラグ（0：無、1：有）
    note: |-
      ※事務負担対応加配加算が関係しない場合は、0を設定する
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-01127
    name: 処遇改善等加算Ⅱ人数Ａ
    type: 9(3)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 特定加算部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 処遇改善等加算Ⅱ－①を算出するために必要な人数
    note: |-
      ※必要な人数がない場合は、0を設定する
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-01128
    name: 処遇改善等加算Ⅱ人数Ｂ
    type: 9(3)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 特定加算部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 処遇改善等加算Ⅱ－②を算出するために必要な人数
    note: |-
      ※必要な人数がない場合は、0を設定する
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-02329
    name: 処遇改善等加算（区分３）人数Ａ
    type: 9(3)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 特定加算部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 処遇改善等加算（区分３）－①を算出するために必要な人数
    note: |-
      ※必要な人数がない場合は、0を設定する
      データ要件・連携要件標準仕様書【第4.0版】にて追加
    sample: "1"
  - id: 028-02330
    name: 処遇改善等加算（区分３）人数Ｂ
    type: 9(3)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 特定加算部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 処遇改善等加算（区分３）－②を算出するために必要な人数
    note: |-
      ※必要な人数がない場合は、0を設定する
      データ要件・連携要件標準仕様書【第4.0版】にて追加
    sample: "1"
  - id: 028-02169
    name: 処遇改善等加算Ⅲ_適用区分
    type: X(1)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 特定加算部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 処遇改善等加算Ⅲの適用の有無を示すフラグ（0：無　1：有）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "1"
  - id: 028-02331
    name: 処遇改善等加算（区分１及び区分２）_適用区分
    type: X(1)
    required: false
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 特定加算部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 処遇改善等加算（区分１及び区分２）の適用の有無を示すフラグ（0：無　1：有）
    note: データ要件・連携要件標準仕様書【第4.0版】にて追加
    sample: "1"
  - id: 028-02170
    name: 平均年齢別利用子ども人数（０歳児）
    type: 9(3)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 特定加算部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 処遇改善等加算Ⅲを算出するために必要な人数（０歳児）
    note: |-
      ※必要な人数がない場合は、0を設定する
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "1"
  - id: 028-02289
    name: 平均年齢別利用子ども人数（１歳児）
    type: 9(3)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 特定加算部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 処遇改善等加算Ⅲを算出するために必要な人数（１歳児）
    note: |-
      ※必要な人数がない場合は、0を設定する
      データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: "1"
  - id: 028-02290
    name: 平均年齢別利用子ども人数（２歳児）
    type: 9(3)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 特定加算部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 処遇改善等加算Ⅲを算出するために必要な人数（２歳児）
    note: |-
      ※必要な人数がない場合は、0を設定する
      データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: "1"
  - id: 028-02291
    name: 平均年齢別利用子ども人数（３歳児）
    type: 9(3)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 特定加算部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 処遇改善等加算Ⅲを算出するために必要な人数（３歳児）
    note: |-
      ※必要な人数がない場合は、0を設定する
      データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: "1"
  - id: 028-02292
    name: 平均年齢別利用子ども人数（４歳児）
    type: 9(3)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 特定加算部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 処遇改善等加算Ⅲを算出するために必要な人数（４歳児）
    note: |-
      ※必要な人数がない場合は、0を設定する
      データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: "1"
  - id: 028-02293
    name: 平均年齢別利用子ども人数（５歳児）
    type: 9(3)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 特定加算部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 処遇改善等加算Ⅲを算出するために必要な人数（５歳児）
    note: |-
      ※必要な人数がない場合は、0を設定する
      データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: "1"
  - id: 028-01129
    name: 冷暖房費加算地域区分
    type: X(3)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 特定加算部分
    code: "071"
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 冷暖房費加算の地域区分を示すコード
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "001"
  - id: 028-01130
    name: 施設関係者評価加算有無
    type: X(1)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 特定加算部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 施設関係者評価加算の適用の有無を示すフラグ（0：無、1：有）
    note: |-
      ※3月でない場合は、0を設定する
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-01131
    name: 施設関係者評価加算区分
    type: X(3)
    required: conditional
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 特定加算部分
    code: "072"
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 施設関係者評価加算の適用の種類を示すコード
    note: |-
      ※※02801130が1の場合
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "001"
  - id: 028-01132
    name: 除雪費加算有無
    type: X(1)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 特定加算部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 除雪費加算有無の適用の有無を示すフラグ（0：無、1：有）
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-01133
    name: 降灰除去費加算有無
    type: X(1)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 特定加算部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 降灰除去費加算の適用の有無を示すフラグ（0：無、1：有）
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-01134
    name: 高齢者等活躍促進加算有無
    type: X(1)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 特定加算部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 高齢者等活躍促進加算の適用の有無を示すフラグ（0：無、1：有）
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-01135
    name: 高齢者等活躍促進加算区分
    type: X(3)
    required: conditional
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 特定加算部分
    code: "073"
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 高齢者等活躍促進加算の合計時間の範囲を示すコード
    note: |-
      ※※02801134が1の場合
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "001"
  - id: 028-01136
    name: 施設機能強化推進費加算有無
    type: X(1)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 特定加算部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 施設機能強化推進費加算の適用の有無を示すフラグ（0：無、1：有）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "1"
  - id: 028-02294
    name: 施設機能強化推進費
    type: 9(6)
    required: conditional
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 特定加算部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 火災・地震等の災害時に備え、施設の総合的な防災対策を図る取組に必要となる経費
    note: |-
      ※※02801136が1の場合
      データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: "150000"
  - id: 028-01137
    name: 小学校接続加算有無
    type: X(1)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 特定加算部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 小学校接続加算の適用の有無を示すフラグ（0：無、1：有）
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-02332
    name: 小学校接続加算区分
    type: X(3)
    required: false
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 特定加算部分
    code: "123"
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 小学校接続加算の要件を示すコード
    note: データ要件・連携要件標準仕様書【第4.0版】にて追加
    sample: "001"
  - id: 028-01138
    name: 栄養管理加算有無
    type: X(1)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 特定加算部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 栄養管理加算の適用の有無を示すフラグ（0：無、1：有）
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-01139
    name: 栄養管理加算区分
    type: X(3)
    required: conditional
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 特定加算部分
    code: "074"
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 栄養管理加算施設の栄養士の配置状況を示すコード
    note: |-
      ※※02801138が1の場合
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
      データ要件・連携要件標準仕様書【第4.0版】にて修正
    sample: "001"
  - id: 028-01140
    name: 第三者評価受審加算有無
    type: X(1)
    required: true
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 特定加算部分
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 第三者評価受審加算の適用の有無を示すフラグ（0：無、1：有）
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-01986
    name: 独自加算項目該当有無
    type: X(1)
    required: false
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 独自加算
    spec_ref:
      - "0280337"
    impl_type: ○
    definition: 独自加算項目の該当の有無を示すフラグ（0：無、1：有）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "1"
  - id: 028-01987
    name: 独自加算項目名称
    type: N(50)
    required: false
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 独自加算
    spec_ref:
      - "0280337"
    impl_type: ○
    definition: 独自加算項目の名称
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: ○○加算
  - id: 028-01988
    name: 独自加算額
    type: S9(13)
    required: false
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 独自加算
    spec_ref:
      - "0280337"
    impl_type: ○
    definition: 事業者単価区分情報における独自加算の金額
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "10000"
  - id: 028-01989
    name: 入所児童処遇特別加算該当有無
    type: X(1)
    required: false
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 特定加算部分
    spec_ref:
      - "0280343"
    impl_type: ○
    definition: 入所児童特別加算の適用の有無を示すフラグ（0：無、1：有）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "1"
  - id: 028-01990
    name: 入所児童処遇特別加算区分
    type: X(2)
    required: false
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 特定加算部分
    code: "108"
    spec_ref:
      - "0280343"
      - "0280346"
    impl_type: ○
    definition: 入所児童特別加算の区分を示すコード
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "01"
  - id: 028-01141
    name: 特例割合
    type: X(3)
    required: false
    group: 事業者単価区分情報
    class: 事業者単価区分情報 / 計算条件
    code: "054"
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ○
    definition: 3歳以上児の利用が利用定員の3割未満又は3割以上となるが地域における保育の提供体制に鑑みてやむを得ないと市区町村が認める場合を示すコード
    sample: "001"
  - id: 028-01991
    name: 削除フラグ
    type: X(1)
    required: true
    group: 事業者単価区分情報
    class: 削除フラグ
    impl_type: ◎
    definition: 当該データが削除されたかどうかを現すフラグ（0：未削除、1：削除済）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "0"
  - id: 028-01142
    name: 操作者ID
    type: X(10)
    required: true
    group: 事業者単価区分情報
    class: 操作
    impl_type: ◎
    definition: 操作者を一意に識別するコード
    sample: "1234567890"
  - id: 028-01143
    name: 操作年月日
    type: DATE
    required: true
    group: 事業者単価区分情報
    class: 操作
    impl_type: ◎
    definition: 操作を行った年月日
    sample: 2021-11-01
  - id: 028-01144
    name: 操作時刻
    type: TIME
    required: true
    group: 事業者単価区分情報
    class: 操作
    impl_type: ◎
    definition: 操作を行った時刻
    sample: "12:00:00"
  - id: 028-01145
    name: 市区町村コード
    type: X(6)
    required: true
    group: 事業者請求情報
    class: 市区町村コード
    pk: true
    impl_type: ◎
    definition: 市区町村を一意に識別するコード（指定都市においては区までを特定）
    note: |-
      総務省「全国地方公共団体コード」に従って6桁のコード値を設定すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "131016"
  - id: 028-01146
    name: 請求書番号
    type: 9(10)
    required: true
    group: 事業者請求情報
    class: 請求基本情報
    pk: true
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280362"
    impl_type: ◎
    definition: 請求書番号（請求された明細の連番）
    note: データ要件・連携要件標準仕様書【第2.1版】にて修正
    sample: "1"
  - id: 028-01147
    name: 子ども・子育て事業所番号
    type: X(13)
    required: true
    group: 事業者請求情報
    class: 請求基本情報
    pk: true
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280362"
    impl_type: ◎
    definition: 事業所を特定するためのユニークな番号
    sample: "1234567890123"
  - id: 028-01992
    name: 支払対象年度
    type: YEAR
    required: true
    group: 事業者請求情報
    class: 支払管理
    pk: true
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280362"
      - "0280387"
    impl_type: ◎
    definition: 支払対象とする年度を管理
    note: |-
      子どものための教育・保育給付請求書 の（　年度　月～　月分）の年度を保持する
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "2022"
  - id: 028-01993
    name: 最新フラグ
    type: X(1)
    required: true
    group: 事業者請求情報
    class: 最新フラグ
    impl_type: ◎
    definition: 当該データが最新かどうかを現すフラグ（0：最新ではない、1：最新である）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "1"
  - id: 028-01994
    name: 支払対象開始月
    type: X(2)
    required: true
    group: 事業者請求情報
    class: 支払管理
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280362"
      - "0280387"
    impl_type: ◎
    definition: 支払対象とする開始月を管理
    note: |-
      子どものための教育・保育給付請求書 の（　年度　月～　月分）の開始月を保持する
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "1"
  - id: 028-01995
    name: 支払対象終了月
    type: X(2)
    required: true
    group: 事業者請求情報
    class: 支払管理
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280362"
      - "0280387"
    impl_type: ◎
    definition: 支払対象とする終了月を管理
    note: |-
      子どものための教育・保育給付請求書 の（　年度　月～　月分）の終了月を保持する
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "12"
  - id: 028-01996
    name: 請求金額合計
    type: S9(13)
    required: true
    group: 事業者請求情報
    class: 支払管理
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280346"
      - "0280362"
    impl_type: ◎
    definition: 請求金額の合計
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "10000"
  - id: 028-01997
    name: 子どものための教育・保育給付合計
    type: S9(13)
    required: true
    group: 事業者請求情報
    class: 支払管理
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280362"
    impl_type: ◎
    definition: 請求金額合計の内訳金額
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "10000"
  - id: 028-01998
    name: 自治体独自加算合計
    type: S9(13)
    required: false
    group: 事業者請求情報
    class: 支払管理
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280362"
    impl_type: ◎
    definition: 請求金額合計の内訳金額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "10000"
  - id: 028-01999
    name: その他金額合計
    type: S9(13)
    required: false
    group: 事業者請求情報
    class: 支払管理
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280362"
    impl_type: ◎
    definition: 請求金額合計の内訳金額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "10000"
  - id: 028-02000
    name: 教育_当月分（概算）請求額
    type: S9(13)
    required: false
    group: 事業者請求情報
    class: 教育 / 請求額
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280362"
    impl_type: ◎
    definition: 子どものための教育・保育給付合計の内訳金額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "10000"
  - id: 028-02001
    name: 教育_翌月以降４月分概算請求額
    type: S9(13)
    required: false
    group: 事業者請求情報
    class: 教育 / 請求額
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280362"
    impl_type: ◎
    definition: 子どものための教育・保育給付合計の内訳金額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "10000"
  - id: 028-02002
    name: 教育_翌月以降５月分概算請求額
    type: S9(13)
    required: false
    group: 事業者請求情報
    class: 教育 / 請求額
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280362"
    impl_type: ◎
    definition: 子どものための教育・保育給付合計の内訳金額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "10000"
  - id: 028-02003
    name: 教育_翌月以降６月分概算請求額
    type: S9(13)
    required: false
    group: 事業者請求情報
    class: 教育 / 請求額
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280362"
    impl_type: ◎
    definition: 子どものための教育・保育給付合計の内訳金額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "10000"
  - id: 028-02004
    name: 教育_翌月以降７月分概算請求額
    type: S9(13)
    required: false
    group: 事業者請求情報
    class: 教育 / 請求額
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280362"
    impl_type: ◎
    definition: 子どものための教育・保育給付合計の内訳金額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "10000"
  - id: 028-02005
    name: 教育_翌月以降８月分概算請求額
    type: S9(13)
    required: false
    group: 事業者請求情報
    class: 教育 / 請求額
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280362"
    impl_type: ◎
    definition: 子どものための教育・保育給付合計の内訳金額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "10000"
  - id: 028-02006
    name: 教育_翌月以降９月分概算請求額
    type: S9(13)
    required: false
    group: 事業者請求情報
    class: 教育 / 請求額
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280362"
    impl_type: ◎
    definition: 子どものための教育・保育給付合計の内訳金額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "10000"
  - id: 028-02007
    name: 教育_翌月以降10月分概算請求額
    type: S9(13)
    required: false
    group: 事業者請求情報
    class: 教育 / 請求額
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280362"
    impl_type: ◎
    definition: 子どものための教育・保育給付合計の内訳金額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "10000"
  - id: 028-02008
    name: 教育_翌月以降11月分概算請求額
    type: S9(13)
    required: false
    group: 事業者請求情報
    class: 教育 / 請求額
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280362"
    impl_type: ◎
    definition: 子どものための教育・保育給付合計の内訳金額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "10000"
  - id: 028-02009
    name: 教育_翌月以降12月分概算請求額
    type: S9(13)
    required: false
    group: 事業者請求情報
    class: 教育 / 請求額
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280362"
    impl_type: ◎
    definition: 子どものための教育・保育給付合計の内訳金額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "10000"
  - id: 028-02010
    name: 教育_翌月以降１月分概算請求額
    type: S9(13)
    required: false
    group: 事業者請求情報
    class: 教育 / 請求額
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280362"
    impl_type: ◎
    definition: 子どものための教育・保育給付合計の内訳金額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "10000"
  - id: 028-02011
    name: 教育_翌月以降２月分概算請求額
    type: S9(13)
    required: false
    group: 事業者請求情報
    class: 教育 / 請求額
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280362"
    impl_type: ◎
    definition: 子どものための教育・保育給付合計の内訳金額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "10000"
  - id: 028-02012
    name: 教育_翌月以降３月分概算請求額
    type: S9(13)
    required: false
    group: 事業者請求情報
    class: 教育 / 請求額
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280362"
    impl_type: ◎
    definition: 子どものための教育・保育給付合計の内訳金額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "10000"
  - id: 028-02013
    name: 教育_既支払分４月分精算額
    type: S9(13)
    required: false
    group: 事業者請求情報
    class: 教育 / 精算額
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280362"
    impl_type: ◎
    definition: 子どものための教育・保育給付合計の内訳金額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "10000"
  - id: 028-02014
    name: 教育_既支払分５月分精算額
    type: S9(13)
    required: false
    group: 事業者請求情報
    class: 教育 / 精算額
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280362"
    impl_type: ◎
    definition: 子どものための教育・保育給付合計の内訳金額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "10000"
  - id: 028-02015
    name: 教育_既支払分６月分精算額
    type: S9(13)
    required: false
    group: 事業者請求情報
    class: 教育 / 精算額
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280362"
    impl_type: ◎
    definition: 子どものための教育・保育給付合計の内訳金額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "10000"
  - id: 028-02016
    name: 教育_既支払分７月分精算額
    type: S9(13)
    required: false
    group: 事業者請求情報
    class: 教育 / 精算額
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280362"
    impl_type: ◎
    definition: 子どものための教育・保育給付合計の内訳金額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "10000"
  - id: 028-02017
    name: 教育_既支払分８月分精算額
    type: S9(13)
    required: false
    group: 事業者請求情報
    class: 教育 / 精算額
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280362"
    impl_type: ◎
    definition: 子どものための教育・保育給付合計の内訳金額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "10000"
  - id: 028-02018
    name: 教育_既支払分９月分精算額
    type: S9(13)
    required: false
    group: 事業者請求情報
    class: 教育 / 精算額
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280362"
    impl_type: ◎
    definition: 子どものための教育・保育給付合計の内訳金額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "10000"
  - id: 028-02019
    name: 教育_既支払分10月分精算額
    type: S9(13)
    required: false
    group: 事業者請求情報
    class: 教育 / 精算額
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280362"
    impl_type: ◎
    definition: 子どものための教育・保育給付合計の内訳金額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "10000"
  - id: 028-02020
    name: 教育_既支払分11月分精算額
    type: S9(13)
    required: false
    group: 事業者請求情報
    class: 教育 / 精算額
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280362"
    impl_type: ◎
    definition: 子どものための教育・保育給付合計の内訳金額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "10000"
  - id: 028-02021
    name: 教育_既支払分12月分精算額
    type: S9(13)
    required: false
    group: 事業者請求情報
    class: 教育 / 精算額
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280362"
    impl_type: ◎
    definition: 子どものための教育・保育給付合計の内訳金額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "10000"
  - id: 028-02022
    name: 教育_既支払分１月分精算額
    type: S9(13)
    required: false
    group: 事業者請求情報
    class: 教育 / 精算額
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280362"
    impl_type: ◎
    definition: 子どものための教育・保育給付合計の内訳金額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "10000"
  - id: 028-02023
    name: 教育_既支払分２月分精算額
    type: S9(13)
    required: false
    group: 事業者請求情報
    class: 教育 / 精算額
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280362"
    impl_type: ◎
    definition: 子どものための教育・保育給付合計の内訳金額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "10000"
  - id: 028-02024
    name: 教育_既支払分３月分精算額
    type: S9(13)
    required: false
    group: 事業者請求情報
    class: 教育 / 精算額
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280362"
    impl_type: ◎
    definition: 子どものための教育・保育給付合計の内訳金額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "10000"
  - id: 028-02025
    name: 保育_当月分（概算）請求額
    type: S9(13)
    required: false
    group: 事業者請求情報
    class: 保育 / 請求額
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280362"
    impl_type: ◎
    definition: 子どものための教育・保育給付合計の内訳金額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "10000"
  - id: 028-02026
    name: 保育_翌月以降４月分概算請求額
    type: S9(13)
    required: false
    group: 事業者請求情報
    class: 保育 / 請求額
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280362"
    impl_type: ◎
    definition: 子どものための教育・保育給付合計の内訳金額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "10000"
  - id: 028-02027
    name: 保育_翌月以降５月分概算請求額
    type: S9(13)
    required: false
    group: 事業者請求情報
    class: 保育 / 請求額
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280362"
    impl_type: ◎
    definition: 子どものための教育・保育給付合計の内訳金額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "10000"
  - id: 028-02028
    name: 保育_翌月以降６月分概算請求額
    type: S9(13)
    required: false
    group: 事業者請求情報
    class: 保育 / 請求額
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280362"
    impl_type: ◎
    definition: 子どものための教育・保育給付合計の内訳金額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "10000"
  - id: 028-02029
    name: 保育_翌月以降７月分概算請求額
    type: S9(13)
    required: false
    group: 事業者請求情報
    class: 保育 / 請求額
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280362"
    impl_type: ◎
    definition: 子どものための教育・保育給付合計の内訳金額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "10000"
  - id: 028-02030
    name: 保育_翌月以降８月分概算請求額
    type: S9(13)
    required: false
    group: 事業者請求情報
    class: 保育 / 請求額
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280362"
    impl_type: ◎
    definition: 子どものための教育・保育給付合計の内訳金額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "10000"
  - id: 028-02031
    name: 保育_翌月以降９月分概算請求額
    type: S9(13)
    required: false
    group: 事業者請求情報
    class: 保育 / 請求額
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280362"
    impl_type: ◎
    definition: 子どものための教育・保育給付合計の内訳金額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "10000"
  - id: 028-02032
    name: 保育_翌月以降10月分概算請求額
    type: S9(13)
    required: false
    group: 事業者請求情報
    class: 保育 / 請求額
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280362"
    impl_type: ◎
    definition: 子どものための教育・保育給付合計の内訳金額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "10000"
  - id: 028-02033
    name: 保育_翌月以降11月分概算請求額
    type: S9(13)
    required: false
    group: 事業者請求情報
    class: 保育 / 請求額
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280362"
    impl_type: ◎
    definition: 子どものための教育・保育給付合計の内訳金額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "10000"
  - id: 028-02034
    name: 保育_翌月以降12月分概算請求額
    type: S9(13)
    required: false
    group: 事業者請求情報
    class: 保育 / 請求額
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280362"
    impl_type: ◎
    definition: 子どものための教育・保育給付合計の内訳金額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "10000"
  - id: 028-02035
    name: 保育_翌月以降１月分概算請求額
    type: S9(13)
    required: false
    group: 事業者請求情報
    class: 保育 / 請求額
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280362"
    impl_type: ◎
    definition: 子どものための教育・保育給付合計の内訳金額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "10000"
  - id: 028-02036
    name: 保育_翌月以降２月分概算請求額
    type: S9(13)
    required: false
    group: 事業者請求情報
    class: 保育 / 請求額
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280362"
    impl_type: ◎
    definition: 子どものための教育・保育給付合計の内訳金額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "10000"
  - id: 028-02037
    name: 保育_翌月以降３月分概算請求額
    type: S9(13)
    required: false
    group: 事業者請求情報
    class: 保育 / 請求額
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280362"
    impl_type: ◎
    definition: 子どものための教育・保育給付合計の内訳金額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "10000"
  - id: 028-02038
    name: 保育_既支払分４月分精算額
    type: S9(13)
    required: false
    group: 事業者請求情報
    class: 保育 / 精算額
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280362"
    impl_type: ◎
    definition: 子どものための教育・保育給付合計の内訳金額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "10000"
  - id: 028-02039
    name: 保育_既支払分５月分精算額
    type: S9(13)
    required: false
    group: 事業者請求情報
    class: 保育 / 精算額
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280362"
    impl_type: ◎
    definition: 子どものための教育・保育給付合計の内訳金額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "10000"
  - id: 028-02040
    name: 保育_既支払分６月分精算額
    type: S9(13)
    required: false
    group: 事業者請求情報
    class: 保育 / 精算額
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280362"
    impl_type: ◎
    definition: 子どものための教育・保育給付合計の内訳金額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "10000"
  - id: 028-02041
    name: 保育_既支払分７月分精算額
    type: S9(13)
    required: false
    group: 事業者請求情報
    class: 保育 / 精算額
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280362"
    impl_type: ◎
    definition: 子どものための教育・保育給付合計の内訳金額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "10000"
  - id: 028-02042
    name: 保育_既支払分８月分精算額
    type: S9(13)
    required: false
    group: 事業者請求情報
    class: 保育 / 精算額
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280362"
    impl_type: ◎
    definition: 子どものための教育・保育給付合計の内訳金額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "10000"
  - id: 028-02043
    name: 保育_既支払分９月分精算額
    type: S9(13)
    required: false
    group: 事業者請求情報
    class: 保育 / 精算額
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280362"
    impl_type: ◎
    definition: 子どものための教育・保育給付合計の内訳金額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "10000"
  - id: 028-02044
    name: 保育_既支払分10月分精算額
    type: S9(13)
    required: false
    group: 事業者請求情報
    class: 保育 / 精算額
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280362"
    impl_type: ◎
    definition: 子どものための教育・保育給付合計の内訳金額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "10000"
  - id: 028-02045
    name: 保育_既支払分11月分精算額
    type: S9(13)
    required: false
    group: 事業者請求情報
    class: 保育 / 精算額
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280362"
    impl_type: ◎
    definition: 子どものための教育・保育給付合計の内訳金額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "10000"
  - id: 028-02046
    name: 保育_既支払分12月分精算額
    type: S9(13)
    required: false
    group: 事業者請求情報
    class: 保育 / 精算額
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280362"
    impl_type: ◎
    definition: 子どものための教育・保育給付合計の内訳金額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "10000"
  - id: 028-02047
    name: 保育_既支払分１月分精算額
    type: S9(13)
    required: false
    group: 事業者請求情報
    class: 保育 / 精算額
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280362"
    impl_type: ◎
    definition: 子どものための教育・保育給付合計の内訳金額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "10000"
  - id: 028-02048
    name: 保育_既支払分２月分精算額
    type: S9(13)
    required: false
    group: 事業者請求情報
    class: 保育 / 精算額
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280362"
    impl_type: ◎
    definition: 子どものための教育・保育給付合計の内訳金額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "10000"
  - id: 028-02049
    name: 保育_既支払分３月分精算額
    type: S9(13)
    required: false
    group: 事業者請求情報
    class: 保育 / 精算額
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280362"
    impl_type: ◎
    definition: 子どものための教育・保育給付合計の内訳金額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "10000"
  - id: 028-01164
    name: 請求年月日
    type: DATE
    required: true
    group: 事業者請求情報
    class: 支払管理 / 請求
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280346"
      - "0280362"
    impl_type: ◎
    definition: 事業者からの請求があった年月日
    note: データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: 2012-04-01
  - id: 028-01165
    name: 支払額
    type: S9(13)
    required: true
    group: 事業者請求情報
    class: 支払管理 / 支払
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280346"
      - "0280362"
    impl_type: ◎
    definition: 市区町村が定める額
    note: データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "10000"
  - id: 028-01166
    name: 支払予定年月日
    type: DATE
    required: true
    group: 事業者請求情報
    class: 支払管理 / 支払
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280346"
      - "0280362"
    impl_type: ◎
    definition: 自治体から事業者への支払予定年月日
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: 2012-04-01
  - id: 028-02050
    name: 支払予定額
    type: S9(13)
    required: false
    group: 事業者請求情報
    class: 支払管理 / 支払
    spec_ref:
      - "0280346"
    impl_type: ◎
    definition: 自治体から事業者への支払予定額
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "10000"
  - id: 028-02051
    name: 支払調整額
    type: S9(13)
    required: false
    group: 事業者請求情報
    class: 支払管理 / 支払
    spec_ref:
      - "0280346"
    impl_type: ◎
    definition: 自治体から事業者への支払調整額
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "5000"
  - id: 028-01167
    name: 支払年月日
    type: DATE
    required: false
    group: 事業者請求情報
    class: 支払管理 / 支払
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280346"
      - "0280362"
    impl_type: ◎
    definition: 自治体から事業者への支払年月日
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: 2012-04-01
  - id: 028-01168
    name: 支払状態区分
    type: X(3)
    required: false
    group: 事業者請求情報
    class: 支払管理 / 支払
    code: "021"
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280346"
      - "0280362"
      - "0280387"
    impl_type: ◎
    definition: 支払状態区分を示すコード
    note: データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "001"
  - id: 028-01169
    name: 支払方法区分（窓口払、口座払）
    type: X(3)
    required: false
    group: 事業者請求情報
    class: 支払管理 / 支払
    code: "007"
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280362"
      - "0280387"
    impl_type: ◎
    definition: 支払い方法の区分（窓口払/口座払）を示すコード
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "001"
  - id: 028-01170
    name: 支払確定区分
    type: X(3)
    required: false
    group: 事業者請求情報
    class: 支払管理 / 支払
    code: "078"
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280362"
    impl_type: ◎
    definition: 施設等利用時の支払予定/確定を識別するコード
    sample: "001"
  - id: 028-02052
    name: 削除フラグ
    type: X(1)
    required: true
    group: 事業者請求情報
    class: 削除フラグ
    impl_type: ◎
    definition: 当該データが削除されたかどうかを現すフラグ（0：未削除、1：削除済）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "0"
  - id: 028-01175
    name: 操作者ID
    type: X(10)
    required: true
    group: 事業者請求情報
    class: 操作
    impl_type: ◎
    definition: 操作者を一意に識別するコード
    sample: "1234567890"
  - id: 028-01176
    name: 操作年月日
    type: DATE
    required: true
    group: 事業者請求情報
    class: 操作
    impl_type: ◎
    definition: 操作を行った年月日
    sample: 2021-11-01
  - id: 028-01177
    name: 操作時刻
    type: TIME
    required: true
    group: 事業者請求情報
    class: 操作
    impl_type: ◎
    definition: 操作を行った時刻
    sample: "12:00:00"
  - id: 028-01178
    name: 市区町村コード
    type: X(6)
    required: true
    group: 事業者請求明細情報
    class: 市区町村コード
    pk: true
    impl_type: ◎
    definition: 市区町村を一意に識別するコード（指定都市においては区までを特定）
    note: |-
      総務省「全国地方公共団体コード」に従って6桁のコード値を設定すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "131016"
  - id: 028-01179
    name: 請求書番号
    type: 9(10)
    required: true
    group: 事業者請求明細情報
    class: 請求基本情報
    pk: true
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 請求書番号（請求された明細の連番）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.1版】にて修正
    sample: "1"
  - id: 028-02053
    name: 児童_宛名番号
    type: X(15)
    required: true
    group: 事業者請求明細情報
    class: 請求基本情報
    pk: true
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 対象児童の宛名番号（住基の宛名番号と同様）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "123456789012345"
  - id: 028-01182
    name: 支払い期
    type: DATE
    required: true
    group: 事業者請求明細情報
    class: 請求基本情報
    pk: true
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 施設・事業者・保護者が選択した支払時期
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 2012-04-01
  - id: 028-01183
    name: 明細書区分
    type: X(3)
    required: true
    group: 事業者請求明細情報
    class: 請求基本情報
    pk: true
    code: "027"
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 明細書の種別を示すコード
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "001"
  - id: 028-02057
    name: 対象月
    type: X(7)
    required: true
    group: 事業者請求明細情報
    class: 請求基本情報
    pk: true
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 支払対象月
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: 2022-01
  - id: 028-01180
    name: 子ども・子育て事業所番号
    type: X(13)
    required: true
    group: 事業者請求明細情報
    class: 請求基本情報
    pk: true
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 事業所を特定するためのユニークな番号
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.4版】にて修正
    sample: "1234567890123"
  - id: 028-02056
    name: 対象年度
    type: YEAR
    required: true
    group: 事業者請求明細情報
    class: 共通
    pk: true
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 支払対象年度
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.4版】にて修正
    sample: "2022"
  - id: 028-02054
    name: 最新フラグ
    type: X(1)
    required: true
    group: 事業者請求明細情報
    class: 最新フラグ
    impl_type: ◎
    definition: 当該データが最新かどうかを現すフラグ（0：最新ではない、1：最新である）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "1"
  - id: 028-02055
    name: 保護者_宛名番号
    type: X(15)
    required: false
    group: 事業者請求明細情報
    class: 請求基本情報
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 対象保護者の宛名番号（住基の宛名番号と同様）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "123456789012345"
  - id: 028-01184
    name: 支給認定区分
    type: X(3)
    required: true
    group: 事業者請求明細情報
    class: 請求基本情報
    code: "004"
    spec_ref:
      - "0280330"
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 支給認定の種別を示すコード
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "001"
  - id: 028-01185
    name: 年齢区分
    type: X(3)
    required: true
    group: 事業者請求明細情報
    class: 請求基本情報
    code: "089"
    spec_ref:
      - "0280330"
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 年齢の種別を示すコード
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "001"
  - id: 028-02058
    name: 保育必要量区分
    type: X(3)
    required: false
    group: 事業者請求明細情報
    class: 請求基本情報
    code: "005"
    spec_ref:
      - "0280330"
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 保育必要量区分を示すコード
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "001"
  - id: 028-02059
    name: 対象世帯区分（国基準）
    type: X(3)
    required: false
    group: 事業者請求明細情報
    class: 請求基本情報
    code: "079"
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 階層判定用の世帯区分を示すコード（国基準）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "001"
  - id: 028-02060
    name: 利用期間開始年月日
    type: DATE
    required: true
    group: 事業者請求明細情報
    class: 利用期間
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 施設・事業所の利用期間開始年月日（最小でも対象年度開始日から）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: 2011-11-11
  - id: 028-02061
    name: 利用期間終了年月日
    type: DATE
    required: false
    group: 事業者請求明細情報
    class: 利用期間
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 施設・事業所の利用期間終了年月日（最大でも対象年度末まで）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: 2011-11-11
  - id: 028-02062
    name: 国階層
    type: X(3)
    required: true
    group: 事業者請求明細情報
    class: 階層
    code: "015"
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 国階層を示すコード
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "110"
  - id: 028-02063
    name: 市区町村階層
    type: N(50)
    required: false
    group: 事業者請求明細情報
    class: 階層
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 市区町村階層判定キーに対しての名称および判定条件
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: 生活保護世帯
  - id: 028-02064
    name: 国用多子区分
    type: X(3)
    required: true
    group: 事業者請求明細情報
    class: 多子区分
    code: "102"
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 対象者が第何子かを示すコード
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "1"
  - id: 028-02065
    name: 市区町村用多子区分
    type: X(3)
    required: false
    group: 事業者請求明細情報
    class: 多子区分
    code: "102"
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 対象者が第何子かを示すコード
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "1"
  - id: 028-02066
    name: 市区町村副食費減免区分
    type: X(3)
    required: false
    group: 事業者請求明細情報
    class: 副食費減免
    code: "999"
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 県・市単独事業の副食費の減免の種類を示すコード
    note: |-
      各自治体固有のコード利用を想定
      ※副食費の減免が決定した場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "001"
  - id: 028-02067
    name: 公定価格
    type: S9(13)
    required: true
    group: 事業者請求明細情報
    class: 金額明細
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 施設型給付の請求書の明細に出力する公定価格
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "10000"
  - id: 028-02068
    name: 利用者負担額
    type: S9(13)
    required: true
    group: 事業者請求明細情報
    class: 金額明細 / 負担額
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 利用施設等の利用者負担額
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "10000"
  - id: 028-02069
    name: 市区町村独自負担額
    type: S9(13)
    required: true
    group: 事業者請求明細情報
    class: 金額明細 / 負担額
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 利用者負担額の市区町村が定める額（減額前）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "10000"
  - id: 028-02070
    name: 給付額
    type: S9(13)
    required: true
    group: 事業者請求明細情報
    class: 金額明細
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 施設型給付の給付費
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.1版】にて修正
    sample: "12345"
  - id: 028-02295
    name: その他額
    type: S9(13)
    required: false
    group: 事業者請求明細情報
    class: 金額明細
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 請求金額におけるその他額
    note: データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: "12345"
  - id: 028-02071
    name: 認定こども園における施設利用区分フラグ
    type: X(1)
    required: false
    group: 事業者請求明細情報
    class: 契約
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 認定こども園等で保育園部分・幼稚園部分のどちらを利用しているのかを示すフラグ（1：保育部分、2：幼稚園部分）
    note: |-
      利用施設が認定こども園の場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "1"
  - id: 028-02072
    name: 地域・従業員枠フラグ
    type: X(1)
    required: false
    group: 事業者請求明細情報
    class: 契約
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 地域枠、従業員枠いずれかを示すフラグ（1：地域枠、2：従業員枠）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.1版】にて修正
    sample: "1"
  - id: 028-02073
    name: 日割日数_分子
    type: 9(3)
    required: false
    group: 事業者請求明細情報
    class: 決定 / 自治体独自
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 月途中入退所の場合の日割日数の分子
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "1"
  - id: 028-02074
    name: 日割日数_分母
    type: 9(3)
    required: false
    group: 事業者請求明細情報
    class: 決定 / 自治体独自
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 月途中入退所の場合の日割日数の分母
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "2"
  - id: 028-02075
    name: 障害児保育加算有無
    type: X(1)
    required: false
    group: 事業者請求明細情報
    class: 障害児法区加算
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ○
    definition: 障害児保育加算の適用の有無を示すフラグ（0：無、1：有）
    note: |-
      ※加算情報が無い場合は、0を設定する
      データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "1"
  - id: 028-02076
    name: 施設型給付費適用単価区分
    type: X(3)
    required: true
    group: 事業者請求明細情報
    class: 摘要単価
    code: "076"
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 当初単価と改正単価の区分を示すコード
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "001"
  - id: 028-02077
    name: 備考（メモ）
    type: N(500)
    required: false
    group: 事業者請求明細情報
    class: 備考
    spec_ref:
      - "0280336"
      - "0280337"
      - "0280340"
      - "0280346"
    impl_type: ◎
    definition: 事業者請求明細に関する備考（メモ）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: ひとり親家庭
  - id: 028-02078
    name: 削除フラグ
    type: X(1)
    required: true
    group: 事業者請求明細情報
    class: 削除フラグ
    impl_type: ◎
    definition: 当該データが削除されたかどうかを現すフラグ（0：未削除、1：削除済）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "0"
  - id: 028-01271
    name: 操作者ID
    type: X(10)
    required: true
    group: 事業者請求明細情報
    class: 操作
    impl_type: ◎
    definition: 操作者を一意に識別するコード
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "1234567890"
  - id: 028-01272
    name: 操作年月日
    type: DATE
    required: true
    group: 事業者請求明細情報
    class: 操作
    impl_type: ◎
    definition: 操作を行った年月日
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: 2021-11-01
  - id: 028-01273
    name: 操作時刻
    type: TIME
    required: true
    group: 事業者請求明細情報
    class: 操作
    impl_type: ◎
    definition: 操作を行った時刻
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "12:00:00"
  - id: 028-01375
    name: 市区町村コード
    type: X(6)
    required: true
    group: 認定証発行情報
    class: 市区町村コード
    pk: true
    impl_type: ◎
    definition: 市区町村を一意に識別するコード（指定都市においては区までを特定）
    note: |-
      総務省「全国地方公共団体コード」に従って6桁のコード値を設定すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "131016"
  - id: 028-01376
    name: 支給認定証発行処理番号（支給認定番号）
    type: X(15)
    required: true
    group: 認定証発行情報
    class: 認定証発行情報 / 共通
    pk: true
    spec_ref:
      - "0280326"
    impl_type: ◎
    definition: 支給認定証に印字する支給認定番号（支給認定者に対して付番されたもの）。
    note: |-
      ※標準仕様書上は「認定証発行処理番号」と記載されているが、「支給認定番号」と同義
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "123456789012345"
  - id: 028-01377
    name: 児童_宛名番号
    type: X(15)
    required: true
    group: 認定証発行情報
    class: 共通
    pk: true
    spec_ref:
      - "0280326"
    impl_type: ◎
    definition: 対象児童の宛名番号（住基の宛名番号と同様）
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "123456789012345"
  - id: 028-01378
    name: 認定証発行連番
    type: X(10)
    required: true
    group: 認定証発行情報
    class: 認定証発行情報 / 共通
    pk: true
    spec_ref:
      - "0280326"
    impl_type: ◎
    definition: 認定証発行の都度、カウントアップされる連番
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.4版】にて修正
    sample: "1"
  - id: 028-01379
    name: 対象年度
    type: YEAR
    required: true
    group: 認定証発行情報
    class: 認定証発行情報 / 共通
    pk: true
    spec_ref:
      - "0280326"
    impl_type: ◎
    definition: 対象年度
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "2022"
  - id: 028-02079
    name: 認定申請給付種別
    type: X(3)
    required: true
    group: 認定証発行情報
    class: 申請内容
    pk: true
    code: "064"
    spec_ref:
      - "0280326"
    impl_type: ◎
    definition: 認定申請時の給付種別を示すコード
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "001"
  - id: 028-02080
    name: 支給認定申請連番
    type: 9(10)
    required: true
    group: 認定証発行情報
    class: 共通
    pk: true
    spec_ref:
      - "0280326"
    impl_type: ◎
    definition: 認定申請給付種別ごとに支給認定申請を管理する連番
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "1"
  - id: 028-02081
    name: 支給認定期間開始年月日
    type: DATE
    required: true
    group: 認定証発行情報
    class: 認定内容 / 認定期間
    pk: true
    spec_ref:
      - "0280326"
    impl_type: ◎
    definition: 支給認定の開始年月日
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: 2011-11-11
  - id: 028-02082
    name: 最新フラグ
    type: X(1)
    required: true
    group: 認定証発行情報
    class: 最新フラグ
    impl_type: ◎
    definition: 当該データが最新かどうかを現すフラグ（0：最新ではない、1：最新である）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "1"
  - id: 028-01380
    name: 認定証交付年月日
    type: DATE
    required: false
    group: 認定証発行情報
    class: 認定証発行情報 / 交付
    spec_ref:
      - "0280326"
    impl_type: ◎
    definition: 支給認定証の交付年月日
    note: |-
      支給認定証が交付される場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 2012-04-01
  - id: 028-01381
    name: 交付区分
    type: X(3)
    required: true
    group: 認定証発行情報
    class: 認定証発行情報 / 交付
    code: "082"
    spec_ref:
      - "0280326"
    impl_type: ◎
    definition: 支給認定証の交付区分を示すコード
    sample: "001"
  - id: 028-01382
    name: 返還先
    type: X(3)
    required: false
    group: 認定証発行情報
    class: 認定証発行情報 / 返還
    code: "999"
    spec_ref:
      - "0280329"
    impl_type: ○
    definition: 支給認定証の返還先を示すコード
    note: |-
      各自治体固有のコード利用を想定
      ※支給認定証が返還される場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "100"
  - id: 028-01383
    name: 返還期限
    type: DATE
    required: false
    group: 認定証発行情報
    class: 認定証発行情報 / 返還
    spec_ref:
      - "0280329"
    impl_type: ○
    definition: 支給認定証の返還期限年月日
    note: |-
      支給認定証が返還される場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 2012-04-01
  - id: 028-01384
    name: 返還受付年月日
    type: DATE
    required: false
    group: 認定証発行情報
    class: 認定証発行情報 / 返還
    spec_ref:
      - "0280329"
    impl_type: ○
    definition: 支給認定証の返還受付年月日
    note: |-
      支給認定証が返還される場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 2012-04-01
  - id: 028-02083
    name: 返還年月日
    type: DATE
    required: false
    group: 認定証発行情報
    class: 認定証発行情報 / 返還
    spec_ref:
      - "0280329"
    impl_type: ○
    definition: 支給認定証の返還年月日
    note: |-
      支給認定証が返還される場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: 2012-04-01
  - id: 028-02084
    name: 返還理由コード
    type: X(2)
    required: conditional
    group: 認定証発行情報
    class: 認定証発行情報 / 返還
    code: "107"
    spec_ref:
      - "0280329"
    impl_type: ○
    definition: 支給認定証の返還理由を示すコード
    note: |-
      ※※02802083がnull以外
      データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "01"
  - id: 028-02085
    name: 削除フラグ
    type: X(1)
    required: true
    group: 認定証発行情報
    class: 削除フラグ
    impl_type: ◎
    definition: 当該データが削除されたかどうかを現すフラグ（0：未削除、1：削除済）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "0"
  - id: 028-01385
    name: 操作者ID
    type: X(10)
    required: true
    group: 認定証発行情報
    class: 操作
    impl_type: ◎
    definition: 操作者を一意に識別するコード
    sample: "1234567890"
  - id: 028-01386
    name: 操作年月日
    type: DATE
    required: true
    group: 認定証発行情報
    class: 操作
    impl_type: ◎
    definition: 操作を行った年月日
    sample: 2021-11-01
  - id: 028-01387
    name: 操作時刻
    type: TIME
    required: true
    group: 認定証発行情報
    class: 操作
    impl_type: ◎
    definition: 操作を行った時刻
    sample: "12:00:00"
  - id: 028-01388
    name: 市区町村コード
    type: X(6)
    required: true
    group: 施設等利用支払情報
    class: 市区町村コード
    pk: true
    impl_type: ◎
    definition: 市区町村を一意に識別するコード（指定都市においては区までを特定）
    note: |-
      総務省「全国地方公共団体コード」に従って6桁のコード値を設定すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "131016"
  - id: 028-01389
    name: 児童_宛名番号
    type: X(15)
    required: true
    group: 施設等利用支払情報
    class: 共通
    pk: true
    spec_ref:
      - "0280203"
      - "0280520"
      - "0280532"
    impl_type: ◎
    definition: 対象児童の宛名番号（住基の宛名番号と同様）
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "123456789012345"
  - id: 028-01390
    name: 対象年度
    type: YEAR
    required: true
    group: 施設等利用支払情報
    class: 支払管理
    pk: true
    spec_ref:
      - "0280203"
      - "0280520"
      - "0280532"
    impl_type: ◎
    definition: 対象年度
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "2022"
  - id: 028-01391
    name: 対象月
    type: X(7)
    required: true
    group: 施設等利用支払情報
    class: 共通
    pk: true
    spec_ref:
      - "0280203"
      - "0280520"
      - "0280532"
    impl_type: ◎
    definition: 対象月
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 2022-01
  - id: 028-01398
    name: 利用年月
    type: X(7)
    required: true
    group: 施設等利用支払情報
    class: 利用内容 / 利用時期
    pk: true
    spec_ref:
      - "0280203"
      - "0280520"
      - "0280532"
    impl_type: ◎
    definition: サービスを利用した年月
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 2011-11
  - id: 028-01392
    name: 子ども・子育て事業所番号
    type: X(13)
    required: true
    group: 施設等利用支払情報
    class: 支払管理
    pk: true
    spec_ref:
      - "0280203"
      - "0280520"
      - "0280532"
    impl_type: ◎
    definition: 事業所を特定するためのユニークな番号
    sample: "1234567890123"
  - id: 028-01397
    name: 提供サービスコード
    type: X(3)
    required: true
    group: 施設等利用支払情報
    class: 利用内容 / 提供サービスコード
    pk: true
    code: "008"
    spec_ref:
      - "0280203"
      - "0280511"
      - "0280520"
      - "0280532"
    impl_type: ◎
    definition: 支払い対象のサービスを示すコード
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "001"
  - id: 028-02296
    name: 支払連番
    type: 9(8)
    required: true
    group: 施設等利用支払情報
    class: 共通
    pk: true
    spec_ref:
      - "0280203"
      - "0280520"
      - "0280532"
    impl_type: ◎
    definition: 施設等利用支払の連番
    note: データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: "1"
  - id: 028-02086
    name: 最新フラグ
    type: X(1)
    required: true
    group: 施設等利用支払情報
    class: 最新フラグ
    impl_type: ◎
    definition: 当該データが最新かどうかを現すフラグ（0：最新ではない、1：最新である）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "1"
  - id: 028-01393
    name: 支給対象
    type: X(3)
    required: true
    group: 施設等利用支払情報
    class: 支払管理
    code: "077"
    spec_ref:
      - "0280203"
      - "0280520"
      - "0280532"
    impl_type: ◎
    definition: 支給対象者を示す区分
    sample: "001"
  - id: 028-02204
    name: 支払区分（償還払い、代理受領）
    type: X(3)
    required: true
    group: 施設等利用支払情報
    class: 支払管理 / 支払
    code: "006"
    spec_ref:
      - "0280203"
      - "0280520"
      - "0280532"
    impl_type: ◎
    definition: 施設等利用費に関する支払区分を示すコード
    note: データ要件・連携要件標準仕様書【第2.3版】にて追加
    sample: "001"
  - id: 028-02205
    name: 支払方法区分（窓口払、口座払）
    type: X(3)
    required: true
    group: 施設等利用支払情報
    class: 支払管理 / 支払
    code: "007"
    spec_ref:
      - "0280203"
      - "0280520"
      - "0280532"
      - "0280387"
    impl_type: ◎
    definition: 支払い方法の区分（窓口払/口座払）を示すコード
    note: |-
      データ要件・連携要件標準仕様書【第2.3版】にて追加
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "001"
  - id: 028-02087
    name: 支払予定年月日
    type: DATE
    required: true
    group: 施設等利用支払情報
    class: 支払管理 / 支払
    spec_ref:
      - "0280203"
      - "0280520"
      - "0280532"
    impl_type: ◎
    definition: 施設等利用費の支払予定年月日
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: 2021-11-01
  - id: 028-02088
    name: 支払年月日
    type: DATE
    required: true
    group: 施設等利用支払情報
    class: 支払管理 / 支払
    spec_ref:
      - "0280203"
      - "0280520"
      - "0280532"
    impl_type: ◎
    definition: 施設等利用費の支払年月日
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: 2021-11-01
  - id: 028-01394
    name: 給付対象者_宛名番号
    type: X(15)
    required: conditional
    group: 施設等利用支払情報
    class: 給付内容
    spec_ref:
      - "0280203"
      - "0280520"
      - "0280532"
    impl_type: ◎
    definition: 給付対象者の宛名番号（住基の宛名番号と同様）
    note: |-
      ※※02801393が001の場合
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "123456789012345"
  - id: 028-01395
    name: 給付額
    type: S9(13)
    required: true
    group: 施設等利用支払情報
    class: 給付内容 / 支払額
    spec_ref:
      - "0280203"
      - "0280520"
      - "0280532"
    impl_type: ◎
    definition: 施設等利用費の給付額
    sample: "12345"
  - id: 028-01396
    name: 実績調整額
    type: S9(13)
    required: true
    group: 施設等利用支払情報
    class: 給付内容 / 支払額
    spec_ref:
      - "0280203"
      - "0280520"
      - "0280532"
    impl_type: ◎
    definition: 給付実績の調整額
    sample: "12345"
  - id: 028-01399
    name: 入園料
    type: S9(13)
    required: true
    group: 施設等利用支払情報
    class: 利用内容 / 入園料
    spec_ref:
      - "0280203"
      - "0280474"
      - "0280520"
      - "0280532"
    impl_type: ◎
    definition: 年間の入園料
    note: データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "12345678"
  - id: 028-01400
    name: 入園料（月割額）
    type: S9(13)
    required: true
    group: 施設等利用支払情報
    class: 利用内容 / 入園料
    spec_ref:
      - "0280203"
      - "0280474"
      - "0280520"
      - "0280532"
    impl_type: ◎
    definition: 年間の入園料を月割した額（調整額も含んだ月額を設定する）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "12345678"
  - id: 028-01401
    name: 利用料
    type: S9(13)
    required: true
    group: 施設等利用支払情報
    class: 利用内容 / 利用料
    spec_ref:
      - "0280203"
      - "0280520"
      - "0280532"
    impl_type: ◎
    definition: 領収書に記載されている住民が支払った利用料
    sample: "3000"
  - id: 028-01402
    name: 利用料日割_分子
    type: 9(3)
    required: false
    group: 施設等利用支払情報
    class: 利用内容 / 利用時期
    spec_ref:
      - "0280203"
      - "0280520"
      - "0280532"
    impl_type: ◎
    definition: 利用料を日割りした場合の分子
    note: |-
      月額で利用料を徴収している場合に使用
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-01403
    name: 利用料日割_分母
    type: 9(3)
    required: false
    group: 施設等利用支払情報
    class: 利用内容 / 利用時期
    spec_ref:
      - "0280203"
      - "0280520"
      - "0280532"
    impl_type: ◎
    definition: 利用料を日割りした場合の分母
    note: |-
      月額で利用料を徴収している場合に使用
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "2"
  - id: 028-02089
    name: 利用日数
    type: 9(3)
    required: false
    group: 施設等利用支払情報
    class: 利用内容 / 利用時期
    spec_ref:
      - "0280203"
      - "0280520"
      - "0280532"
    impl_type: ◎
    definition: 支払い対象のサービスを受けた利用日数
    note: |-
      月額で利用料を徴収している場合に使用
      データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "1"
  - id: 028-01404
    name: 日割日数_分子
    type: 9(3)
    required: true
    group: 施設等利用支払情報
    class: 利用内容 / 利用時期
    spec_ref:
      - "0280203"
      - "0280520"
      - "0280532"
    impl_type: ◎
    definition: 入退園を伴わない転入・転出時に給付額の日割計算を行うための日数
    note: |-
      ※日割り計算不要な場合、分母と同値を設定する
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-01405
    name: 日割日数_分母
    type: 9(3)
    required: true
    group: 施設等利用支払情報
    class: 利用内容 / 利用時期
    spec_ref:
      - "0280203"
      - "0280520"
      - "0280532"
    impl_type: ◎
    definition: 入退園を伴わない転入・転出時に給付額の日割計算を行うための日数
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "2"
  - id: 028-02202
    name: 独自補助額名称
    type: N(50)
    required: false
    group: 施設等利用支払情報
    class: 給付内容
    spec_ref:
      - "0280521"
    impl_type: ○
    definition: 自治体独自補助の名称
    note: データ要件・連携要件標準仕様書【第2.2版】にて追加
    sample: ○○補助金
  - id: 028-01406
    name: 独自補助額
    type: S9(13)
    required: false
    group: 施設等利用支払情報
    class: 給付内容 / 支払額
    spec_ref:
      - "0280521"
    impl_type: ○
    definition: 自治体独自の補助の上限額
    note: データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "12345"
  - id: 028-01407
    name: 月途中開始日
    type: DATE
    required: false
    group: 施設等利用支払情報
    class: 支払管理
    spec_ref:
      - "0280203"
      - "0280520"
      - "0280532"
    impl_type: ○
    definition: 施設等利用支払に関する月途中開始年月日
    note: |-
      月途中入退所である場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 2011-11-11
  - id: 028-01408
    name: 月途中終了日
    type: DATE
    required: false
    group: 施設等利用支払情報
    class: 支払管理
    spec_ref:
      - "0280203"
      - "0280520"
      - "0280532"
    impl_type: ○
    definition: 施設等利用支払に関する月途中終了年月日
    note: |-
      月途中入退所である場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 2011-11-11
  - id: 028-02090
    name: 削除フラグ
    type: X(1)
    required: true
    group: 施設等利用支払情報
    class: 削除フラグ
    impl_type: ◎
    definition: 当該データが削除されたかどうかを現すフラグ（0：未削除、1：削除済）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "0"
  - id: 028-01409
    name: 操作者ID
    type: X(10)
    required: true
    group: 施設等利用支払情報
    class: 操作
    impl_type: ◎
    definition: 操作者を一意に識別するコード
    sample: "1234567890"
  - id: 028-01410
    name: 操作年月日
    type: DATE
    required: true
    group: 施設等利用支払情報
    class: 操作
    impl_type: ◎
    definition: 操作を行った年月日
    sample: 2021-11-01
  - id: 028-01411
    name: 操作時刻
    type: TIME
    required: true
    group: 施設等利用支払情報
    class: 操作
    impl_type: ◎
    definition: 操作を行った時刻
    sample: "12:00:00"
  - id: 028-01412
    name: 市区町村コード
    type: X(6)
    required: true
    group: 延長保育料算定情報（延長保育利用状況）
    class: 市区町村コード
    pk: true
    impl_type: ◎
    definition: 市区町村を一意に識別するコード（指定都市においては区までを特定）
    note: |-
      総務省「全国地方公共団体コード」に従って6桁のコード値を設定すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "131016"
  - id: 028-01413
    name: 児童_宛名番号
    type: X(15)
    required: true
    group: 延長保育料算定情報（延長保育利用状況）
    class: 共通
    pk: true
    spec_ref:
      - "0280550"
      - "0280561"
      - "0280562"
      - "0280569"
    impl_type: ◎
    definition: 対象児童の宛名番号（住基の宛名番号と同様）
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "123456789012345"
  - id: 028-01414
    name: 対象年度
    type: YEAR
    required: true
    group: 延長保育料算定情報（延長保育利用状況）
    class: 延長保育料算定情報 / 共通
    pk: true
    spec_ref:
      - "0280550"
      - "0280561"
      - "0280562"
      - "0280569"
    impl_type: ◎
    definition: 対象年度
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "2022"
  - id: 028-01415
    name: 延長保育利用状況連番
    type: 9(10)
    required: true
    group: 延長保育料算定情報（延長保育利用状況）
    class: 延長保育料算定情報 / 共通
    pk: true
    spec_ref:
      - "0280550"
      - "0280561"
      - "0280562"
      - "0280569"
    impl_type: ◎
    definition: 延長保育利用状況の連番
    note: データ要件・連携要件標準仕様書【第2.1版】にて修正
    sample: "1"
  - id: 028-02091
    name: 最新フラグ
    type: X(1)
    required: true
    group: 延長保育料算定情報（延長保育利用状況）
    class: 最新フラグ
    impl_type: ◎
    definition: 当該データが最新かどうかを現すフラグ（0：最新ではない、1：最新である）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "1"
  - id: 028-02092
    name: 保護者_宛名番号
    type: X(15)
    required: false
    group: 延長保育料算定情報（延長保育利用状況）
    class: 共通
    spec_ref:
      - "0280550"
      - "0280561"
      - "0280562"
      - "0280569"
    impl_type: ○
    definition: 対象保護者の宛名番号（住基の宛名番号と同様）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "123456789012345"
  - id: 028-01416
    name: 子ども・子育て事業所番号
    type: X(13)
    required: true
    group: 延長保育料算定情報（延長保育利用状況）
    class: 延長保育料算定情報 / 契約情報
    spec_ref:
      - "0280550"
      - "0280561"
      - "0280562"
      - "0280569"
    impl_type: ◎
    definition: 延長保育を利用する事業所を特定するためのユニークな番号
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1234567890123"
  - id: 028-01417
    name: 延長保育開始年月日
    type: DATE
    required: true
    group: 延長保育料算定情報（延長保育利用状況）
    class: 延長保育料算定情報 / 契約情報
    spec_ref:
      - "0280550"
      - "0280561"
      - "0280562"
      - "0280569"
    impl_type: ◎
    definition: 延長保育の実施期間開始年月日
    sample: 2011-11-11
  - id: 028-01418
    name: 延長保育終了年月日
    type: DATE
    required: true
    group: 延長保育料算定情報（延長保育利用状況）
    class: 延長保育料算定情報 / 契約情報
    spec_ref:
      - "0280550"
      - "0280561"
      - "0280562"
      - "0280569"
    impl_type: ◎
    definition: 延長保育の実施期間終了年月日
    sample: 2011-11-11
  - id: 028-01419
    name: 早朝保育開始時分
    type: X(4)
    required: false
    group: 延長保育料算定情報（延長保育利用状況）
    class: 延長保育料算定情報 / 契約情報
    spec_ref:
      - "0280550"
      - "0280561"
      - "0280562"
      - "0280569"
    impl_type: ◎
    definition: 早朝に預ける場合の開始時分
    note: データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "0600"
  - id: 028-01420
    name: 早朝保育終了時分
    type: X(4)
    required: false
    group: 延長保育料算定情報（延長保育利用状況）
    class: 延長保育料算定情報 / 契約情報
    spec_ref:
      - "0280550"
      - "0280561"
      - "0280562"
      - "0280569"
    impl_type: ◎
    definition: 早朝に預ける場合の終了時分
    note: データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "0600"
  - id: 028-01421
    name: 延長保育開始時分
    type: X(4)
    required: false
    group: 延長保育料算定情報（延長保育利用状況）
    class: 延長保育料算定情報 / 契約情報
    spec_ref:
      - "0280550"
      - "0280561"
      - "0280562"
      - "0280569"
    impl_type: ◎
    definition: 夕方に預ける場合の開始時分
    note: データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "0600"
  - id: 028-01422
    name: 延長保育終了時分
    type: X(4)
    required: false
    group: 延長保育料算定情報（延長保育利用状況）
    class: 延長保育料算定情報 / 契約情報
    spec_ref:
      - "0280550"
      - "0280561"
      - "0280562"
      - "0280569"
    impl_type: ◎
    definition: 夕方に預ける場合の終了時分
    note: データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "0600"
  - id: 028-01423
    name: 延長保育料金体系（月単位）
    type: X(3)
    required: false
    group: 延長保育料算定情報（延長保育利用状況）
    class: 延長保育料算定情報 / 延長保育料
    code: "999"
    spec_ref:
      - "0280550"
      - "0280561"
      - "0280562"
      - "0280569"
    impl_type: ◎
    definition: 延長保育料を月単位で算定する区分を示すコード
    note: |-
      各自治体固有のコード利用を想定
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: "100"
  - id: 028-01424
    name: 延長保育料金体系（日単位）
    type: X(3)
    required: false
    group: 延長保育料算定情報（延長保育利用状況）
    class: 延長保育料算定情報 / 延長保育料
    code: "999"
    spec_ref:
      - "0280550"
      - "0280561"
      - "0280562"
      - "0280569"
    impl_type: ◎
    definition: 延長保育料を日単位で算定する区分を示すコード
    note: |-
      各自治体固有のコード利用を想定
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: "100"
  - id: 028-02093
    name: 延長保育料金体系（利用時間単位）
    type: X(3)
    required: false
    group: 延長保育料算定情報（延長保育利用状況）
    class: 延長保育料算定情報 / 延長保育料
    code: "999"
    spec_ref:
      - "0280550"
      - "0280561"
      - "0280562"
      - "0280569"
    impl_type: ◎
    definition: 延長保育料を利用時間単位で算定する区分を示すコード
    note: |-
      各自治体固有のコード利用を想定
      データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "100"
  - id: 028-01425
    name: 延長保育料算定区分（利用回数）
    type: 9(2)
    required: false
    group: 延長保育料算定情報（延長保育利用状況）
    class: 延長保育料算定情報 / 延長保育料算定区分
    spec_ref:
      - "0280550"
      - "0280561"
      - "0280562"
      - "0280569"
    impl_type: ◎
    definition: 延長保育料算定における延長保育の利用回数
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-01426
    name: 延長保育料算定区分（保育必要量）
    type: X(3)
    required: false
    group: 延長保育料算定情報（延長保育利用状況）
    class: 延長保育料算定情報 / 延長保育料算定区分
    code: "005"
    spec_ref:
      - "0280550"
      - "0280561"
      - "0280562"
      - "0280569"
    impl_type: ◎
    definition: 延長保育料算定における保育必要量区分を示すコード
    sample: "001"
  - id: 028-01427
    name: 延長保育料算定区分（その他）
    type: X(1)
    required: false
    group: 延長保育料算定情報（延長保育利用状況）
    class: 延長保育料算定情報 / 延長保育料算定区分
    code: "999"
    spec_ref:
      - "0280550"
      - "0280561"
      - "0280562"
      - "0280569"
    impl_type: ◎
    definition: 延長保育料算定におけるその他情報
    note: |-
      各自治体固有のコード利用を想定
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-01428
    name: 延長保育料減免項目_生活保護
    type: X(1)
    required: true
    group: 延長保育料算定情報（延長保育利用状況）
    class: 延長保育料算定情報 / 減免調整項目 / 減免
    spec_ref:
      - "0280550"
      - "0280561"
      - "0280562"
      - "0280569"
    impl_type: ◎
    definition: 延長保育料減免の生活保護該当区分を示すフラグ（0：対象外、1：対象）
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-01429
    name: 延長保育料減免項目_ひとり親
    type: X(1)
    required: true
    group: 延長保育料算定情報（延長保育利用状況）
    class: 延長保育料算定情報 / 減免調整項目 / 減免
    spec_ref:
      - "0280550"
      - "0280561"
      - "0280562"
      - "0280569"
    impl_type: ◎
    definition: 延長保育料減免のひとり親該当区分を示すフラグ（0：対象外、1：対象）
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-01430
    name: 延長保育区分
    type: X(3)
    required: true
    group: 延長保育料算定情報（延長保育利用状況）
    class: 延長保育料算定情報 / 延長保育設定キー
    code: "029"
    spec_ref:
      - "0280550"
      - "0280561"
      - "0280562"
      - "0280569"
    impl_type: ◎
    definition: 延長保育の区分を示すコード
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-01431
    name: クラス年齢
    type: 9(1)
    required: true
    group: 延長保育料算定情報（延長保育利用状況）
    class: 延長保育料算定情報 / 延長保育料
    spec_ref:
      - "0280550"
      - "0280561"
      - "0280562"
      - "0280569"
    impl_type: ◎
    definition: 契約時のクラス年齢（4月1日時点の年齢）
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "5"
  - id: 028-02094
    name: 削除フラグ
    type: X(1)
    required: true
    group: 延長保育料算定情報（延長保育利用状況）
    class: 削除フラグ
    impl_type: ◎
    definition: 当該データが削除されたかどうかを現すフラグ（0：未削除、1：削除済）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "0"
  - id: 028-01432
    name: 操作者ID
    type: X(10)
    required: true
    group: 延長保育料算定情報（延長保育利用状況）
    class: 操作
    impl_type: ◎
    definition: 操作者を一意に識別するコード
    sample: "1234567890"
  - id: 028-01433
    name: 操作年月日
    type: DATE
    required: true
    group: 延長保育料算定情報（延長保育利用状況）
    class: 操作
    impl_type: ◎
    definition: 操作を行った年月日
    sample: 2021-11-01
  - id: 028-01434
    name: 操作時刻
    type: TIME
    required: true
    group: 延長保育料算定情報（延長保育利用状況）
    class: 操作
    impl_type: ◎
    definition: 操作を行った時刻
    sample: "12:00:00"
  - id: 028-01435
    name: 市区町村コード
    type: X(6)
    required: true
    group: 延長保育料算定情報（延長保育料算定情報）
    class: 市区町村コード
    pk: true
    impl_type: ◎
    definition: 市区町村を一意に識別するコード（指定都市においては区までを特定）
    note: |-
      総務省「全国地方公共団体コード」に従って6桁のコード値を設定すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "131016"
  - id: 028-01436
    name: 児童_宛名番号
    type: X(15)
    required: true
    group: 延長保育料算定情報（延長保育料算定情報）
    class: 共通
    pk: true
    spec_ref:
      - "0280550"
      - "0280561"
      - "0280562"
      - "0280569"
    impl_type: ◎
    definition: 対象児童の宛名番号（住基の宛名番号と同様）
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "123456789012345"
  - id: 028-01437
    name: 算定基準年月日
    type: DATE
    required: true
    group: 延長保育料算定情報（延長保育料算定情報）
    class: 延長保育料算定情報 / 延長保育料
    pk: true
    spec_ref:
      - "0280550"
      - "0280561"
      - "0280562"
      - "0280569"
    impl_type: ◎
    definition: 延長保育料を算定する基準年月日
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 2011-11-11
  - id: 028-01438
    name: 延長保育算定履歴番号
    type: 9(10)
    required: true
    group: 延長保育料算定情報（延長保育料算定情報）
    class: 共通
    pk: true
    spec_ref:
      - "0280550"
      - "0280561"
      - "0280562"
      - "0280569"
    impl_type: ◎
    definition: 延長保育の算定履歴を管理する番号
    sample: "1"
  - id: 028-01439
    name: 延長保育利用状況連番
    type: 9(10)
    required: true
    group: 延長保育料算定情報（延長保育料算定情報）
    class: 共通
    pk: true
    spec_ref:
      - "0280550"
      - "0280561"
      - "0280562"
      - "0280569"
    impl_type: ◎
    definition: 延長保育利用状況の連番
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.1版】にて修正
    sample: "1"
  - id: 028-01440
    name: 対象年度
    type: YEAR
    required: true
    group: 延長保育料算定情報（延長保育料算定情報）
    class: 延長保育料算定情報 / 共通
    pk: true
    spec_ref:
      - "0280550"
      - "0280561"
      - "0280562"
      - "0280569"
    impl_type: ◎
    definition: 対象年度
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "2022"
  - id: 028-01441
    name: 対象月
    type: X(7)
    required: true
    group: 延長保育料算定情報（延長保育料算定情報）
    class: 共通
    pk: true
    spec_ref:
      - "0280550"
      - "0280561"
      - "0280562"
      - "0280569"
    impl_type: ◎
    definition: 支払対象月
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 2022-01
  - id: 028-02095
    name: 最新フラグ
    type: X(1)
    required: true
    group: 延長保育料算定情報（延長保育料算定情報）
    class: 最新フラグ
    impl_type: ◎
    definition: 当該データが最新かどうかを現すフラグ（0：最新ではない、1：最新である）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "1"
  - id: 028-02096
    name: 徴収対象者_宛名番号
    type: X(15)
    required: false
    group: 延長保育料算定情報（延長保育料算定情報）
    class: 決定
    spec_ref:
      - "0280550"
      - "0280561"
      - "0280562"
      - "0280569"
    impl_type: ◎
    definition: 徴収対象者の宛名番号（住基の宛名番号と同様）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "123456789012345"
  - id: 028-01442
    name: 子ども・子育て事業所番号
    type: X(13)
    required: true
    group: 延長保育料算定情報（延長保育料算定情報）
    class: 延長保育料算定情報 / 契約情報
    spec_ref:
      - "0280550"
      - "0280561"
      - "0280562"
      - "0280569"
    impl_type: ◎
    definition: 延長保育を利用する事業所を特定するためのユニークな番号
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1234567890123"
  - id: 028-02333
    name: 延長保育料単価
    type: S9(13)
    required: false
    group: 延長保育料算定情報（延長保育料算定情報）
    class: 延長保育料算定情報 / 延長保育料
    spec_ref:
      - "0280561"
    impl_type: ◎
    definition: 延長保育料の単価
    note: データ要件・連携要件標準仕様書【第4.0版】にて追加
    sample: "1000"
  - id: 028-01443
    name: 月額延長保育料
    type: 9(13)
    required: true
    group: 延長保育料算定情報（延長保育料算定情報）
    class: 延長保育料算定情報 / 延長保育料
    spec_ref:
      - "0280550"
      - "0280561"
      - "0280562"
      - "0280569"
    impl_type: ◎
    definition: 市区町村が定めた月額の延長保育料
    sample: "2500"
  - id: 028-01444
    name: 日割日数_分子
    type: 9(3)
    required: false
    group: 延長保育料算定情報（延長保育料算定情報）
    class: 延長保育料算定情報 / 延長保育料
    spec_ref:
      - "0280550"
      - "0280561"
      - "0280562"
      - "0280569"
    impl_type: ◎
    definition: 延長保育の日割日数の分子
    note: |-
      ※日割り計算不要な場合、分母と同値を設定する
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "1"
  - id: 028-01445
    name: 日割日数_分母
    type: 9(3)
    required: false
    group: 延長保育料算定情報（延長保育料算定情報）
    class: 延長保育料算定情報 / 延長保育料
    spec_ref:
      - "0280550"
      - "0280561"
      - "0280562"
      - "0280569"
    impl_type: ◎
    definition: 延長保育の日割日数の分母
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "2"
  - id: 028-01446
    name: 延長保育料上限
    type: S9(13)
    required: false
    group: 延長保育料算定情報（延長保育料算定情報）
    class: 延長保育料算定情報 / 延長保育料
    spec_ref:
      - "0280550"
      - "0280561"
      - "0280562"
      - "0280569"
    impl_type: ◎
    definition: 延長保育料の利用上限額
    note: データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "10000"
  - id: 028-01447
    name: 延長保育料算定区分（利用回数）
    type: 9(2)
    required: false
    group: 延長保育料算定情報（延長保育料算定情報）
    class: 延長保育料算定情報 / 延長保育料算定区分
    spec_ref:
      - "0280562"
    impl_type: ○
    definition: 延長保育料算定における延長保育の利用回数
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-01448
    name: 延長保育料算定区分（年齢）
    type: X(3)
    required: false
    group: 延長保育料算定情報（延長保育料算定情報）
    class: 延長保育料算定情報 / 延長保育料算定区分
    code: "999"
    spec_ref:
      - "0280562"
    impl_type: ○
    definition: 延長保育料算定における対象児童の年齢を示すコード
    note: |-
      各自治体固有のコード利用を想定
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-01449
    name: 延長保育料算定区分（所得階層）
    type: X(2)
    required: false
    group: 延長保育料算定情報（延長保育料算定情報）
    class: 延長保育料算定情報 / 延長保育料算定区分
    code: "999"
    spec_ref:
      - "0280562"
    impl_type: ○
    definition: 保護者の保険料所得段階を示すコード
    note: |-
      各自治体固有のコード利用を想定
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: "1"
  - id: 028-01450
    name: 延長保育料算定区分（多子）
    type: X(1)
    required: false
    group: 延長保育料算定情報（延長保育料算定情報）
    class: 延長保育料算定情報 / 延長保育料算定区分
    code: "999"
    spec_ref:
      - "0280562"
    impl_type: ○
    definition: 延長保育料算定における多子軽減区分を示すコード
    note: |-
      各自治体固有のコード利用を想定
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-01451
    name: 延長保育料算定区分（保育必要量）
    type: X(3)
    required: false
    group: 延長保育料算定情報（延長保育料算定情報）
    class: 延長保育料算定情報 / 延長保育料算定区分
    code: "005"
    spec_ref:
      - "0280562"
    impl_type: ○
    definition: 延長保育料算定における保育必要量区分を示すコード
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "001"
  - id: 028-01452
    name: 延長保育料算定区分（その他）
    type: X(1)
    required: false
    group: 延長保育料算定情報（延長保育料算定情報）
    class: 延長保育料算定情報 / 延長保育料算定区分
    code: "999"
    spec_ref:
      - "0280562"
    impl_type: ○
    definition: 延長保育料算定におけるその他情報
    note: |-
      各自治体固有のコード利用を想定
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-01453
    name: 延長保育料対象減免項目
    type: X(3)
    required: false
    group: 延長保育料算定情報（延長保育料算定情報）
    class: 延長保育料算定情報 / 減免調整項目 / 減免
    code: "999"
    spec_ref:
      - "0280550"
      - "0280561"
      - "0280562"
      - "0280569"
    impl_type: ◎
    definition: 延長保育料の減免項目を示すコード
    note: |-
      各自治体固有のコード利用を想定
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "1"
  - id: 028-01455
    name: 延長保育料減免項目_減免名称
    type: N(100)
    required: false
    group: 延長保育料算定情報（延長保育料算定情報）
    class: 延長保育料算定情報 / 減免調整項目 / 減免
    spec_ref:
      - "0280550"
      - "0280561"
      - "0280562"
      - "0280569"
    impl_type: ◎
    definition: 延長保育料減免項目の名称
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: 低所得世帯
  - id: 028-01456
    name: 延長保育料減免項目_減免方法_減免率_分子
    type: 9V
    required: false
    group: 延長保育料算定情報（延長保育料算定情報）
    class: 延長保育料算定情報 / 減免調整項目 / 減免
    spec_ref:
      - "0280550"
      - "0280561"
      - "0280562"
      - "0280569"
    impl_type: ◎
    definition: 延長保育料の減免率（分子）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "1.0"
  - id: 028-01457
    name: 延長保育料減免項目_減免方法_減免率_分母
    type: 9V
    required: false
    group: 延長保育料算定情報（延長保育料算定情報）
    class: 延長保育料算定情報 / 減免調整項目 / 減免
    spec_ref:
      - "0280550"
      - "0280561"
      - "0280562"
      - "0280569"
    impl_type: ◎
    definition: 延長保育料の減免率（分母）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "2.0"
  - id: 028-01458
    name: 延長保育料減免項目_減免方法（減免額）
    type: S9(13)
    required: false
    group: 延長保育料算定情報（延長保育料算定情報）
    class: 延長保育料算定情報 / 減免調整項目 / 減免
    spec_ref:
      - "0280550"
      - "0280561"
      - "0280562"
      - "0280569"
    impl_type: ◎
    definition: 延長保育料の減免額
    note: データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "1000"
  - id: 028-01459
    name: 延長保育料減免項目_生活保護
    type: X(1)
    required: true
    group: 延長保育料算定情報（延長保育料算定情報）
    class: 延長保育料算定情報 / 減免調整項目 / 減免
    spec_ref:
      - "0280550"
      - "0280561"
      - "0280562"
      - "0280569"
    impl_type: ◎
    definition: 延長保育料減免の生活保護該当区分を示すフラグ（0：非該当、1：該当）
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-01460
    name: 延長保育料減免項目_ひとり親
    type: X(1)
    required: true
    group: 延長保育料算定情報（延長保育料算定情報）
    class: 延長保育料算定情報 / 減免調整項目 / 減免
    spec_ref:
      - "0280550"
      - "0280561"
      - "0280562"
      - "0280569"
    impl_type: ◎
    definition: 延長保育料減免のひとり親該当区分を示すフラグ（0：非該当、1：該当）
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-01461
    name: 延長保育利用料
    type: S9(13)
    required: true
    group: 延長保育料算定情報（延長保育料算定情報）
    class: 延長保育料算定情報 / 延長保育実績
    spec_ref:
      - "0280376"
      - "0280550"
      - "0280561"
      - "0280562"
      - "0280569"
    impl_type: ◎
    definition: 決定した期別の延長保育料
    note: データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "10000"
  - id: 028-01462
    name: 利用者負担区分
    type: X(3)
    required: true
    group: 延長保育料算定情報（延長保育料算定情報）
    class: 延長保育料算定情報 / 延長保育設定キー
    code: "018"
    spec_ref:
      - "0280550"
      - "0280561"
      - "0280562"
      - "0280569"
    impl_type: ◎
    definition: 利用者負担区分（教育認定・保育認定の認定の種類）を示すコード
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "001"
  - id: 028-01463
    name: 延長保育区分
    type: X(3)
    required: true
    group: 延長保育料算定情報（延長保育料算定情報）
    class: 延長保育料算定情報 / 延長保育設定キー
    code: "029"
    spec_ref:
      - "0280550"
      - "0280561"
      - "0280562"
      - "0280569"
    impl_type: ◎
    definition: 延長保育の区分を示すコード
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "001"
  - id: 028-01464
    name: クラス年齢
    type: 9(1)
    required: true
    group: 延長保育料算定情報（延長保育料算定情報）
    class: 延長保育料算定情報 / 延長保育料
    spec_ref:
      - "0280550"
      - "0280561"
      - "0280562"
      - "0280569"
    impl_type: ◎
    definition: 契約時のクラス年齢（4月1日時点の年齢）
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "5"
  - id: 028-02097
    name: 削除フラグ
    type: X(1)
    required: true
    group: 延長保育料算定情報（延長保育料算定情報）
    class: 削除フラグ
    impl_type: ◎
    definition: 当該データが削除されたかどうかを現すフラグ（0：未削除、1：削除済）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "0"
  - id: 028-01465
    name: 操作者ID
    type: X(10)
    required: true
    group: 延長保育料算定情報（延長保育料算定情報）
    class: 操作
    impl_type: ◎
    definition: 操作者を一意に識別するコード
    sample: "1234567890"
  - id: 028-01466
    name: 操作年月日
    type: DATE
    required: true
    group: 延長保育料算定情報（延長保育料算定情報）
    class: 操作
    impl_type: ◎
    definition: 操作を行った年月日
    sample: 2021-11-01
  - id: 028-01467
    name: 操作時刻
    type: TIME
    required: true
    group: 延長保育料算定情報（延長保育料算定情報）
    class: 操作
    impl_type: ◎
    definition: 操作を行った時刻
    sample: "12:00:00"
  - id: 028-01468
    name: 市区町村コード
    type: X(6)
    required: true
    group: 利用者負担額情報（利用者負担額算定情報）
    class: 市区町村コード
    pk: true
    impl_type: ◎
    definition: 市区町村を一意に識別するコード（指定都市においては区までを特定）
    note: |-
      総務省「全国地方公共団体コード」に従って6桁のコード値を設定すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "131016"
  - id: 028-01469
    name: 児童_宛名番号
    type: X(15)
    required: true
    group: 利用者負担額情報（利用者負担額算定情報）
    class: 共通
    pk: true
    spec_ref:
      - "0280288"
      - "0280376"
      - "0280426"
    impl_type: ◎
    definition: 対象児童の宛名番号（住基の宛名番号と同様）
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "123456789012345"
  - id: 028-01470
    name: 施設等利用連番
    type: 9(10)
    required: true
    group: 利用者負担額情報（利用者負担額算定情報）
    class: 共通
    pk: true
    spec_ref:
      - "0280288"
      - "0280376"
      - "0280426"
    impl_type: ◎
    definition: 施設利用情報（施設利用状況）と紐づけるための連番
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-01471
    name: 利用者負担額履歴番号
    type: 9(13)
    required: true
    group: 利用者負担額情報（利用者負担額算定情報）
    class: 共通
    pk: true
    spec_ref:
      - "0280288"
      - "0280376"
      - "0280426"
    impl_type: ◎
    definition: 利用者負担額の訂正履歴を管理する番号
    sample: "1"
  - id: 028-01472
    name: 対象年度
    type: YEAR
    required: true
    group: 利用者負担額情報（利用者負担額算定情報）
    class: 共通
    pk: true
    spec_ref:
      - "0280288"
      - "0280376"
      - "0280426"
    impl_type: ◎
    definition: 対象年度
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "2022"
  - id: 028-01474
    name: 対象月
    type: X(7)
    required: true
    group: 利用者負担額情報（利用者負担額算定情報）
    class: 共通
    pk: true
    spec_ref:
      - "0280288"
      - "0280376"
      - "0280426"
    impl_type: ◎
    definition: 対象月度
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 2022-01
  - id: 028-02098
    name: 最新フラグ
    type: X(1)
    required: true
    group: 利用者負担額情報（利用者負担額算定情報）
    class: 最新フラグ
    impl_type: ◎
    definition: 当該データが最新かどうかを現すフラグ（0：最新ではない、1：最新である）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "1"
  - id: 028-01473
    name: 子ども・子育て事業所番号
    type: X(13)
    required: true
    group: 利用者負担額情報（利用者負担額算定情報）
    class: 共通
    spec_ref:
      - "0280288"
      - "0280376"
      - "0280426"
    impl_type: ◎
    definition: 事業所を特定するためのユニークな番号
    sample: "1234567890123"
  - id: 028-01475
    name: 徴収対象者_宛名番号
    type: X(15)
    required: false
    group: 利用者負担額情報（利用者負担額算定情報）
    class: 決定
    spec_ref:
      - "0280288"
      - "0280376"
      - "0280426"
    impl_type: ◎
    definition: 徴収対象者の宛名番号（住基の宛名番号と同様）
    sample: "123456789012345"
  - id: 028-02185
    name: 扶養義務者（保育料算定対象保護者）_宛名番号
    type: X(15)
    required: false
    group: 利用者負担額情報（利用者負担額算定情報）
    class: 決定
    spec_ref:
      - "0280288"
    impl_type: ○
    definition: 扶養義務者の宛名番号（住基の宛名番号と同様）
    note: データ要件・連携要件標準仕様書【第2.1版】にて追加
    sample: "123456789012345"
  - id: 028-01476
    name: 算定基準年月日
    type: DATE
    required: true
    group: 利用者負担額情報（利用者負担額算定情報）
    class: 決定
    spec_ref:
      - "0280288"
      - "0280376"
      - "0280426"
    impl_type: ◎
    definition: 利用者負担額を算定する基準年月日
    note: |-
      ※利用者負担の算定計算を実行した日を入力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: 2011-11-11
  - id: 028-01477
    name: 利用者負担額決定年月日
    type: DATE
    required: true
    group: 利用者負担額情報（利用者負担額算定情報）
    class: 決定 / 対応日
    spec_ref:
      - "0280288"
      - "0280376"
      - "0280426"
    impl_type: ◎
    definition: 利用者負担額の決定年月日
    sample: 2012-04-01
  - id: 028-01478
    name: 利用者負担額
    type: S9(13)
    required: true
    group: 利用者負担額情報（利用者負担額算定情報）
    class: 決定 / 負担額
    spec_ref:
      - "0280288"
      - "0280376"
      - "0280426"
    impl_type: ◎
    definition: 利用施設等の利用者負担額
    sample: "10000"
  - id: 028-02334
    name: 給付単価限度額
    type: 9(13)
    required: false
    group: 利用者負担額情報（利用者負担額算定情報）
    class: 決定 / 給付単価限度額
    spec_ref:
      - "0280346"
    impl_type: ◎
    definition: 事業者単価区分情報における給付単価の限度額
    note: データ要件・連携要件標準仕様書【第4.0版】にて追加
    sample: "10000"
  - id: 028-02297
    name: 適用開始日
    type: DATE
    required: true
    group: 利用者負担額情報（利用者負担額算定情報）
    class: 決定
    spec_ref:
      - "0280288"
      - "0280376"
      - "0280426"
    impl_type: ◎
    definition: 利用者負担額の適用開始年月日
    note: データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: 2012-04-01
  - id: 028-02099
    name: 国基準利用者負担額
    type: S9(13)
    required: false
    group: 利用者負担額情報（利用者負担額算定情報）
    class: 決定 / 国基準
    spec_ref:
      - "0280288"
      - "0280376"
      - "0280426"
    impl_type: ◎
    definition: 利用者負担額の国基準額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.1版】にて修正
    sample: "10000"
  - id: 028-01479
    name: 変更事由
    type: X(3)
    required: false
    group: 利用者負担額情報（利用者負担額算定情報）
    class: 決定 / 変更事由
    code: "999"
    spec_ref:
      - "0280288"
      - "0280376"
      - "0280426"
    impl_type: ◎
    definition: 利用者の負担額が変更された事由を示すコード
    note: |-
      各自治体固有のコード利用を想定
      ※利用者負担額を変更する場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "001"
  - id: 028-01480
    name: 国階層
    type: X(3)
    required: true
    group: 利用者負担額情報（利用者負担額算定情報）
    class: 申請 / 国区分
    code: "015"
    spec_ref:
      - "0280288"
      - "0280376"
      - "0280426"
    impl_type: ◎
    definition: 国階層を示すコード
    sample: "110"
  - id: 028-01481
    name: 合算均等割額
    type: S9(13)
    required: true
    group: 利用者負担額情報（利用者負担額算定情報）
    class: 申請 / 税情報
    spec_ref:
      - "0280288"
      - "0280376"
      - "0280426"
    impl_type: ◎
    definition: 利用者の個人住民税の合算均等割額
    sample: "1000000"
  - id: 028-01482
    name: 合算所得割額
    type: S9(13)
    required: true
    group: 利用者負担額情報（利用者負担額算定情報）
    class: 申請 / 税情報
    spec_ref:
      - "0280288"
      - "0280376"
      - "0280426"
    impl_type: ◎
    definition: 利用者の個人住民税の合算所得割額
    sample: "1000000"
  - id: 028-01483
    name: 階層認定種別
    type: X(3)
    required: true
    group: 利用者負担額情報（利用者負担額算定情報）
    class: 申請 / 税情報
    code: "081"
    spec_ref:
      - "0280288"
      - "0280376"
      - "0280426"
      - "0280625"
    impl_type: ◎
    definition: 市区町村階層の認定種別
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "001"
  - id: 028-01486
    name: 国用多子区分
    type: X(3)
    required: true
    group: 利用者負担額情報（利用者負担額算定情報）
    class: 申請 / 延長保育料算定区分
    code: "102"
    spec_ref:
      - "0280288"
      - "0280376"
      - "0280426"
    impl_type: ◎
    definition: 対象者が第何子かを示すコード
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-02100
    name: 市区町村用多子区分
    type: X(3)
    required: true
    group: 利用者負担額情報（利用者負担額算定情報）
    class: 申請 / 延長保育料算定区分
    code: "102"
    spec_ref:
      - "0280288"
      - "0280376"
      - "0280426"
    impl_type: ◎
    definition: 対象者が第何子かを示すコード
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "1"
  - id: 028-01487
    name: クラス年齢
    type: 9(1)
    required: true
    group: 利用者負担額情報（利用者負担額算定情報）
    class: 申請 / 延長保育料算定区分
    spec_ref:
      - "0280288"
      - "0280376"
      - "0280426"
    impl_type: ◎
    definition: 利用者負担額を計算する際の年齢
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "4"
  - id: 028-01488
    name: 市区町村階層判定キー
    type: X(6)
    required: false
    group: 利用者負担額情報（利用者負担額算定情報）
    class: 申請
    code: "999"
    spec_ref:
      - "0280288"
      - "0280376"
      - "0280426"
    impl_type: ◎
    definition: 市区町村が定めた階層を示すコード
    note: |-
      各自治体固有のコード利用を想定
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "000001"
  - id: 028-01489
    name: 負担額減免率_分子
    type: 9V
    required: false
    group: 利用者負担額情報（利用者負担額算定情報）
    class: 決定 / 自治体独自
    spec_ref:
      - "0280288"
      - "0280376"
      - "0280426"
      - "0280625"
    impl_type: ◎
    definition: 利用者負担額の自治体独自減免制度における減免率分子
    note: |-
      データ要件・連携要件標準仕様書【第2.4版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "1.0"
  - id: 028-01490
    name: 負担額減免率_分母
    type: 9V
    required: false
    group: 利用者負担額情報（利用者負担額算定情報）
    class: 決定 / 自治体独自
    spec_ref:
      - "0280288"
      - "0280376"
      - "0280426"
      - "0280625"
    impl_type: ◎
    definition: 利用者負担額の自治体独自減免制度における減免率分母
    note: |-
      データ要件・連携要件標準仕様書【第2.4版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "1.0"
  - id: 028-01491
    name: 負担額減免額
    type: S9(13)
    required: true
    group: 利用者負担額情報（利用者負担額算定情報）
    class: 決定 / 自治体独自
    spec_ref:
      - "0280288"
      - "0280376"
      - "0280426"
    impl_type: ◎
    definition: 利用者負担額の自治体独自減免制度における減免額
    sample: "10000"
  - id: 028-01492
    name: 国基準額減免率_分子
    type: 9V
    required: false
    group: 利用者負担額情報（利用者負担額算定情報）
    class: 決定 / 自治体独自
    spec_ref:
      - "0280288"
      - "0280376"
      - "0280426"
    impl_type: ◎
    definition: 国基準額減免率の分子
    note: データ要件・連携要件標準仕様書【第2.4版】にて修正
    sample: "1.0"
  - id: 028-01493
    name: 国基準額減免率_分母
    type: 9V
    required: false
    group: 利用者負担額情報（利用者負担額算定情報）
    class: 決定 / 自治体独自
    spec_ref:
      - "0280288"
      - "0280376"
      - "0280426"
    impl_type: ◎
    definition: 国基準額減免率の分母
    note: データ要件・連携要件標準仕様書【第2.4版】にて修正
    sample: "1.0"
  - id: 028-01494
    name: 国基準額減免額
    type: S9(13)
    required: true
    group: 利用者負担額情報（利用者負担額算定情報）
    class: 決定 / 自治体独自
    spec_ref:
      - "0280288"
      - "0280376"
      - "0280426"
    impl_type: ◎
    definition: 利用者負担額の国基準額の減免額
    sample: "10000"
  - id: 028-01495
    name: 日割日数_分子
    type: 9(3)
    required: true
    group: 利用者負担額情報（利用者負担額算定情報）
    class: 決定 / 自治体独自
    spec_ref:
      - "0280288"
      - "0280376"
      - "0280426"
    impl_type: ◎
    definition: 日割日数の分子
    note: |-
      ※日割り計算不要な場合、分母と同値を設定する
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-01496
    name: 日割日数_分母
    type: 9(3)
    required: true
    group: 利用者負担額情報（利用者負担額算定情報）
    class: 決定 / 自治体独自
    spec_ref:
      - "0280288"
      - "0280376"
      - "0280426"
    impl_type: ◎
    definition: 日割日数の分母
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "2"
  - id: 028-01497
    name: 休園日数
    type: 9(3)
    required: false
    group: 利用者負担額情報（利用者負担額算定情報）
    class: 申請 / 利用日数
    spec_ref:
      - "0280288"
      - "0280317"
      - "0280376"
      - "0280426"
      - "0280625"
    impl_type: ◎
    definition: 施設等の臨時休園となった日数
    note: |-
      休園する場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "25"
  - id: 028-01498
    name: 自粛日数
    type: 9(3)
    required: false
    group: 利用者負担額情報（利用者負担額算定情報）
    class: 申請 / 利用日数
    spec_ref:
      - "0280288"
      - "0280317"
      - "0280376"
      - "0280426"
      - "0280625"
    impl_type: ◎
    definition: 施設等を登園自粛した日数
    note: |-
      登園自粛する場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "25"
  - id: 028-02102
    name: 主食費
    type: 9(10)
    required: false
    group: 利用者負担額情報（利用者負担額算定情報）
    class: 主食費
    spec_ref:
      - "0280376"
      - "0280625"
    impl_type: ◎
    definition: 主食費
    note: |-
      主食費を管理する場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "4000"
  - id: 028-02101
    name: 副食費利用有無
    type: X(1)
    required: false
    group: 利用者負担額情報（利用者負担額算定情報）
    class: 申請 / 副食費賦課
    spec_ref:
      - "0280288"
      - "0280317"
      - "0280376"
      - "0280426"
    impl_type: ○
    definition: 副食費の利用有無を示すフラグ（0：無、1：有）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "1"
  - id: 028-02203
    name: 副食費徴収免除該当区分
    type: X(1)
    required: false
    group: 利用者負担額情報（利用者負担額算定情報）
    class: 申請 / 副食費賦課
    code: "113"
    spec_ref:
      - "0280317"
      - "0280321"
    impl_type: ◎
    definition: 副食費徴収免除加算の適用の有無等を示すコード
    note: |-
      副食費の徴収が免除される子どもの単価に加算
      データ要件・連携要件標準仕様書【第2.2版】にて追加
      データ要件・連携要件標準仕様書【第4.0版】にて修正
    sample: "1"
  - id: 028-02186
    name: 副食費減免適用年月
    type: X(7)
    required: false
    group: 利用者負担額情報（利用者負担額算定情報）
    class: 決定 / 副食費賦課
    spec_ref:
      - "0280317"
      - "0280625"
    impl_type: ◎
    definition: 副食費の減免が適用される年月
    note: |-
      データ要件・連携要件標準仕様書【第2.1版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: 2021-04
  - id: 028-01499
    name: 減免前副食費
    type: 9(10)
    required: false
    group: 利用者負担額情報（利用者負担額算定情報）
    class: 決定 / 副食費賦課
    spec_ref:
      - "0280288"
      - "0280317"
      - "0280376"
      - "0280426"
      - "0280625"
    impl_type: ◎
    definition: 県・市単独事業により、副食費減免する前の副食費（副食費のその月の単価をセット）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "4000"
  - id: 028-01500
    name: 減免後副食費
    type: 9(10)
    required: false
    group: 利用者負担額情報（利用者負担額算定情報）
    class: 決定 / 副食費賦課
    spec_ref:
      - "0280288"
      - "0280317"
      - "0280376"
      - "0280426"
      - "0280625"
    impl_type: ◎
    definition: 県・市単独事業により、副食費減免した後の副食費
    note: |-
      副食費の減免が決定した場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "4000"
  - id: 028-01501
    name: 市区町村利用者負担額減免区分
    type: X(3)
    required: false
    group: 利用者負担額情報（利用者負担額算定情報）
    class: 決定 / 副食費賦課
    code: "999"
    spec_ref:
      - "0280288"
      - "0280317"
      - "0280376"
      - "0280426"
    impl_type: ◎
    definition: 県・市単独事業の利用者負担額の減免の種類を示すコード
    note: |-
      各自治体固有のコード利用を想定
      ※利用者負担額の減免が決定した場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "001"
  - id: 028-01502
    name: 市区町村副食費減免区分
    type: X(3)
    required: false
    group: 利用者負担額情報（利用者負担額算定情報）
    class: 決定 / 副食費賦課
    code: "999"
    spec_ref:
      - "0280288"
      - "0280317"
      - "0280376"
      - "0280426"
      - "0280625"
    impl_type: ○
    definition: 県・市単独事業の副食費の減免の種類を示すコード
    note: |-
      各自治体固有のコード利用を想定
      ※副食費の減免が決定した場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "001"
  - id: 028-01503
    name: 市区町村階層
    type: N(50)
    required: false
    group: 利用者負担額情報（利用者負担額算定情報）
    class: 申請 / 階層
    spec_ref:
      - "0280288"
      - "0280376"
      - "0280426"
    impl_type: ◎
    definition: 市区町村階層判定キーに対しての名称および判定条件
    note: データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: 生活保護世帯
  - id: 028-01504
    name: 市区町村独自負担額
    type: S9(13)
    required: true
    group: 利用者負担額情報（利用者負担額算定情報）
    class: 決定 / 自治体独自
    spec_ref:
      - "0280288"
      - "0280376"
      - "0280426"
    impl_type: ◎
    definition: 利用者負担額の市区町村が定める額（減額前）
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "10000"
  - id: 028-02104
    name: 支給認定区分
    type: X(3)
    required: true
    group: 利用者負担額情報（利用者負担額算定情報）
    class: 決定 / 多子軽減
    code: "004"
    spec_ref:
      - "0280288"
      - "0280376"
      - "0280426"
    impl_type: ◎
    definition: 支給認定の種別を示すコード
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "001"
  - id: 028-02105
    name: 保育必要量区分
    type: X(3)
    required: false
    group: 利用者負担額情報（利用者負担額算定情報）
    class: 決定 / 保育必要量
    code: "005"
    spec_ref:
      - "0280288"
    impl_type: ◎
    definition: 保育必要量区分を示すコード
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "001"
  - id: 028-02106
    name: 対象世帯区分（国基準）
    type: X(3)
    required: false
    group: 利用者負担額情報（利用者負担額算定情報）
    class: 決定
    code: "079"
    spec_ref:
      - "0280288"
      - "0280376"
      - "0280426"
    impl_type: ○
    definition: 階層判定用の世帯区分を示すコード（国基準）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "001"
  - id: 028-02107
    name: 削除フラグ
    type: X(1)
    required: true
    group: 利用者負担額情報（利用者負担額算定情報）
    class: 削除フラグ
    impl_type: ◎
    definition: 当該データが削除されたかどうかを現すフラグ（0：未削除、1：削除済）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "0"
  - id: 028-01509
    name: 操作者ID
    type: X(10)
    required: true
    group: 利用者負担額情報（利用者負担額算定情報）
    class: 操作
    impl_type: ◎
    definition: 操作者を一意に識別するコード
    sample: "1234567890"
  - id: 028-01510
    name: 操作年月日
    type: DATE
    required: true
    group: 利用者負担額情報（利用者負担額算定情報）
    class: 操作
    impl_type: ◎
    definition: 操作を行った年月日
    sample: 2021-11-01
  - id: 028-01511
    name: 操作時刻
    type: TIME
    required: true
    group: 利用者負担額情報（利用者負担額算定情報）
    class: 操作
    impl_type: ◎
    definition: 操作を行った時刻
    sample: "12:00:00"
  - id: 028-01512
    name: 市区町村コード
    type: X(6)
    required: true
    group: 利用者負担額情報（減免申請情報）
    class: 市区町村コード
    pk: true
    impl_type: ◎
    definition: 市区町村を一意に識別するコード（指定都市においては区までを特定）
    note: |-
      総務省「全国地方公共団体コード」に従って6桁のコード値を設定すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "131016"
  - id: 028-01513
    name: 児童_宛名番号
    type: X(15)
    required: true
    group: 利用者負担額情報（減免申請情報）
    class: 共通
    pk: true
    spec_ref:
      - "0280288"
      - "0280304"
    impl_type: ◎
    definition: 対象児童の宛名番号（住基の宛名番号と同様）
    sample: "123456789012345"
  - id: 028-01514
    name: 減免申請連番
    type: 9(10)
    required: true
    group: 利用者負担額情報（減免申請情報）
    class: 共通
    pk: true
    spec_ref:
      - "0280288"
      - "0280304"
    impl_type: ◎
    definition: 利用者負担額の履歴を管理する番号
    sample: "1"
  - id: 028-01515
    name: 対象年度
    type: YEAR
    required: true
    group: 利用者負担額情報（減免申請情報）
    class: 共通
    pk: true
    spec_ref:
      - "0280288"
      - "0280304"
    impl_type: ◎
    definition: 対象年度
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "2022"
  - id: 028-02108
    name: 最新フラグ
    type: X(1)
    required: true
    group: 利用者負担額情報（減免申請情報）
    class: 最新フラグ
    impl_type: ◎
    definition: 当該データが最新かどうかを現すフラグ（0：最新ではない、1：最新である）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "1"
  - id: 028-01516
    name: 減免申請年月日
    type: DATE
    required: true
    group: 利用者負担額情報（減免申請情報）
    class: 申請 / 申請日
    spec_ref:
      - "0280288"
      - "0280304"
    impl_type: ◎
    definition: 利用者負担額の減免申請年月日
    sample: 2012-04-01
  - id: 028-01517
    name: 減免決定年月日
    type: DATE
    required: false
    group: 利用者負担額情報（減免申請情報）
    class: 決定 / 対応日
    spec_ref:
      - "0280288"
      - "0280304"
    impl_type: ◎
    definition: 利用者負担額の減免決定年月日
    note: |-
      減免が決定した場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 2012-04-01
  - id: 028-01518
    name: 棄却日
    type: DATE
    required: false
    group: 利用者負担額情報（減免申請情報）
    class: 決定 / 棄却
    spec_ref:
      - "0280288"
      - "0280304"
    impl_type: ◎
    definition: 利用者負担額の減免棄却年月日
    note: |-
      減免申請を棄却する場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 2012-04-01
  - id: 028-01519
    name: 棄却理由
    type: X(3)
    required: false
    group: 利用者負担額情報（減免申請情報）
    class: 決定 / 棄却
    code: "048"
    spec_ref:
      - "0280288"
      - "0280304"
    impl_type: ◎
    definition: 減免申請が棄却された理由のコード
    note: |-
      減免申請を棄却する場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "001"
  - id: 028-02187
    name: コロナ減免区分
    type: X(1)
    required: true
    group: 利用者負担額情報（減免申請情報）
    class: 決定
    spec_ref:
      - "0280288"
    impl_type: ◎
    definition: |-
      コロナ減免の対象かどうかを表すフラグ
      （0：対象でない、1：対象）
    note: |-
      データ要件・連携要件標準仕様書【第2.1版】にて追加
      データ要件・連携要件標準仕様書【第4.0版】にて修正
    sample: "0"
  - id: 028-01520
    name: 減免適用開始年月日
    type: DATE
    required: false
    group: 利用者負担額情報（減免申請情報）
    class: 決定 / 適用期間
    spec_ref:
      - "0280288"
      - "0280304"
    impl_type: ◎
    definition: 利用者負担額の減免適用開始年月日
    note: |-
      減免が決定した場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 2012-04-01
  - id: 028-01521
    name: 減免適用終了年月日
    type: DATE
    required: false
    group: 利用者負担額情報（減免申請情報）
    class: 決定 / 適用期間
    spec_ref:
      - "0280288"
      - "0280304"
    impl_type: ◎
    definition: 利用者負担額の減免適用終了年月日
    note: |-
      減免適用が終了する場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 2012-04-01
  - id: 028-01522
    name: 負担額減免率_分子
    type: 9V
    required: false
    group: 利用者負担額情報（減免申請情報）
    class: 決定 / 自治体独自
    spec_ref:
      - "0280288"
      - "0280304"
      - "0280317"
    impl_type: ◎
    definition: 利用者負担額の自治体独自減免制度における減免率分子
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.4版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "1.0"
  - id: 028-01523
    name: 負担額減免率_分母
    type: 9V
    required: false
    group: 利用者負担額情報（減免申請情報）
    class: 決定 / 自治体独自
    spec_ref:
      - "0280288"
      - "0280304"
      - "0280317"
    impl_type: ◎
    definition: 利用者負担額の自治体独自減免制度における減免率分母
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.4版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "2.0"
  - id: 028-01524
    name: 負担額減免額
    type: S9(13)
    required: true
    group: 利用者負担額情報（減免申請情報）
    class: 決定 / 自治体独自
    spec_ref:
      - "0280288"
      - "0280304"
    impl_type: ◎
    definition: 利用者負担額の自治体独自減免制度における減免額
    sample: "10000"
  - id: 028-01525
    name: 利用日数
    type: 9(3)
    required: true
    group: 利用者負担額情報（減免申請情報）
    class: 申請 / 利用日数
    spec_ref:
      - "0280288"
      - "0280304"
    impl_type: ◎
    definition: 施設等を利用した日数
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "25"
  - id: 028-01526
    name: 休園日数
    type: 9(3)
    required: false
    group: 利用者負担額情報（減免申請情報）
    class: 申請 / 利用日数
    spec_ref:
      - "0280288"
      - "0280304"
    impl_type: ◎
    definition: 施設等の臨時休園となった日数
    note: |-
      休園する場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "25"
  - id: 028-01527
    name: 自粛日数
    type: 9(3)
    required: false
    group: 利用者負担額情報（減免申請情報）
    class: 申請 / 利用日数
    spec_ref:
      - "0280288"
      - "0280304"
    impl_type: ◎
    definition: 施設等を登園自粛した日数
    note: |-
      登園自粛する場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "25"
  - id: 028-01528
    name: 情報閲覧同意有無
    type: X(1)
    required: false
    group: 利用者負担額情報（減免申請情報）
    class: 決定 / 情報閲覧有無
    spec_ref:
      - "0280288"
      - "0280304"
    impl_type: ◎
    definition: 利用者負担額の情報閲覧同意の有無を示すフラグ（0：無、1：有）
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-01529
    name: 収入の減少や疾病、介護、災害等の事由
    type: X(3)
    required: true
    group: 利用者負担額情報（減免申請情報）
    class: 申請 / 事由
    code: "999"
    spec_ref:
      - "0280288"
      - "0280304"
    impl_type: ◎
    definition: 収入の減少や疾病、介護、災害等の事由を示すコード
    note: |-
      ・各自治体固有のコード利用を想定
      ・利用者負担額及び副食費の両項目での使用を想定
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: "001"
  - id: 028-02109
    name: 備考（メモ）
    type: N(500)
    required: false
    group: 利用者負担額情報（減免申請情報）
    class: 基本情報 / 共通
    spec_ref:
      - "0280288"
      - "0280304"
    impl_type: ◎
    definition: 利用者負担額減免申請における備考（メモ）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: ○月○日　修正
  - id: 028-02110
    name: 副食費免除期間開始年月日
    type: DATE
    required: false
    group: 利用者負担額情報（減免申請情報）
    class: 決定 / 適用期間
    spec_ref:
      - "0280325"
    impl_type: ◎
    definition: 副食費の免除期間開始年月日
    note: |-
      副食費免除が決定した場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: 2012-04-01
  - id: 028-02111
    name: 副食費免除期間用終了年月日
    type: DATE
    required: false
    group: 利用者負担額情報（減免申請情報）
    class: 決定 / 適用期間
    spec_ref:
      - "0280325"
    impl_type: ◎
    definition: 副食費の免除期間終了年月日
    note: |-
      副食費免除期間が終了する場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: 2012-04-01
  - id: 028-02112
    name: 削除フラグ
    type: X(1)
    required: true
    group: 利用者負担額情報（減免申請情報）
    class: 削除フラグ
    impl_type: ◎
    definition: 当該データが削除されたかどうかを現すフラグ（0：未削除、1：削除済）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "0"
  - id: 028-01531
    name: 操作者ID
    type: X(10)
    required: true
    group: 利用者負担額情報（減免申請情報）
    class: 操作
    impl_type: ◎
    definition: 操作者を一意に識別するコード
    sample: "1234567890"
  - id: 028-01532
    name: 操作年月日
    type: DATE
    required: true
    group: 利用者負担額情報（減免申請情報）
    class: 操作
    impl_type: ◎
    definition: 操作を行った年月日
    sample: 2021-11-01
  - id: 028-01533
    name: 操作時刻
    type: TIME
    required: true
    group: 利用者負担額情報（減免申請情報）
    class: 操作
    impl_type: ◎
    definition: 操作を行った時刻
    sample: "12:00:00"
  - id: 028-01534
    name: 市区町村コード
    type: X(6)
    required: true
    group: 特記事項情報
    class: 市区町村コード
    pk: true
    impl_type: ◎
    definition: 市区町村を一意に識別するコード（指定都市においては区までを特定）
    note: |-
      総務省「全国地方公共団体コード」に従って6桁のコード値を設定すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "131016"
  - id: 028-01535
    name: 児童_宛名番号
    type: X(15)
    required: true
    group: 特記事項情報
    class: 共通
    pk: true
    spec_ref:
      - "0280076"
    impl_type: ◎
    definition: 対象児童の宛名番号（住基の宛名番号と同様）
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "123456789012345"
  - id: 028-02113
    name: 保護者_宛名番号
    type: X(15)
    required: true
    group: 特記事項情報
    class: 共通
    pk: true
    spec_ref:
      - "0280076"
    impl_type: ◎
    definition: 対象保護者の宛名番号（住基の宛名番号と同様）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "123456789012345"
  - id: 028-01536
    name: 特記事項履歴番号
    type: 9(3)
    required: true
    group: 特記事項情報
    class: 特記事項情報 / 共通
    pk: true
    spec_ref:
      - "0280076"
    impl_type: ◎
    definition: 特記事項情報の履歴を管理する番号（ただし、通番体系は規定しない。）
    sample: "1"
  - id: 028-02114
    name: 最新フラグ
    type: X(1)
    required: true
    group: 特記事項情報
    class: 最新フラグ
    impl_type: ◎
    definition: 当該データが最新かどうかを現すフラグ（0：最新ではない、1：最新である）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "1"
  - id: 028-02115
    name: 分類
    type: X(20)
    required: true
    group: 特記事項情報
    class: 特記事項情報 / 特記事項
    code: "999"
    spec_ref:
      - "0280076"
    impl_type: ◎
    definition: 特記事項を確認する際の分類
    note: |-
      各自治体固有のコード利用を想定
      データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "12345"
  - id: 028-02116
    name: 表題
    type: N(300)
    required: true
    group: 特記事項情報
    class: 特記事項情報 / 特記事項
    spec_ref:
      - "0280076"
    impl_type: ◎
    definition: 特記事項の表題
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: ○○について
  - id: 028-02117
    name: 登録日
    type: DATE
    required: true
    group: 特記事項情報
    class: 特記事項情報 / 特記事項
    spec_ref:
      - "0280076"
    impl_type: ◎
    definition: 特記事項情報を登録した日
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: 1964-07-01
  - id: 028-02118
    name: 特記事項
    type: N(2000)
    required: true
    group: 特記事項情報
    class: 特記事項情報 / 特記事項
    spec_ref:
      - "0280076"
    impl_type: ◎
    definition: 特記事項欄の内容
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: ○○のため
  - id: 028-02119
    name: 削除フラグ
    type: X(1)
    required: true
    group: 特記事項情報
    class: 削除フラグ
    impl_type: ◎
    definition: 当該データが削除されたかどうかを現すフラグ（0：未削除、1：削除済）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "0"
  - id: 028-01547
    name: 操作者ID
    type: X(10)
    required: true
    group: 特記事項情報
    class: 操作
    impl_type: ◎
    definition: 操作者を一意に識別するコード
    sample: "1234567890"
  - id: 028-01548
    name: 操作年月日
    type: DATE
    required: true
    group: 特記事項情報
    class: 操作
    impl_type: ◎
    definition: 操作を行った年月日
    sample: 2021-11-01
  - id: 028-01549
    name: 操作時刻
    type: TIME
    required: true
    group: 特記事項情報
    class: 操作
    impl_type: ◎
    definition: 操作を行った時刻
    sample: "12:00:00"
  - id: 028-02120
    name: 市区町村コード
    type: X(6)
    required: true
    group: 特別事情情報
    class: 市区町村コード
    pk: true
    impl_type: ◎
    definition: 市区町村を一意に識別するコード（指定都市においては区までを特定）
    note: |-
      総務省「全国地方公共団体コード」に従って6桁のコード値を設定すること
      データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "131016"
  - id: 028-02121
    name: 児童_宛名番号
    type: X(15)
    required: true
    group: 特別事情情報
    class: 共通
    pk: true
    spec_ref:
      - "0280079"
    impl_type: ◎
    definition: 自治体内において、個人を一意に識別する番号
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "12345678912"
  - id: 028-02122
    name: 特別事情区分（DV、点字）
    type: X(3)
    required: true
    group: 特別事情情報
    class: 特別事情情報
    pk: true
    code: "104"
    spec_ref:
      - "0280079"
    impl_type: ◎
    definition: 特別事情の区分を示すコード
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "001"
  - id: 028-02123
    name: 特別事情履歴番号
    type: 9(8)
    required: true
    group: 特別事情情報
    class: 共通 / 履歴番号
    pk: true
    spec_ref:
      - "0280079"
    impl_type: ◎
    definition: 対象児童の履歴情報を管理する番号
    note: |-
      古いものから昇順でカウントアップ
      データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "1"
  - id: 028-02124
    name: 最新フラグ
    type: X(1)
    required: true
    group: 特別事情情報
    class: 最新フラグ
    impl_type: ◎
    definition: 当該データが最新かどうかを現すフラグ（0：最新ではない、1：最新である）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "1"
  - id: 028-02125
    name: 有効期間開始日
    type: DATE
    required: true
    group: 特別事情情報
    class: 特別事情情報
    spec_ref:
      - "0280079"
    impl_type: ◎
    definition: 特別事情の有効期間の開始日
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: 2021-11-01
  - id: 028-02126
    name: 有効期間終了日
    type: DATE
    required: false
    group: 特別事情情報
    class: 特別事情情報
    spec_ref:
      - "0280079"
    impl_type: ◎
    definition: 特別事情の有効期間の終了日
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第4.0版】にて修正
    sample: 2021-11-01
  - id: 028-02127
    name: 特別事情特記事項
    type: N(2000)
    required: false
    group: 特別事情情報
    class: 特別事情情報
    spec_ref:
      - "0280079"
    impl_type: ◎
    definition: 特別事情の特記事項欄の内容
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第4.0版】にて修正
    sample: ○○のため
  - id: 028-02130
    name: 削除フラグ
    type: X(1)
    required: true
    group: 特別事情情報
    class: 削除フラグ
    impl_type: ◎
    definition: 当該データが削除されたかどうかを現すフラグ（0：未削除、1：削除済）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "0"
  - id: 028-02131
    name: 操作者ID
    type: X(10)
    required: true
    group: 特別事情情報
    class: 操作
    impl_type: ◎
    definition: 操作者を一意に識別するコード
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "1234567890"
  - id: 028-02132
    name: 操作年月日
    type: DATE
    required: true
    group: 特別事情情報
    class: 操作
    impl_type: ◎
    definition: 操作を行った年月日
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: 2021-11-01
  - id: 028-02133
    name: 操作時刻
    type: TIME
    required: true
    group: 特別事情情報
    class: 操作
    impl_type: ◎
    definition: 操作を行った時刻
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "12:00:00"
  - id: 028-01550
    name: 市区町村コード
    type: X(6)
    required: true
    group: 市区町村階層情報
    class: 市区町村コード
    pk: true
    impl_type: ◎
    definition: 市区町村を一意に識別するコード（指定都市においては区までを特定）
    note: |-
      総務省「全国地方公共団体コード」に従って6桁のコード値を設定すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "131016"
  - id: 028-01551
    name: 適用年月
    type: X(7)
    required: true
    group: 市区町村階層情報
    class: 市区町村階層情報 / 共通
    pk: true
    spec_ref:
      - "0280288"
      - "0280317"
    impl_type: ◎
    definition: 管理する対象の適用年月
    sample: 2011-11
  - id: 028-01552
    name: 市区町村階層判定キー
    type: X(6)
    required: true
    group: 市区町村階層情報
    class: 市区町村階層情報 / 共通
    pk: true
    code: "999"
    spec_ref:
      - "0280288"
      - "0280317"
    impl_type: ◎
    definition: 市区町村が定めた階層を示すコード
    note: |-
      各自治体固有のコード利用を想定
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "000001"
  - id: 028-01553
    name: 階層認定種別
    type: X(3)
    required: true
    group: 市区町村階層情報
    class: 共通
    pk: true
    code: "081"
    spec_ref:
      - "0280288"
      - "0280317"
    impl_type: ◎
    definition: 市区町村階層の認定種別
    sample: "001"
  - id: 028-01554
    name: 公私区分
    type: X(3)
    required: true
    group: 市区町村階層情報
    class: 共通
    pk: true
    code: "019"
    spec_ref:
      - "0280288"
      - "0280317"
    impl_type: ◎
    definition: 市区町村階層の公私区分
    note: |-
      ※公私区分によって階層や利用者負担額を分けない場合は000
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "001"
  - id: 028-01589
    name: 保育必要量区分
    type: X(3)
    required: true
    group: 市区町村階層情報
    class: 認定内容 / 保育必要量
    pk: true
    code: "005"
    spec_ref:
      - "0280288"
      - "0280317"
    impl_type: ◎
    definition: 保育必要量区分を示すコード
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "001"
  - id: 028-02134
    name: 最新フラグ
    type: X(1)
    required: true
    group: 市区町村階層情報
    class: 最新フラグ
    impl_type: ◎
    definition: 当該データが最新かどうかを現すフラグ（0：最新ではない、1：最新である）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "1"
  - id: 028-01555
    name: 子ども・子育て事業所番号
    type: X(13)
    required: false
    group: 市区町村階層情報
    class: 市区町村階層
    spec_ref:
      - "0280288"
      - "0280317"
    impl_type: ◎
    definition: |-
      市区町村階層の子ども・子育て事業所番号
      ※子ども・子育て事業所番号によって階層や利用者負担額を分けない場合は0
    sample: "1234567890123"
  - id: 028-01556
    name: 階層名称
    type: X(30)
    required: true
    group: 市区町村階層情報
    class: 市区町村階層
    spec_ref:
      - "0280288"
      - "0280317"
    impl_type: ◎
    definition: 市区町村が定めた階層の名称
    sample: A-1
  - id: 028-01557
    name: 対象世帯区分（自治体独自基準）
    type: X(3)
    required: true
    group: 市区町村階層情報
    class: 市区町村階層
    code: "999"
    spec_ref:
      - "0280288"
      - "0280317"
    impl_type: ◎
    definition: 階層判定用の世帯区分を示すコード
    note: |-
      各自治体固有のコード利用を想定
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "001"
  - id: 028-01558
    name: 均等割以上
    type: 9(12)
    required: false
    group: 市区町村階層情報
    class: 市区町村階層
    spec_ref:
      - "0280288"
      - "0280317"
    impl_type: ◎
    definition: 階層の均等割の範囲
    note: |-
      階層の均等割範囲の最小額を設定できる項目
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "5000"
  - id: 028-01559
    name: 均等割以下
    type: 9(12)
    required: false
    group: 市区町村階層情報
    class: 市区町村階層
    spec_ref:
      - "0280288"
      - "0280317"
    impl_type: ◎
    definition: 階層の均等割の範囲
    note: |-
      階層の均等割範囲の最大額を設定できる項目
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1000"
  - id: 028-01560
    name: 所得割以上
    type: 9(12)
    required: true
    group: 市区町村階層情報
    class: 市区町村階層
    spec_ref:
      - "0280288"
      - "0280317"
    impl_type: ◎
    definition: 階層の所得割の範囲
    note: |-
      階層の所得割範囲の最小額を設定できる項目
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "2000"
  - id: 028-01561
    name: 所得割以下
    type: 9(12)
    required: true
    group: 市区町村階層情報
    class: 市区町村階層
    spec_ref:
      - "0280288"
      - "0280317"
    impl_type: ◎
    definition: 階層の所得割の範囲
    note: |-
      階層の所得割範囲の最大額を設定できる項目
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1000"
  - id: 028-01562
    name: 多子世帯特例措置該当有無
    type: 9(1)
    required: false
    group: 市区町村階層情報
    class: 市区町村階層
    spec_ref:
      - "0280288"
      - "0280317"
    impl_type: ◎
    definition: 平成28年4月制度改正の多子世帯特例措置の対象となる階層であるか否かを示すフラグ（0：対象外、1：対象）
    note: |-
      多子世帯特例措置に該当する階層か否かの区分
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-01563
    name: 副食費無償化対象有無
    type: 9(1)
    required: false
    group: 市区町村階層情報
    class: 市区町村階層
    spec_ref:
      - "0280288"
      - "0280317"
    impl_type: ◎
    definition: 令和元年10月制度改正の幼児教育無償化の対応で、３歳以上児の副食費が無償となる階層であるか否かを示すフラグ（0：対象外、1：対象）
    note: |-
      副食費の無償化対象となる階層か否かの区分
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-01564
    name: 利用者負担額_０歳児１子
    type: S9(13)
    required: true
    group: 市区町村階層情報
    class: 市区町村階層 / 負担額
    spec_ref:
      - "0280288"
      - "0280317"
    impl_type: ◎
    definition: ３歳未満児の利用者負担額の金額
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "50000"
  - id: 028-01565
    name: 利用者負担額_０歳児２子
    type: S9(13)
    required: true
    group: 市区町村階層情報
    class: 市区町村階層 / 負担額
    spec_ref:
      - "0280288"
      - "0280317"
    impl_type: ◎
    definition: ３歳未満児の利用者負担額の金額
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "50000"
  - id: 028-01566
    name: 利用者負担額_０歳児３子
    type: S9(13)
    required: true
    group: 市区町村階層情報
    class: 市区町村階層 / 負担額
    spec_ref:
      - "0280288"
      - "0280317"
    impl_type: ◎
    definition: ３歳未満児の利用者負担額の金額
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "50000"
  - id: 028-01567
    name: 利用者負担額_１・２歳児１子
    type: S9(13)
    required: false
    group: 市区町村階層情報
    class: 市区町村階層 / 負担額
    spec_ref:
      - "0280288"
      - "0280317"
    impl_type: ◎
    definition: ３歳未満児の利用者負担額の金額
    note: |-
      利用者負担額_１歳児１子及び利用者負担額_２歳児１子が空白の場合は出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "50000"
  - id: 028-01568
    name: 利用者負担額_１・２歳児２子
    type: S9(13)
    required: false
    group: 市区町村階層情報
    class: 市区町村階層 / 負担額
    spec_ref:
      - "0280288"
      - "0280317"
    impl_type: ◎
    definition: ３歳未満児の利用者負担額の金額
    note: |-
      利用者負担額_１歳児２子及び利用者負担額_２歳児２子が空白の場合は出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "50000"
  - id: 028-01569
    name: 利用者負担額_１・２歳児３子
    type: S9(13)
    required: false
    group: 市区町村階層情報
    class: 市区町村階層 / 負担額
    spec_ref:
      - "0280288"
      - "0280317"
    impl_type: ◎
    definition: ３歳未満児の利用者負担額の金額
    note: |-
      利用者負担額_１歳児３子及び利用者負担額_２歳児３子が空白の場合は出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "50000"
  - id: 028-01570
    name: 利用者負担額_１歳児１子
    type: S9(13)
    required: false
    group: 市区町村階層情報
    class: 市区町村階層 / 負担額
    spec_ref:
      - "0280288"
      - "0280317"
    impl_type: ◎
    definition: ３歳未満児の利用者負担額の金額
    note: |-
      利用者負担額_１・２歳児１子が空白の場合は出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "50000"
  - id: 028-01571
    name: 利用者負担額_１歳児２子
    type: S9(13)
    required: false
    group: 市区町村階層情報
    class: 市区町村階層 / 負担額
    spec_ref:
      - "0280288"
      - "0280317"
    impl_type: ◎
    definition: ３歳未満児の利用者負担額の金額
    note: |-
      利用者負担額_１・２歳児２子が空白の場合は出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "50000"
  - id: 028-01572
    name: 利用者負担額_１歳児３子
    type: S9(13)
    required: false
    group: 市区町村階層情報
    class: 市区町村階層 / 負担額
    spec_ref:
      - "0280288"
      - "0280317"
    impl_type: ◎
    definition: ３歳未満児の利用者負担額の金額
    note: |-
      利用者負担額_１・２歳児３子が空白の場合は出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "50000"
  - id: 028-01573
    name: 利用者負担額_２歳児１子
    type: S9(13)
    required: false
    group: 市区町村階層情報
    class: 市区町村階層 / 負担額
    spec_ref:
      - "0280288"
      - "0280317"
    impl_type: ◎
    definition: ３歳未満児の利用者負担額の金額
    note: |-
      利用者負担額_１・２歳児１子が空白の場合は出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "50000"
  - id: 028-01574
    name: 利用者負担額_２歳児２子
    type: S9(13)
    required: false
    group: 市区町村階層情報
    class: 市区町村階層 / 負担額
    spec_ref:
      - "0280288"
      - "0280317"
    impl_type: ◎
    definition: ３歳未満児の利用者負担額の金額
    note: |-
      利用者負担額_１・２歳児２子が空白の場合は出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "50000"
  - id: 028-01575
    name: 利用者負担額_２歳児３子
    type: S9(13)
    required: false
    group: 市区町村階層情報
    class: 市区町村階層 / 負担額
    spec_ref:
      - "0280288"
      - "0280317"
    impl_type: ◎
    definition: ３歳未満児の利用者負担額の金額
    note: |-
      利用者負担額_１・２歳児３子が空白の場合は出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "50000"
  - id: 028-01576
    name: 利用者負担額_３歳児１子
    type: S9(13)
    required: true
    group: 市区町村階層情報
    class: 市区町村階層 / 負担額
    spec_ref:
      - "0280288"
      - "0280317"
    impl_type: ◎
    definition: ３歳以上児の利用者負担額の金額
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "50000"
  - id: 028-01577
    name: 利用者負担額_３歳児２子
    type: S9(13)
    required: true
    group: 市区町村階層情報
    class: 市区町村階層 / 負担額
    spec_ref:
      - "0280288"
      - "0280317"
    impl_type: ◎
    definition: ３歳以上児の利用者負担額の金額
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "50000"
  - id: 028-01578
    name: 利用者負担額_３歳児３子
    type: S9(13)
    required: true
    group: 市区町村階層情報
    class: 市区町村階層 / 負担額
    spec_ref:
      - "0280288"
      - "0280317"
    impl_type: ◎
    definition: ３歳以上児の利用者負担額の金額
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "50000"
  - id: 028-01579
    name: 利用者負担額_４歳以上児１子
    type: S9(13)
    required: false
    group: 市区町村階層情報
    class: 市区町村階層 / 負担額
    spec_ref:
      - "0280288"
      - "0280317"
    impl_type: ◎
    definition: ３歳以上児の利用者負担額の金額
    note: |-
      利用者負担額_４歳児１子及び利用者負担額_５歳児１子が空白の場合は出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "50000"
  - id: 028-01580
    name: 利用者負担額_４歳以上児２子
    type: S9(13)
    required: false
    group: 市区町村階層情報
    class: 市区町村階層 / 負担額
    spec_ref:
      - "0280288"
      - "0280317"
    impl_type: ◎
    definition: ３歳以上児の利用者負担額の金額
    note: |-
      利用者負担額_４歳児２子及び利用者負担額_５歳児２子が空白の場合は出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "50000"
  - id: 028-01581
    name: 利用者負担額_４歳以上児３子
    type: S9(13)
    required: false
    group: 市区町村階層情報
    class: 市区町村階層 / 負担額
    spec_ref:
      - "0280288"
      - "0280317"
    impl_type: ◎
    definition: ３歳以上児の利用者負担額の金額
    note: |-
      利用者負担額_４歳児３子及び利用者負担額_５歳児３子が空白の場合は出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "50000"
  - id: 028-01582
    name: 利用者負担額_４歳児１子
    type: S9(13)
    required: false
    group: 市区町村階層情報
    class: 市区町村階層 / 負担額
    spec_ref:
      - "0280288"
      - "0280317"
    impl_type: ◎
    definition: ３歳以上児の利用者負担額の金額
    note: |-
      利用者負担額_４歳以上児１子が空白の場合は出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "50000"
  - id: 028-01583
    name: 利用者負担額_４歳児２子
    type: S9(13)
    required: false
    group: 市区町村階層情報
    class: 市区町村階層 / 負担額
    spec_ref:
      - "0280288"
      - "0280317"
    impl_type: ◎
    definition: ３歳以上児の利用者負担額の金額
    note: |-
      利用者負担額_４歳以上児２子が空白の場合は出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "50000"
  - id: 028-01584
    name: 利用者負担額_４歳児３子
    type: S9(13)
    required: false
    group: 市区町村階層情報
    class: 市区町村階層 / 負担額
    spec_ref:
      - "0280288"
      - "0280317"
    impl_type: ◎
    definition: ３歳以上児の利用者負担額の金額
    note: |-
      利用者負担額_４歳以上児３子が空白の場合は出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "50000"
  - id: 028-01585
    name: 利用者負担額_５歳児１子
    type: S9(13)
    required: false
    group: 市区町村階層情報
    class: 市区町村階層 / 負担額
    spec_ref:
      - "0280288"
      - "0280317"
    impl_type: ◎
    definition: ３歳以上児の利用者負担額の金額
    note: |-
      利用者負担額_４歳以上児１子が空白の場合は出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "50000"
  - id: 028-01586
    name: 利用者負担額_５歳児２子
    type: S9(13)
    required: false
    group: 市区町村階層情報
    class: 市区町村階層 / 負担額
    spec_ref:
      - "0280288"
      - "0280317"
    impl_type: ◎
    definition: ３歳以上児の利用者負担額の金額
    note: |-
      利用者負担額_４歳以上児１子が空白の場合は出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "50000"
  - id: 028-01587
    name: 利用者負担額_５歳児３子
    type: S9(13)
    required: false
    group: 市区町村階層情報
    class: 市区町村階層 / 負担額
    spec_ref:
      - "0280288"
      - "0280317"
    impl_type: ◎
    definition: ３歳以上児の利用者負担額の金額
    note: |-
      利用者負担額_４歳以上児１子が空白の場合は出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "50000"
  - id: 028-01588
    name: 施設・事業所明細区分
    type: X(3)
    required: false
    group: 市区町村階層情報
    class: 基本情報 / 共通
    code: "027"
    spec_ref:
      - "0280288"
      - "0280317"
    impl_type: ◎
    definition: 施設事業所の明細区分を示すコード
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.1版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "001"
  - id: 028-02135
    name: 削除フラグ
    type: X(1)
    required: true
    group: 市区町村階層情報
    class: 削除フラグ
    impl_type: ◎
    definition: 当該データが削除されたかどうかを現すフラグ（0：未削除、1：削除済）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "0"
  - id: 028-01590
    name: 操作者ID
    type: X(10)
    required: true
    group: 市区町村階層情報
    class: 操作
    impl_type: ◎
    definition: 操作者を一意に識別するコード
    sample: "1234567890"
  - id: 028-01591
    name: 操作年月日
    type: DATE
    required: true
    group: 市区町村階層情報
    class: 操作
    impl_type: ◎
    definition: 操作を行った年月日
    sample: 2021-11-01
  - id: 028-01592
    name: 操作時刻
    type: TIME
    required: true
    group: 市区町村階層情報
    class: 操作
    impl_type: ◎
    definition: 操作を行った時刻
    sample: "12:00:00"
  - id: 028-01602
    name: 市区町村コード
    type: X(6)
    required: true
    group: 支援措置対象者情報
    class: 市区町村コード
    pk: true
    impl_type: ○
    definition: 市区町村を一意に識別するコード（指定都市においては区までを特定）
    note: |-
      総務省「全国地方公共団体コード」に従って6桁のコード値を設定すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "131016"
  - id: 028-01603
    name: 宛名番号
    type: X(15)
    required: true
    group: 支援措置対象者情報
    class: 住民 / 共通
    pk: true
    spec_ref:
      - "0280001"
      - "0280083"
    impl_type: ○
    definition: 自治体内において、個人を一意に識別する番号
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.1版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "12345678912"
  - id: 028-01604
    name: 支援措置区分
    type: X(1)
    required: true
    group: 支援措置対象者情報
    class: 支援措置対象者
    pk: true
    code: "017"
    spec_ref:
      - "0280001"
      - "0280083"
    impl_type: ○
    definition: 支援措置の状態を示すコード
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "1"
  - id: 028-01605
    name: 履歴番号
    type: 9(3)
    required: true
    group: 支援措置対象者情報
    class: 支援措置対象者
    pk: true
    spec_ref:
      - "0280001"
      - "0280083"
    impl_type: ○
    definition: 支援措置の履歴情報を管理する番号
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第4.0版】にて修正
    sample: "1"
  - id: 028-01606
    name: 支援措置開始年月日
    type: DATE
    required: true
    group: 支援措置対象者情報
    class: 支援措置対象者
    pk: true
    spec_ref:
      - "0280001"
      - "0280083"
    impl_type: ○
    definition: 支援措置を開始した年月日
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第4.0版】にて修正
    sample: 2021-11-01
  - id: 028-02136
    name: 最新フラグ
    type: X(1)
    required: true
    group: 支援措置対象者情報
    class: 最新フラグ
    impl_type: ○
    definition: 当該データが最新かどうかを現すフラグ（0：最新ではない、1：最新である）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "1"
  - id: 028-01607
    name: 支援措置終了年月日
    type: DATE
    required: false
    group: 支援措置対象者情報
    class: 支援措置対象者
    spec_ref:
      - "0280001"
      - "0280083"
    impl_type: ○
    definition: 支援措置を終了する年月日
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第4.0版】にて修正
    sample: 2021-11-01
  - id: 028-01609
    name: 一時解除終了年月日
    type: DATE
    required: false
    group: 支援措置対象者情報
    class: 操作
    spec_ref:
      - "0280001"
      - "0280083"
    impl_type: ○
    definition: 抑止の一時解除を終了した年月日
    note: |-
      データ要件・連携要件標準仕様書【第2.1版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: 2021-11-01
  - id: 028-01610
    name: 一時解除終了時刻
    type: TIME
    required: conditional
    group: 支援措置対象者情報
    class: 操作
    spec_ref:
      - "0280001"
      - "0280083"
    impl_type: ○
    definition: 抑止の一時解除を終了した時刻
    note: |-
      ※※02801609がnullでない場合
      データ要件・連携要件標準仕様書【第2.1版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "12:00:00"
  - id: 028-02137
    name: 管理区分（全庁共通、障害者福祉、介護保険、子ども・子育て）
    type: X(3)
    required: false
    group: 支援措置対象者情報
    class: 操作
    code: "097"
    spec_ref:
      - "0280081"
    impl_type: ○
    definition: 住民記録情報、障害者福祉システムまたは介護保険システムの連携により登録された情報か子ども・子育て支援システムに登録した情報かを区別するコード
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第4.0版】にて修正
    sample: "001"
  - id: 028-02138
    name: 更正日
    type: DATE
    required: false
    group: 支援措置対象者情報
    class: 操作
    spec_ref:
      - "0280081"
    impl_type: ○
    definition: 更正処理を実施した年月日
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: 2021-11-01
  - id: 028-02139
    name: 仮支援措置の有無
    type: X(1)
    required: false
    group: 支援措置対象者情報
    class: 仮支援措置
    spec_ref:
      - "0280001"
      - "0280083"
    impl_type: ○
    definition: 仮支援措置の有無を示すフラグ（0：無、1：有）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: "1"
  - id: 028-02140
    name: 仮支援措置開始年月日
    type: DATE
    required: conditional
    group: 支援措置対象者情報
    class: 仮支援措置
    spec_ref:
      - "0280001"
      - "0280083"
    impl_type: ○
    definition: 仮支援措置を開始した年月日
    note: |-
      ※※02802139が1の場合
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: 2021-11-01
  - id: 028-02141
    name: 仮支援措置終了年月日
    type: DATE
    required: conditional
    group: 支援措置対象者情報
    class: 仮支援措置
    spec_ref:
      - "0280001"
      - "0280083"
    impl_type: ○
    definition: 仮支援措置を終了する年月日
    note: |-
      ※※02802139が1の場合
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: 2021-11-01
  - id: 028-02142
    name: 削除フラグ
    type: X(1)
    required: true
    group: 支援措置対象者情報
    class: 削除フラグ
    impl_type: ○
    definition: 当該データが削除されたかどうかを現すフラグ（0：未削除、1：削除済）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: "0"
  - id: 028-01611
    name: 操作者ID
    type: X(10)
    required: true
    group: 支援措置対象者情報
    class: 操作
    impl_type: ○
    definition: 操作者を一意に識別するコード
    note: データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "1234567890"
  - id: 028-01612
    name: 操作年月日
    type: DATE
    required: true
    group: 支援措置対象者情報
    class: 操作
    impl_type: ○
    definition: 操作を行った年月日
    note: データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: 2021-11-01
  - id: 028-01613
    name: 操作時刻
    type: TIME
    required: true
    group: 支援措置対象者情報
    class: 操作
    impl_type: ○
    definition: 操作を行った時刻
    note: データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "12:00:00"
  - id: 028-01614
    name: 市区町村コード
    type: X(6)
    required: true
    group: 帳票管理情報
    class: 市区町村コード
    pk: true
    impl_type: ◎
    definition: 市区町村を一意に識別するコード（指定都市においては区までを特定）
    note: |-
      総務省「全国地方公共団体コード」に従って6桁のコード値を設定すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "131016"
  - id: 028-01615
    name: 帳票コード
    type: X(5)
    required: true
    group: 帳票管理情報
    class: 帳票管理情報 / 文書管理
    pk: true
    code: "999"
    spec_ref:
      - "0280027"
      - "0280033"
      - "0280159"
    impl_type: ◎
    definition: 帳票情報の帳票コード
    note: |-
      各自治体固有のコード利用を想定
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "01001"
  - id: 028-01616
    name: 児童_宛名番号
    type: X(15)
    required: true
    group: 帳票管理情報
    class: 共通
    pk: true
    spec_ref:
      - "0280027"
      - "0280033"
      - "0280159"
    impl_type: ◎
    definition: 対象児童の宛名番号（住基の宛名番号と同様）
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "123456789012345"
  - id: 028-01617
    name: 発行連番
    type: X(20)
    required: true
    group: 帳票管理情報
    class: 市区町村コード
    pk: true
    spec_ref:
      - "0280027"
      - "0280033"
      - "0280159"
    impl_type: ◎
    definition: 帳票発行の都度、カウントアップされる連番
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-02143
    name: 最新フラグ
    type: X(1)
    required: true
    group: 帳票管理情報
    class: 最新フラグ
    impl_type: ◎
    definition: 当該データが最新かどうかを現すフラグ（0：最新ではない、1：最新である）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "1"
  - id: 028-01618
    name: 文書番号
    type: X(14)
    required: false
    group: 帳票管理情報
    class: 帳票管理情報 / 文書管理
    spec_ref:
      - "0280027"
      - "0280033"
      - "0280159"
    impl_type: ◎
    definition: 帳票に対する文書番号
    note: |-
      （例）年度＋連番＋1
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "20100000000001"
  - id: 028-01619
    name: 発行年月日
    type: DATE
    required: false
    group: 帳票管理情報
    class: 帳票管理情報 / 文書管理
    spec_ref:
      - "0280027"
      - "0280033"
      - "0280159"
    impl_type: ○
    definition: 帳票の発行年月日
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 2012-04-01
  - id: 028-01621
    name: 文書番号出力有無
    type: X(1)
    required: true
    group: 帳票管理情報
    class: 帳票管理情報 / 帳票固定文言
    spec_ref:
      - "0280027"
      - "0280028"
    impl_type: ◎
    definition: 文書番号の出力有無を示すフラグ（0：無、1：有）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "1"
  - id: 028-01622
    name: 電子公印出力有無
    type: X(1)
    required: true
    group: 帳票管理情報
    class: 帳票管理情報 / 帳票固定文言
    spec_ref:
      - "0280029"
    impl_type: ◎
    definition: 電子公印の出力有無を示すフラグ（0：無、1：有）
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-02144
    name: 削除フラグ
    type: X(1)
    required: true
    group: 帳票管理情報
    class: 削除フラグ
    impl_type: ◎
    definition: 当該データが削除されたかどうかを現すフラグ（0：未削除、1：削除済）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "0"
  - id: 028-01623
    name: 操作者ID
    type: X(10)
    required: true
    group: 帳票管理情報
    class: 操作
    impl_type: ◎
    definition: 操作者を一意に識別するコード
    sample: "1234567890"
  - id: 028-01624
    name: 操作年月日
    type: DATE
    required: true
    group: 帳票管理情報
    class: 操作
    impl_type: ◎
    definition: 操作を行った年月日
    sample: 2021-11-01
  - id: 028-01625
    name: 操作時刻
    type: TIME
    required: true
    group: 帳票管理情報
    class: 操作
    impl_type: ◎
    definition: 操作を行った時刻
    sample: "12:00:00"
  - id: 028-01626
    name: 市区町村コード
    type: X(6)
    required: true
    group: 問合せ先情報
    class: 市区町村コード
    pk: true
    impl_type: ◎
    definition: 市区町村を一意に識別するコード（指定都市においては区までを特定）
    note: |-
      総務省「全国地方公共団体コード」に従って6桁のコード値を設定すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "131016"
  - id: 028-01632
    name: 問合せ先組織単位コード
    type: X(2)
    required: true
    group: 問合せ先情報
    class: 問合せ先情報
    pk: true
    code: "999"
    spec_ref:
      - "0280030"
      - "0280031"
    impl_type: ◎
    definition: 問合せ先を組織単位を示すコード
    note: |-
      各自治体固有のコード利用を想定
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "10"
  - id: 028-01628
    name: 枝番
    type: X(5)
    required: true
    group: 問合せ先情報
    class: 帳票管理情報
    pk: true
    code: "999"
    spec_ref:
      - "0280030"
      - "0280031"
    impl_type: ◎
    definition: 問合せコード毎に問合せ先を一意に示すコード
    note: |-
      各自治体固有のコード利用を想定
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "01001"
  - id: 028-02145
    name: 帳票コード
    type: X(5)
    required: true
    group: 問合せ先情報
    class: 帳票管理情報
    pk: true
    code: "999"
    spec_ref:
      - "0280030"
      - "0280031"
    impl_type: ◎
    definition: 帳票情報を示すコード
    note: |-
      各自治体固有のコード利用を想定
      データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "01001"
  - id: 028-02146
    name: 最新フラグ
    type: X(1)
    required: true
    group: 問合せ先情報
    class: 最新フラグ
    impl_type: ◎
    definition: 当該データが最新かどうかを現すフラグ（0：最新ではない、1：最新である）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "1"
  - id: 028-01629
    name: 問合せ有効開始日
    type: DATE
    required: true
    group: 問合せ先情報
    class: 問合せ先情報
    spec_ref:
      - "0280030"
      - "0280031"
    impl_type: ◎
    definition: 問合せ先情報の開始日
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 1964-07-01
  - id: 028-01630
    name: 問合せ有効終了日
    type: DATE
    required: false
    group: 問合せ先情報
    class: 問合せ先情報
    spec_ref:
      - "0280030"
      - "0280031"
    impl_type: ◎
    definition: 問合せ先情報の終了日
    note: |-
      有効期間が終了した場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 1964-07-01
  - id: 028-01631
    name: 問合せ先出力有無
    type: X(1)
    required: true
    group: 問合せ先情報
    class: 問合せ先情報
    spec_ref:
      - "0280030"
      - "0280031"
    impl_type: ◎
    definition: 問合せ先の出力有無を示すフラグ（0：無、1：有）
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-01633
    name: 問合せ先情報（担当部署名）
    type: N(300)
    required: true
    group: 問合せ先情報
    class: 担当部署情報
    spec_ref:
      - "0280030"
      - "0280031"
    impl_type: ◎
    definition: 問合せ先担当部署名
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 所属部署
  - id: 028-01634
    name: 問合せ先情報（担当部署郵便番号）
    type: X(7)
    required: true
    group: 問合せ先情報
    class: 担当部署情報
    spec_ref:
      - "0280030"
      - "0280031"
    impl_type: ◎
    definition: 担当部署の郵便番号
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1000014"
  - id: 028-01635
    name: 問合せ先情報（部署所在地）
    type: N(250)
    required: true
    group: 問合せ先情報
    class: 担当部署情報
    spec_ref:
      - "0280030"
      - "0280031"
    impl_type: ◎
    definition: 問合せ先担当部署の住所
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 東京都千代田区霞が関二丁目１－６
  - id: 028-01636
    name: 問合せ先情報（部署所在地方書）
    type: N(300)
    required: false
    group: 問合せ先情報
    class: 担当部署情報
    spec_ref:
      - "0280030"
      - "0280031"
    impl_type: ◎
    definition: 問合せ先担当部署の住所方書
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: ○□△ビル３０１号
  - id: 028-01637
    name: 問合せ先情報（担当部署電話番号）
    type: X(15)
    required: true
    group: 問合せ先情報
    class: 担当部署情報
    spec_ref:
      - "0280030"
      - "0280031"
    impl_type: ◎
    definition: 問合せ先担当部署の電話番号
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 03-1234-5678
  - id: 028-01638
    name: 問合せ先情報（担当部署FAX番号）
    type: X(15)
    required: false
    group: 問合せ先情報
    class: 担当部署情報
    spec_ref:
      - "0280030"
      - "0280031"
    impl_type: ○
    definition: 問合せ先担当部署のＦＡＸ番号
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 03-1234-5678
  - id: 028-01639
    name: 問合せ先情報（担当部署メールアドレス）
    type: X(254)
    required: false
    group: 問合せ先情報
    class: 担当部署情報
    spec_ref:
      - "0280030"
      - "0280031"
    impl_type: ○
    definition: 問合せ先担当部署のメールアドレス
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: abcde@co.jp
  - id: 028-02148
    name: 削除フラグ
    type: X(1)
    required: true
    group: 問合せ先情報
    class: 削除フラグ
    impl_type: ◎
    definition: 当該データが削除されたかどうかを現すフラグ（0：未削除、1：削除済）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "0"
  - id: 028-01640
    name: 操作者ID
    type: X(10)
    required: true
    group: 問合せ先情報
    class: 操作
    impl_type: ◎
    definition: 操作者を一意に識別するコード
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1234567890"
  - id: 028-01641
    name: 操作年月日
    type: DATE
    required: true
    group: 問合せ先情報
    class: 操作
    impl_type: ◎
    definition: 操作を行った年月日
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 2021-11-01
  - id: 028-01642
    name: 操作時刻
    type: TIME
    required: true
    group: 問合せ先情報
    class: 操作
    impl_type: ◎
    definition: 操作を行った時刻
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "12:00:00"
  - id: 028-01753
    name: 市区町村コード
    type: X(6)
    required: true
    group: 文書情報
    class: 市区町村コード
    pk: true
    impl_type: ◎
    definition: 市区町村を一意に識別するコード（指定都市においては区までを特定）
    note: |-
      総務省「全国地方公共団体コード」に従って6桁のコード値を設定すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "131016"
  - id: 028-01754
    name: 帳票コード
    type: X(5)
    required: true
    group: 文書情報
    class: 帳票管理情報
    pk: true
    code: "999"
    spec_ref:
      - "0280027"
    impl_type: ◎
    definition: 帳票情報を示すコード
    note: |-
      各自治体固有のコード利用を想定
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "01001"
  - id: 028-01755
    name: 枝番
    type: X(5)
    required: true
    group: 文書情報
    class: 帳票管理情報
    pk: true
    code: "999"
    spec_ref:
      - "0280027"
    impl_type: ◎
    definition: 帳票コード毎に文書番号を一意にを示すコード
    note: |-
      各自治体固有のコード利用を想定
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "01001"
  - id: 028-02149
    name: 最新フラグ
    type: X(1)
    required: true
    group: 文書情報
    class: 最新フラグ
    impl_type: ◎
    definition: 当該データが最新かどうかを現すフラグ（0：最新ではない、1：最新である）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "1"
  - id: 028-01756
    name: 帳票タイトル
    type: N(50)
    required: true
    group: 文書情報
    class: 表示項目
    spec_ref:
      - "0280027"
      - "0280030"
      - "0280033"
    impl_type: ◎
    definition: 手続きに必要な書類等におけるタイトル
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: 支給決定通知書
  - id: 028-01757
    name: 文言
    type: N(1000)
    required: true
    group: 文書情報
    class: 表示項目
    spec_ref:
      - "0280027"
    impl_type: ◎
    definition: 帳票に記載されている文言
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 支給決定に関するお知らせ
  - id: 028-01758
    name: 注記文
    type: N(1000)
    required: false
    group: 文書情報
    class: 表示項目
    spec_ref:
      - "0280027"
    impl_type: ◎
    definition: 帳票に記載されている注記文
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: 但し、
  - id: 028-01759
    name: 審査文言
    type: N(1000)
    required: false
    group: 文書情報
    class: 表示項目
    spec_ref:
      - "0280027"
    impl_type: ◎
    definition: 帳票に記載されている文言
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: 決定
  - id: 028-01760
    name: 管理場所（指定都市における区）
    type: X(5)
    required: false
    group: 文書情報
    class: 表示項目
    code: "999"
    spec_ref:
      - "0280027"
    impl_type: ◎
    definition: 帳票の管理区（指定都市）
    note: |-
      各自治体固有のコード利用を想定
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "999"
  - id: 028-01761
    name: 文書番号出力有無
    type: X(1)
    required: true
    group: 文書情報
    class: 文書番号
    spec_ref:
      - "0280027"
      - "0280028"
    impl_type: ◎
    definition: 文書番号の出力有無を示すフラグ（0：無、1：有）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "1"
  - id: 028-01762
    name: 文書番号採番コード
    type: X(3)
    required: false
    group: 文書情報
    class: 文書番号
    code: "095"
    spec_ref:
      - "0280027"
      - "0280142"
      - "0280143"
    impl_type: ○
    definition: 文書番号の採番方法を示すコード
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "002"
  - id: 028-01763
    name: 文書番号接頭語
    type: N(10)
    required: false
    group: 文書情報
    class: 文書番号
    spec_ref:
      - "0280027"
    impl_type: ◎
    definition: 文書番号接頭語
    sample: 第
  - id: 028-01764
    name: 文書番号接尾語
    type: N(10)
    required: false
    group: 文書情報
    class: 文書番号
    spec_ref:
      - "0280027"
    impl_type: ◎
    definition: 文書番号接尾語
    sample: 号
  - id: 028-01765
    name: 文書番号
    type: X(14)
    required: true
    group: 文書情報
    class: 文書番号
    spec_ref:
      - "0280027"
      - "0280033"
    impl_type: ◎
    definition: 文書番号の出力内容
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "20100000000001"
  - id: 028-01766
    name: 文書番号有効開始日
    type: DATE
    required: false
    group: 文書情報
    class: 文書番号
    spec_ref:
      - "0280027"
    impl_type: ◎
    definition: 文書番号の開始日
    sample: 1964-07-01
  - id: 028-01767
    name: 文書番号有効終了日
    type: DATE
    required: false
    group: 文書情報
    class: 文書番号
    spec_ref:
      - "0280027"
    impl_type: ◎
    definition: 文書番号の終了日
    note: |-
      有効期間が終了した場合、出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 1964-07-01
  - id: 028-02150
    name: 削除フラグ
    type: X(1)
    required: true
    group: 文書情報
    class: 削除フラグ
    impl_type: ◎
    definition: 当該データが削除されたかどうかを現すフラグ（0：未削除、1：削除済）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "0"
  - id: 028-01768
    name: 操作者ID
    type: X(10)
    required: true
    group: 文書情報
    class: 操作
    impl_type: ◎
    definition: 操作者を一意に識別するコード
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "1234567890"
  - id: 028-01769
    name: 操作年月日
    type: DATE
    required: true
    group: 文書情報
    class: 操作
    impl_type: ◎
    definition: 操作を行った年月日
    sample: 2021-11-01
  - id: 028-01770
    name: 操作時刻
    type: TIME
    required: true
    group: 文書情報
    class: 操作
    impl_type: ◎
    definition: 操作を行った時刻
    sample: "12:00:00"
  - id: 028-01771
    name: 市区町村コード
    type: X(6)
    required: true
    group: 金融機関情報
    class: 市区町村コード
    pk: true
    impl_type: ○
    definition: 市区町村を一意に識別するコード（指定都市においては区までを特定）
    note: |-
      総務省「全国地方公共団体コード」に従って6桁のコード値を設定すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "131016"
  - id: 028-01772
    name: 金融機関コード
    type: X(4)
    required: true
    group: 金融機関情報
    class: 金融機関情報 / 金融機関コード
    pk: true
    spec_ref:
      - "0280035"
      - "0280039"
    impl_type: ○
    definition: 金融機関コード
    note: |-
      全銀協フォーマットのコード定義に沿って規定
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "0001"
  - id: 028-02151
    name: 最新フラグ
    type: X(1)
    required: true
    group: 金融機関情報
    class: 最新フラグ
    impl_type: ○
    definition: 当該データが最新かどうかを現すフラグ（0：最新ではない、1：最新である）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "1"
  - id: 028-01773
    name: 指定金融区分コード
    type: X(2)
    required: false
    group: 金融機関情報
    class: 金融機関情報 / 指定金融区分コード
    code: "001"
    spec_ref:
      - "0280035"
      - "0280039"
    impl_type: ○
    definition: 指定金融機関、指定代理金融機関、収納代理金融機関等のコード
    note: データ要件・連携要件標準仕様書【第4.0版】にて修正
    sample: "01"
  - id: 028-01774
    name: 金融機関名_漢字
    type: N(300)
    required: false
    group: 金融機関情報
    class: 金融機関情報 / 金融機関名
    spec_ref:
      - "0280035"
      - "0280039"
    impl_type: ○
    definition: 金融機関の漢字名
    note: |-
      全銀協フォーマットのコード定義に沿って規定
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: 金融機関銀行
  - id: 028-01775
    name: 金融機関名_カナ
    type: X(300)
    required: false
    group: 金融機関情報
    class: 金融機関情報 / 金融機関名カナ
    spec_ref:
      - "0280035"
      - "0280039"
    impl_type: ○
    definition: 金融機関名のカナ表記
    note: |-
      全銀協フォーマットのコード定義に沿って規定
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.1版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: ｷﾝﾕｳｷｶﾝｷﾞﾝｺｳ
  - id: 028-01776
    name: 電子納付対応有無コード
    type: X(1)
    required: false
    group: 金融機関情報
    class: 金融機関情報 / 電子納付対応有無コード
    spec_ref:
      - "0280035"
      - "0280039"
    impl_type: ○
    definition: 指定金融機関の電子納付対応の有無コード（0：無、1：有）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第4.0版】にて修正
    sample: "1"
  - id: 028-01777
    name: 金融機関有効開始年月日
    type: DATE
    required: false
    group: 金融機関情報
    class: 金融機関情報 / 金融機関有効日
    spec_ref:
      - "0280039"
    impl_type: ○
    definition: 金融機関の有効開始年月日
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第4.0版】にて修正
    sample: 2011-12-20
  - id: 028-01778
    name: 金融機関有効終了年月日（廃業日）
    type: DATE
    required: false
    group: 金融機関情報
    class: 金融機関情報 / 金融機関有効日
    spec_ref:
      - "0280039"
    impl_type: ○
    definition: 金融機関の有効終了年月日
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第4.0版】にて修正
    sample: 2011-12-20
  - id: 028-02152
    name: 削除フラグ
    type: X(1)
    required: true
    group: 金融機関情報
    class: 削除フラグ
    impl_type: ○
    definition: 当該データが削除されたかどうかを現すフラグ（0：未削除、1：削除済）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "0"
  - id: 028-01779
    name: 操作者ID
    type: X(10)
    required: true
    group: 金融機関情報
    class: 操作
    impl_type: ○
    definition: 操作者を一意に識別するコード
    note: データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "1234567890"
  - id: 028-01780
    name: 操作年月日
    type: DATE
    required: true
    group: 金融機関情報
    class: 操作
    impl_type: ○
    definition: 操作を行った年月日
    note: データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: 2021-11-01
  - id: 028-01781
    name: 操作時刻
    type: TIME
    required: true
    group: 金融機関情報
    class: 操作
    impl_type: ○
    definition: 操作を行った時刻
    note: データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "12:00:00"
  - id: 028-01782
    name: 市区町村コード
    type: X(6)
    required: true
    group: 金融機関店舗情報
    class: 市区町村コード
    pk: true
    impl_type: ○
    definition: 市区町村を一意に識別するコード（指定都市においては区までを特定）
    note: |-
      総務省「全国地方公共団体コード」に従って6桁のコード値を設定すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "131016"
  - id: 028-01783
    name: 金融機関コード
    type: X(4)
    required: true
    group: 金融機関店舗情報
    class: 金融機関情報 / 金融機関コード
    pk: true
    spec_ref:
      - "0280035"
      - "0280039"
    impl_type: ○
    definition: 金融機関コード
    note: |-
      全銀協フォーマットのコード定義に沿って規定
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "0001"
  - id: 028-01784
    name: 店舗番号
    type: X(3)
    required: true
    group: 金融機関店舗情報
    class: 金融機関情報 / 店舗
    pk: true
    spec_ref:
      - "0280035"
      - "0280039"
    impl_type: ○
    definition: 店舗番号
    note: |-
      ゆうちょ銀行の記号・番号が設定されていない場合は出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.3版】にて修正
    sample: "123"
  - id: 028-02153
    name: 最新フラグ
    type: X(1)
    required: true
    group: 金融機関店舗情報
    class: 最新フラグ
    impl_type: ○
    definition: 当該データが最新かどうかを現すフラグ（0：最新ではない、1：最新である）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "1"
  - id: 028-01785
    name: 本店支店区分
    type: X(2)
    required: false
    group: 金融機関店舗情報
    class: 金融機関情報 / 店舗
    code: "013"
    spec_ref:
      - "0280035"
      - "0280039"
    impl_type: ○
    definition: 本店支店の区分を示すコード
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "01"
  - id: 028-01786
    name: 手形交換所番号
    type: X(4)
    required: false
    group: 金融機関店舗情報
    class: 金融機関情報 / 店舗
    spec_ref:
      - "0280035"
      - "0280039"
    impl_type: ○
    definition: 手形交換所の番号
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1123"
  - id: 028-01787
    name: 店舗郵便番号
    type: X(7)
    required: false
    group: 金融機関店舗情報
    class: 金融機関情報 / 店舗
    spec_ref:
      - "0280035"
      - "0280039"
    impl_type: ○
    definition: 店舗の郵便番号
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1234567"
  - id: 028-02154
    name: 店舗住所
    type: N(400)
    required: false
    group: 金融機関店舗情報
    class: 金融機関情報 / 店舗 / 住所
    spec_ref:
      - "0280035"
      - "0280039"
    impl_type: ○
    definition: 店舗の住所
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: 東京都千代田区霞が関二丁目１番地６号東西マンションＢ棟１０１号
  - id: 028-01794
    name: 店舗電話番号
    type: X(15)
    required: false
    group: 金融機関店舗情報
    class: 金融機関情報 / 店舗
    spec_ref:
      - "0280035"
      - "0280039"
    impl_type: ○
    definition: 店舗の電話番号
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 03-1234-5678
  - id: 028-01795
    name: 店舗名_漢字
    type: N(100)
    required: false
    group: 金融機関店舗情報
    class: 金融機関情報 / 店舗
    spec_ref:
      - "0280035"
      - "0280039"
    impl_type: ○
    definition: 店舗の名称漢字
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: 金融支店
  - id: 028-01796
    name: 店舗名_カナ
    type: X(100)
    required: false
    group: 金融機関店舗情報
    class: 金融機関情報 / 店舗
    spec_ref:
      - "0280035"
      - "0280039"
    impl_type: ○
    definition: 店舗の名称カナ
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: ｷﾝﾕｳｼﾃﾝ
  - id: 028-01797
    name: 店舗有効開始年月日
    type: DATE
    required: false
    group: 金融機関店舗情報
    class: 金融機関情報 / 店舗
    spec_ref:
      - "0280039"
    impl_type: ○
    definition: 店舗の有効開始年月日
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第4.0版】にて修正
    sample: 2021-11-01
  - id: 028-01798
    name: 店舗有効終了年月日
    type: DATE
    required: false
    group: 金融機関店舗情報
    class: 金融機関情報 / 店舗
    spec_ref:
      - "0280039"
    impl_type: ○
    definition: 店舗の有効終了年月日
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第4.0版】にて修正
    sample: 2021-11-01
  - id: 028-02155
    name: 削除フラグ
    type: X(1)
    required: true
    group: 金融機関店舗情報
    class: 削除フラグ
    impl_type: ○
    definition: 当該データが削除されたかどうかを現すフラグ（0：未削除、1：削除済）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "0"
  - id: 028-01799
    name: 操作者ID
    type: X(10)
    required: true
    group: 金融機関店舗情報
    class: 操作
    impl_type: ○
    definition: 操作者を一意に識別するコード
    note: データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "1234567890"
  - id: 028-01800
    name: 操作年月日
    type: DATE
    required: true
    group: 金融機関店舗情報
    class: 操作
    impl_type: ○
    definition: 操作を行った年月日
    note: データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: 2021-11-01
  - id: 028-01801
    name: 操作時刻
    type: TIME
    required: true
    group: 金融機関店舗情報
    class: 操作
    impl_type: ○
    definition: 操作を行った時刻
    note: データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "12:00:00"
  - id: 028-01802
    name: 市区町村コード
    type: X(6)
    required: true
    group: 不現住情報
    class: 市区町村コード
    pk: true
    impl_type: ○
    definition: 市区町村を一意に識別するコード（指定都市においては区までを特定）
    note: |-
      総務省「全国地方公共団体コード」に従って6桁のコード値を設定すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "131016"
  - id: 028-01803
    name: 宛名番号
    type: X(15)
    required: true
    group: 不現住情報
    class: 不現住情報 / 対象者情報
    pk: true
    spec_ref:
      - "0280049"
    impl_type: ○
    definition: 自治体内において、個人を一意に識別する番号
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "12345678912"
  - id: 028-01804
    name: 申請番号
    type: 9(8)
    required: true
    group: 不現住情報
    class: 共通 / 申請番号
    pk: true
    spec_ref:
      - "0280049"
    impl_type: ○
    definition: 申請ごとの連番
    note: |-
      古いものから昇順でカウントアップ
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-02156
    name: 最新フラグ
    type: X(1)
    required: true
    group: 不現住情報
    class: 最新フラグ
    impl_type: ○
    definition: 当該データが最新かどうかを現すフラグ（0：最新ではない、1：最新である）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "1"
  - id: 028-01805
    name: 不現住だった住所_市区町村コード
    type: X(6)
    required: false
    group: 不現住情報
    class: 不現住情報 / 対象者情報
    spec_ref:
      - "0280049"
    impl_type: ○
    definition: 住所（都道府県から市区町村まで）を一意に識別できるコード
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "131016"
  - id: 028-01806
    name: 不現住だった住所_町字コード
    type: X(7)
    required: false
    group: 不現住情報
    class: 不現住情報 / 対象者情報
    spec_ref:
      - "0280049"
    impl_type: ○
    definition: 住所（町字）を一意に識別できるコード
    note: |-
      ・デジタル庁が整備するアドレス・ベース・レジストリ「町字マスターデータセット」で規定された町字IDのコード値を設定すること
      ・不現住だった住所に町字がない場合は、0000000を設定すること
      ・アドレス・ベース・レジストリ「町字マスターデータセット」に規定がない町字の場合は、9999999を設定すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "0011001"
  - id: 028-01807
    name: 不現住だった住所_都道府県
    type: N(4)
    required: false
    group: 不現住情報
    class: 不現住情報 / 対象者情報
    spec_ref:
      - "0280049"
    impl_type: ○
    definition: 不現住の個人の住所における都道府県
    sample: 東京都
  - id: 028-01808
    name: 不現住だった住所_市区郡町村名
    type: N(12)
    required: false
    group: 不現住情報
    class: 不現住情報 / 対象者情報
    spec_ref:
      - "0280049"
    impl_type: ○
    definition: 不現住の個人の住所における市区郡町村名
    sample: |-
      ・特別区：千代田区
      ・指定都市：横浜市西区
      ・指定都市以外の市：茅ヶ崎市
      ・町村：足柄上郡中井町
  - id: 028-01809
    name: 不現住だった住所_番地号表記
    type: N(50)
    required: false
    group: 不現住情報
    class: 不現住情報 / 対象者情報
    spec_ref:
      - "0280049"
    impl_type: ○
    definition: 不現住の個人の住所における番地号の日本語を含む表記
    sample: |-
      ・１００８番地
      ・１番６号
  - id: 028-01810
    name: 不現住だった住所_方書
    type: N(300)
    required: false
    group: 不現住情報
    class: 不現住情報 / 対象者情報
    spec_ref:
      - "0280049"
    impl_type: ○
    definition: 不現住の個人の住所における方書
    note: |-
      住所において方書を有する場合は出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: ××アパート２０１号室
  - id: 028-01811
    name: 不現住だった住所_方書_フリガナ
    type: N(300)
    required: false
    group: 不現住情報
    class: 不現住情報 / 対象者情報
    spec_ref:
      - "0280049"
    impl_type: ○
    definition: 不現住の個人の住所における方書（カタカナ）
    note: |-
      住所において方書を有する場合は出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: バツバツアパート２０１ゴウシツ
  - id: 028-01812
    name: 不現住だった住所_郵便番号
    type: X(7)
    required: false
    group: 不現住情報
    class: 不現住情報 / 対象者情報
    spec_ref:
      - "0280049"
    impl_type: ○
    definition: 不現住の個人の住所における郵便番号
    sample: "1000014"
  - id: 028-01813
    name: 不現住情報（対象者区分）
    type: X(3)
    required: false
    group: 不現住情報
    class: 不現住情報 / 対象者情報
    code: "088"
    spec_ref:
      - "0280049"
    impl_type: ○
    definition: 受給者、配偶者、支給要件児童のいずれかを示すコード
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "001"
  - id: 028-01814
    name: 不現住情報（対象者氏名）
    type: N(100)
    required: false
    group: 不現住情報
    class: 不現住情報 / 対象者情報
    spec_ref:
      - "0280049"
    impl_type: ○
    definition: 不現住情報における受給者の氏名
    note: |-
      ・氏名を構成する要素（氏と名、名（ファーストネーム）と中間名（ミドルネーム）と氏（ラストネーム）など）の間に空白を一文字入れる
      ・外国人の場合は氏名優先区分で指定した内容をセットする
    sample: 佐藤　一郎
  - id: 028-01815
    name: 不現住情報（対象者氏名_氏）
    type: N(50)
    required: false
    group: 不現住情報
    class: 不現住情報 / 対象者情報
    spec_ref:
      - "0280049"
    impl_type: ○
    definition: 不現住情報における受給者の氏
    sample: 佐藤
  - id: 028-01816
    name: 不現住情報（対象者氏名_名）
    type: N(50)
    required: false
    group: 不現住情報
    class: 不現住情報 / 対象者情報
    spec_ref:
      - "0280049"
    impl_type: ○
    definition: 不現住情報における受給者の名
    sample: 一郎
  - id: 028-01817
    name: 不現住情報（生年月日）
    type: DATE
    required: false
    group: 不現住情報
    class: 不現住情報 / 対象者情報
    spec_ref:
      - "0280049"
    impl_type: ○
    definition: 不現住者（受給者、配偶者、支給要件児童）の生年月日
    note: |-
      ・不詳日を許容する
      ・生年月日が不詳でない場合は出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: 1964-07-01
  - id: 028-01818
    name: 不現住情報（性別）
    type: X(1)
    required: false
    group: 不現住情報
    class: 不現住情報 / 対象者情報
    spec_ref:
      - "0280049"
    impl_type: ○
    definition: 不現住者（受給者、配偶者、支給要件児童）の性別
    note: |-
      性別が不詳でない場合は出力すること
      データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: "1"
  - id: 028-01819
    name: 不現住情報_備考（メモ）
    type: N(2000)
    required: false
    group: 不現住情報
    class: 不現住情報 / 備考
    spec_ref:
      - "0280049"
    impl_type: ○
    definition: 記録したい備考（メモ）
    note: データ要件・連携要件標準仕様書【第2.0版】にて修正
    sample: ●月●日　××市役所へ確認
  - id: 028-02174
    name: 削除フラグ
    type: X(1)
    required: true
    group: 不現住情報
    class: 削除フラグ
    impl_type: ○
    definition: 当該データが削除されたかどうかを現すフラグ（0：未削除、1：削除済）
    note: データ要件・連携要件標準仕様書【第2.0版】にて追加
    sample: "0"
  - id: 028-01820
    name: 操作者ID
    type: X(10)
    required: true
    group: 不現住情報
    class: 操作
    impl_type: ○
    definition: 更新者を一意に識別するコード
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて修正
      データ要件・連携要件標準仕様書【第2.2版】にて修正
    sample: "1234567890"
  - id: 028-01821
    name: 操作年月日
    type: DATE
    required: true
    group: 不現住情報
    class: 操作
    impl_type: ○
    definition: 更新を行った年月日
    sample: 2021-11-01
  - id: 028-01822
    name: 操作時刻
    type: TIME
    required: true
    group: 不現住情報
    class: 操作
    impl_type: ○
    definition: 更新を行った時刻
    sample: "12:00:00"
  - id: 028-02188
    name: 市区町村コード
    type: X(6)
    required: true
    group: 世帯課税情報
    class: 市区町村コード
    pk: true
    impl_type: ◎
    definition: 市区町村を一意に識別するコード（指定都市においては区までを特定）
    note: |-
      総務省「全国地方公共団体コード」に従って6桁のコード値を設定すること
      データ要件・連携要件標準仕様書【第2.1版】にて追加
      データ要件・連携要件標準仕様書【第2.4版】にて修正
    sample: "131016"
  - id: 028-02157
    name: 児童_宛名番号
    type: X(15)
    required: true
    group: 世帯課税情報
    class: 課税情報
    pk: true
    spec_ref:
      - "0280010"
      - "0280288"
      - "0280474"
    impl_type: ◎
    definition: 対象児童の宛名番号（住基の宛名番号と同様）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.4版】にて修正
    sample: "123456789012345"
  - id: 028-02158
    name: 課税年度
    type: YEAR
    required: true
    group: 世帯課税情報
    class: 課税情報
    pk: true
    spec_ref:
      - "0280010"
      - "0280288"
      - "0280474"
    impl_type: ◎
    definition: 課税年度
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.4版】にて修正
    sample: "2022"
  - id: 028-02159
    name: 世帯員_宛名番号
    type: X(15)
    required: true
    group: 世帯課税情報
    class: 課税情報
    pk: true
    spec_ref:
      - "0280010"
      - "0280288"
      - "0280474"
    impl_type: ◎
    definition: 同一世帯員を一意に識別する番号
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.4版】にて修正
    sample: "123456789012345"
  - id: 028-02160
    name: 適用開始年月日
    type: DATE
    required: true
    group: 世帯課税情報
    class: 課税情報
    pk: true
    spec_ref:
      - "0280010"
      - "0280288"
      - "0280474"
    impl_type: ◎
    definition: 適用を開始する年月日
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.3版】にて修正
      データ要件・連携要件標準仕様書【第2.4版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: 2021-11-01
  - id: 028-02171
    name: 最新フラグ
    type: X(1)
    required: true
    group: 世帯課税情報
    class: 最新フラグ
    impl_type: ◎
    definition: 当該データが最新かどうかを現すフラグ（0：最新ではない、1：最新である）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.4版】にて修正
    sample: "1"
  - id: 028-02161
    name: 未申告区分
    type: X(1)
    required: false
    group: 世帯課税情報
    class: 課税情報
    code: "109"
    spec_ref:
      - "0280010"
      - "0280288"
      - "0280474"
    impl_type: ◎
    definition: 個人住民税申告の未申告の状態を判別するための区分
    note: |-
      機能ID0280297、0280585の判定用に使用する
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.4版】にて修正
    sample: "1"
  - id: 028-02162
    name: 均等割額
    type: S9(13)
    required: false
    group: 世帯課税情報
    class: 課税情報 / 税情報
    spec_ref:
      - "0280010"
      - "0280288"
      - "0280474"
    impl_type: ◎
    definition: 利用者の個人住民税の均等割額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.4版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "1000000"
  - id: 028-02163
    name: 所得割額
    type: S9(13)
    required: false
    group: 世帯課税情報
    class: 課税情報 / 税情報
    spec_ref:
      - "0280010"
      - "0280288"
      - "0280474"
    impl_type: ◎
    definition: 利用者の個人住民税の所得割額
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.4版】にて修正
      データ要件・連携要件標準仕様書【第3.0版】にて修正
    sample: "1000000"
  - id: 028-02164
    name: 直接入力フラグ
    type: X(1)
    required: false
    group: 世帯課税情報
    class: 課税情報 / 入力区分
    spec_ref:
      - "0280010"
      - "0280288"
      - "0280474"
    impl_type: ◎
    definition: 当該データが直接入力（手入力）されたかどうかを示すフラグ（0：自動入力、1：直接入力）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.4版】にて修正
    sample: "1"
  - id: 028-02172
    name: 削除フラグ
    type: X(1)
    required: true
    group: 世帯課税情報
    class: 削除フラグ
    impl_type: ◎
    definition: 当該データが削除されたかどうかを現すフラグ（0：未削除、1：削除済）
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.4版】にて修正
    sample: "0"
  - id: 028-02165
    name: 操作者ID
    type: X(10)
    required: true
    group: 世帯課税情報
    class: 操作
    impl_type: ◎
    definition: 更新者を一意に識別するコード
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.2版】にて修正
      データ要件・連携要件標準仕様書【第2.4版】にて修正
    sample: "1234567890"
  - id: 028-02166
    name: 操作年月日
    type: DATE
    required: true
    group: 世帯課税情報
    class: 操作
    impl_type: ◎
    definition: 更新を行った年月日
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.4版】にて修正
    sample: 2021-11-01
  - id: 028-02167
    name: 操作時刻
    type: TIME
    required: true
    group: 世帯課税情報
    class: 操作
    impl_type: ◎
    definition: 更新を行った時刻
    note: |-
      データ要件・連携要件標準仕様書【第2.0版】にて追加
      データ要件・連携要件標準仕様書【第2.4版】にて修正
    sample: "12:00:00"
  - id: 028-02298
    name: 市区町村コード
    type: X(6)
    required: true
    group: 関連ファイル情報
    class: 市区町村コード
    pk: true
    impl_type: ○
    definition: 市区町村を一意に識別するコード（指定都市においては区までを特定）
    note: |-
      総務省「全国地方公共団体コード」に従って6桁のコード値を設定すること
      データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: "131016"
  - id: 028-02299
    name: 児童_宛名番号
    type: X(15)
    required: true
    group: 関連ファイル情報
    class: 関連ファイル情報
    pk: true
    spec_ref:
      - "0280099"
    impl_type: ○
    definition: 対象児童の宛名番号（住基の宛名番号と同様）
    note: データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: "123456789012345"
  - id: 028-02300
    name: 関連ファイル履歴番号
    type: 9(5)
    required: true
    group: 関連ファイル情報
    class: 関連ファイル情報
    pk: true
    spec_ref:
      - "0280099"
    impl_type: ○
    definition: 関連ファイル情報の履歴を管理できる番号
    note: |-
      通番体系は規定しない
      データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: "1"
  - id: 028-02301
    name: 最新フラグ
    type: X(1)
    required: true
    group: 関連ファイル情報
    class: 最新フラグ
    impl_type: ○
    definition: 当該データが最新かどうかを現すフラグ（0：最新ではない、1：最新である）
    note: データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: "1"
  - id: 028-02302
    name: 対象者_宛名番号
    type: X(15)
    required: true
    group: 関連ファイル情報
    class: 関連ファイル情報
    spec_ref:
      - "0280099"
    impl_type: ○
    definition: 関連ファイル情報の対象者の宛名番号（住基の宛名番号と同様）
    note: データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: "123456789012345"
  - id: 028-02303
    name: 対象者区分
    type: X(1)
    required: true
    group: 関連ファイル情報
    class: 関連ファイル情報
    code: "121"
    spec_ref:
      - "0280099"
    impl_type: ○
    definition: 関連ファイル情報の対象者区分を表すコード
    note: データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: "1"
  - id: 028-02304
    name: 関連ファイル業務区分コード
    type: X(3)
    required: false
    group: 関連ファイル情報
    class: 関連ファイル情報
    code: "122"
    spec_ref:
      - "0280099"
    impl_type: ○
    definition: 関連ファイルを利用する業務区分のコード
    note: データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: "001"
  - id: 028-02305
    name: ファイル名
    type: X(500)
    required: false
    group: 関連ファイル情報
    class: 関連ファイル情報
    spec_ref:
      - "0280099"
    impl_type: ○
    definition: Word、Excel、PDF、画像等の対象者に関連するファイル名
    note: データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: "1000000001"
  - id: 028-02306
    name: ドキュメント名
    type: N(500)
    required: false
    group: 関連ファイル情報
    class: 関連ファイル情報
    spec_ref:
      - "0280099"
    impl_type: ○
    definition: Word、Excel、PDF、画像等の対象者に関連するドキュメント名
    note: データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: ○○に関するファイル
  - id: 028-02307
    name: 削除フラグ
    type: X(1)
    required: true
    group: 関連ファイル情報
    class: 削除フラグ
    impl_type: ○
    definition: 当該データが削除されたかどうかを現すフラグ（0：未削除、1：削除済）
    note: データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: "1"
  - id: 028-02308
    name: 操作者ID
    type: X(10)
    required: true
    group: 関連ファイル情報
    class: 操作
    impl_type: ○
    definition: 操作者を一意に識別するコード
    note: データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: "123456"
  - id: 028-02309
    name: 操作年月日
    type: DATE
    required: true
    group: 関連ファイル情報
    class: 操作
    impl_type: ○
    definition: 操作を行った年月日
    note: データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: 2020-10-10
  - id: 028-02310
    name: 操作時刻
    type: TIME
    required: true
    group: 関連ファイル情報
    class: 操作
    impl_type: ○
    definition: 操作を行った時刻
    note: データ要件・連携要件標準仕様書【第3.0版】にて追加
    sample: "09:00:00"
```
