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

📄 nitf.dtd

📁 Java的面向对象数据库系统的源代码
💻 DTD
📖 第 1 页 / 共 5 页
字号:
<!ELEMENT media (media-metadata*, media-reference, media-object?, media-caption*, media-producer?)><!ATTLIST media	%common-attributes;	media-type 	(			text			| audio			| image			| video			| data			| application			| other			)		#REQUIRED	>	<!--	Element			media	Partial description	Generalized media object.	Full description	Used to package up a reference to an image, audio, video, etc. with its caption and credit.	Attribute name		id	Description		Unique identifier for the element.	Attribute name		class	Description		An open placeholder for categorization.	Attribute name		style	Description		An open placeholder for reference by an external stylesheet.	Attribute name		lang	Description		Language for the element. Uses en-US (per ISO 639 and 3166).	Attribute name		dir	Description		Direction - rtl (right-to-left) or ltr - of language rendering.	Attribute name		media-type	Description		Audio or video or photo etc. (Controlled vocabulary.) 	-->	<!ELEMENT media-reference (#PCDATA)>	<!ATTLIST media-reference		%common-attributes;		data-location		CDATA		#REQUIRED		name			CDATA 		#IMPLIED		source 			CDATA 		#IMPLIED		mime-type 		CDATA 		#REQUIRED		coding 			CDATA 		#IMPLIED		time 			CDATA 		#IMPLIED		time-unit-of-measure 	CDATA 		#IMPLIED		outcue 			CDATA 		#IMPLIED		source-credit 		CDATA 		#IMPLIED		copyright 		CDATA 		#IMPLIED		alternate-text 		CDATA 		#IMPLIED		height 			NMTOKEN 	#IMPLIED		width 			NMTOKEN 	#IMPLIED		units 			(pixels) 	"pixels"		imagemap 		CDATA 		#IMPLIED		noflow 			(noflow) 	#IMPLIED		>		<!--		Element			media-reference		Partial description	Reference to a media object.		Full description	Points to any object, such as photo, audio, video and text; or to executable files.		Attribute name		id		Description		Unique identifier for the element.		Attribute name		class		Description		An open placeholder for categorization.		Attribute name		style		Description		An open placeholder for reference by an external stylesheet.		Attribute name		lang		Description		Language for the element. Uses en-US (per ISO 639 and 3166).		Attribute name		dir		Description		Direction - rtl (right-to-left) or ltr - of language rendering.		Attribute name		data-location		Description		Location of data other than a URN, such as a absolute server path.		Attribute name		name		Description		Alternate name or description of the object.		Attribute name		source		Description		URL for external media file. !!		Attribute name		mime-type		Description		Mime-type for the external media file.		Attribute name		coding		Description		How the information is coded.		Attribute name		time		Description		Length of time that the media file plays.		Attribute name		time-unit-of-measure		Description		Units in which the time attribute is measured.		Attribute name		outcue		Description		Provides information about the spoken information that ends an audio clip.		Attribute name		source-credit		Description		Indicates the source of the information.		Attribute name		copyright		Description		Copyright owner.		Attribute name		alternate-text		Description		Plain-text description that can serve as a substitute for the media object.		Attribute name		height		Description		Height of the media object.		Attribute name		width		Description		Width of the media object.		Attribute name		units		Description		Units used for width and height. Default is pixels.		Attribute name		imagemap		Description		Indication for whether the media object has an affiliated imagemap.		Attribute name		noflow		Description		Indicates if information can flow around figure.		-->	<!ELEMENT media-metadata EMPTY>	<!ATTLIST media-metadata		%common-attributes;		name 		CDATA 		#REQUIRED		value 		CDATA 		#IMPLIED		>		<!--		Element			media-metadata		Partial description	Generic metadata placeholder.		Full description	Used when the attributes of media-reference do not suffice.		Attribute name		id		Description		Unique identifier for the element.		Attribute name		class		Description		An open placeholder for categorization.		Attribute name		style		Description		An open placeholder for reference by an external stylesheet.		Attribute name		lang		Description		Language for the element. Uses en-US (per ISO 639 and 3166).		Attribute name		dir		Description		Direction - rtl (right-to-left) or ltr - of language rendering.		Attribute name		name		Description		Name of the metadata item.		Attribute name		value		Description		Value of the metadata item.		-->	<!ELEMENT media-object (#PCDATA)>	<!ATTLIST media-object		%common-attributes;		encoding 	CDATA 	#REQUIRED		>		<!--		Element			media-object		Partial description	Inline media data.		Full description	Holds binary information, or some other encoded format.		Attribute name		id		Description		Unique identifier for the element.		Attribute name		class		Description		An open placeholder for categorization.		Attribute name		style		Description		An open placeholder for reference by an external stylesheet.		Attribute name		lang		Description		Language for the element. Uses en-US (per ISO 639 and 3166).		Attribute name		dir		Description		Direction - rtl (right-to-left) or ltr - of language rendering.		Attribute name		encoding		Description		Format the encoded data is in.		-->	<!ELEMENT media-caption (%enriched-text; | %block.content;)*>	<!ATTLIST media-caption		%common-attributes;		>		<!--		Element			media-caption		Partial description	Text describing media.		Full description	Often rendered beneath a photo or video.		Attribute name		id		Description		Unique identifier for the element.		Attribute name		class		Description		An open placeholder for categorization.		Attribute name		style		Description		An open placeholder for reference by an external stylesheet.		Attribute name		lang		Description		Language for the element. Uses en-US (per ISO 639 and 3166).		Attribute name		dir		Description		Direction - rtl (right-to-left) or ltr - of language rendering.		-->	<!ELEMENT media-producer (%enriched-text;)*>	<!ATTLIST media-producer		%common-attributes;		>		<!--		Element			media-producer		Partial description	Byline of media producer		Full description	Also used as a credit for the media.		Attribute name		id		Description		Unique identifier for the element.		Attribute name		class		Description		An open placeholder for categorization.		Attribute name		style		Description		An open placeholder for reference by an external stylesheet.		Attribute name		lang		Description		Language for the element. Uses en-US (per ISO 639 and 3166).		Attribute name		dir		Description		Direction - rtl (right-to-left) or ltr - of language rendering.		--><!ELEMENT ol (li)+><!ATTLIST ol	%common-attributes;	continue 	(continue) 	#IMPLIED	seqnum 		NMTOKEN 	#IMPLIED	compact 	(compact) 	#IMPLIED	>	<!--	Element			ol	Partial description	Ordered list.	Full description	Holds list items.	Attribute name		id	Description		Unique identifier for the element.	Attribute name		class	Description		An open placeholder for categorization.	Attribute name		style	Description		An open placeholder for reference by an external stylesheet.	Attribute name		lang	Description		Language for the element. Uses en-US (per ISO 639 and 3166).	Attribute name		dir	Description		Direction - rtl (right-to-left) or ltr - of language rendering.	Attribute name		continue	Description		Continuation indicator.  To be deprecated.	Attribute name		seqnum	Description		Sequence number within an ordered list.	Attribute name		compact	Description		HTML formatting attribute. (Will be deprecated. !!)	--><!ELEMENT ul (li)+><!ATTLIST ul	%common-attributes;	wrap 		(vert | horiz | none) 	"none"	plain 		(plain) 		#IMPLIED	dingbat 	ENTITY 			#IMPLIED	src 		CDATA 			#IMPLIED	%url.link;	compact 	(compact) 		#IMPLIED	>	<!--	Element			ul	Partial description	Unordered list.	Full description	Holds list items.	Attribute name		id	Description		Unique identifier for the element.	Attribute name		class	Description		An open placeholder for categorization.	Attribute name		style	Description		An open placeholder for reference by an external stylesheet.	Attribute name		lang	Description		Language for the element. Uses en-US (per ISO 639 and 3166).	Attribute name		dir	Description		Direction - rtl (right-to-left) or ltr - of language rendering.  Candidate for deprecation.	Attribute name		wrap	Description		Indicates allowable word wrap.  Candidate for deprecation.	Attribute name		plain	Description		HTML formatting attribute.  Candidate for deprecation.	Attribute name		dingbat	Description		HTML formatting attribute.  to be deprecated.	Attribute name		src	Description		URL for bullet graphic. 	Attribute name		md	Description		HTML formatting attribute. to be deprecated.	Attribute name		compact	Description		HTML formatting attribute.  Will be deprecated !!	-->	<!ELEMENT li (%enriched-text; | %block.content;)*>	<!ATTLIST li		%common-attributes;		dingbat 	ENTITY 		#IMPLIED		src 		CDATA 		#IMPLIED		%url.link;		skip 		NMTOKEN 	"0"		>		<!--		Element			li		Partial description	List item.		Full description	Holds content that is presented within a list.		Attribute name		id		Description		Unique identifier for the element.		Attribute name		class		Description		An open placeholder for categorization.		Attribute name		style		Description		An open placeholder for reference by an external stylesheet.		Attribute name		lang		Description		Language for the element. Uses en-US (per ISO 639 and 3166).		Attribute name		dir		Description		Direction - rtl (right-to-left) or ltr - of language rendering.		Attribute name		dingbat		Description		HTML formatting attribute.		Attribute name		src		Description		Specifies location of an external object, in the form of a URI.		Attribute name		md		Description		HTML formatting attribute. to be deprecated.		Attribute name		skip		Description		HTML formatting attribute. to be deprecated.		--><!ELEMENT dl (dt | dd)+><!ATTLIST dl %common-attributes;>	<!--	Element			dl	Partial description	Definition list.	Full description	Holds terms and their definitions.	Attribute name		id	Description		Unique identifier for the element.	Attribute name		class	Description		An open placeholder for categorization.	Attribute name		style	Description		An open placeholder for reference by an external stylesheet.	Attribute name		lang	Description		Language for the element. Uses en-US (per ISO 639 and 3166).	Attribute name		dir	Description		Direction - rtl (right-to-left) or ltr - of language rendering.	-->	<!ELEMENT dt (%enriched-text;)*>	<!ATTLIST dt %common-attributes;>		<!--		Element			dt		Partial description	Definition term.		Full description	Holds the content that is to be defined.		Attribute name		id		Description		Unique identifier for the element.		Attribute name		class		Description		An open placeholder for categorization.		Attribute name		style		Description		An open placeholder for reference by an external stylesheet.		Attribute name		lang		Description		Language for the element. Uses en-US (per ISO 639 and 3166).		Attribute name		dir		Description		Direction - rtl (right-to-left) or ltr - of language rendering.		-->	<!ELEMENT dd (block)*>	<!ATTLIST dd %common-attributes;>		<!--		Element			dd		Partial description	Definition data.		Full description	Holds the definition of the term.		Attribute name		id		Description		Unique identifier for the element.		Attribute name		class		Description		An open placeholder for categorization.		Attribute name		style		Description		An open placeholder for reference by an external stylesheet.		Attribute name		lang		Description		Language for the element. Uses en-US (per ISO 639 and 3166).		Attribute name		dir		Description		Direction - rtl (right-to-left) or ltr - of language rendering.		--><!ELEMENT bq (block+, credit?)*><!ATTLIST bq	%common-attributes;	nowrap 		(nowrap) 	#IMPLIED	quote-source 	CDATA 		#IMPLIED	>	<!--	Element			bq	Partial description	Block quote.	Full description	An extended quotation.	Attribute name		id	Description		Unique identifier for the element.	Attribute name		class	Description		An open placeholder for categorization.	Attribute name		style	Description		An open placeholder for reference by an external stylesheet.	Attribute name		lang	Description		Language for the element. Uses en-US (per ISO 639 and 3166).	Attribute name		dir	Description		Direction - rtl (right-to-left) or ltr - of language rendering.	Attribute name		nowrap	Description		Directive not to wrap text in the cell.	Attribute name		quote-source	Description		Source of a quote.	-->	<!ELEMENT credit (%enriched-text;)*>	<!ATTLIST credit %common-attributes;>	<!--	Element			credit	Partial description	Names the source of the block quote.	Full description	Provides attribution for a block quote.	Attribute name		id	Description		Unique identifier for the element.	Attribute name		class	Description		An open placeholder for categorization.	Attribute name		style	Description		An open placeholder for reference by an external stylesheet.	Attribute name		lang	Description		Language for the element. Uses en-US (per ISO 639 and 3166).	Attribute name		dir	Description		Direction - rtl (right-to-left) or ltr - of language rendering.	--><!ELEMENT fn (body.content)+><!ATTLIST fn %common-attributes;>	<!--	Element			fn	Partial description	Footnote.	Full description	Notes that are often rendered at the end of a document. 	Attribute name		id	Description		Unique identifier for the element.	Attribute name		class	Description		An open placeholder for categorization.	Attribute name		style	Description		An open placeholder for reference by an external stylesheet.	Attribute name		lang	Description		Language for the element. Uses en-US (per ISO 639 and 3166).	Attribute name		dir	Description		Direction - rtl (right-to-left) or ltr - of language rendering.	--><!-- note is a block.content member --><!ELEMENT pre (#PCDATA)><!ATTLIST pre	%global-attributes;	>	<!--	Element			pre	Partial description	Preformatted information.	Full description	Carriage returns and fixed-width spacing should be maintained.	Attribute name		id	Description		Unique identifier for the element.	--><!ELEMENT hr EMPTY>

⌨️ 快捷键说明

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