[New] Creating a XML Schema for Strolch model as XML

This commit is contained in:
Robert von Burg 2016-08-12 10:25:06 +02:00
parent 5dd1a6f277
commit a60c300d5c
1 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:documentation>This is Version 1.3.0-SNAPSHOT of the StrolchModel XSD.</xs:documentation>
</xs:annotation>
<xs:element name="StrolchModel" type="StrolchModelType" />
<xs:complexType name="StrolchModelType">