📄 zul.xsd
字号:
<xs:attribute name="onClientInfo" type="xs:string" use="optional" />
</xs:complexType>
<!-- div -->
<xs:element name="div" type="divType" />
<xs:complexType name="divType" mixed="true">
<xs:group ref="anyGroup" minOccurs="0" maxOccurs="unbounded" />
<xs:attributeGroup ref="xulElementAttrGroup" />
<xs:attribute name="align" type="divAlignAttrType" use="optional" />
<xs:attribute name="onClick" type="xs:string" use="optional" />
<xs:attribute name="onRightClick" type="xs:string" use="optional" />
<xs:attribute name="onDoubleClick" type="xs:string" use="optional" />
<xs:attribute name="onBookmarkChanged" type="xs:string" use="optional" />
<xs:attribute name="onClientInfo" type="xs:string" use="optional" />
</xs:complexType>
<!-- doublebox -->
<xs:element name="doublebox" type="doubleboxType" />
<xs:complexType name="doubleboxType">
<xs:group ref="baseGroup" minOccurs="0" maxOccurs="unbounded" />
<xs:attributeGroup ref="formatInputElementAttrGroup" />
<xs:attribute name="value" type="xs:double" use="optional" />
<xs:attribute name="onChange" type="xs:string" use="optional" />
<xs:attribute name="onChanging" type="xs:string" use="optional" />
<xs:attribute name="onFocus" type="xs:string" use="optional" />
<xs:attribute name="onBlur" type="xs:string" use="optional" />
<xs:attribute name="onBookmarkChanged" type="xs:string" use="optional" />
<xs:attribute name="onClientInfo" type="xs:string" use="optional" />
</xs:complexType>
<!-- grid -->
<xs:element name="grid" type="gridType" />
<xs:complexType name="gridType">
<xs:sequence>
<xs:group ref="baseGroup" minOccurs="0" maxOccurs="unbounded" />
<xs:choice minOccurs="0" maxOccurs="1">
<xs:sequence>
<xs:element ref="columns" />
<xs:group ref="baseGroup" minOccurs="0" maxOccurs="unbounded" />
<xs:sequence minOccurs="0" maxOccurs="1">
<xs:element ref="rows" />
<xs:group ref="baseGroup" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
</xs:sequence>
<xs:sequence>
<xs:element ref="rows" />
<xs:group ref="baseGroup" minOccurs="0" maxOccurs="unbounded" />
<xs:sequence minOccurs="0" maxOccurs="1">
<xs:element ref="columns" />
<xs:group ref="baseGroup" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
</xs:sequence>
</xs:choice>
</xs:sequence>
<xs:attributeGroup ref="xulElementAttrGroup" />
<xs:attribute name="align" type="gridAlignAttrType" use="optional" />
<xs:attribute name="pageSize" type="xs:positiveInteger" use="optional" />
<xs:attribute name="paginal" type="xs:string" use="optional" />
<xs:attribute name="onPaging" type="xs:string" use="optional" />
<xs:attribute name="onBookmarkChanged" type="xs:string" use="optional" />
<xs:attribute name="onClientInfo" type="xs:string" use="optional" />
</xs:complexType>
<!-- groupbox -->
<xs:element name="groupbox" type="groupboxType" />
<xs:complexType name="groupboxType" mixed="true">
<xs:sequence>
<xs:group ref="anyGroup" minOccurs="0" maxOccurs="unbounded" />
<xs:sequence minOccurs="0" maxOccurs="1">
<xs:element ref="caption" />
<xs:group ref="anyGroup" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
</xs:sequence>
<xs:attributeGroup ref="xulElementAttrGroup" />
<xs:attribute name="open" type="xs:boolean" use="optional" />
<xs:attribute name="closable" type="xs:boolean" use="optional" />
<xs:attribute name="onClick" type="xs:string" use="optional" />
<xs:attribute name="onRightClick" type="xs:string" use="optional" />
<xs:attribute name="onDoubleClick" type="xs:string" use="optional" />
<xs:attribute name="onOpen" type="xs:string" use="optional" />
<xs:attribute name="onBookmarkChanged" type="xs:string" use="optional" />
<xs:attribute name="onClientInfo" type="xs:string" use="optional" />
</xs:complexType>
<!-- hbox -->
<xs:element name="hbox" type="hboxType" />
<xs:complexType name="hboxType" mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="anyGroup" />
<xs:element ref="splitter" />
</xs:choice>
<xs:attributeGroup ref="xulElementAttrGroup" />
<xs:attribute name="spacing" type="xs:string" use="optional" />
<xs:attribute name="onBookmarkChanged" type="xs:string" use="optional" />
<xs:attribute name="onClientInfo" type="xs:string" use="optional" />
</xs:complexType>
<!-- html -->
<xs:element name="html" type="htmlType" />
<xs:complexType name="htmlType">
<xs:group ref="baseGroup" minOccurs="0" maxOccurs="unbounded" />
<xs:attributeGroup ref="xulElementAttrGroup" />
<xs:attribute name="content" type="xs:string" use="optional" />
<xs:attribute name="onBookmarkChanged" type="xs:string" use="optional" />
<xs:attribute name="onClientInfo" type="xs:string" use="optional" />
</xs:complexType>
<!-- iframe -->
<xs:element name="iframe" type="iframeType" />
<xs:complexType name="iframeType">
<xs:group ref="baseGroup" minOccurs="0" maxOccurs="unbounded" />
<xs:attributeGroup ref="xulElementAttrGroup" />
<xs:attribute name="name" type="xs:string" use="optional" />
<xs:attribute name="src" type="xs:anyURI" use="optional" />
<xs:attribute name="align" type="alignAttrType" use="optional" />
<xs:attribute name="onBookmarkChanged" type="xs:string" use="optional" />
<xs:attribute name="onClientInfo" type="xs:string" use="optional" />
</xs:complexType>
<!-- image -->
<xs:element name="image" type="imageType" />
<xs:complexType name="imageType">
<xs:group ref="baseGroup" minOccurs="0" maxOccurs="unbounded" />
<xs:attributeGroup ref="xulElementAttrGroup" />
<xs:attribute name="border" type="xs:string" use="optional" />
<xs:attribute name="src" type="xs:anyURI" use="optional" />
<xs:attribute name="align" type="alignAttrType" use="optional" />
<xs:attribute name="hspace" type="xs:string" use="optional" />
<xs:attribute name="vspace" type="xs:string" use="optional" />
<xs:attribute name="onClick" type="xs:string" use="optional" />
<xs:attribute name="onRightClick" type="xs:string" use="optional" />
<xs:attribute name="onDoubleClick" type="xs:string" use="optional" />
<xs:attribute name="onBookmarkChanged" type="xs:string" use="optional" />
<xs:attribute name="onClientInfo" type="xs:string" use="optional" />
</xs:complexType>
<!-- imagemap -->
<xs:element name="imagemap" type="imagemapType" />
<xs:complexType name="imagemapType">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="baseGroup" />
<xs:element ref="area" />
</xs:choice>
<xs:attributeGroup ref="xulElementAttrGroup" />
<xs:attribute name="border" type="xs:string" use="optional" />
<xs:attribute name="src" type="xs:anyURI" use="optional" />
<xs:attribute name="align" type="alignAttrType" use="optional" />
<xs:attribute name="hspace" type="xs:string" use="optional" />
<xs:attribute name="vspace" type="xs:string" use="optional" />
<xs:attribute name="onClick" type="xs:string" use="optional" />
<xs:attribute name="onRightClick" type="xs:string" use="optional" />
<xs:attribute name="onBookmarkChanged" type="xs:string" use="optional" />
<xs:attribute name="onClientInfo" type="xs:string" use="optional" />
</xs:complexType>
<!-- include -->
<xs:element name="include" type="includeType" />
<xs:complexType name="includeType">
<xs:group ref="baseGroup" minOccurs="0" maxOccurs="unbounded" />
<xs:attributeGroup ref="xulElementAttrGroup" />
<xs:attribute name="src" type="xs:anyURI" use="optional" />
<xs:attribute name="localized" type="xs:boolean" use="optional" />
<xs:attribute name="onBookmarkChanged" type="xs:string" use="optional" />
<xs:attribute name="onClientInfo" type="xs:string" use="optional" />
</xs:complexType>
<!-- intbox -->
<xs:element name="intbox" type="intboxType" />
<xs:complexType name="intboxType">
<xs:group ref="baseGroup" minOccurs="0" maxOccurs="unbounded" />
<xs:attributeGroup ref="formatInputElementAttrGroup" />
<xs:attribute name="value" type="xs:integer" use="optional" />
<xs:attribute name="onChange" type="xs:string" use="optional" />
<xs:attribute name="onChanging" type="xs:string" use="optional" />
<xs:attribute name="onFocus" type="xs:string" use="optional" />
<xs:attribute name="onBlur" type="xs:string" use="optional" />
<xs:attribute name="onBookmarkChanged" type="xs:string" use="optional" />
<xs:attribute name="onClientInfo" type="xs:string" use="optional" />
</xs:complexType>
<!-- label -->
<xs:element name="label" type="labelType" />
<xs:complexType name="labelType">
<xs:group ref="baseGroup" minOccurs="0" maxOccurs="unbounded" />
<xs:attributeGroup ref="xulElementAttrGroup" />
<xs:attribute name="value" type="xs:string" use="optional" />
<xs:attribute name="multiline" type="xs:boolean" use="optional" />
<xs:attribute name="maxlength" type="xs:positiveInteger" use="optional" />
<xs:attribute name="onClick" type="xs:string" use="optional" />
<xs:attribute name="onRightClick" type="xs:string" use="optional" />
<xs:attribute name="onDoubleClick" type="xs:string" use="optional" />
<xs:attribute name="onBookmarkChanged" type="xs:string" use="optional" />
<xs:attribute name="onClientInfo" type="xs:string" use="optional" />
</xs:complexType>
<!-- listbox -->
<xs:element name="listbox" type="listboxType" />
<xs:complexType name="listboxType">
<xs:sequence>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="baseGroup" />
<xs:element ref="listitem" />
</xs:choice>
<xs:choice minOccurs="0" maxOccurs="1">
<xs:sequence>
<xs:element ref="listhead" />
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="baseGroup" />
<xs:element ref="listitem" />
</xs:choice>
<xs:sequence minOccurs="0" maxOccurs="1">
<xs:element ref="listfoot" />
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="baseGroup" />
<xs:element ref="listitem" />
</xs:choice>
</xs:sequence>
</xs:sequence>
<xs:sequence>
<xs:element ref="listfoot" />
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="baseGroup" />
<xs:element ref="listitem" />
</xs:choice>
<xs:sequence minOccurs="0" maxOccurs="1">
<xs:element ref="listhead" />
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="baseGroup" />
<xs:element ref="listitem" />
</xs:choice>
</xs:sequence>
</xs:sequence>
</xs:choice>
</xs:sequence>
<xs:attributeGroup ref="xulElementAttrGroup" />
<xs:attribute name="checkmark" type="xs:boolean" use="optional" />
<xs:attribute name="disabled" type="xs:boolean" use="optional" />
<xs:attribute name="pageSize" type="xs:positiveInteger" use="optional" />
<xs:attribute name="paginal" type="xs:string" use="optional" />
<xs:attribute name="onPaging" type="xs:string" use="optional" />
<xs:attribute name="readonly" type="xs:boolean" use="optional" />
<xs:attribute name="multiple" type="xs:boolean" use="optional" />
<xs:attribute name="vflex" type="xs:boolean" use="optional" />
<xs:attribute name="rows" type="xs:nonNegativeInteger" use="optional" />
<xs:attribute name="maxlength" type="xs:nonNegativeInteger" use="optional" />
<xs:attribute name="name" type="xs:string" use="optional" />
<xs:attribute name="onSelect" type="xs:string" use="optional" />
<xs:attribute name="onBookmarkChanged" type="xs:string" use="optional" />
<xs:attribute name="onClientInfo" type="xs:string" use="optional" />
</xs:complexType>
<!-- listcell -->
<xs:element name="listcell" type="listcellType" />
<xs:complexType name="listcellType" mixed="true">
<xs:group ref="anyGroup" minOccurs="0" maxOccurs="unbounded" />
<xs:attributeGroup ref="labelImageElementAttrGroup" />
</xs:complexType>
<!-- listfoot -->
<xs:element name="listfoot" type="listfootType" />
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -