RelaxNG/publidoc.rng
changeset 64 2d6627e9d3d6
parent 63 60d5d3f81e19
child 66 29c53c3d676e
equal deleted inserted replaced
63:60d5d3f81e19 64:2d6627e9d3d6
   583       <ref name="section.attributes"/>
   583       <ref name="section.attributes"/>
   584       <ref name="section.content"/>
   584       <ref name="section.content"/>
   585     </element>
   585     </element>
   586   </define>
   586   </define>
   587   <define name="section.attributes">
   587   <define name="section.attributes">
   588     <optional>
   588     <interleave>
   589       <ref name="section.type.attribute"/>
   589       <optional>
   590     </optional>
   590         <ref name="section.type.attribute"/>
       
   591       </optional>
       
   592       <optional>
       
   593         <ref name="lang.attribute"/>
       
   594       </optional>
       
   595     </interleave>
   591   </define>
   596   </define>
   592   <define name="section.type.attribute">
   597   <define name="section.type.attribute">
   593     <attribute name="type">
   598     <attribute name="type">
   594       <data type="NCName"/>
   599       <data type="NCName"/>
   595     </attribute>
   600     </attribute>