<childType>
Element | Description | Namespace | Number |
---|---|---|---|
column | Definition of the column contents | 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/item.xsd" structureInvisible="false" applyToDerivations="false">
<column ref="title">
<xsl:value-of select="onion:meta/@onion:name" />
</column><column ref="creator">
</childType><xsl:value-of select="onion:meta/@onion:creator" />
</column>