cda datatypes nblock voc common

Element : StrucDocLinkHtml (XML Type: StrucDoc.LinkHtml )


Package : nblock

XML Type : StrucDoc.LinkHtml


Name Type cardinality Comment
mixed
ElementWildcard : mixed
EFeatureMapEntry 0...*
group
Group : group
EFeatureMapEntry 0...*
footnote
Element : footnote
StrucDocFootnote 0...*
footnoteRef
Element : footnoteRef
StrucDocFootnoteRef 0...*
href
Attribute : href
String 0...1
iD
Attribute : iD
String 0...1
language
Attribute : language
String 0...1
name
Attribute : name
String 0...1
rel
Attribute : rel
String 0...1
rev
Attribute : rev
String 0...1
styleCode
Attribute : styleCode
String 0...1
title
Attribute : title
String 0...1

There are no specific rules for this element.


<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" mixed="true" name="StrucDoc.LinkHtml">
      
<xs:choice maxOccurs="unbounded" minOccurs="0">
         
<xs:element name="footnote" type="StrucDoc.Footnote" />
         
<xs:element name="footnoteRef" type="StrucDoc.FootnoteRef" />
      
</xs:choice>
      
<xs:attribute name="name" type="xs:string" />
      
<xs:attribute name="href" type="xs:string" />
      
<xs:attribute name="rel" type="xs:string" />
      
<xs:attribute name="rev" type="xs:string" />
      
<xs:attribute name="title" type="xs:string" />
      
<xs:attribute name="ID" type="xs:ID" />
      
<xs:attribute name="language" type="xs:NMTOKEN" />
      
<xs:attribute name="styleCode" type="xs:NMTOKENS" />
   
</xs:complexType>