Download as PDF

<symbolView>

 

Element Description Namespace Number
childType Configuration section for a child element 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
maxWidth The maximum width of the displayed picture. The default value is 100.   Yes
maxHeight The maximum height of the displayed picture. If the value is not defined, then the current value of the maximum width is taken.   Yes
<symbolView schemaLocations="http://onion.net/example/imagecontainer.xsd" applyToDerivations="false" maxWidth="200" maxHeight="150">
<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>
</symbolView>