月亮词典
首页
查询
xsd
xsd
常用释义
词性释义
xsd
例句
全部
Modify
lures
.
xsd
to
make
it
a
more
complex
schema
.
修改
lures.xsd
,
使
其
成为
一个
更
复杂
些
的
模式
。
Because
native
data
types
and
XSD
data
types
do
not
share
a one-to-one mapping
,
information
or
precision
can
be
lost
during
the
translation
.
由于
本地
数据
类型
和
XSD
数据
类型
并不
具有
一一
对应
关系
,
在
转换
过程
中
,
信息
或
精度
将会
丢失
。
The
location
attribute
of the
WSDL
import
, like the schemaLocation attribute of the
XSD
import
,
is
just
a
hint
.
WSDL
导入
的
location
属性
与
XSD
导入
的
schemaLocation
属性
相似
,
只不过
是
一个
提示
。
The
xsd
:
choice
data
type
describes
a
structure
in
which
only
one
of
its
child
elements
can
be
active
or
selected
.
choice
数据
类型
描述
了
这样
一个
结构
,
其中
只有
一个
子
元素
可以
是
活动
的
或者
可
供
选择
。
But
the
difference
between
Java
code
and
XSD
remains
;
this
is
due
to the
fundamental
nature
of the
mismatch
between
the
two
technologies
.
但是
Java
代码
与
XSD
之间
的
差异
仍然
存在
;
这
是
由于
两
种
技术
之间
不匹配
这个
根本
性质
所
决定
的
。
The
soap
and
xsd
are
standard
namespace
definitions
that
are
used
for
specifying
SOAP
-
specific
information
as well as
data
types
.
soap
和
xsd
是
标准
的
命名空间
定义
,
用来
指定
特定
SOAP
的
信息
和
数据
类型
。
Its
existence
in
an
XSD
results
in
JAX-
RPC
warnings
like
the one
shown
in
Listing
1
.
它
在
XSD
中
的
存在
导致
类似
于
清单
1
所
示
的
JAX-RPC
警告
。
Most
of
these
errors
are
due
to
the
tooling
failing
to
copy
the
business
object
xsd
files
into the WEB-INF
folder
.
这些
错误
中
的
大部分
都
是
由于
该
工具
无法
将
业务
对象
xsd
文件
复制
到
WEB-INF
文件夹
而
导致
的
。
Gets
the
name
of
the
default
file
to
use
when
saving
the
referenced
discovery
document
,
XSD
schema
,
or
Service
Description
.
获取
在
保存
引用
的
发现
文档
、
XSD
架构
或
服务
说明
时
使用
的
默认
文件
的
名称
。
Note
that
this
attribute
differs
from
the
same
named
attribute
schemaLocation
of
xsd
namespace
in the
previous
examples
.
要
注意
,
该
属性
不同
于
上
一个
例子
中
xsd
名称
空间
的
同名
属性
schemaLocation
。
To
see
how
to
use
static
data
APIs
,
consider a
data
model
that is
represented
by the
complex
type
defined
in
an
XSD
,
as
shown
in
Listing
1
.
为了
说明
如何
使用
静态
数据
API
,
让
我们
以
使用
XSD
中
定义
的
复杂
类型
表示
的
数据
模型
为
例
,
如
清单
1
中
所
示
。
This
method
allows
you
to
use
a non-typed DataSet to
create
the
XSD
file
for
a
strongly
-
typed
DataSet
.
此
方法
允许
您
使用
非
类型
化
的
DataSet
为
强
类型
DataSet
创建
XSD
文件
。
To
create
Java
Beans
for
all
XML
Schema
Definitions
found
in
.
wsdl
and
.
xsd
files
,
referred
to as
data
-
type
beans
.
为
所有
.
wsdl
和
.
xsd
文件
中
发现
的
XML
格式
定义
创建
JavaBean
,
也
称为
数据
类型
bean
。
The
contents
of
a
plan
are
constrained
by
an
XML
Schema
Document
(
XSD
).
计划
的
内容
是
由
XML
模式
文档
(
XMLSchemaDocument,XSD
)
约束
的
。
You
've
managed to
represent
the
domain
data
in
a pair
of
XSD
and
XML
files
.
您
已经
使用
一对
XSD
和
XML
文件
表示
了
域
数据
。
The
contents
of
a
deployment
plan
are
controlled
by
an
XSD
file
.
部署
计划
的
内容
是
由
XSD
文件
控制
的
。
The
standard
is
now
formally
known as
XML
Schema
Definition
Language
or
XSD
for
short
.
该
标准
现在
的
正式
名称
为
XML
模式
定义
语言
或者
简称
为
XSD
。
The
following
XML
file
,
automobile-
policy
.
xml
,
conforms
to the
schema
automobile-policy
.
xsd
,
and
can
be
used for
the example in
Listing
2
.
下面
的
XML
文件
automobile-policy.xml
符合
模式
automobile-policy.xsd
,
可以
将
它
用于
清单
2
中
的
方法
。
Together
WSDL
and
XSD
represent the
technology
-
neutral
interface
definition
language
that
can
be
used
for
SOA
implementations
.
WSDL
和
XSD
一起
形成
了
与
技术
无关
的
可
供
SOA
实现
使用
的
接口
定义
语言
。
It
is
important to
note
that
this
will
only
be
generated
if
you
created
the
XSD
through
the
external
data
wizard
.
务必
注意
的
是
,
仅
当
您
通过
外部
数据
向导
创建
了
XSD
时
,
才
会
生成
此
代码
。
Programmers
must
learn
to
program
against
raw
XML
messages
,
and
at least
learn
to
read
XSD
,
WSDL
,
and
SOAP
messages
.
程序员
必须
学会
基于
原始
XML
消息
进行
编程
,
至少
学会
读取
XSD
、
WSDL
和
SOAP
消息
。
The
XML
source
supports
use
of a
XML
Schema
Definition
(
XSD
)
file
or
inline
schemas
to
translate
the XML
data
into
a
tabular
format
.
XML
源
支持
使用
XML
架构
定义
(
XSD
)
文件
或
内联
架构
将
XML
数据
解释
为
表格
格式
。
This
may
raise a
concern
that the internal
XSD
will
allow
messages
to
have
more
than
one
element
and
,
thus
,
violate the
external
XSD
.
这
可能
让
人
担心
XSD
将
允许
消息
有
多个
元素
,
从而
与
外部
XSD
冲突
。
Once
you
set
it
up
,
which
requires
studying the
"
readme
"
file
very
carefully
,
using
LINQ to
XSD
is quite
easy
.
一旦
进行
了
安装
,
只需
仔细
阅读
“
readme
”
文件
后
,
就
可
非常
容易
地
使用
LINQtoXSD
。
Note
that
the XML elements beneath the
Body
element
in
the
SOAP
request
match
the elements
defined
in the
XSD
schema
.
请
注意
,
SOAP
请求
中
位于
Body
元素
下
的
XML
元素
与
XSD
架构
中
定义
的
元素
相匹配
。
Currently
LINQ to
XSD
is
only
available
as
source
code
,
no
binaries
have
been
published
.
目前
LINQtoXSD
只
提供
了
源
代码
,
还
没有
发布
执行
文件
。
The
first
element
is an
operation
wrapper
,
which
takes
two
arguments
(
one
of
type
xsd
: int and one of
type
xsd
: string
).
第一
个
元素
为
一个
操作
包装
,
它
接受
两个
参数
(
参数
类型
分别
为
xsd:int
和
xsd:string
)。
When
you
are
done
adding
new
topology
elements
,
it
's
time
to
convert
the
XSD
file
into
a
domain
extension
that the
topology
editor
can
use
.
当
您
完成
添加
新
的
拓扑
元素
时
,
现在
就是
时候
将
XSD
文件
转化
为
一个
拓扑
编辑器
可以
使用
的
域
扩展
。
Look
in the
code
files in the
Download
section
of
this article
to see the resulting dsClients
.
xsd
file
.
观察
本文
下载
部分
中
的
代码
文件
,
以
查看
得到
的
dsClients.xsd
文件
。
For the
last
several
years
,
bleeding-
edge
technologists
have
opted
to
validate
their
XML
documents
with
XSD
as opposed to
DTD
.
最近
几年
,
前沿
技术人员
已经
选择
使用
XSD
来
验证
其
XML
文档
,
逐渐
抛弃
了
DTD
。
网络释义
模式定义(XML Schema Definition)
XML Schema语言也被称为
XML Schema Definition
(
XSD
)(XML Schema定义)。XML Schema的作用是定义一份XML文档的 …
数据集
例如,
数据集
(
XSD
) 文件具有默认自定义工具。有关更多信息,请参见文件属性。
数据集文件
c) 在报表的同级目录下建立
数据集文件
(
xsd
)可以像数据表一样进行设计注:对b)项数据集中的表更名后之前的表名还留在其 …
更新时间:2025-05-02 03:21