cda datatypes nblock voc common

Element : StrucDocTh (XML Type: StrucDoc.Th )


Package : nblock

XML Type : StrucDoc.Th


Name Type cardinality Comment
mixed
ElementWildcard : mixed
EFeatureMapEntry 0...*
group
Group : group
EFeatureMapEntry 0...*
content
Element : content
StrucDocContent 0...*
linkHtml
Element : linkHtml
StrucDocLinkHtml 0...*
sub
Element : sub
StrucDocSub 0...*
sup
Element : sup
StrucDocSup 0...*
br
Element : br
StrucDocBr 0...*
footnote
Element : footnote
StrucDocFootnote 0...*
footnoteRef
Element : footnoteRef
StrucDocFootnoteRef 0...*
renderMultiMedia
Element : renderMultiMedia
StrucDocRenderMultiMedia 0...*
abbr
Attribute : abbr
String 0...1
align
Attribute : align
AlignType 0...1
axis
Attribute : axis
String 0...1
char
Attribute : char
String 0...1
charoff
Attribute : charoff
String 0...1
colspan
Attribute : colspan
String 0...1
headers
Attribute : headers
String 0...1
iD
Attribute : iD
String 0...1
language
Attribute : language
String 0...1
rowspan
Attribute : rowspan
String 0...1
scope
Attribute : scope
ScopeType1 0...1
styleCode
Attribute : styleCode
String 0...1
valign
Attribute : valign
ValignType 0...1

There are no specific rules for this element.


<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" mixed="true" name="StrucDoc.Th">
      
<xs:choice maxOccurs="unbounded" minOccurs="0">
         
<xs:element name="content" type="StrucDoc.Content" />
         
<xs:element name="linkHtml" type="StrucDoc.LinkHtml" />
         
<xs:element name="sub" type="StrucDoc.Sub" />
         
<xs:element name="sup" type="StrucDoc.Sup" />
         
<xs:element name="br" type="StrucDoc.Br" />
         
<xs:element name="footnote" type="StrucDoc.Footnote" />
         
<xs:element name="footnoteRef" type="StrucDoc.FootnoteRef" />
         
<xs:element name="renderMultiMedia" type="StrucDoc.RenderMultiMedia" />
      
</xs:choice>
      
<xs:attribute name="ID" type="xs:ID" />
      
<xs:attribute name="language" type="xs:NMTOKEN" />
      
<xs:attribute name="styleCode" type="xs:NMTOKENS" />
      
<xs:attribute name="abbr" type="xs:string" />
      
<xs:attribute name="axis" type="xs:string" />
      
<xs:attribute name="headers" type="xs:IDREFS" />
      
<xs:attribute name="scope">
         
<xs:simpleType>
            
<xs:restriction base="xs:NMTOKEN">
               
<xs:enumeration value="row" />
               
<xs:enumeration value="col" />
               
<xs:enumeration value="rowgroup" />
               
<xs:enumeration value="colgroup" />
            
</xs:restriction>
         
</xs:simpleType>
      
</xs:attribute>
      
<xs:attribute default="1" name="rowspan" type="xs:string" />
      
<xs:attribute default="1" name="colspan" 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>