xdw v3 oasis

Element : StrucDocList (XML Type: StrucDoc.List )


Summary

Package : v3

XML Type : StrucDoc.List


Attributes
Name Type cardinality Comment
caption
Element : caption
StrucDocCaption 0...1
item
Element : item
StrucDocItem 1...*
iD
Attribute : iD
String 0...1
language
Attribute : language
String 0...1
listType
Attribute : listType
ListTypeType 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" name="StrucDoc.List">
      
<xs:sequence>
         
<xs:element minOccurs="0" name="caption" type="StrucDoc.Caption" />
         
<xs:element maxOccurs="unbounded" name="item" type="StrucDoc.Item" />
      
</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="unordered" name="listType">
         
<xs:simpleType>
            
<xs:restriction base="xs:NMTOKEN">
               
<xs:enumeration value="ordered" />
               
<xs:enumeration value="unordered" />
            
</xs:restriction>
         
</xs:simpleType>
      
</xs:attribute>
   
</xs:complexType>