MONSTER: Rename Monorepo to Modules, only keep Projects under Modules.*
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/DigitalData.Services.EDMIService" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/DigitalData.Services.EDMIService" xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
||||
<xs:complexType name="GlobalState.ClientConfiguration">
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="0" name="ConnectionStringECM" nillable="true" type="xs:string" />
|
||||
<xs:element minOccurs="0" name="ConnectionStringIDB" nillable="true" type="xs:string" />
|
||||
<xs:element minOccurs="0" name="DocumentTypes" nillable="true" type="tns:ArrayOfGlobalState.Doctype" />
|
||||
<xs:element minOccurs="0" name="ForceDirectDatabaseAccess" type="xs:boolean" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
<xs:element name="GlobalState.ClientConfiguration" nillable="true" type="tns:GlobalState.ClientConfiguration" />
|
||||
<xs:complexType name="ArrayOfGlobalState.Doctype">
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="0" maxOccurs="unbounded" name="GlobalState.Doctype" nillable="true" type="tns:GlobalState.Doctype" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
<xs:element name="ArrayOfGlobalState.Doctype" nillable="true" type="tns:ArrayOfGlobalState.Doctype" />
|
||||
<xs:complexType name="GlobalState.Doctype">
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="0" name="FileChangedAction" nillable="true" type="xs:string" />
|
||||
<xs:element minOccurs="0" name="Name" nillable="true" type="xs:string" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
<xs:element name="GlobalState.Doctype" nillable="true" type="tns:GlobalState.Doctype" />
|
||||
</xs:schema>
|
||||
Reference in New Issue
Block a user