Java Reference
In-Depth Information
<!ELEMENT DEPARTMENT %STRDOM;>
<!ELEMENT GLENTITYS %STRDOM;>
<!ELEMENT GLNOMACCT %STRDOM;>
<!ELEMENT NUMOFDEC %STRDOM;>
<!ELEMENT ORIGREF %STRDOM;>
<!ELEMENT SIGN %STRDOM;>
<!ELEMENT USERID %STRDOM;>
<!ELEMENT USERAREA %STRDOM;>
<!ELEMENT VALUE %STRDOM;>
<!ELEMENT VALUECLASS %STRDOM;>
<!ELEMENT VERB %STRDOM;>
Next, the sample contains a higher-level reusable DTD named segments.dtd.
Of particular interest in the segment DTD are these elements:
AMOUNT: A general-purpose element that will contain an amount data item.
An AMOUNT is a collection of the VALUE, NUMOFDEC, SIGN, CURRENCY,
and DRCR elements. It has a required attribute named qualifier . This attribute
can contain either of the types defined by the SEG_AMOUNT_QUALIFIERS
entity or the type defined by a generic entity named SEG_AMOUNT_ QUALI-
FIERS_EXTENSION. AMOUNT also has an attribute named type. This
attribute can contain either of the values in the SEG_AMOUNT_TYPES entity
or the value defined by a generic entity named SEG_AMOUNT_TYPES_
EXTENSION.
DATETIME: A general-purpose element that will contain a date-time data
item. A DATETIME is a collection of the YEAR, MONTH, DAY, HOUR,
MINUTE, SECOND, SUBSECOND, and TIMEZONE elements. It has a re-
quired attribute named qualifier . This attribute can contain either of the types
defined by the SEG_DATETIME_QUALIFIERS entity or the type defined by a
generic entity named SEG_DATETIME_QUALIFIERS_EXTENSION. DATE-
TIME also has an attribute named type. This attribute can contain either of the
values in the SEG_DATETIME_TYPES entity or the value defined by a generic
entity named SEG_DATETIME_TYPES_EXTENSION.
<!-- From oagis_segments.dtd -->
<!-- AMOUNT -->
<!ENTITY % SEG_AMOUNT_QUALIFIERS_EXTENSION "OTHER">
<!ENTITY % SEG_AMOUNT_QUALIFIERS
"(ACTUAL | APPRVORD | AVAILABLE | BUDGET | COMMISSION |
DISCNT | DOCUMENT | EXTENDED | ITEM | OPENITEM | ORDER |
Search WWH ::




Custom Search