- Timestamp:
- 10/16/12 05:17:34 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
metadata/trunk/toolkit/xslt/comp2schema-v2/comp2schema.xsl
r1772 r2310 197 197 198 198 <xs:element name="{@name}"> 199 199 200 200 <xsl:if test="$MinOccurs"> 201 201 <xsl:attribute name="minOccurs"> … … 218 218 <xsl:apply-templates select="./CMD_Component"/> 219 219 </xs:sequence> 220 <!-- allow @xml:base as a residue of XInclude processing --> 221 <xs:attribute ref="xml:base"/> 222 <!-- @ref to the resource proxy (TODO: put this in the CMD namespace, i.e., @cmd:ref --> 220 223 <xs:attribute name="ref" type="xs:IDREFS"/> 221 224 <xsl:apply-templates select="./AttributeList/Attribute"/> … … 311 314 </xsl:attribute> 312 315 </xsl:if> 313 316 314 317 <!-- add some extra stuff if we have a CV attribute --> 315 318 <xsl:choose>
Note: See TracChangeset
for help on using the changeset viewer.