export default [ { path:"0", name:"Name", label:"名称", tag:"nm", type:"TextInput#[0-9a-zA-Z/\-\?:\(\)\.,'\+ !#$%&\*=^_`\{\|\}~\";<>@\[\\\]]+", status:"O", maxLength:"140", }, { path:"1", name:"Postal Address", label:"地址信息", tag:"pstlAdr", type:"Address241", status:"O", }, { path:"2", name:"Identification", label:"身份标识信息", tag:"id", type:"Choice", status:"O", children: [ { path:"2.0", name:"Organisation Identification", label:"组织信息", tag:"orgId", status:"M", children: [ { path:"2.0.0", name:"Any BIC", label:"行号(BIC)", tag:"anyBIC", type:"TextInput#[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}", status:"O", maxLength:"11", }, { path:"2.0.1", name:"LEI", label:"法人标识号", tag:"lei", type:"TextInput#[A-Z0-9]{18,18}[0-9]{2,2}", status:"O", maxLength:"20", }, { path:"2.0.2", name:"Other", label:"其他信息", tag:"othr", status:"O", maxLength:"2", array:true, children: [ { path:"2.0.2.0", name:"Identification", label:"标识号", tag:"id", type:"TextInput#[0-9a-zA-Z/\-\?:\(\)\.,'\+ ]+", status:"M", maxLength:"35", }, { path:"2.0.2.1", name:"Scheme Name", label:"标识号类型", tag:"schmeNm", type:"Choice", status:"O", children: [ { path:"2.0.2.1.0", name:"Code", label:"类型代码", tag:"cd", type:"Select#externalOrganisationIdentificationCode", status:"M", }, { path:"2.0.2.1.1", name:"Proprietary", label:"其他类型代码", tag:"prtry", type:"TextInput#[0-9a-zA-Z/\-\?:\(\)\.,'\+ ]+", status:"M", maxLength:"35", }, ], }, ], }, ], }, { path:"2.1", name:"Private Identification", label:"个人信息", tag:"prvtId", status:"M", children: [ { path:"2.1.0", name:"Date And Place Of Birth", label:"出生信息", tag:"dtAndPlcOfBirth", status:"O", children: [ { path:"2.1.0.0", name:"Birth Date", label:"出生日期", tag:"birthDt", type:"Date", status:"M", }, { path:"2.1.0.1", name:"Province Of Birth", label:"出生省份", tag:"prvcOfBirth", type:"TextInput#[0-9a-zA-Z/\-\?:\(\)\.,'\+ !#$%&\*=^_`\{\|\}~\";<>@\[\\\]]+", status:"O", maxLength:"35", }, { path:"2.1.0.2", name:"City Of Birth", label:"出生城市", tag:"cityOfBirth", type:"TextInput#[0-9a-zA-Z/\-\?:\(\)\.,'\+ !#$%&\*=^_`\{\|\}~\";<>@\[\\\]]+", status:"M", maxLength:"35", }, { path:"2.1.0.3", name:"Country Of Birth", label:"出生国家", tag:"ctryOfBirth", type:"TextInput#[A-Z]{2,2}", status:"M", maxLength:"2", }, ], }, { path:"2.1.1", name:"Other", label:"其他信息", tag:"othr", status:"O", maxLength:"2", array:true, children: [ { path:"2.1.1.0", name:"Identification", label:"标识号", tag:"id", type:"TextInput#[0-9a-zA-Z/\-\?:\(\)\.,'\+ ]+", status:"M", maxLength:"35", }, { path:"2.1.1.1", name:"Scheme Name", label:"标识号类型", tag:"schmeNm", type:"Choice", status:"O", children: [ { path:"2.1.1.1.0", name:"Code", label:"类型代码", tag:"cd", type:"Select#externalPersonIdentificationCode", status:"M", }, { path:"2.1.1.1.1", name:"Proprietary", label:"其他类型代码", tag:"prtry", type:"TextInput#[0-9a-zA-Z/\-\?:\(\)\.,'\+ ]+", status:"M", maxLength:"35", }, ], }, ], }, ], }, ], }, { path:"3", name:"Country Of Residence", label:"国家", tag:"ctryOfRes", type:"TextInput#[A-Z]{2,2}", status:"O", maxLength:"2", }, ]