Package : nblock
XML Type : StrucDoc.Colgroup
| Name |
Type |
cardinality |
Comment |
group
Group
: group
|
EFeatureMapEntry
|
0...* |
|
col
Element
: col
|
StrucDocCol
|
0...* |
|
align
Attribute
: align
|
AlignType3
|
0...1 |
|
char
Attribute
: char
|
String
|
0...1 |
|
charoff
Attribute
: charoff
|
String
|
0...1 |
|
iD
Attribute
: iD
|
String
|
0...1 |
|
language
Attribute
: language
|
String
|
0...1 |
|
span
Attribute
: span
|
String
|
0...1 |
|
styleCode
Attribute
: styleCode
|
String
|
0...1 |
|
valign
Attribute
: valign
|
ValignType3
|
0...1 |
|
width
Attribute
: width
|
String
|
0...1 |
|
There are no specific rules for this element.
<xs:complexType
xmlns:xs="http://www.w3.org/2001/XMLSchema" name="StrucDoc.Colgroup">
<xs:sequence maxOccurs="unbounded" minOccurs="0">
<xs:element name="col" type="StrucDoc.Col" />
</xs:sequence>
<xs:attribute name="ID" type="xs:ID" />
<xs:attribute name="language" type="xs:NMTOKEN" />
<xs:attribute name="styleCode" type="xs:NMTOKENS" />
<xs:attribute default="1" name="span" type="xs:string" />
<xs:attribute name="width" type="xs:string" />
<xs:attribute name="align">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="left" />
<xs:enumeration value="center" />
<xs:enumeration value="right" />
<xs:enumeration value="justify" />
<xs:enumeration value="char" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="char" type="xs:string" />
<xs:attribute name="charoff" type="xs:string" />
<xs:attribute name="valign">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="top" />
<xs:enumeration value="middle" />
<xs:enumeration value="bottom" />
<xs:enumeration value="baseline" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>