MONSTER: Rename Monorepo to Modules, only keep Projects under Modules.*
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/DigitalData.Modules.EDMI.API" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/DigitalData.Modules.EDMI.API" xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
||||
<xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
|
||||
<xs:simpleType name="Rights.AccessRight">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:enumeration value="VIEW_ONLY">
|
||||
<xs:annotation>
|
||||
<xs:appinfo>
|
||||
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</EnumerationValue>
|
||||
</xs:appinfo>
|
||||
</xs:annotation>
|
||||
</xs:enumeration>
|
||||
<xs:enumeration value="VIEW_EXPORT">
|
||||
<xs:annotation>
|
||||
<xs:appinfo>
|
||||
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2</EnumerationValue>
|
||||
</xs:appinfo>
|
||||
</xs:annotation>
|
||||
</xs:enumeration>
|
||||
<xs:enumeration value="FULL">
|
||||
<xs:annotation>
|
||||
<xs:appinfo>
|
||||
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">4</EnumerationValue>
|
||||
</xs:appinfo>
|
||||
</xs:annotation>
|
||||
</xs:enumeration>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:element name="Rights.AccessRight" nillable="true" type="tns:Rights.AccessRight" />
|
||||
</xs:schema>
|
||||
Reference in New Issue
Block a user