cda datatypes nblock voc common

Element : StrucDocTable (XML Type: StrucDoc.Table )


Package : nblock

XML Type : StrucDoc.Table


Name Type cardinality Comment
caption
Element : caption
StrucDocCaption 0...1
col
Element : col
StrucDocCol 0...*
colgroup
Element : colgroup
StrucDocColgroup 0...*
thead
Element : thead
StrucDocThead 0...1
tfoot
Element : tfoot
StrucDocTfoot 0...1
tbody
Element : tbody
StrucDocTbody 1...*
border
Attribute : border
String 0...1
cellpadding
Attribute : cellpadding
String 0...1
cellspacing
Attribute : cellspacing
String 0...1
frame
Attribute : frame
FrameType 0...1
iD
Attribute : iD
String 0...1
language
Attribute : language
String 0...1
rules
Attribute : rules
RulesType 0...1
styleCode
Attribute : styleCode
String 0...1
summary
Attribute : summary
String 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.Table">
      
<xs:sequence>
         
<xs:element minOccurs="0" name="caption" type="StrucDoc.Caption" />
         
<xs:choice>
            
<xs:element maxOccurs="unbounded" minOccurs="0" name="col" type="StrucDoc.Col" />
            
<xs:element maxOccurs="unbounded" minOccurs="0" name="colgroup" type="StrucDoc.Colgroup" />
         
</xs:choice>
         
<xs:element minOccurs="0" name="thead" type="StrucDoc.Thead" />
         
<xs:element minOccurs="0" name="tfoot" type="StrucDoc.Tfoot" />
         
<xs:element maxOccurs="unbounded" name="tbody" type="StrucDoc.Tbody" />
      
</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 name="summary" type="xs:string" />
      
<xs:attribute name="width" type="xs:string" />
      
<xs:attribute name="border" type="xs:string" />
      
<xs:attribute name="frame">
         
<xs:simpleType>
            
<xs:restriction base="xs:NMTOKEN">
               
<xs:enumeration value="void" />
               
<xs:enumeration value="above" />
               
<xs:enumeration value="below" />
               
<xs:enumeration value="hsides" />
               
<xs:enumeration value="lhs" />
               
<xs:enumeration value="rhs" />
               
<xs:enumeration value="vsides" />
               
<xs:enumeration value="box" />
               
<xs:enumeration value="border" />
            
</xs:restriction>
         
</xs:simpleType>
      
</xs:attribute>
      
<xs:attribute name="rules">
         
<xs:simpleType>
            
<xs:restriction base="xs:NMTOKEN">
               
<xs:enumeration value="none" />
               
<xs:enumeration value="groups" />
               
<xs:enumeration value="rows" />
               
<xs:enumeration value="cols" />
               
<xs:enumeration value="all" />
            
</xs:restriction>
         
</xs:simpleType>
      
</xs:attribute>
      
<xs:attribute name="cellspacing" type="xs:string" />
      
<xs:attribute name="cellpadding" type="xs:string" />
   
</xs:complexType>