Skip to content
Snippets Groups Projects
theo.xsd 510 B
Newer Older
  • Learn to ignore specific revisions
  • <?xml version="1.0"?>
    <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://kwarc.info/sally/comm/theo" elementFormDefault="qualified">
    
        <xs:element name="opentheowindow">
        	<xs:complexType>
            	<xs:sequence>
    				<xs:element name="url" type="xs:string" />
    				<xs:element name="title" type="xs:string" />
    				<xs:element name="posx" type="xs:int" />
    				<xs:element name="posy" type="xs:int" />
        	    </xs:sequence>
     	   </xs:complexType>
        </xs:element>
    
    </xs:schema>