Skip to content

Commit

Permalink
devonfw#1696: applied code reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-vcapgemini committed Aug 10, 2023
1 parent da093d4 commit 58622fa
Showing 1 changed file with 17 additions and 18 deletions.
Original file line number Diff line number Diff line change
@@ -1,23 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:tns="http://capgemini.com/devonfw/cobigen/TemplateSetConfiguration"
targetNamespace="http://capgemini.com/devonfw/cobigen/TemplateSetConfiguration"
xmlns:cc="http://capgemini.com/devonfw/cobigen/ContextConfiguration"
xmlns:tc="http://capgemini.com/devonfw/cobigen/TemplatesConfiguration" elementFormDefault="qualified" version="6.0">
targetNamespace="http://capgemini.com/devonfw/cobigen/TemplateSetConfiguration"
xmlns:cc="http://capgemini.com/devonfw/cobigen/ContextConfiguration"
xmlns:tc="http://capgemini.com/devonfw/cobigen/TemplatesConfiguration" elementFormDefault="qualified"
version="6.0">

<xs:import schemaLocation="contextConfiguration.xsd"
namespace="http://capgemini.com/devonfw/cobigen/ContextConfiguration"/>
<xs:import schemaLocation="templatesConfiguration.xsd"
namespace="http://capgemini.com/devonfw/cobigen/TemplatesConfiguration"/>

<xs:import schemaLocation="contextConfiguration.xsd"
namespace="http://capgemini.com/devonfw/cobigen/ContextConfiguration"/>
<xs:import schemaLocation="templatesConfiguration.xsd"
namespace="http://capgemini.com/devonfw/cobigen/TemplatesConfiguration"/>

<xs:element name="templateSetConfiguration">
<xs:complexType>
<xs:all>
<xs:element ref="cc:contextConfiguration"/>
<xs:element ref="tc:templatesConfiguration"/>
</xs:all>
<xs:attribute name="version" use="required" type="xs:decimal"/>
</xs:complexType>
</xs:element>
<xs:element name="templateSetConfiguration">
<xs:complexType>
<xs:all>
<xs:element ref="cc:contextConfiguration"/>
<xs:element ref="tc:templatesConfiguration"/>
</xs:all>
<xs:attribute name="version" use="required" type="xs:decimal"/>
</xs:complexType>
</xs:element>
</xs:schema>

0 comments on commit 58622fa

Please sign in to comment.