OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Assemblies: Missing resourceref attribute in instance element?


Hi,

sorry to bother again. :-] Again the assemblies: According to the latest 
assembly schema[1], the instance element is definied as follows:

 db.instance.role.attribute = attribute role { text }
 db.instance.linking.attribute =
    ## Specifies the type of link for this instance
    attribute linking { xsd:NMTOKENS }
 db.instance.attlist =
    db.instance.role.attribute?
    & db.instance.linking.attribute?
    & db.common.attributes
 db.instance =    
    ## Identifies a resource that is part of a relationship
    element instance {
      db.instance.attlist, db.linkend.attribute, empty
    }

However, the TDG5.1 gives the following example[2]:

 <relationship type="seealso">
    <instance resourceref="tut1"/>
    <instance resourceref="tut2"/>
    <instance resourceref="task1"/>
 </relationship>

It seems, there is no resourceref attribute definied for instance. Is this an 
omission in the schema, a typo in the TDG, or am I blind? :)

Thanks! :-)


---- References
[1] http://www.docbook.org/xml/5.1b7/rng/assembly.rnc
[2] http://www.docbook.org/tdg51/en/html/ch06.html#relationships

-- 
Gruß/Regards
  Thomas Schraitle



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]