Cross Reference: rm_pool.dtd.1
xref
: /
osnet-11
/
usr
/
src
/
lib
/
libpool
/
dtd
/
rm_pool.dtd.1
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
2
N/A
<?
xml
version=
'1.0'
encoding=
'UTF-8'
?>
2
N/A
2
N/A
<!--
2
N/A
Copyright 2005 Sun Microsystems, Inc. All rights reserved.
2
N/A
Use is subject to license terms.
2
N/A
2
N/A
CDDL HEADER START
2
N/A
2
N/A
The contents of this file are subject to the terms of the
2
N/A
Common Development and Distribution License, Version 1.0 only
2
N/A
(the "License"). You may not use this file except in compliance
2
N/A
with the License.
2
N/A
2
N/A
You can obtain a copy of the license at
usr
/
src
/
OPENSOLARIS.LICENSE
2
N/A
or
http://www.opensolaris.org/os/licensing
.
2
N/A
See the License for the specific language governing permissions
2
N/A
and limitations under the License.
2
N/A
2
N/A
When distributing Covered Code, include this CDDL HEADER in each
2
N/A
file and include the License file at
usr
/
src
/
OPENSOLARIS.LICENSE
.
2
N/A
If applicable, add the following below this CDDL HEADER, with the
2
N/A
fields enclosed by brackets "[]" replaced with your own identifying
2
N/A
information: Portions Copyright [yyyy] [name of copyright owner]
2
N/A
2
N/A
CDDL HEADER END
2
N/A
2
N/A
ident "%Z%%M% %I% %E% SMI"
2
N/A
-->
2
N/A
2
N/A
<!--Entity Definitions-->
2
N/A
2
N/A
<!
ENTITY
%
dynamic_doc
"INCLUDE"
>
2
N/A
2
N/A
<!
ENTITY
%
static_doc
"IGNORE"
>
2
N/A
2
N/A
<![ %
dynamic_doc
; [
2
N/A
<!ENTITY % core "comment CDATA #IMPLIED
2
N/A
ref_id ID #REQUIRED">
2
N/A
]]>
2
N/A
2
N/A
<![ %
static_doc
; [
2
N/A
<!ENTITY % core "comment CDATA #IMPLIED
2
N/A
ref_id ID #REQUIRED">
2
N/A
]]>
2
N/A
2
N/A
<!
ENTITY
%
min_max
"min CDATA #REQUIRED
2
N/A
max CDATA #REQUIRED"
>
2
N/A
2
N/A
<!--Element Definitions-->
2
N/A
2
N/A
<!-- res_comp describes a component resource, this may contain components -->
2
N/A
<!
ELEMENT
res_comp
(
comp
|
property
)*>
2
N/A
2
N/A
<!
ATTLIST
res_comp
%
core
;
2
N/A
%
min_max
;
2
N/A
name
CDATA
#
REQUIRED
2
N/A
default
(
true
|
false
)
'false'
2
N/A
units
CDATA
#
REQUIRED
2
N/A
sys_id
CDATA
#
REQUIRED
2
N/A
type
CDATA
#
REQUIRED
2
N/A
a
-
dtype
NMTOKENS
'min uint
2
N/A
max uint
2
N/A
default boolean
2
N/A
units string
2
N/A
sys_id int
2
N/A
type string'
>
2
N/A
<!-- res_agg describes an aggregate resource -->
2
N/A
<!
ELEMENT
res_agg
(
property
)*>
2
N/A
2
N/A
<!
ATTLIST
res_agg
%
core
;
2
N/A
name
CDATA
#
REQUIRED
2
N/A
default
(
true
|
false
)
'false'
2
N/A
units
CDATA
#
REQUIRED
2
N/A
sys_id
CDATA
#
REQUIRED
2
N/A
type
CDATA
#
REQUIRED
2
N/A
a
-
dtype
NMTOKENS
'default boolean
2
N/A
units string
2
N/A
sys_id int
2
N/A
type string'
>
2
N/A
2
N/A
<!-- comp describes a resource component -->
2
N/A
<!
ELEMENT
comp
(#
PCDATA
|
property
)*>
2
N/A
2
N/A
<!
ATTLIST
comp
%
core
;
2
N/A
type
CDATA
#
REQUIRED
2
N/A
sys_id
NMTOKEN
#
REQUIRED
2
N/A
a
-
dtype
NMTOKENS
'type string
2
N/A
sys_id int'
>
2
N/A
2
N/A
<!-- pool describes a resource pool -->
2
N/A
<!
ELEMENT
pool
(#
PCDATA
|
property
)*>
2
N/A
2
N/A
<!
ATTLIST
pool
%
core
;
2
N/A
name
CDATA
#
REQUIRED
2
N/A
importance
CDATA
#
REQUIRED
2
N/A
active
(
true
|
false
)
'true'
2
N/A
default
(
true
|
false
)
'false'
2
N/A
res
IDREFS
#
REQUIRED
2
N/A
a
-
dtype
NMTOKENS
'importance int
2
N/A
default boolean
2
N/A
active boolean'
>
2
N/A
2
N/A
<!-- property describes a resource property -->
2
N/A
<!
ELEMENT
property
(#
PCDATA
)>
2
N/A
2
N/A
<!
ATTLIST
property
name
NMTOKEN
#
REQUIRED
2
N/A
type
NMTOKEN
#
REQUIRED
2
N/A
a
-
dtype
NMTOKENS
'name string
2
N/A
type string'
>
2
N/A
2
N/A
<!-- system describes a resource system -->
2
N/A
<!
ELEMENT
system
(
property
|
res_comp
|
res_agg
|
pool
)*>
2
N/A
2
N/A
<!
ATTLIST
system
%
core
;
2
N/A
name
CDATA
#
REQUIRED
2
N/A
bind
-
default
(
true
|
false
)
'false'
2
N/A
version
NMTOKEN
#
FIXED
'1'
2
N/A
a
-
dtype
NMTOKENS
'bind-default boolean
2
N/A
version int'
>