亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? j2ee_1_4.xsd

?? 在tomcat下運行的投票系統(tǒng)
?? XSD
?? 第 1 頁 / 共 4 頁
字號:
	      java.lang.Integer
	      java.lang.Long
	      java.lang.Float
	      java.lang.Double

	  Example:

	  <env-entry-type>java.lang.Boolean</env-entry-type>

	  ]]>
      </xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
      <xsd:restriction base="j2ee:string">
	<xsd:enumeration value="java.lang.Boolean"/>
	<xsd:enumeration value="java.lang.Byte"/>
	<xsd:enumeration value="java.lang.Character"/>
	<xsd:enumeration value="java.lang.String"/>
	<xsd:enumeration value="java.lang.Short"/>
	<xsd:enumeration value="java.lang.Integer"/>
	<xsd:enumeration value="java.lang.Long"/>
	<xsd:enumeration value="java.lang.Float"/>
	<xsd:enumeration value="java.lang.Double"/>
      </xsd:restriction>
    </xsd:simpleContent>
  </xsd:complexType>

<!-- **************************************************** -->

  <xsd:complexType name="env-entryType">
    <xsd:annotation>
      <xsd:documentation>

	The env-entryType is used to declare an application's
	environment entry. The declaration consists of an optional
	description, the name of the environment entry, and an
	optional value.  If a value is not specified, one must be
	supplied during deployment.

	It is used by env-entry elements.

      </xsd:documentation>
    </xsd:annotation>

    <xsd:sequence>
      <xsd:element name="description"
		   type="j2ee:descriptionType"
		   minOccurs="0"
		   maxOccurs="unbounded"/>
      <xsd:element name="env-entry-name"
		   type="j2ee:jndi-nameType">
	<xsd:annotation>
	  <xsd:documentation>
	    <![CDATA[

	      The env-entry-name element contains the name of a
	      Deployment Component's environment entry.  The name
	      is a JNDI name relative to the java:comp/env
	      context.  The name must be unique within a
	      Deployment Component. The uniqueness
	      constraints must be defined within the declared
	      context.

	      Example:

	      <env-entry-name>minAmount</env-entry-name>

	      ]]>
	  </xsd:documentation>
	</xsd:annotation>
      </xsd:element>

      <xsd:element name="env-entry-type"
		   type="j2ee:env-entry-type-valuesType"/>

      <xsd:element name="env-entry-value"
		   type="j2ee:xsdStringType"
		   minOccurs="0">
	<xsd:annotation>
	  <xsd:documentation>
	    <![CDATA[

	      The env-entry-value designates the value of a
	      Deployment Component's environment entry. The value
	      must be a String that is valid for the
	      constructor of the specified type that takes a
	      single String parameter, or for java.lang.Character,
	      a single character.

	      Example:

	      <env-entry-value>100.00</env-entry-value>

	      ]]>
	  </xsd:documentation>
	</xsd:annotation>
      </xsd:element>

    </xsd:sequence>
    <xsd:attribute name="id" type="xsd:ID"/>
  </xsd:complexType>

<!-- **************************************************** -->

  <xsd:complexType name="fully-qualified-classType">
    <xsd:annotation>
      <xsd:documentation>

	The elements that use this type designate the name of a
	Java class or interface.  The name is in the form of a
	"binary name", as defined in the JLS.  This is the form
	of name used in Class.forName().  Tools that need the
	canonical name (the name used in source code) will need
	to convert this binary name to the canonical name.

      </xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
      <xsd:restriction base="j2ee:string"/>
    </xsd:simpleContent>
  </xsd:complexType>

<!-- **************************************************** -->

  <xsd:complexType name="generic-booleanType">
    <xsd:annotation>
      <xsd:documentation>

	This type defines four different values which can designate
	boolean values. This includes values yes and no which are
	not designated by xsd:boolean

      </xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
      <xsd:restriction base="j2ee:string">
	<xsd:enumeration value="true"/>
	<xsd:enumeration value="false"/>
	<xsd:enumeration value="yes"/>
	<xsd:enumeration value="no"/>
      </xsd:restriction>
    </xsd:simpleContent>
  </xsd:complexType>

