ldj/winform/Service References/waveRuleService/WaveRuleService4.xsd

10 lines
575 B
XML

<?xml version="1.0" encoding="utf-8"?>
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/DeiNiu.Utils" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/DeiNiu.Utils" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:simpleType name="enumWaveRuleType">
<xs:restriction base="xs:string">
<xs:enumeration value="普通波次" />
<xs:enumeration value="DPS灯光波次" />
</xs:restriction>
</xs:simpleType>
<xs:element name="enumWaveRuleType" nillable="true" type="tns:enumWaveRuleType" />
</xs:schema>