⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 layoutimage.xsd

📁 cms是开源的框架
💻 XSD
字号:
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
	
	<xsd:include schemaLocation="opencms://opencms-xmlcontent.xsd"/>	
	<xsd:element name="LayoutPageImages" type="OpenCmsLayoutPageImages"/>
	
	<xsd:complexType name="OpenCmsLayoutPageImages">
		<xsd:sequence>
			<xsd:element name="LayoutPageImage" type="OpenCmsLayoutPageImage" minOccurs="0" maxOccurs="unbounded"/>
		</xsd:sequence>
	</xsd:complexType>

	<xsd:complexType name="OpenCmsLayoutPageImage">
		<xsd:sequence>
			<xsd:element name="Image" type="OpenCmsVfsFile" />
			<xsd:element name="Description" type="OpenCmsString" minOccurs="0" />
			<xsd:element name="Align" type="OpenCmsString" />
		</xsd:sequence>
		<xsd:attribute name="language" type="OpenCmsLocale" use="optional"/>
	</xsd:complexType>

	<xsd:annotation>
		<xsd:appinfo>
			<resourcebundle name="org.opencms.frontend.layoutpage.workplace"/>
			<layouts>
				<layout element="Image" widget="ImageGalleryWidget" />
				<layout element="Align" widget="SelectorWidget" configuration="imageleft:${key.layoutpage.imageleft}|imageright:${key.layoutpage.imageright}|imageleft_textright:${key.layoutpage.imageleft_textright}|imageright_textleft:${key.layoutpage.imageright_textleft}|imagetop:${key.layoutpage.imagetop}|imagebottom:${key.layoutpage.imagebottom}" />		
			</layouts>
		</xsd:appinfo>
	</xsd:annotation>  
</xsd:schema>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -