targets/Rtai/XSD
changeset 203 cb9901076a21
child 204 f572ab819769
equal deleted inserted replaced
202:cd81a7a6e55c 203:cb9901076a21
       
     1 
       
     2                   <xsd:element name="Rtai">
       
     3                     <xsd:complexType>
       
     4                       <xsd:sequence>
       
     5                         <xsd:element name="Connection">
       
     6                           <xsd:complexType>
       
     7                             <xsd:attribute name="URI_location" type="xsd:string" use="optional" default=""/>
       
     8                           </xsd:complexType>
       
     9                         </xsd:element>
       
    10                       </xsd:sequence>
       
    11                       %(toolchain_gcc)s
       
    12                       <xsd:attribute name="rtai_config" type="xsd:string" use="optional" default="/usr/realtime/"/>
       
    13                     </xsd:complexType>
       
    14                   </xsd:element>