SourceForge.net Logo

Document type definition

		
<!ELEMENT system (title, extends*, motivation?, description?, requirement*, delegation*, atom*, system*)>

<!ATTLIST system name CDATA #REQUIRED>
<!ATTLIST system abstract (true|false) "false">
<!ATTLIST system location CDATA #IMPLIED>
<!ATTLIST system standalone (true|false) "false">
<!ATTLIST system status (none|development|implemented) "none">
<!ELEMENT extends EMPTY>
<!ATTLIST extends ref CDATA #REQUIRED>
<!ELEMENT requirement (title, description, requirement*)>
<!ATTLIST requirement name CDATA #REQUIRED>
<!ATTLIST requirement stakeholder CDATA #IMPLIED>
<!ATTLIST requirement type (business|functional|non_functional|constraint) "business">
<!ATTLIST requirement priority (must|should|could|wish) "must">
<!ELEMENT atom (title, implements*, motivation?, description?)>
<!ATTLIST atom name CDATA #REQUIRED>
<!ATTLIST atom ref CDATA #IMPLIED>
<!ELEMENT implements EMPTY>
<!ATTLIST implements ref CDATA #REQUIRED>
<!ATTLIST atom status (none|development|implemented) "none">
<!ELEMENT delegation (title?, motivation?, source+, target+)>
<!ATTLIST delegation name CDATA #REQUIRED>
<!ELEMENT source EMPTY>
<!ATTLIST source ref CDATA #REQUIRED>
<!ELEMENT target EMPTY>
<!ATTLIST target ref CDATA #REQUIRED>
<!ELEMENT title (#PCDATA)>
<!ELEMENT description (#PCDATA|img)*>
<!ELEMENT motivation (#PCDATA|img)*>
<!ELEMENT img EMPTY>
<!ATTLIST img src CDATA #REQUIRED>
<!ATTLIST img title CDATA #IMPLIED>
<!ATTLIST img scale CDATA #IMPLIED>

Website last updated: July 11, 2007