zoukankan
html css js c++ java
xsd 生成 xsd 文件为类文件
C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bin>xsd /classes /language:CS "C:
\Documents and Settings\gw\桌面\test.xs
d“
<?
xml version="1.0" encoding="utf-8"
?>
<
xsd:schema
xmlns:xsd
="http://www.w3.org/2001/XMLSchema"
>
<
xsd:element
name
="Employee"
>
<
xsd:complexType
>
<
xsd:sequence
>
<
xsd:element
name
="SSN"
type
="xsd:string"
/>
<
xsd:element
name
="Name"
type
="xsd:string"
/>
<
xsd:element
name
="DateOfBirth"
type
="xsd:date"
/>
<
xsd:element
name
="EmployeeType"
type
="xsd:string"
/>
<
xsd:element
name
="Salary"
type
="xsd:long"
/>
</
xsd:sequence
>
</
xsd:complexType
>
</
xsd:element
>
</
xsd:schema
>
查看全文
相关阅读:
CF786E ALT
CF704D Captain America
[NOI2016]循环之美
「PKUWC2018」猎人杀
[HNOI2019]JOJO
博客已转移
$20200203$的数学作业
20200202的数学作业
NOIp 2016 选课 (DP)
Luogu P2574 XOR的艺术 (线段树)
原文地址:https://www.cnblogs.com/gwazy/p/1235258.html
最新文章
[ZJOI2019]麻将
hihocoder1286 : 子矩阵求和
CF1060F Shrinking Tree
CF1062F Upgrading Cities
51nod1584加权约数和
UOJ #449. 【集训队作业2018】喂鸽子
CF1081G Mergesort Strikes Back
CF494C Helping People
ARC093 F
CF889E Mod Mod Mod
热门文章
AT2371 Placing Squares
【集训队作业2018】小Z的礼物
J
UOJ428. 【集训队作业2018】普通的计数题
CCPC E Problem Buyer
AGC030F
CF1063F String Journey
UOJ418. 【集训队作业2018】三角形
CF1019E Raining season
「HNOI2016」矿区
Copyright © 2011-2022 走看看