stusum.xml
来自「XStuMan学生管理系统是面向中小学信息化管理的一套学生管理系统」· XML 代码 · 共 87 行
XML
87 行
<stusum xmlns="http://tempuri.org/stusum.xsd">
<xs:schema id="stusum" targetNamespace="http://tempuri.org/stusum.xsd" xmlns:mstns="http://tempuri.org/stusum.xsd" xmlns="http://tempuri.org/stusum.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" attributeFormDefault="qualified" elementFormDefault="qualified">
<xs:complexType name="stusumType">
<xs:sequence>
<xs:element name="stuid" type="xs:int" minOccurs="0" />
<xs:element name="birthday" type="xs:date" minOccurs="0" />
<xs:element name="address" type="xs:string" minOccurs="0" />
<xs:element name="prace" type="mstns:praceType" minOccurs="0" maxOccurs="unbounded" />
<xs:element name="mistake" type="mstns:mistakeType" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
</xs:complexType>
<xs:complexType name="praceType">
<xs:sequence>
<xs:element name="date" type="xs:date" minOccurs="0" />
<xs:element name="event" type="xs:string" minOccurs="0" />
</xs:sequence>
</xs:complexType>
<xs:complexType name="mistakeType">
<xs:sequence>
<xs:element name="date" type="xs:date" minOccurs="0" />
<xs:element name="event" type="xs:string" minOccurs="0" />
</xs:sequence>
</xs:complexType>
<xs:element name="stusum" msdata:IsDataSet="true">
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:element name="Tbstusum">
<xs:complexType>
<xs:sequence>
<xs:element name="summain" type="mstns:stusumType" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
<xs:attribute name="schooldate" type="xs:date" />
<xs:attribute name="class" type="xs:int" />
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
</xs:schema>
<Tbstusum d2p1:schooldate="2002-09-01T00:00:00.0000000+08:00" d2p1:class="1" xmlns:d2p1="http://tempuri.org/stusum.xsd">
<summain>
<stuid>1000001</stuid>
<birthday>2004-01-01T00:00:00.0000000+08:00</birthday>
<address>aaa</address>
<prace>
<date>2004-02-29T00:00:00.0000000+08:00</date>
<event>aaa</event>
</prace>
<prace>
<date>2004-02-29T00:00:00.0000000+08:00</date>
<event>aaa</event>
</prace>
<mistake>
<date>2004-02-29T00:00:00.0000000+08:00</date>
<event>aaa</event>
</mistake>
</summain>
<summain>
<stuid>1000002</stuid>
<birthday>2004-01-01T00:00:00.0000000+08:00</birthday>
<address>bbb</address>
</summain>
<summain>
<stuid>1000004</stuid>
<birthday>2004-01-01T00:00:00.0000000+08:00</birthday>
<address>111</address>
</summain>
<summain>
<stuid>1000005</stuid>
<birthday>2004-01-01T00:00:00.0000000+08:00</birthday>
<address>222</address>
</summain>
<summain>
<stuid>1000006</stuid>
<birthday>2004-01-01T00:00:00.0000000+08:00</birthday>
<address>333</address>
</summain>
</Tbstusum>
<Tbstusum d2p1:schooldate="2002-09-01T00:00:00.0000000+08:00" d2p1:class="2" xmlns:d2p1="http://tempuri.org/stusum.xsd">
<summain>
<stuid>1000003</stuid>
<birthday>2004-01-01T00:00:00.0000000+08:00</birthday>
<address>ccc</address>
</summain>
</Tbstusum>
<Tbstusum d2p1:schooldate="2002-09-01T00:00:00.0000000+08:00" d2p1:class="3" xmlns:d2p1="http://tempuri.org/stusum.xsd" />
</stusum>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?