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
>
查看全文
相关阅读:
-_-#【MongoDB】日期类型
-_-#【Better Code】字符串匹配
-_-#【Canvas】圆弧运动
-_-#【Canvas】
-_-#【AngularJS】
COGS——C 14. [网络流24题] 搭配飞行员
CODEVS——T 1993 草地排水 USACO
BZOJ——T2190: [SDOI2008]仪仗队
Codeforces_GYM_100741 A
2017-0722 模拟赛
原文地址:https://www.cnblogs.com/gwazy/p/1235258.html
最新文章
有关数据结构的知识17.5.1清北
kmp算法详解
逆序对
内江新闻网 UPUPW绿色服务器平台 404状态页面
JavaEE Tutorials (16)
hihoCoder #1142 : 三分·三分求极值
洛谷 P3382 【模板】三分法
cogs 32. [POI1999] 位图
洛谷 P2558 [AHOI2002]网络传输
cogs 26. 分组
热门文章
cogs 1396. wwww
cogs 1755. 爱上捉迷藏
cogs 184. [USACO Oct08] 搭建篱笆
测试 3
cogs 1456. [UVa 10881,Piotr's Ants]蚂蚁
7、中置、一元、赋值、结合、apply和update、unapply提取器
-_-#【Backbone】Router
-_-#【Backbone】View
-_-#【Backbone】Collection
-_-#【Backbone】Model
Copyright © 2011-2022 走看看