You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
362 B
15 lines
362 B
<!ELEMENT ObliqueSchema (group+)>
|
|
<!ELEMENT group (property,value,presentation,options?,group*)>
|
|
<!ELEMENT options (disabled|stoponhit|unique)*>
|
|
<!ATTLIST ObliqueSchema version CDATA "1.0">
|
|
|
|
<!ELEMENT disabled EMPTY>
|
|
<!ELEMENT stoponhit EMPTY>
|
|
<!ELEMENT unique EMPTY>
|
|
|
|
|
|
<!ELEMENT property (#PCDATA)>
|
|
<!ELEMENT value (#PCDATA)>
|
|
<!ELEMENT presentation (#PCDATA)>
|
|
|