loadroominfodata.xsd

来自「一个基本的酒店管理系统」· XSD 代码 · 共 25 行

XSD
25
字号
<?xml version="1.0" encoding="utf-8"?>
<xs:schema id="LoadRoomInfoData" targetNamespace="http://tempuri.org/LoadRoomInfoData.xsd" elementFormDefault="qualified" xmlns="http://tempuri.org/LoadRoomInfoData.xsd" xmlns:mstns="http://tempuri.org/LoadRoomInfoData.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
    <xs:element name="LoadRoomInfoData" msdata:Locale="zh-CN">
        <xs:complexType>
            <xs:choice maxOccurs="unbounded">
                <xs:element name="view_newRoomTab">
                    <xs:complexType>
                        <xs:sequence>
                            <xs:element name="Tid" msdata:ReadOnly="true" msdata:AutoIncrement="true" type="xs:int" />
                            <xs:element name="TType" type="xs:string" />
                            <xs:element name="PriceByday" type="xs:float" />
                            <xs:element name="priceByhour" type="xs:float" />
                            <xs:element name="IsTimeRoom" type="xs:int" minOccurs="0" />
                            <xs:element name="Tdeposit" type="xs:float" minOccurs="0" />
                        </xs:sequence>
                    </xs:complexType>
                </xs:element>
            </xs:choice>
        </xs:complexType>
        <xs:unique name="DocumentKey1" msdata:PrimaryKey="true">
            <xs:selector xpath=".//mstns:view_newRoomTab" />
            <xs:field xpath="mstns:Tid" />
        </xs:unique>
    </xs:element>
</xs:schema>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?