<!-- **************************************************** -->

  <xsd:complexType name="homeType">
    <xsd:annotation>
      <xsd:documentation>
	<![CDATA[

	  The homeType defines the fully-qualified name of
	  an enterprise bean's home interface.

	  Example:

	      <home>com.aardvark.payroll.PayrollHome</home>

	  ]]>
      </xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
      <xsd:restriction base="j2ee:fully-qualified-classType"/>
    </xsd:simpleContent>
  </xsd:complexType>

<!-- **************************************************** -->

  <xsd:complexType name="iconType">
    <xsd:annotation>
      <xsd:documentation>

	The icon type contains small-icon and large-icon elements
	that specify the file names for small and large GIF or
	JPEG icon images used to represent the parent element in a
	GUI tool.

	The xml:lang attribute defines the language that the
	icon file names are provided in. Its value is "en" (English)
	by default.

      </xsd:documentation>
    </xsd:annotation>

    <xsd:sequence>
      <xsd:element name="small-icon" type="j2ee:pathType"
		   minOccurs="0">
	<xsd:annotation>
	  <xsd:documentation>
	    <![CDATA[

	      The small-icon element contains the name of a file
	      containing a small (16 x 16) icon image. The file
	      name is a relative path within the Deployment
	      Component's Deployment File.

	      The image may be either in the JPEG or GIF format.
	      The icon can be used by tools.

	      Example:

	      <small-icon>employee-service-icon16x16.jpg</small-icon>

	      ]]>
	  </xsd:documentation>
	</xsd:annotation>
      </xsd:element>
      <xsd:element name="large-icon" type="j2ee:pathType"
		   minOccurs="0">
	<xsd:annotation>
	  <xsd:documentation>
	    <![CDATA[

	      The large-icon element contains the name of a file
	      containing a large
	      (32 x 32) icon image. The file name is a relative
	      path within the Deployment Component's Deployment
	      File.

	      The image may be either in the JPEG or GIF format.
	      The icon can be used by tools.

	      Example:

	      <large-icon>employee-service-icon32x32.jpg</large-icon>

	      ]]>
	  </xsd:documentation>
	</xsd:annotation>
      </xsd:element>

    </xsd:sequence>

    <xsd:attribute ref="xml:lang"/>
    <xsd:attribute name="id" type="xsd:ID"/>

  </xsd:complexType>

<!-- **************************************************** -->

  <xsd:complexType name="java-identifierType">
    <xsd:annotation>
      <xsd:documentation>

	The java-identifierType defines a Java identifier.
	The users of this type should further verify that
	the content does not contain Java reserved keywords.

      </xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
      <xsd:restriction base="j2ee:string">
	<xsd:pattern value="($|_|\p{L})(\p{L}|\p{Nd}|_|$)*"/>
      </xsd:restriction>
    </xsd:simpleContent>
  </xsd:complexType>

<!-- **************************************************** -->

  <xsd:complexType name="java-typeType">
    <xsd:annotation>
      <xsd:documentation>

	This is a generic type that designates a Java primitive
	type or a fully qualified name of a Java interface/type,
	or an array of such types.

      </xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
      <xsd:restriction base="j2ee:string">
	<xsd:pattern value="[^\p{Z}]*"/>
      </xsd:restriction>
    </xsd:simpleContent>
  </xsd:complexType>

<!-- **************************************************** -->

  <xsd:complexType name="jndi-nameType">
    <xsd:annotation>
      <xsd:documentation>

	The jndi-nameType type designates a JNDI name in the
	Deployment Component's environment and is relative to the
	java:comp/env context.  A JNDI name must be unique within the
	Deployment Component.

      </xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
      <xsd:restriction base="j2ee:string"/>
    </xsd:simpleContent>
  </xsd:complexType>

<!-- **************************************************** -->

  <xsd:group name="jndiEnvironmentRefsGroup">
    <xsd:annotation>
      <xsd:documentation>

	This group keeps the usage of the contained JNDI environment
	reference elements consistent across J2EE deployment descriptors.

      </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
      <xsd:element name="env-entry"
		   type="j2ee:env-entryType"
		   minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element name="ejb-ref"
		   type="j2ee:ejb-refType"
		   minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element name="ejb-local-ref"
		   type="j2ee:ejb-local-refType"
		   minOccurs="0" maxOccurs="unbounded"/>
      <xsd:group ref="j2ee:service-refGroup"/>
      <xsd:element name="resource-ref"
		   type="j2ee:resource-refType"
		   minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element name="resource-env-ref"
		   type="j2ee:resource-env-refType"
		   minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element name="message-destination-ref"
		   type="j2ee:message-destination-refType"
		   minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
  </xsd:group>

