Home | History | Annotate | Download | only in schemas
      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <!--W3C Schema generated by XMLSpy v2007 (http://www.altova.com)-->
      3 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
      4 	<xs:include schemaLocation="FileIncluder.xsd"/>
      5 	<xs:include schemaLocation="Subsystem.xsd"/>
      6 	<xs:element name="SystemClass">
      7 		<xs:complexType>
      8 			<xs:sequence>
      9 				<xs:choice maxOccurs="unbounded">
     10 					<xs:element name="SubsystemInclude" type="FileIncluderType"/>
     11 					<xs:element ref="Subsystem"/>
     12 				</xs:choice>
     13 			</xs:sequence>
     14 			<xs:attribute name="Name" type="xs:NMTOKEN" use="required"/>
     15 		</xs:complexType>
     16 	</xs:element>
     17 </xs:schema>
     18