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

📄 layoutimage.xsd

📁 找了很久才找到到源代码
💻 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}|imageleft_desc:${key.layoutpage.imageleft_desc}|imageright:${key.layoutpage.imageright}|imageright_desc:${key.layoutpage.imageright_desc}|imageleft_textright:${key.layoutpage.imageleft_textright}|imageleft_textright_desc:${key.layoutpage.imageleft_textright_desc}|imageright_textleft:${key.layoutpage.imageright_textleft}|imageright_textleft_desc:${key.layoutpage.imageright_textleft_desc}|imagetop:${key.layoutpage.imagetop}|imagetop_desc:${key.layoutpage.imagetop_desc}|imagebottom:${key.layoutpage.imagebottom}|imagebottom_desc:${key.layoutpage.imagebottom_desc}" />
			</layouts>
		</xsd:appinfo>
	</xsd:annotation>  
</xsd:schema>

⌨️ 快捷键说明

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