The element column is a structure element to structure the page into two or three columns which themselves can contain content. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
cssClass | xs:string | optional | |||||
label | elml:LabelType | optional |
|
||||
labelRef | elml:LabelType | optional |
|
||||
visible | xs:string | optional |
Complex Types | elml:CLIIType, elml:CLIType, elml:CLType, elml:ParaType, elml:ParaTypeBox, elml:SIIType, elml:SType |
<xs:element name="column"> <xs:annotation> <xs:documentation>The element column is a structure element to structure the page into two or three columns which themselves can contain content.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="columnLeft" type="elml:ColumnType"> <xs:annotation> <xs:documentation>The element columnLeft defines the left column and contains content.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="columnMiddle" type="elml:ColumnType" minOccurs="0"> <xs:annotation> <xs:documentation>The element columnMiddle defines the middle column and contains content.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="columnRight" type="elml:ColumnType"> <xs:annotation> <xs:documentation>The element columnRight defines the right column and contains content.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> <xs:attributeGroup ref="elml:LabelImp"/> <xs:attributeGroup ref="elml:LabelRefImp"/> <xs:attributeGroup ref="elml:CSSClassImp"/> <xs:attributeGroup ref="elml:VisibleImp"/> </xs:complexType> </xs:element> |