<!-- **************************************************** -->

  <xsd:complexType name="listenerType">
    <xsd:annotation>
      <xsd:documentation>

	The listenerType indicates the deployment properties for a web
	application listener bean.

      </xsd:documentation>
    </xsd:annotation>

    <xsd:sequence>
      <xsd:group ref="j2ee:descriptionGroup"/>
      <xsd:element name="listener-class"
		   type="j2ee:fully-qualified-classType">
	<xsd:annotation>
	  <xsd:documentation>

	    The listener-class element declares a class in the
	    application must be registered as a web
	    application listener bean. The value is the fully
	    qualified classname of the listener class.

	  </xsd:documentation>
	</xsd:annotation>
      </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="id" type="xsd:ID"/>
  </xsd:complexType>

<!-- **************************************************** -->

  <xsd:complexType name="local-homeType">
    <xsd:annotation>
      <xsd:documentation>

	The local-homeType defines the fully-qualified
	name of an enterprise bean's local home interface.

      </xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
      <xsd:restriction base="j2ee:fully-qualified-classType"/>
    </xsd:simpleContent>
  </xsd:complexType>

<!-- **************************************************** -->

  <xsd:complexType name="localType">
    <xsd:annotation>
      <xsd:documentation>

	The localType defines the fully-qualified name of an
	enterprise bean's local interface.

      </xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
      <xsd:restriction base="j2ee:fully-qualified-classType"/>
    </xsd:simpleContent>
  </xsd:complexType>

