Platform SDK: Team Productivity Update

Document Type Definition for Team Workspace Interfaces

The following code is a sample Extensible Markup Language (XML) Document Type Definition (DTD) for the XML stream returned to the Application Instantiation Model (AIM) by an Instantiation URL. This DTD, however, is not enforced by AIM.

<!ELEMENT TeamApp (URLs, Result)>
<!ELEMENT URLs (Launch, Summary, Search?, Offline?, Delete?)>
<!ELEMENT Launch (#PCDATA)>
<!ELEMENT Summary (#PCDATA)>
<!ELEMENT Search (#PCDATA)>
<!ELEMENT Offline (#PCDATA)>
<!ELEMENT Delete (#PCDATA)>
<!ELEMENT Result (Code, Description)>
<!ELEMENT Code (#PCDATA)>
<!ELEMENT Description (#PCDATA)>

For a description of each XML tag in this DTD, see AIM XML Tags.