Java

本类阅读TOP10

·使用MyEclipse开发Struts框架的Hello World!(录像1)
·hibernate配置笔记
·AOP编程入门--Java篇
·linux下Tomcat 5.0.20 与 Apache 2 安装/集成/配置
·在win2003下整合了整合Tomcat5.5+ apache_2.0.53+ mod_jk_2.0.47.dll
·构建Linux下IDE环境--Eclipse篇
·Jsp 连接 mySQL、Oracle 数据库备忘(Windows平台)
·ASP、JSP、PHP 三种技术比较
·Tomcat5.5.9的安装配置
·AWT GUI 设计笔记(二)

分类导航
VC语言Delphi
VB语言ASP
PerlJava
Script数据库
其他语言游戏开发
文件格式网站制作
软件工程.NET开发
Sun ONE Application Server 开发者指南(28)

作者:未知 来源:月光软件站 加入时间:2005-2-28 月光软件站

 

属性:

"encodingStyle" ——指示编码的URI

元素:

"entry"* ——类型映射条目的列表。

</xsd:documentation>

</xsd:annotation>

<xsd:sequence>

<xsd:element name=3D"entry" type=3D"tns:entryType" minOccurs=3D"0" maxOccurs=3D"unbounded"/>

</xsd:sequence>

<xsd:attribute name=3D"encodingStyle" type=3D"xsd:anyURI" use=3D"required"/>

</xsd:complexType>

<xsd:complexType name=3D"entryType">

<xsd:annotation>

<xsd:documentation>

类型映射中的条目。

属性:

"schemaType" —— 模式类型的名称;

"javaType" —— 相应Java类的名称;

"serializerFactory" —— 用于该类型的串行化器工厂类的名称;

"deserializerFactory" —— 用于该类型的反串行化器工厂类的名称。

</xsd:documentation>

</xsd:annotation>

<xsd:sequence>

</xsd:sequence>

<xsd:attribute name=3D"schemaType" type=3D"xsd:QName" use=3D"required"/>

<xsd:attribute name=3D"javaType" type=3D"xsd:string" use=3D"required"/>

<xsd:attribute name=3D"serializerFactory" type=3D"xsd:string" use=3D"required"/>

<xsd:attribute name=3D"deserializerFactory" type=3D"xsd:string" use=3D"required"/>

</xsd:complexType>

<xsd:complexType name=3D"additionalTypesType">

<xsd:annotation>

<xsd:documentation>

由工具来处理的附加Java类型的列表。

元素:

"class"*—— 将被处理的类的列表。

</xsd:documentation>

</xsd:annotation>

<xsd:sequence>

<xsd:element name=3D"class" type=3D"tns:classType" minOccurs=3D"0" maxOccurs=3D"unbounded"/>

</xsd:sequence>

</xsd:complexType>

<xsd:complexType name=3D"classType">

<xsd:annotation>

<xsd:documentation>

Java类描述。

属性:

"class" —— 类的名称。

</xsd:documentation>

</xsd:annotation>

<xsd:sequence> </xsd:sequence>

<xsd:attribute name=3D"name" type=3D"xsd:string" use=3D"required"/>

</xsd:complexType>

<xsd:complexType name=3D"namespaceMappingRegistryType">

<xsd:annotation>

<xsd:documentation>

XML命名空间映射到Java包(以及从Java包映射到XML命名空间)的注册表。

元素:

"namespaceMapping"* —— 映射列表。

</xsd:documentation>

</xsd:annotation>

<xsd:sequence>

<xsd:element name=3D"namespaceMapping" type=3D"tns:namespaceMappingType" minOccurs=3D"0" maxOccurs=3D"unbounded"/>

</xsd:sequence>

</xsd:complexType>

<xsd:complexType name=3D"namespaceMappingType">

<xsd:annotation>

<xsd:documentation>

 XML命名空间与Java包之间的映射。

属性:

"namespace" —— XML 命名空间的名称;

"packageName"——Java包名。

</xsd:documentation>

</xsd:annotation>

<xsd:sequence>

</xsd:sequence>

<xsd:attribute name=3D"namespace" type=3D"xsd:anyURI" use=3D"required"/>

<xsd:attribute name=3D"packageName" type=3D"xsd:string" use=3D"required"/>

</xsd:complexType>

</xsd:schema>




相关文章

相关软件