⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 p-record.asn

📁 OTP是开放电信平台的简称
💻 ASN
字号:
P-Record DEFINITIONS  ::=BEGINPersonnelRecord ::= [APPLICATION 0] SET{	name			  Name,	title			  VisibleString,	number			  EmployeeNumber,	dateOfHire		  Date,	nameOfSpouse  	[1]	  Name,	children		  SEQUENCE OF ChildInformation DEFAULT {}}ChildInformation ::= SET{	name			Name OPTIONAL,	dateOfBirth		Date OPTIONAL}Name ::= [APPLICATION 1] SEQUENCE{	givenName		VisibleString,	initial			VisibleString,	familyName		VisibleString}EmployeeNumber ::= [APPLICATION 2] INTEGERDate ::= [APPLICATION 3] VisibleString  --  YYYY MMDDv PersonnelRecord ::={	name {		givenName "John", 		initial "P", 		familyName "Smith"	},	title	"Director",	number	51,	dateOfHire "19710917",	nameOfSpouse {		givenName "Mary", 		initial "T", 		familyName "Smith"	},	children { 		{name {			givenName "Ralph", 			initial "T", 			familyName "Smith"		} ,		dateOfBirth "19571111"},		{name {			givenName "Susan", 			initial "B", 			familyName "Jones"		} ,		dateOfBirth "19590717" }	}}END

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -