You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
626 B
10 lines
626 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/QMAPP.Entity" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/QMAPP.Entity" xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
|
<xs:complexType name="BaseEntity">
|
|
<xs:sequence>
|
|
<xs:element name="_x003C_InfoError_x003E_k__BackingField" nillable="true" type="xs:string" />
|
|
<xs:element name="_x003C_IsNewInfo_x003E_k__BackingField" type="xs:boolean" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:element name="BaseEntity" nillable="true" type="tns:BaseEntity" />
|
|
</xs:schema>
|