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

📄 nitf.dtd

📁 Java的面向对象数据库系统的源代码
💻 DTD
📖 第 1 页 / 共 5 页
字号:
 <!--	News Industry Text Format	Document Type Definition - Version 2.5	http://www.nitf.org/	Copyright (c) 2000. All Rights Reserved.	International Press Telecommunications Council	http://www.iptc.org			Last changed: 9 August 2000  wb/kr/ak		For the list of modifications from previous releases, see:		http://www.nitf.org/recent-modifications.html 	For the list of proposed modifications, see:		http://www.nitf.org/proposed-changes.html --><!-- 	****************************************************************	DTD Entities	**************************************************************** --><!ENTITY % enriched-text '	#PCDATA	| chron	| copyrite	| event	| function	| location	| money	| num	| object.title	| org	| person	| postaddr	| virtloc	| a	| br	| em	| lang	| pronounce	| q	'><!ENTITY % block.head "dateline?, copyrite?, abstract?"><!ENTITY % block.content "p | hl2 | table | media | ol | ul | dl | bq | fn | note | pre | hr"><!ENTITY % block.end "datasource?"><!-- Attribute entities --><!ENTITY % global-attributes '	id 	ID 						#IMPLIED	'><!ENTITY % common-attributes '	%global-attributes;	class 	NMTOKENS 					#IMPLIED	style 	CDATA 						#IMPLIED	lang 	NMTOKEN 					#IMPLIED	dir 	(ltr | rtl) 					#IMPLIED	'><!ENTITY % cell.align '	align 	(left | center | right | justify | char) 	#IMPLIED	char 	CDATA 						#IMPLIED	charoff CDATA 						#IMPLIED	'><!ENTITY % cell.valign '	valign 	(top | middle | bottom | baseline) 		#IMPLIED	'><!ENTITY % url.link '	md 	CDATA 						#IMPLIED	'><!ENTITY % boolean '(true | false)'><!-- 	****************************************************************	nitf	**************************************************************** --><!ELEMENT nitf (head, body)><!ATTLIST nitf	%global-attributes;	uno 		CDATA 		#IMPLIED	version 	CDATA 		#FIXED 		"-//IPTC-NAA//DTD NITF-XML 2.1//EN"	change.date 	CDATA 		#FIXED 		"4 July 2000"	change.time 	CDATA 		#FIXED 		"1900"	baselang 	CDATA 		#IMPLIED	class 		NMTOKENS 	#IMPLIED	>	<!--	Element			nitf	Partial description	The root element for NITF.	Full description	News Industry Text Format instance. Holds head and body.	Attribute name		id	Description		An XML-specific identifier for the element.	Attribute name		uno	Description		The universally unique identifier for the document.	Attribute name		version	Description		This DTD's formal public identifier.	Attribute name		change.date	Description		Date when this DTD was last changed.	Attribute name		change.time	Description		Time when this DTD was last changed.	Attribute name		baselang	Description		Base language for document. Uses en-US (per ISO 639 and 3166).	Attribute name		class	Description		An open placeholder for categorization.	--><!-- 	****************************************************************	head	**************************************************************** --><!ELEMENT head (title?, meta*, tobject?, iim?, docdata?, pubdata*, revision-history*)><!ATTLIST head	%global-attributes;	>	<!--	Element			head	Partial description	Holds metadata about the document as a whole.	Full description	Generally does not hold information for direct display to user. Portions of the metadata, though, are often rendered to augment an article.	Attribute name		id	Description		Unique identifier for the element.	--><!ELEMENT title (#PCDATA)><!ATTLIST title	%global-attributes;	type 	(		main		| subtitle		| parttitle		| alternate		| abbrev		| other		) 	#IMPLIED	>	<!--	Element			title	Partial description	Document Title.	Full description	Often displayed within a result-list after a search finds this article.	Attribute name		id	Description		Unique identifier for the element.	Attribute name		type	Description		A categorization for title. (Controlled vocabulary.) 	--><!ELEMENT meta EMPTY><!ATTLIST meta	%global-attributes;	http-equiv 	NMTOKEN 	#IMPLIED	name 		NMTOKEN 	#IMPLIED	content 	CDATA 		#REQUIRED	>	<!--	Element			meta	Partial description	A construct for sending generic metadata.	Full description	Normally is undisplayed.	Attribute name		id	Description		Unique identifier for the element.	Attribute name		http-equiv	Description		HTTP response header name.	Attribute name		name	Description		Name used for this piece of metadata.	Attribute name		content	Description		Content associated with the specified name.	--><!ELEMENT tobject (tobject.property*, tobject.subject*)><!ATTLIST tobject	%global-attributes;	tobject.type 		CDATA 	"news"	>	<!--	Element			tobject	Partial description	Subject code.	Full description	Used to identify the type of the news material, based on a Subject Code system.	Attribute name		id	Description		Unique identifier for the element.	Attribute name		tobject.type	Description		Currently restricted to News, Data, and Advisory.	-->	<!ELEMENT tobject.property EMPTY>	<!ATTLIST tobject.property		%global-attributes;		tobject.property.type 	CDATA 	"current"		>		<!--		Element			tobject.property		Partial description	Subject code property.		Full description	Assigns a property to the object type.		Attribute name		id		Description		Unique identifier for the element.		Attribute name		tobject.property.type		Description		Includes such items as analysis, feature, and obituary.		-->	<!ELEMENT tobject.subject  EMPTY>	<!ATTLIST tobject.subject		%global-attributes;		tobject.subject.ipr 		CDATA 		"IPTC"		tobject.subject.refnum 		NMTOKEN 	#REQUIRED		tobject.subject.code 		CDATA 		#IMPLIED		tobject.subject.type 		CDATA 		#IMPLIED		tobject.subject.matter 		CDATA 		#IMPLIED		tobject.subject.detail 		CDATA 		#IMPLIED		>		<!--		Element			tobject.subject		Partial description	Assigns subject information to news material based on a Subject Code system.		Full description	A three-tiered hierarchy consisting of broad subjects, secondary topics (Subject Matter), and tertiary topics (Subject Detail).		Attribute name		id		Description		Unique identifier for the element.		Attribute name		tobject.subject.ipr		Description		Information provider reference.		Attribute name		tobject.subject.refnum		Description		Eight-digit reference number for all three levels.		Attribute name		tobject.subject.code		Description		Three-letter code for the subject type.		Attribute name		tobject.subject.type		Description		First-tier subject description.		Attribute name		tobject.subject.matter		Description		Second-tier subject description.		Attribute name		tobject.subject.detail		Description		Third-tier subject description.		--><!ELEMENT iim (ds*)><!ATTLIST iim	%global-attributes;	ver 	NMTOKEN 	#IMPLIED	>	<!--	Element			iim	Partial description	IIM Record 2 Data Container.	Full description	Location for IIM Record 2 DataSet information.	Attribute name		id	Description		Unique identifier for the element.	Attribute name		ver	Description		IIM version number.	-->	<!ELEMENT ds EMPTY>	<!ATTLIST ds		%global-attributes;		num 		NMTOKEN 	#REQUIRED		value 		CDATA 		#IMPLIED		>		<!--		Element			ds		Partial description	IIM Record 2 dataset information.		Full description	IIM Record 2 dataset information (Record 2 Only).		Attribute name		id		Description		Unique identifier for the element.		Attribute name		num		Description		IIM field number.		Attribute name		value		Description		IIM field value.		--><!ELEMENT docdata (	correction	| evloc	| doc-id	| del-list	| urgency	| fixture	| date.issue	| date.release	| date.expire	| doc-scope	| series	| ed-msg	| du-key	| doc.copyright	| doc.rights	| key-list	)*><!ATTLIST docdata	%global-attributes;	>	<!--	Element			docdata	Partial description	Document metadata.	Full description	Container for metadata information about this particular document.	Attribute name		id	Description		Unique identifier for the element.	-->	<!ELEMENT correction EMPTY>	<!ATTLIST correction		%global-attributes;		info 		CDATA 	#IMPLIED		id-string 	CDATA 	#IMPLIED		reg-src 	CDATA 	#IMPLIED		>		<!--		Element			correction		Partial description	Correction information.		Full description	Indicates that the item is a correction to a previously published document.		Attribute name		id		Description		Unique identifier for the element.		Attribute name		info		Description		Contains actual message or instructions regarding the correction.		Attribute name		id-string		Description		Document identification string, such as UNO or doc-id.		Attribute name		reg-src		Description		Identifies the source of the correction.		-->	<!ELEMENT evloc EMPTY>	<!ATTLIST evloc		%global-attributes;		iso-cc 		CDATA 	#IMPLIED		state-prov 	CDATA 	#IMPLIED		county-dist 	CDATA 	#IMPLIED		city 		CDATA 	#IMPLIED		>		<!--		Element			evloc		Partial description	Event location.		Full description	Where an event took place (as opposed to where the story was written).		Attribute name		id		Description		Unique identifier for the element.		Attribute name		iso-cc		Description		Country code as specified in ISO 3166.		Attribute name		state-prov		Description		State or province where the event occurred.		Attribute name		county-dist		Description		County or district name.		Attribute name		city		Description		City or municipality name.		-->	<!ELEMENT doc-id EMPTY>	<!ATTLIST doc-id		%global-attributes;		regsrc 		CDATA 	#IMPLIED		id-string 	CDATA 	#IMPLIED		>		<!--		Element			doc-id		Partial description	Registered identification for document.		Full description	Character string that provides a unique, persistent identification for a document.		Attribute name		id		Description		Unique identifier for the element.		Attribute name		regsrc		Description		Identifies the source of the document or action. !!		Attribute name		id-string		Description		Document identification string.		-->	<!ELEMENT del-list (from-src)*>	<!ATTLIST del-list		%global-attributes;		>		<!--		Element			del-list		Partial description	Delivery trail of delivery services.		Full description	Holds an ordered list of the distribution services that have been involved in the delivery of the document.		Attribute name		id		Description		Unique identifier for the element.		-->		<!ELEMENT from-src EMPTY>		<!ATTLIST from-src			%global-attributes;			src-name 	CDATA 	#IMPLIED			level-number 	CDATA 	#IMPLIED			>			<!--			Element			from-src			Partial description	Delivery service identifier.			Full description	Identifier used to track the transmission path of the document throughout the delivery process.			Attribute name		id			Description		Unique identifier for the element.			Attribute name		src-name			Description		The entity moving the document.			Attribute name		level-number			Description		The position in the transmission path that the src-name occurred.			-->	<!ELEMENT urgency EMPTY>	<!ATTLIST urgency		%global-attributes;		ed-urg 		NMTOKEN 	#IMPLIED		>		<!--		Element			urgency		Partial description	News importance.		Full description	Can be used to set the priority for distribution but does not set the actual distribution priority.		Attribute name		id		Description		Unique identifier for the element.		Attribute name		ed-urg		Description		1=most, 5=normal, 8=least.		-->	<!ELEMENT fixture EMPTY>	<!ATTLIST fixture		%global-attributes;		fix-id 		CDATA 	#IMPLIED		>		<!--		Element			fixture		Partial description	Specification for named document, such as "Heard on the Street" or "On Language."		Full description	Provides a consistant reference to a document whose content is refreshed periodically.		Attribute name		id		Description		Unique identifier for the element.		Attribute name		fix-id		Description		The name of the fixture.		-->	<!ELEMENT date.issue EMPTY>	<!ATTLIST date.issue		%global-attributes;		norm 		CDATA 	#IMPLIED		>		<!--

⌨️ 快捷键说明

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