TMF: Add XML state system view definition to the XSD
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.analysis.xml.core / src / org / eclipse / linuxtools / tmf / analysis / xml / core / module / xmlDefinition.xsd
index f464c1df5a5a241244ff53815c021df6260ed1e3..1783836f20f5a323f5b22aa5dd98a0d7a9c8cb5a 100644 (file)
 
        <xs:include schemaLocation="xmlCommon.xsd" />
        <xs:include schemaLocation="xmlStateProvider.xsd" />
+       <xs:include schemaLocation="xmlStateSystemView.xsd" />
        <xs:element name="tmfxml">
                <xs:complexType>
                        <xs:choice maxOccurs="unbounded">
+                               <xs:element maxOccurs="unbounded" minOccurs="0" name="stateSystemView" type="stateSystemView" />
                                <xs:element maxOccurs="unbounded" minOccurs="0" name="stateProvider" type="stateProvider" />
                        </xs:choice>
                </xs:complexType>
This page took 0.024009 seconds and 5 git commands to generate.