<childType>
Element | Description | Namespace | Number |
---|---|---|---|
label | Label of the picture | http://onion.net/modulesystem | 1 |
source | Picture source | http://onion.net/modulesystem | 1 |
Attribute | Description | Namespace | Optional |
---|---|---|---|
schemaLocations | List, separated by blanks, of the SchemaLocations to which the list view is to be applied | No | |
applyToDerivations | Boolean value for the inheritance of the list view by the derivations of defined schemas | Yes | |
structureInvisible | Boolean value, which controls the display in the tree view | Yes |
<childType schemaLocations="http://onion.net/example/image.xsd" structureInvisible="true" applyToDerivations="false">
<label>
<xsl:value-of select="onion:meta/@onion:name" />
</label><source referenceIdentifier="c.id()" xpath="onion:content/image" />
</childType>