xdw v3 oasis

Element : StrucDocTitleFootnote (XML Type: StrucDoc.TitleFootnote )


Summary

Package : v3

XML Type : StrucDoc.TitleFootnote


Attributes
Name Type cardinality Comment
mixed
ElementWildcard : mixed
EFeatureMapEntry 0...*
group
Group : group
EFeatureMapEntry 0...*
content
Element : content
StrucDocTitleContent 0...*
sub
Element : sub
StrucDocSub 0...*
sup
Element : sup
StrucDocSup 0...*
br
Element : br
StrucDocBr 0...*
iD
Attribute : iD
String 0...1
language
Attribute : language
String 0...1
styleCode
Attribute : styleCode
String 0...1

Constraints

There are no specific rules for this element.


Schema declaration
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" mixed="true" name="StrucDoc.TitleFootnote">
      
<xs:choice maxOccurs="unbounded" minOccurs="0">
         
<xs:element name="content" type="StrucDoc.TitleContent" />
         
<xs:element name="sub" type="StrucDoc.Sub" />
         
<xs:element name="sup" type="StrucDoc.Sup" />
         
<xs:element name="br" type="StrucDoc.Br" />
      
</xs:choice>
      
<xs:attribute name="ID" type="xs:ID" />
      
<xs:attribute name="language" type="xs:NMTOKEN" />
      
<xs:attribute name="styleCode" type="xs:NMTOKENS" />
   
</xs:complexType>