<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<simple-type xmlns="http://www.sap.com/sap.ui.library.xsd">
    <name>BlockBaseColumnLayout</name>
    <derived/>
    <documentation>Used by the &lt;code&gt;BlockBase&lt;/code&gt; control to define how many columns should it be assigned by the &lt;code&gt;objectPageSubSection&lt;/code&gt;.
    The allowed values can be auto (subsection assigned a number of columns based on the parent objectPageLayout subsectionLayout property), 1, 2, 3 or 4
    (This may not be a valid value for some &lt;code&gt;subSectionLayout&lt;/code&gt;, for example, asking for 3 columns in a 2 column layout would raise warnings).</documentation>
    <pattern>auto|[1-4]{1}</pattern>
</simple-type>