<!-- **************************************************** -->

  <xsd:complexType name="message-destination-linkType">
    <xsd:annotation>
      <xsd:documentation>

	The message-destination-linkType is used to link a message
	destination reference or message-driven bean to a message
	destination.

	The Assembler sets the value to reflect the flow of messages
	between producers and consumers in the application.

	The value must be the message-destination-name of a message
	destination in the same Deployment File or in another

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
亚洲国产视频在线| 91麻豆精品国产自产在线| 一本久久a久久免费精品不卡| 欧美三级资源在线| 欧美国产综合一区二区| 五月天激情综合网| 91热门视频在线观看| 日韩亚洲欧美一区二区三区| 亚洲男女一区二区三区| 国产麻豆精品视频| 在线播放中文字幕一区| 亚洲色图19p| 成人免费黄色在线| 亚洲精品在线免费播放| 人人精品人人爱| 欧美三级在线播放| 一区二区欧美国产| 91丝袜美腿高跟国产极品老师 | 91玉足脚交白嫩脚丫在线播放| 欧美电影在线免费观看| 亚洲一区电影777| 91麻豆123| 亚洲视频一二区| 91丝袜美腿高跟国产极品老师 | 国产精品免费视频网站| 极品少妇xxxx精品少妇| 日韩一区二区三区在线观看 | 国产激情视频一区二区在线观看| 9191久久久久久久久久久| 亚洲一区影音先锋| 欧美日韩日日夜夜| 天堂va蜜桃一区二区三区漫画版| 91精彩视频在线| 亚洲国产美国国产综合一区二区| 91色porny| 亚洲福中文字幕伊人影院| 欧美手机在线视频| 亚洲动漫第一页| 91精品国产91久久久久久一区二区| 亚洲一区二区免费视频| 欧美色电影在线| 日本aⅴ免费视频一区二区三区| 欧美一区二区三区小说| 久久成人综合网| 国产欧美日韩综合精品一区二区| 国产成a人亚洲| 亚洲精品成人少妇| 欧美日韩视频在线第一区| 免费欧美在线视频| 久久久影视传媒| 91免费精品国自产拍在线不卡| 日韩一区欧美一区| 欧美日韩国产另类不卡| 久久se精品一区二区| 欧美国产成人精品| 日本久久电影网| 日韩成人午夜电影| 中文字幕av不卡| 91黄色激情网站| 美腿丝袜亚洲一区| 欧美国产成人在线| 欧美日韩精品综合在线| 九九久久精品视频| 亚洲伦理在线精品| 日韩一二三四区| 99久久精品久久久久久清纯| 三级久久三级久久久| 国产日产亚洲精品系列| 欧美专区亚洲专区| 国产乱妇无码大片在线观看| 亚洲人一二三区| 日韩一区二区麻豆国产| 91一区在线观看| 美女在线视频一区| 亚洲精品一二三区| 久久久久久久久免费| 欧洲亚洲精品在线| 粉嫩一区二区三区在线看| 午夜av电影一区| 亚洲欧洲av在线| 精品福利在线导航| 欧美精品在线一区二区三区| 风间由美一区二区三区在线观看 | 欧美日韩一卡二卡三卡| 成人午夜在线播放| 日本亚洲欧美天堂免费| 国产精品第一页第二页第三页| 欧美乱妇15p| 91福利在线导航| 国产电影一区二区三区| 日日夜夜免费精品视频| 亚洲欧美日韩在线| 久久精品欧美一区二区三区不卡| 精品视频一区二区不卡| 91免费国产在线| 成人午夜电影久久影院| 激情综合色综合久久综合| 香蕉成人啪国产精品视频综合网 | 午夜欧美一区二区三区在线播放| 欧美激情一区在线观看| 欧美大肚乱孕交hd孕妇| 欧美日韩久久一区| 色欧美乱欧美15图片| 国产精品18久久久久久久久久久久| 天堂影院一区二区| 亚洲午夜久久久| 亚洲精品乱码久久久久久日本蜜臀| 精品国免费一区二区三区| 777午夜精品视频在线播放| 91久久线看在观草草青青| 99国产精品视频免费观看| 国产成人午夜视频| 久久av中文字幕片| 精品在线播放免费| 狠狠色综合日日| 麻豆免费精品视频| 精品亚洲欧美一区| 久久99精品视频| 日本在线观看不卡视频| 日韩国产一二三区| 美国精品在线观看| 久久99精品国产.久久久久| 久久se这里有精品| 久热成人在线视频| 青青草国产成人av片免费| 日本不卡不码高清免费观看| 日韩国产在线一| 日韩精品欧美精品| 免费亚洲电影在线| 精品在线播放免费| 懂色av一区二区在线播放| 国产精品一区二区免费不卡| 黄色精品一二区| 成人一区二区三区在线观看| 国产在线一区二区综合免费视频| 激情文学综合丁香| 成人国产免费视频| www.欧美色图| av福利精品导航| 欧美在线一二三四区| av一区二区三区四区| 91国产精品成人| 欧美日韩视频在线第一区| 日韩欧美专区在线| 久久久久97国产精华液好用吗| 久久久国产精华| 日韩美女视频一区| 天天影视色香欲综合网老头| 精品一区二区三区在线观看 | k8久久久一区二区三区| 色屁屁一区二区| 日韩一级片在线观看| 日韩欧美中文字幕公布| 国产精品美女一区二区三区| 亚洲成人动漫在线免费观看| 日本视频中文字幕一区二区三区| 国产一区二区福利视频| 色偷偷一区二区三区| 日韩三级免费观看| 国产精品久久毛片| 日韩高清一级片| 不卡的电视剧免费网站有什么| 91在线观看下载| 日韩欧美一级二级三级久久久| 国产精品久久久久久久久图文区| 天堂成人免费av电影一区| 国产一区二区网址| 91国在线观看| 国产情人综合久久777777| 亚洲sss视频在线视频| 国产一区二区在线视频| 欧美色大人视频| 国产精品区一区二区三| 免费看精品久久片| 欧美无乱码久久久免费午夜一区| 国产日韩欧美精品综合| 性欧美疯狂xxxxbbbb| a级高清视频欧美日韩| 日韩免费一区二区| 婷婷丁香久久五月婷婷| 色噜噜狠狠色综合欧洲selulu| 26uuu精品一区二区| 免费成人av在线| 欧洲精品在线观看| 综合在线观看色| 国产成人亚洲综合色影视| 欧美一三区三区四区免费在线看| 亚洲精品视频在线观看网站| 成人亚洲一区二区一| 久久新电视剧免费观看| 久久福利资源站| 欧美一级视频精品观看| 婷婷国产在线综合| 欧美日韩国产精品成人| 亚洲高清在线视频| 久久久久久免费毛片精品| 麻豆精品在线看| 日韩视频中午一区| 久久99久久精品欧美| 日韩精品一区二区三区四区视频|